diff --git a/minecolonies-1.20.1/compose.yaml b/minecolonies-1.20.1/compose.yaml index c17c4a69..93c810db 100644 --- a/minecolonies-1.20.1/compose.yaml +++ b/minecolonies-1.20.1/compose.yaml @@ -1,5 +1,6 @@ services: mc: + container_name: minecraft-minecolonies-1.20.1 image: itzg/minecraft-server tty: true stdin_open: true @@ -11,6 +12,10 @@ services: - EULA=TRUE - TYPE=FORGE - DEBUG=true + + - SEED=-6964355616292478381 + - VIEW_DISTANCE=20 + - OPS=cephi volumes: - ./data:/data - ./config:/config diff --git a/minecolonies-1.20.1/data/.forge-manifest.json b/minecolonies-1.20.1/data/.forge-manifest.json new file mode 100644 index 00000000..b78e618c --- /dev/null +++ b/minecolonies-1.20.1/data/.forge-manifest.json @@ -0,0 +1 @@ +{"@type":"me.itzg.helpers.forge.ForgeManifest","timestamp":"2024-08-19T14:09:22.721469992Z","files":null,"minecraftVersion":"1.20.1","forgeVersion":"47.3.0","serverEntry":"run.sh"} \ No newline at end of file diff --git a/minecolonies-1.20.1/data/.rcon-cli.env b/minecolonies-1.20.1/data/.rcon-cli.env new file mode 100644 index 00000000..f1f1102c --- /dev/null +++ b/minecolonies-1.20.1/data/.rcon-cli.env @@ -0,0 +1 @@ +password=6b18d2a36bcfaea9b8954890 diff --git a/minecolonies-1.20.1/data/.rcon-cli.yaml b/minecolonies-1.20.1/data/.rcon-cli.yaml new file mode 100644 index 00000000..cf35ae11 --- /dev/null +++ b/minecolonies-1.20.1/data/.rcon-cli.yaml @@ -0,0 +1 @@ +password: "6b18d2a36bcfaea9b8954890" diff --git a/minecolonies-1.20.1/data/.run-forge.env b/minecolonies-1.20.1/data/.run-forge.env new file mode 100644 index 00000000..5af8fe5f --- /dev/null +++ b/minecolonies-1.20.1/data/.run-forge.env @@ -0,0 +1,4 @@ +SERVER="run.sh" +FAMILY="FORGE" +VERSION="1.20.1" +TYPE="FORGE" diff --git a/minecolonies-1.20.1/data/banned-ips.json b/minecolonies-1.20.1/data/banned-ips.json new file mode 100644 index 00000000..0637a088 --- /dev/null +++ b/minecolonies-1.20.1/data/banned-ips.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/minecolonies-1.20.1/data/banned-players.json b/minecolonies-1.20.1/data/banned-players.json new file mode 100644 index 00000000..0637a088 --- /dev/null +++ b/minecolonies-1.20.1/data/banned-players.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/minecolonies-1.20.1/data/config/adlods-common.toml b/minecolonies-1.20.1/data/config/adlods-common.toml new file mode 100644 index 00000000..75f13bd8 --- /dev/null +++ b/minecolonies-1.20.1/data/config/adlods-common.toml @@ -0,0 +1,19 @@ + +[Deposits] + #Size multiplier to be applied to all deposits + #Range: 0.0 ~ 10.0 + globalSizeMultiplier = 1.0 + #Spawn rate multiplier to be applied to all deposits + #Range: 0.0 ~ 10.0 + globalSpawnRateMultiplier = 1.0 + +[Veins] + #Disables all large ore veins generated by the vanilla noise generator + disableVanillaLargeVeins = false + +[Indicators] + #Enables/disables all above-ground indicators + enabled = true + #If enabled and the dimension has a ceiling (e.g. the Nether), the indicators will only spawn on the top surface of the ceiling + alwaysOnCeiling = false + diff --git a/minecolonies-1.20.1/data/config/adlods/Deposits/aluminum.cfg b/minecolonies-1.20.1/data/config/adlods/Deposits/aluminum.cfg new file mode 100644 index 00000000..3511dafa --- /dev/null +++ b/minecolonies-1.20.1/data/config/adlods/Deposits/aluminum.cfg @@ -0,0 +1,164 @@ +# Configuration file + +Config { + # If set to False, parameters from this config will not be used. [default: true] + B:enabled=true +} + + +Deposit { + # Syntax: targetId -> replacementId + # With weight: targetId -> replacementId, weight + S:customReplacements < + > + + # List of ores and their weights for this deposit. + # Syntax: oreId [, weight] + # + # Id is a basic unit (block or item) identifier in format. + # ModId can be omitted for vanilla items. Meta can be omitted too if it equals 0. + # UnitName must be lowercase, words separated by '_', words order - from private to common (example: black_iron_ore). + # Use '*' char or '[]' as meta value to specify all possible values (all block states). + # To define multiple block states, you can use block properties. The format is + # Also you may use tags. The format is <#modId:tagPath> (example: #forge:ores/copper). + # + # Weight is used to define the proportions of the ores. + # For example, the definition: + # #forge:ores/gold, 1 + # #forge:ores/iron, 5 + # means that gold and iron will be in the proportion 1 to 5. + # + S:ores < + #forge:ores/aluminum + > + + # Rarity (in chunks) of this deposit. + # The higher the value, the rarer the deposit will be. + # Example: a value of 1000 means that the deposit will be generated once every 1000 chunks. + # [range: 0 ~ 256000, default: 1132] + I:rarity=1132 + + # List of blocks that can be replaced with this ore. + S:replaceableBlocks < + #minecraft:stone_ore_replaceables + > + + ########################################################################################################## + # Dimensions + #--------------------------------------------------------------------------------------------------------# + # List of dimensions which this ore can be generated in. + # Dimension is specified by its registry name (e.g: minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.) + # Each dimension must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Dimensions { + S:blackList < + > + S:whiteList < + minecraft:overworld + > + } + + ########################################################################################################## + # Biomes + #--------------------------------------------------------------------------------------------------------# + # List of biomes which this ore can be generated in. + # Biome is specified by its registry name (case-insensitive) or by its tag with '#' prefix. + # Examples: minecraft:forest, #snowy + # Each biome must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Biomes { + S:blackList < + > + S:whiteList < + > + } + + ########################################################################################################## + # Altitude + #--------------------------------------------------------------------------------------------------------# + # Altitude which this ore can be generated at. + ########################################################################################################## + + Altitude { + # [range: -2147483648 ~ 2147483647, default: 64] + I:max=64 + + # [range: -2147483648 ~ 2147483647, default: 16] + I:min=16 + } + + Miscellaneous { + # Whether or not the ore blocks can be exposed to air. [default: true] + B:exposed=true + + # Ratio of height to width. + # Values > 1 result in tall veins (deposits). + # Values < 1 result in flat veins (deposits). + # [range: 0.0 ~ 10.0, default: 1.0] + S:proportions=1.0 + + # If enabled, each ore block will be checked against the given altitude and biome restrictions, rather than the first one. [default: false] + B:strictBounds=false + } + + ########################################################################################################## + # Size + #--------------------------------------------------------------------------------------------------------# + # Size limits (in blocks) of this deposit. + ########################################################################################################## + + Size { + # [range: 1 ~ 256000, default: 1400] + I:max=1400 + + # [range: 1 ~ 256000, default: 700] + I:min=700 + } + + ########################################################################################################## + # Indicator + #--------------------------------------------------------------------------------------------------------# + # Above-ground indicator for this deposit (e.g., a rare flower or a combination of circles of different flowers) + ########################################################################################################## + + Indicator { + # Circles of indicators and their radiuses. + # Syntax: indicatorId [, circleRadius] + # The order of the circles is always shuffled. + # The circles with the same radius will be randomly selected. + # If the radius is not defined, it will be selected from the minimum available, starting from 1. + # Examples: + # minecraft:cornflower, 2 + # minecraft:orange_tulip, 4 + # + S:circles < + silentgems:moonstone_glowrose, 3 + botania:light_gray_mystical_flower, 3 + minecraft:lily_of_the_valley, 3 + silentgems:onyx_glowrose, 6 + botania:gray_mystical_flower, 6 + minecraft:azure_bluet, 6 + > + + # Percentage of the indicator shape that will be visible. [range: 0.0 ~ 100.0, default: 60.0] + S:continuity=60.0 + + # Maximum displacement of the indicator shape elements. [range: 0 ~ 16, default: 1] + I:distortion=1 + + # ID of a block for a single-block indicator or ID of a structure to bind this deposit to. [default: ] + S:id= + + # Percentage of the deposit full size required to create an above-ground indicator. + # If the indicator is a structure - the chance of generating a deposit under it. + # [range: 0.0 ~ 100.0, default: 30.0] + S:threshold=30.0 + } + +} + + diff --git a/minecolonies-1.20.1/data/config/adlods/Deposits/amethyst.cfg b/minecolonies-1.20.1/data/config/adlods/Deposits/amethyst.cfg new file mode 100644 index 00000000..551d98fd --- /dev/null +++ b/minecolonies-1.20.1/data/config/adlods/Deposits/amethyst.cfg @@ -0,0 +1,164 @@ +# Configuration file + +Config { + # If set to False, parameters from this config will not be used. [default: true] + B:enabled=true +} + + +Deposit { + # Syntax: targetId -> replacementId + # With weight: targetId -> replacementId, weight + S:customReplacements < + > + + # List of ores and their weights for this deposit. + # Syntax: oreId [, weight] + # + # Id is a basic unit (block or item) identifier in format. + # ModId can be omitted for vanilla items. Meta can be omitted too if it equals 0. + # UnitName must be lowercase, words separated by '_', words order - from private to common (example: black_iron_ore). + # Use '*' char or '[]' as meta value to specify all possible values (all block states). + # To define multiple block states, you can use block properties. The format is + # Also you may use tags. The format is <#modId:tagPath> (example: #forge:ores/copper). + # + # Weight is used to define the proportions of the ores. + # For example, the definition: + # #forge:ores/gold, 1 + # #forge:ores/iron, 5 + # means that gold and iron will be in the proportion 1 to 5. + # + S:ores < + #forge:ores/amethyst + > + + # Rarity (in chunks) of this deposit. + # The higher the value, the rarer the deposit will be. + # Example: a value of 1000 means that the deposit will be generated once every 1000 chunks. + # [range: 0 ~ 256000, default: 3360] + I:rarity=3360 + + # List of blocks that can be replaced with this ore. + S:replaceableBlocks < + #minecraft:stone_ore_replaceables + > + + ########################################################################################################## + # Dimensions + #--------------------------------------------------------------------------------------------------------# + # List of dimensions which this ore can be generated in. + # Dimension is specified by its registry name (e.g: minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.) + # Each dimension must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Dimensions { + S:blackList < + > + S:whiteList < + minecraft:overworld + > + } + + ########################################################################################################## + # Biomes + #--------------------------------------------------------------------------------------------------------# + # List of biomes which this ore can be generated in. + # Biome is specified by its registry name (case-insensitive) or by its tag with '#' prefix. + # Examples: minecraft:forest, #snowy + # Each biome must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Biomes { + S:blackList < + > + S:whiteList < + > + } + + ########################################################################################################## + # Altitude + #--------------------------------------------------------------------------------------------------------# + # Altitude which this ore can be generated at. + ########################################################################################################## + + Altitude { + # [range: -2147483648 ~ 2147483647, default: 16] + I:max=16 + + # [range: -2147483648 ~ 2147483647, default: 4] + I:min=4 + } + + Miscellaneous { + # Whether or not the ore blocks can be exposed to air. [default: true] + B:exposed=true + + # Ratio of height to width. + # Values > 1 result in tall veins (deposits). + # Values < 1 result in flat veins (deposits). + # [range: 0.0 ~ 10.0, default: 1.0] + S:proportions=1.0 + + # If enabled, each ore block will be checked against the given altitude and biome restrictions, rather than the first one. [default: false] + B:strictBounds=false + } + + ########################################################################################################## + # Size + #--------------------------------------------------------------------------------------------------------# + # Size limits (in blocks) of this deposit. + ########################################################################################################## + + Size { + # [range: 1 ~ 256000, default: 600] + I:max=600 + + # [range: 1 ~ 256000, default: 300] + I:min=300 + } + + ########################################################################################################## + # Indicator + #--------------------------------------------------------------------------------------------------------# + # Above-ground indicator for this deposit (e.g., a rare flower or a combination of circles of different flowers) + ########################################################################################################## + + Indicator { + # Circles of indicators and their radiuses. + # Syntax: indicatorId [, circleRadius] + # The order of the circles is always shuffled. + # The circles with the same radius will be randomly selected. + # If the radius is not defined, it will be selected from the minimum available, starting from 1. + # Examples: + # minecraft:cornflower, 2 + # minecraft:orange_tulip, 4 + # + S:circles < + silentgems:amethyst_glowrose, 3 + botania:purple_mystical_flower, 3 + minecraft:pink_tulip, 3 + silentgems:amethyst_glowrose, 6 + botania:purple_mystical_flower, 6 + minecraft:pink_tulip, 6 + > + + # Percentage of the indicator shape that will be visible. [range: 0.0 ~ 100.0, default: 60.0] + S:continuity=60.0 + + # Maximum displacement of the indicator shape elements. [range: 0 ~ 16, default: 1] + I:distortion=1 + + # ID of a block for a single-block indicator or ID of a structure to bind this deposit to. [default: ] + S:id= + + # Percentage of the deposit full size required to create an above-ground indicator. + # If the indicator is a structure - the chance of generating a deposit under it. + # [range: 0.0 ~ 100.0, default: 30.0] + S:threshold=30.0 + } + +} + + diff --git a/minecolonies-1.20.1/data/config/adlods/Deposits/ancient_debris.cfg b/minecolonies-1.20.1/data/config/adlods/Deposits/ancient_debris.cfg new file mode 100644 index 00000000..0536d99e --- /dev/null +++ b/minecolonies-1.20.1/data/config/adlods/Deposits/ancient_debris.cfg @@ -0,0 +1,160 @@ +# Configuration file + +Config { + # If set to False, parameters from this config will not be used. [default: true] + B:enabled=true +} + + +Deposit { + # Syntax: targetId -> replacementId + # With weight: targetId -> replacementId, weight + S:customReplacements < + > + + # List of ores and their weights for this deposit. + # Syntax: oreId [, weight] + # + # Id is a basic unit (block or item) identifier in format. + # ModId can be omitted for vanilla items. Meta can be omitted too if it equals 0. + # UnitName must be lowercase, words separated by '_', words order - from private to common (example: black_iron_ore). + # Use '*' char or '[]' as meta value to specify all possible values (all block states). + # To define multiple block states, you can use block properties. The format is + # Also you may use tags. The format is <#modId:tagPath> (example: #forge:ores/copper). + # + # Weight is used to define the proportions of the ores. + # For example, the definition: + # #forge:ores/gold, 1 + # #forge:ores/iron, 5 + # means that gold and iron will be in the proportion 1 to 5. + # + S:ores < + ancient_debris + > + + # Rarity (in chunks) of this deposit. + # The higher the value, the rarer the deposit will be. + # Example: a value of 1000 means that the deposit will be generated once every 1000 chunks. + # [range: 0 ~ 256000, default: 1800] + I:rarity=1800 + + # List of blocks that can be replaced with this ore. + S:replaceableBlocks < + netherrack + > + + ########################################################################################################## + # Dimensions + #--------------------------------------------------------------------------------------------------------# + # List of dimensions which this ore can be generated in. + # Dimension is specified by its registry name (e.g: minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.) + # Each dimension must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Dimensions { + S:blackList < + > + S:whiteList < + minecraft:the_nether + > + } + + ########################################################################################################## + # Biomes + #--------------------------------------------------------------------------------------------------------# + # List of biomes which this ore can be generated in. + # Biome is specified by its registry name (case-insensitive) or by its tag with '#' prefix. + # Examples: minecraft:forest, #snowy + # Each biome must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Biomes { + S:blackList < + > + S:whiteList < + > + } + + ########################################################################################################## + # Altitude + #--------------------------------------------------------------------------------------------------------# + # Altitude which this ore can be generated at. + ########################################################################################################## + + Altitude { + # [range: -2147483648 ~ 2147483647, default: 118] + I:max=118 + + # [range: -2147483648 ~ 2147483647, default: 8] + I:min=8 + } + + Miscellaneous { + # Whether or not the ore blocks can be exposed to air. [default: false] + B:exposed=false + + # Ratio of height to width. + # Values > 1 result in tall veins (deposits). + # Values < 1 result in flat veins (deposits). + # [range: 0.0 ~ 10.0, default: 1.0] + S:proportions=1.0 + + # If enabled, each ore block will be checked against the given altitude and biome restrictions, rather than the first one. [default: false] + B:strictBounds=false + } + + ########################################################################################################## + # Size + #--------------------------------------------------------------------------------------------------------# + # Size limits (in blocks) of this deposit. + ########################################################################################################## + + Size { + # [range: 1 ~ 256000, default: 500] + I:max=500 + + # [range: 1 ~ 256000, default: 250] + I:min=250 + } + + ########################################################################################################## + # Indicator + #--------------------------------------------------------------------------------------------------------# + # Above-ground indicator for this deposit (e.g., a rare flower or a combination of circles of different flowers) + ########################################################################################################## + + Indicator { + # Circles of indicators and their radiuses. + # Syntax: indicatorId [, circleRadius] + # The order of the circles is always shuffled. + # The circles with the same radius will be randomly selected. + # If the radius is not defined, it will be selected from the minimum available, starting from 1. + # Examples: + # minecraft:cornflower, 2 + # minecraft:orange_tulip, 4 + # + S:circles < + minecraft:brown_mushroom, 3 + minecraft:brown_mushroom, 6 + > + + # Percentage of the indicator shape that will be visible. [range: 0.0 ~ 100.0, default: 60.0] + S:continuity=60.0 + + # Maximum displacement of the indicator shape elements. [range: 0 ~ 16, default: 1] + I:distortion=1 + + # ID of a block for a single-block indicator or ID of a structure to bind this deposit to. [default: ] + S:id= + + # Percentage of the deposit full size required to create an above-ground indicator. + # If the indicator is a structure - the chance of generating a deposit under it. + # [range: 0.0 ~ 100.0, default: 30.0] + S:threshold=30.0 + } + +} + + diff --git a/minecolonies-1.20.1/data/config/adlods/Deposits/coal.cfg b/minecolonies-1.20.1/data/config/adlods/Deposits/coal.cfg new file mode 100644 index 00000000..ab6b6ed3 --- /dev/null +++ b/minecolonies-1.20.1/data/config/adlods/Deposits/coal.cfg @@ -0,0 +1,165 @@ +# Configuration file + +Config { + # If set to False, parameters from this config will not be used. [default: true] + B:enabled=true +} + + +Deposit { + # Syntax: targetId -> replacementId + # With weight: targetId -> replacementId, weight + S:customReplacements < + #minecraft:deepslate_ore_replaceables -> deepslate_coal_ore + > + + # List of ores and their weights for this deposit. + # Syntax: oreId [, weight] + # + # Id is a basic unit (block or item) identifier in format. + # ModId can be omitted for vanilla items. Meta can be omitted too if it equals 0. + # UnitName must be lowercase, words separated by '_', words order - from private to common (example: black_iron_ore). + # Use '*' char or '[]' as meta value to specify all possible values (all block states). + # To define multiple block states, you can use block properties. The format is + # Also you may use tags. The format is <#modId:tagPath> (example: #forge:ores/copper). + # + # Weight is used to define the proportions of the ores. + # For example, the definition: + # #forge:ores/gold, 1 + # #forge:ores/iron, 5 + # means that gold and iron will be in the proportion 1 to 5. + # + S:ores < + coal_ore + > + + # Rarity (in chunks) of this deposit. + # The higher the value, the rarer the deposit will be. + # Example: a value of 1000 means that the deposit will be generated once every 1000 chunks. + # [range: 0 ~ 256000, default: 816] + I:rarity=816 + + # List of blocks that can be replaced with this ore. + S:replaceableBlocks < + #minecraft:stone_ore_replaceables + > + + ########################################################################################################## + # Dimensions + #--------------------------------------------------------------------------------------------------------# + # List of dimensions which this ore can be generated in. + # Dimension is specified by its registry name (e.g: minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.) + # Each dimension must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Dimensions { + S:blackList < + > + S:whiteList < + minecraft:overworld + > + } + + ########################################################################################################## + # Biomes + #--------------------------------------------------------------------------------------------------------# + # List of biomes which this ore can be generated in. + # Biome is specified by its registry name (case-insensitive) or by its tag with '#' prefix. + # Examples: minecraft:forest, #snowy + # Each biome must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Biomes { + S:blackList < + > + S:whiteList < + > + } + + ########################################################################################################## + # Altitude + #--------------------------------------------------------------------------------------------------------# + # Altitude which this ore can be generated at. + ########################################################################################################## + + Altitude { + # [range: -2147483648 ~ 2147483647, default: 80] + I:max=80 + + # [range: -2147483648 ~ 2147483647, default: 0] + I:min=0 + } + + Miscellaneous { + # Whether or not the ore blocks can be exposed to air. [default: true] + B:exposed=true + + # Ratio of height to width. + # Values > 1 result in tall veins (deposits). + # Values < 1 result in flat veins (deposits). + # [range: 0.0 ~ 10.0, default: 1.0] + S:proportions=1.0 + + # If enabled, each ore block will be checked against the given altitude and biome restrictions, rather than the first one. [default: false] + B:strictBounds=false + } + + ########################################################################################################## + # Size + #--------------------------------------------------------------------------------------------------------# + # Size limits (in blocks) of this deposit. + ########################################################################################################## + + Size { + # [range: 1 ~ 256000, default: 1800] + I:max=1800 + + # [range: 1 ~ 256000, default: 900] + I:min=900 + } + + ########################################################################################################## + # Indicator + #--------------------------------------------------------------------------------------------------------# + # Above-ground indicator for this deposit (e.g., a rare flower or a combination of circles of different flowers) + ########################################################################################################## + + Indicator { + # Circles of indicators and their radiuses. + # Syntax: indicatorId [, circleRadius] + # The order of the circles is always shuffled. + # The circles with the same radius will be randomly selected. + # If the radius is not defined, it will be selected from the minimum available, starting from 1. + # Examples: + # minecraft:cornflower, 2 + # minecraft:orange_tulip, 4 + # + S:circles < + silentgems:black_diamond_glowrose, 3 + botania:black_mystical_flower, 3 + minecraft:large_fern, 3 + silentgems:black_diamond_glowrose, 6 + botania:black_mystical_flower, 6 + minecraft:large_fern, 6 + > + + # Percentage of the indicator shape that will be visible. [range: 0.0 ~ 100.0, default: 60.0] + S:continuity=60.0 + + # Maximum displacement of the indicator shape elements. [range: 0 ~ 16, default: 1] + I:distortion=1 + + # ID of a block for a single-block indicator or ID of a structure to bind this deposit to. [default: ] + S:id= + + # Percentage of the deposit full size required to create an above-ground indicator. + # If the indicator is a structure - the chance of generating a deposit under it. + # [range: 0.0 ~ 100.0, default: 30.0] + S:threshold=30.0 + } + +} + + diff --git a/minecolonies-1.20.1/data/config/adlods/Deposits/cobalt.cfg b/minecolonies-1.20.1/data/config/adlods/Deposits/cobalt.cfg new file mode 100644 index 00000000..63cc2a46 --- /dev/null +++ b/minecolonies-1.20.1/data/config/adlods/Deposits/cobalt.cfg @@ -0,0 +1,164 @@ +# Configuration file + +Config { + # If set to False, parameters from this config will not be used. [default: true] + B:enabled=true +} + + +Deposit { + # Syntax: targetId -> replacementId + # With weight: targetId -> replacementId, weight + S:customReplacements < + > + + # List of ores and their weights for this deposit. + # Syntax: oreId [, weight] + # + # Id is a basic unit (block or item) identifier in format. + # ModId can be omitted for vanilla items. Meta can be omitted too if it equals 0. + # UnitName must be lowercase, words separated by '_', words order - from private to common (example: black_iron_ore). + # Use '*' char or '[]' as meta value to specify all possible values (all block states). + # To define multiple block states, you can use block properties. The format is + # Also you may use tags. The format is <#modId:tagPath> (example: #forge:ores/copper). + # + # Weight is used to define the proportions of the ores. + # For example, the definition: + # #forge:ores/gold, 1 + # #forge:ores/iron, 5 + # means that gold and iron will be in the proportion 1 to 5. + # + S:ores < + #forge:ores/cobalt + > + + # Rarity (in chunks) of this deposit. + # The higher the value, the rarer the deposit will be. + # Example: a value of 1000 means that the deposit will be generated once every 1000 chunks. + # [range: 0 ~ 256000, default: 3094] + I:rarity=3094 + + # List of blocks that can be replaced with this ore. + S:replaceableBlocks < + #minecraft:stone_ore_replaceables + > + + ########################################################################################################## + # Dimensions + #--------------------------------------------------------------------------------------------------------# + # List of dimensions which this ore can be generated in. + # Dimension is specified by its registry name (e.g: minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.) + # Each dimension must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Dimensions { + S:blackList < + > + S:whiteList < + minecraft:overworld + > + } + + ########################################################################################################## + # Biomes + #--------------------------------------------------------------------------------------------------------# + # List of biomes which this ore can be generated in. + # Biome is specified by its registry name (case-insensitive) or by its tag with '#' prefix. + # Examples: minecraft:forest, #snowy + # Each biome must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Biomes { + S:blackList < + > + S:whiteList < + > + } + + ########################################################################################################## + # Altitude + #--------------------------------------------------------------------------------------------------------# + # Altitude which this ore can be generated at. + ########################################################################################################## + + Altitude { + # [range: -2147483648 ~ 2147483647, default: 64] + I:max=64 + + # [range: -2147483648 ~ 2147483647, default: 16] + I:min=16 + } + + Miscellaneous { + # Whether or not the ore blocks can be exposed to air. [default: true] + B:exposed=true + + # Ratio of height to width. + # Values > 1 result in tall veins (deposits). + # Values < 1 result in flat veins (deposits). + # [range: 0.0 ~ 10.0, default: 1.0] + S:proportions=1.0 + + # If enabled, each ore block will be checked against the given altitude and biome restrictions, rather than the first one. [default: false] + B:strictBounds=false + } + + ########################################################################################################## + # Size + #--------------------------------------------------------------------------------------------------------# + # Size limits (in blocks) of this deposit. + ########################################################################################################## + + Size { + # [range: 1 ~ 256000, default: 1400] + I:max=1400 + + # [range: 1 ~ 256000, default: 700] + I:min=700 + } + + ########################################################################################################## + # Indicator + #--------------------------------------------------------------------------------------------------------# + # Above-ground indicator for this deposit (e.g., a rare flower or a combination of circles of different flowers) + ########################################################################################################## + + Indicator { + # Circles of indicators and their radiuses. + # Syntax: indicatorId [, circleRadius] + # The order of the circles is always shuffled. + # The circles with the same radius will be randomly selected. + # If the radius is not defined, it will be selected from the minimum available, starting from 1. + # Examples: + # minecraft:cornflower, 2 + # minecraft:orange_tulip, 4 + # + S:circles < + silentgems:benitoite_glowrose, 3 + botania:blue_mystical_flower, 3 + minecraft:cornflower, 3 + silentgems:moonstone_glowrose, 6 + botania:light_gray_mystical_flower, 6 + minecraft:lily_of_the_valley, 6 + > + + # Percentage of the indicator shape that will be visible. [range: 0.0 ~ 100.0, default: 60.0] + S:continuity=60.0 + + # Maximum displacement of the indicator shape elements. [range: 0 ~ 16, default: 1] + I:distortion=1 + + # ID of a block for a single-block indicator or ID of a structure to bind this deposit to. [default: ] + S:id= + + # Percentage of the deposit full size required to create an above-ground indicator. + # If the indicator is a structure - the chance of generating a deposit under it. + # [range: 0.0 ~ 100.0, default: 30.0] + S:threshold=30.0 + } + +} + + diff --git a/minecolonies-1.20.1/data/config/adlods/Deposits/copper.cfg b/minecolonies-1.20.1/data/config/adlods/Deposits/copper.cfg new file mode 100644 index 00000000..ab98600f --- /dev/null +++ b/minecolonies-1.20.1/data/config/adlods/Deposits/copper.cfg @@ -0,0 +1,165 @@ +# Configuration file + +Config { + # If set to False, parameters from this config will not be used. [default: true] + B:enabled=true +} + + +Deposit { + # Syntax: targetId -> replacementId + # With weight: targetId -> replacementId, weight + S:customReplacements < + #minecraft:deepslate_ore_replaceables -> deepslate_copper_ore + > + + # List of ores and their weights for this deposit. + # Syntax: oreId [, weight] + # + # Id is a basic unit (block or item) identifier in format. + # ModId can be omitted for vanilla items. Meta can be omitted too if it equals 0. + # UnitName must be lowercase, words separated by '_', words order - from private to common (example: black_iron_ore). + # Use '*' char or '[]' as meta value to specify all possible values (all block states). + # To define multiple block states, you can use block properties. The format is + # Also you may use tags. The format is <#modId:tagPath> (example: #forge:ores/copper). + # + # Weight is used to define the proportions of the ores. + # For example, the definition: + # #forge:ores/gold, 1 + # #forge:ores/iron, 5 + # means that gold and iron will be in the proportion 1 to 5. + # + S:ores < + copper_ore + > + + # Rarity (in chunks) of this deposit. + # The higher the value, the rarer the deposit will be. + # Example: a value of 1000 means that the deposit will be generated once every 1000 chunks. + # [range: 0 ~ 256000, default: 1452] + I:rarity=1452 + + # List of blocks that can be replaced with this ore. + S:replaceableBlocks < + #minecraft:stone_ore_replaceables + > + + ########################################################################################################## + # Dimensions + #--------------------------------------------------------------------------------------------------------# + # List of dimensions which this ore can be generated in. + # Dimension is specified by its registry name (e.g: minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.) + # Each dimension must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Dimensions { + S:blackList < + > + S:whiteList < + minecraft:overworld + > + } + + ########################################################################################################## + # Biomes + #--------------------------------------------------------------------------------------------------------# + # List of biomes which this ore can be generated in. + # Biome is specified by its registry name (case-insensitive) or by its tag with '#' prefix. + # Examples: minecraft:forest, #snowy + # Each biome must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Biomes { + S:blackList < + > + S:whiteList < + > + } + + ########################################################################################################## + # Altitude + #--------------------------------------------------------------------------------------------------------# + # Altitude which this ore can be generated at. + ########################################################################################################## + + Altitude { + # [range: -2147483648 ~ 2147483647, default: 64] + I:max=64 + + # [range: -2147483648 ~ 2147483647, default: -16] + I:min=-16 + } + + Miscellaneous { + # Whether or not the ore blocks can be exposed to air. [default: true] + B:exposed=true + + # Ratio of height to width. + # Values > 1 result in tall veins (deposits). + # Values < 1 result in flat veins (deposits). + # [range: 0.0 ~ 10.0, default: 1.0] + S:proportions=1.0 + + # If enabled, each ore block will be checked against the given altitude and biome restrictions, rather than the first one. [default: false] + B:strictBounds=false + } + + ########################################################################################################## + # Size + #--------------------------------------------------------------------------------------------------------# + # Size limits (in blocks) of this deposit. + ########################################################################################################## + + Size { + # [range: 1 ~ 256000, default: 1400] + I:max=1400 + + # [range: 1 ~ 256000, default: 700] + I:min=700 + } + + ########################################################################################################## + # Indicator + #--------------------------------------------------------------------------------------------------------# + # Above-ground indicator for this deposit (e.g., a rare flower or a combination of circles of different flowers) + ########################################################################################################## + + Indicator { + # Circles of indicators and their radiuses. + # Syntax: indicatorId [, circleRadius] + # The order of the circles is always shuffled. + # The circles with the same radius will be randomly selected. + # If the radius is not defined, it will be selected from the minimum available, starting from 1. + # Examples: + # minecraft:cornflower, 2 + # minecraft:orange_tulip, 4 + # + S:circles < + silentgems:spinel_glowrose, 3 + botania:orange_mystical_flower, 3 + minecraft:orange_tulip, 3 + silentgems:moonstone_glowrose, 6 + botania:light_gray_mystical_flower, 6 + minecraft:lily_of_the_valley, 6 + > + + # Percentage of the indicator shape that will be visible. [range: 0.0 ~ 100.0, default: 60.0] + S:continuity=60.0 + + # Maximum displacement of the indicator shape elements. [range: 0 ~ 16, default: 1] + I:distortion=1 + + # ID of a block for a single-block indicator or ID of a structure to bind this deposit to. [default: ] + S:id= + + # Percentage of the deposit full size required to create an above-ground indicator. + # If the indicator is a structure - the chance of generating a deposit under it. + # [range: 0.0 ~ 100.0, default: 30.0] + S:threshold=30.0 + } + +} + + diff --git a/minecolonies-1.20.1/data/config/adlods/Deposits/diamond.cfg b/minecolonies-1.20.1/data/config/adlods/Deposits/diamond.cfg new file mode 100644 index 00000000..e5ee0181 --- /dev/null +++ b/minecolonies-1.20.1/data/config/adlods/Deposits/diamond.cfg @@ -0,0 +1,165 @@ +# Configuration file + +Config { + # If set to False, parameters from this config will not be used. [default: true] + B:enabled=true +} + + +Deposit { + # Syntax: targetId -> replacementId + # With weight: targetId -> replacementId, weight + S:customReplacements < + #minecraft:deepslate_ore_replaceables -> deepslate_diamond_ore + > + + # List of ores and their weights for this deposit. + # Syntax: oreId [, weight] + # + # Id is a basic unit (block or item) identifier in format. + # ModId can be omitted for vanilla items. Meta can be omitted too if it equals 0. + # UnitName must be lowercase, words separated by '_', words order - from private to common (example: black_iron_ore). + # Use '*' char or '[]' as meta value to specify all possible values (all block states). + # To define multiple block states, you can use block properties. The format is + # Also you may use tags. The format is <#modId:tagPath> (example: #forge:ores/copper). + # + # Weight is used to define the proportions of the ores. + # For example, the definition: + # #forge:ores/gold, 1 + # #forge:ores/iron, 5 + # means that gold and iron will be in the proportion 1 to 5. + # + S:ores < + diamond_ore + > + + # Rarity (in chunks) of this deposit. + # The higher the value, the rarer the deposit will be. + # Example: a value of 1000 means that the deposit will be generated once every 1000 chunks. + # [range: 0 ~ 256000, default: 4200] + I:rarity=4200 + + # List of blocks that can be replaced with this ore. + S:replaceableBlocks < + #minecraft:stone_ore_replaceables + > + + ########################################################################################################## + # Dimensions + #--------------------------------------------------------------------------------------------------------# + # List of dimensions which this ore can be generated in. + # Dimension is specified by its registry name (e.g: minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.) + # Each dimension must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Dimensions { + S:blackList < + > + S:whiteList < + minecraft:overworld + > + } + + ########################################################################################################## + # Biomes + #--------------------------------------------------------------------------------------------------------# + # List of biomes which this ore can be generated in. + # Biome is specified by its registry name (case-insensitive) or by its tag with '#' prefix. + # Examples: minecraft:forest, #snowy + # Each biome must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Biomes { + S:blackList < + > + S:whiteList < + > + } + + ########################################################################################################## + # Altitude + #--------------------------------------------------------------------------------------------------------# + # Altitude which this ore can be generated at. + ########################################################################################################## + + Altitude { + # [range: -2147483648 ~ 2147483647, default: 16] + I:max=16 + + # [range: -2147483648 ~ 2147483647, default: -64] + I:min=-64 + } + + Miscellaneous { + # Whether or not the ore blocks can be exposed to air. [default: true] + B:exposed=true + + # Ratio of height to width. + # Values > 1 result in tall veins (deposits). + # Values < 1 result in flat veins (deposits). + # [range: 0.0 ~ 10.0, default: 1.0] + S:proportions=1.0 + + # If enabled, each ore block will be checked against the given altitude and biome restrictions, rather than the first one. [default: false] + B:strictBounds=false + } + + ########################################################################################################## + # Size + #--------------------------------------------------------------------------------------------------------# + # Size limits (in blocks) of this deposit. + ########################################################################################################## + + Size { + # [range: 1 ~ 256000, default: 600] + I:max=600 + + # [range: 1 ~ 256000, default: 300] + I:min=300 + } + + ########################################################################################################## + # Indicator + #--------------------------------------------------------------------------------------------------------# + # Above-ground indicator for this deposit (e.g., a rare flower or a combination of circles of different flowers) + ########################################################################################################## + + Indicator { + # Circles of indicators and their radiuses. + # Syntax: indicatorId [, circleRadius] + # The order of the circles is always shuffled. + # The circles with the same radius will be randomly selected. + # If the radius is not defined, it will be selected from the minimum available, starting from 1. + # Examples: + # minecraft:cornflower, 2 + # minecraft:orange_tulip, 4 + # + S:circles < + silentgems:fluorite_glowrose, 3 + botania:cyan_mystical_flower, 3 + minecraft:blue_orchid, 3 + silentgems:fluorite_glowrose, 6 + botania:cyan_mystical_flower, 6 + minecraft:blue_orchid, 6 + > + + # Percentage of the indicator shape that will be visible. [range: 0.0 ~ 100.0, default: 60.0] + S:continuity=60.0 + + # Maximum displacement of the indicator shape elements. [range: 0 ~ 16, default: 1] + I:distortion=1 + + # ID of a block for a single-block indicator or ID of a structure to bind this deposit to. [default: ] + S:id= + + # Percentage of the deposit full size required to create an above-ground indicator. + # If the indicator is a structure - the chance of generating a deposit under it. + # [range: 0.0 ~ 100.0, default: 30.0] + S:threshold=30.0 + } + +} + + diff --git a/minecolonies-1.20.1/data/config/adlods/Deposits/emerald.cfg b/minecolonies-1.20.1/data/config/adlods/Deposits/emerald.cfg new file mode 100644 index 00000000..509d8b37 --- /dev/null +++ b/minecolonies-1.20.1/data/config/adlods/Deposits/emerald.cfg @@ -0,0 +1,165 @@ +# Configuration file + +Config { + # If set to False, parameters from this config will not be used. [default: true] + B:enabled=true +} + + +Deposit { + # Syntax: targetId -> replacementId + # With weight: targetId -> replacementId, weight + S:customReplacements < + #minecraft:deepslate_ore_replaceables -> deepslate_emerald_ore + > + + # List of ores and their weights for this deposit. + # Syntax: oreId [, weight] + # + # Id is a basic unit (block or item) identifier in format. + # ModId can be omitted for vanilla items. Meta can be omitted too if it equals 0. + # UnitName must be lowercase, words separated by '_', words order - from private to common (example: black_iron_ore). + # Use '*' char or '[]' as meta value to specify all possible values (all block states). + # To define multiple block states, you can use block properties. The format is + # Also you may use tags. The format is <#modId:tagPath> (example: #forge:ores/copper). + # + # Weight is used to define the proportions of the ores. + # For example, the definition: + # #forge:ores/gold, 1 + # #forge:ores/iron, 5 + # means that gold and iron will be in the proportion 1 to 5. + # + S:ores < + emerald_ore + > + + # Rarity (in chunks) of this deposit. + # The higher the value, the rarer the deposit will be. + # Example: a value of 1000 means that the deposit will be generated once every 1000 chunks. + # [range: 0 ~ 256000, default: 4480] + I:rarity=4480 + + # List of blocks that can be replaced with this ore. + S:replaceableBlocks < + #minecraft:stone_ore_replaceables + > + + ########################################################################################################## + # Dimensions + #--------------------------------------------------------------------------------------------------------# + # List of dimensions which this ore can be generated in. + # Dimension is specified by its registry name (e.g: minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.) + # Each dimension must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Dimensions { + S:blackList < + > + S:whiteList < + minecraft:overworld + > + } + + ########################################################################################################## + # Biomes + #--------------------------------------------------------------------------------------------------------# + # List of biomes which this ore can be generated in. + # Biome is specified by its registry name (case-insensitive) or by its tag with '#' prefix. + # Examples: minecraft:forest, #snowy + # Each biome must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Biomes { + S:blackList < + > + S:whiteList < + > + } + + ########################################################################################################## + # Altitude + #--------------------------------------------------------------------------------------------------------# + # Altitude which this ore can be generated at. + ########################################################################################################## + + Altitude { + # [range: -2147483648 ~ 2147483647, default: 16] + I:max=16 + + # [range: -2147483648 ~ 2147483647, default: -16] + I:min=-16 + } + + Miscellaneous { + # Whether or not the ore blocks can be exposed to air. [default: true] + B:exposed=true + + # Ratio of height to width. + # Values > 1 result in tall veins (deposits). + # Values < 1 result in flat veins (deposits). + # [range: 0.0 ~ 10.0, default: 1.0] + S:proportions=1.0 + + # If enabled, each ore block will be checked against the given altitude and biome restrictions, rather than the first one. [default: false] + B:strictBounds=false + } + + ########################################################################################################## + # Size + #--------------------------------------------------------------------------------------------------------# + # Size limits (in blocks) of this deposit. + ########################################################################################################## + + Size { + # [range: 1 ~ 256000, default: 600] + I:max=600 + + # [range: 1 ~ 256000, default: 300] + I:min=300 + } + + ########################################################################################################## + # Indicator + #--------------------------------------------------------------------------------------------------------# + # Above-ground indicator for this deposit (e.g., a rare flower or a combination of circles of different flowers) + ########################################################################################################## + + Indicator { + # Circles of indicators and their radiuses. + # Syntax: indicatorId [, circleRadius] + # The order of the circles is always shuffled. + # The circles with the same radius will be randomly selected. + # If the radius is not defined, it will be selected from the minimum available, starting from 1. + # Examples: + # minecraft:cornflower, 2 + # minecraft:orange_tulip, 4 + # + S:circles < + silentgems:phosphophyllite_glowrose, 3 + botania:lime_mystical_flower, 3 + minecraft:white_tulip, 3 + silentgems:phosphophyllite_glowrose, 6 + botania:lime_mystical_flower, 6 + minecraft:white_tulip, 6 + > + + # Percentage of the indicator shape that will be visible. [range: 0.0 ~ 100.0, default: 60.0] + S:continuity=60.0 + + # Maximum displacement of the indicator shape elements. [range: 0 ~ 16, default: 1] + I:distortion=1 + + # ID of a block for a single-block indicator or ID of a structure to bind this deposit to. [default: ] + S:id= + + # Percentage of the deposit full size required to create an above-ground indicator. + # If the indicator is a structure - the chance of generating a deposit under it. + # [range: 0.0 ~ 100.0, default: 30.0] + S:threshold=30.0 + } + +} + + diff --git a/minecolonies-1.20.1/data/config/adlods/Deposits/gas_pocket.cfg b/minecolonies-1.20.1/data/config/adlods/Deposits/gas_pocket.cfg new file mode 100644 index 00000000..2f64bbbe --- /dev/null +++ b/minecolonies-1.20.1/data/config/adlods/Deposits/gas_pocket.cfg @@ -0,0 +1,160 @@ +# Configuration file + +Config { + # If set to False, parameters from this config will not be used. [default: true] + B:enabled=true +} + + +Deposit { + # Syntax: targetId -> replacementId + # With weight: targetId -> replacementId, weight + S:customReplacements < + > + + # List of ores and their weights for this deposit. + # Syntax: oreId [, weight] + # + # Id is a basic unit (block or item) identifier in format. + # ModId can be omitted for vanilla items. Meta can be omitted too if it equals 0. + # UnitName must be lowercase, words separated by '_', words order - from private to common (example: black_iron_ore). + # Use '*' char or '[]' as meta value to specify all possible values (all block states). + # To define multiple block states, you can use block properties. The format is + # Also you may use tags. The format is <#modId:tagPath> (example: #forge:ores/copper). + # + # Weight is used to define the proportions of the ores. + # For example, the definition: + # #forge:ores/gold, 1 + # #forge:ores/iron, 5 + # means that gold and iron will be in the proportion 1 to 5. + # + S:ores < + adpother:carbon:[density=heavy], 50 + adpother:sulfur:[density=heavy], 1 + > + + # Rarity (in chunks) of this deposit. + # The higher the value, the rarer the deposit will be. + # Example: a value of 1000 means that the deposit will be generated once every 1000 chunks. + # [range: 0 ~ 256000, default: 1000] + I:rarity=1000 + + # List of blocks that can be replaced with this ore. + S:replaceableBlocks < + #minecraft:stone_ore_replaceables + air:* + > + + ########################################################################################################## + # Dimensions + #--------------------------------------------------------------------------------------------------------# + # List of dimensions which this ore can be generated in. + # Dimension is specified by its registry name (e.g: minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.) + # Each dimension must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Dimensions { + S:blackList < + > + S:whiteList < + minecraft:overworld + > + } + + ########################################################################################################## + # Biomes + #--------------------------------------------------------------------------------------------------------# + # List of biomes which this ore can be generated in. + # Biome is specified by its registry name (case-insensitive) or by its tag with '#' prefix. + # Examples: minecraft:forest, #snowy + # Each biome must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Biomes { + S:blackList < + > + S:whiteList < + > + } + + ########################################################################################################## + # Altitude + #--------------------------------------------------------------------------------------------------------# + # Altitude which this ore can be generated at. + ########################################################################################################## + + Altitude { + # [range: -2147483648 ~ 2147483647, default: 64] + I:max=64 + + # [range: -2147483648 ~ 2147483647, default: 4] + I:min=4 + } + + Miscellaneous { + # Whether or not the ore blocks can be exposed to air. [default: false] + B:exposed=false + + # Ratio of height to width. + # Values > 1 result in tall veins (deposits). + # Values < 1 result in flat veins (deposits). + # [range: 0.0 ~ 10.0, default: 1.0] + S:proportions=1.0 + + # If enabled, each ore block will be checked against the given altitude and biome restrictions, rather than the first one. [default: false] + B:strictBounds=false + } + + ########################################################################################################## + # Size + #--------------------------------------------------------------------------------------------------------# + # Size limits (in blocks) of this deposit. + ########################################################################################################## + + Size { + # [range: 1 ~ 256000, default: 500] + I:max=500 + + # [range: 1 ~ 256000, default: 50] + I:min=50 + } + + ########################################################################################################## + # Indicator + #--------------------------------------------------------------------------------------------------------# + # Above-ground indicator for this deposit (e.g., a rare flower or a combination of circles of different flowers) + ########################################################################################################## + + Indicator { + # Circles of indicators and their radiuses. + # Syntax: indicatorId [, circleRadius] + # The order of the circles is always shuffled. + # The circles with the same radius will be randomly selected. + # If the radius is not defined, it will be selected from the minimum available, starting from 1. + # Examples: + # minecraft:cornflower, 2 + # minecraft:orange_tulip, 4 + # + S:circles < + > + + # Percentage of the indicator shape that will be visible. [range: 0.0 ~ 100.0, default: 60.0] + S:continuity=60.0 + + # Maximum displacement of the indicator shape elements. [range: 0 ~ 16, default: 1] + I:distortion=1 + + # ID of a block for a single-block indicator or ID of a structure to bind this deposit to. [default: ] + S:id= + + # Percentage of the deposit full size required to create an above-ground indicator. + # If the indicator is a structure - the chance of generating a deposit under it. + # [range: 0.0 ~ 100.0, default: 30.0] + S:threshold=30.0 + } + +} + + diff --git a/minecolonies-1.20.1/data/config/adlods/Deposits/gold.cfg b/minecolonies-1.20.1/data/config/adlods/Deposits/gold.cfg new file mode 100644 index 00000000..08fbac42 --- /dev/null +++ b/minecolonies-1.20.1/data/config/adlods/Deposits/gold.cfg @@ -0,0 +1,165 @@ +# Configuration file + +Config { + # If set to False, parameters from this config will not be used. [default: true] + B:enabled=true +} + + +Deposit { + # Syntax: targetId -> replacementId + # With weight: targetId -> replacementId, weight + S:customReplacements < + #minecraft:deepslate_ore_replaceables -> deepslate_gold_ore + > + + # List of ores and their weights for this deposit. + # Syntax: oreId [, weight] + # + # Id is a basic unit (block or item) identifier in format. + # ModId can be omitted for vanilla items. Meta can be omitted too if it equals 0. + # UnitName must be lowercase, words separated by '_', words order - from private to common (example: black_iron_ore). + # Use '*' char or '[]' as meta value to specify all possible values (all block states). + # To define multiple block states, you can use block properties. The format is + # Also you may use tags. The format is <#modId:tagPath> (example: #forge:ores/copper). + # + # Weight is used to define the proportions of the ores. + # For example, the definition: + # #forge:ores/gold, 1 + # #forge:ores/iron, 5 + # means that gold and iron will be in the proportion 1 to 5. + # + S:ores < + gold_ore + > + + # Rarity (in chunks) of this deposit. + # The higher the value, the rarer the deposit will be. + # Example: a value of 1000 means that the deposit will be generated once every 1000 chunks. + # [range: 0 ~ 256000, default: 3256] + I:rarity=3256 + + # List of blocks that can be replaced with this ore. + S:replaceableBlocks < + #minecraft:stone_ore_replaceables + > + + ########################################################################################################## + # Dimensions + #--------------------------------------------------------------------------------------------------------# + # List of dimensions which this ore can be generated in. + # Dimension is specified by its registry name (e.g: minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.) + # Each dimension must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Dimensions { + S:blackList < + > + S:whiteList < + minecraft:overworld + > + } + + ########################################################################################################## + # Biomes + #--------------------------------------------------------------------------------------------------------# + # List of biomes which this ore can be generated in. + # Biome is specified by its registry name (case-insensitive) or by its tag with '#' prefix. + # Examples: minecraft:forest, #snowy + # Each biome must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Biomes { + S:blackList < + > + S:whiteList < + > + } + + ########################################################################################################## + # Altitude + #--------------------------------------------------------------------------------------------------------# + # Altitude which this ore can be generated at. + ########################################################################################################## + + Altitude { + # [range: -2147483648 ~ 2147483647, default: 32] + I:max=32 + + # [range: -2147483648 ~ 2147483647, default: 8] + I:min=8 + } + + Miscellaneous { + # Whether or not the ore blocks can be exposed to air. [default: true] + B:exposed=true + + # Ratio of height to width. + # Values > 1 result in tall veins (deposits). + # Values < 1 result in flat veins (deposits). + # [range: 0.0 ~ 10.0, default: 1.0] + S:proportions=1.0 + + # If enabled, each ore block will be checked against the given altitude and biome restrictions, rather than the first one. [default: false] + B:strictBounds=false + } + + ########################################################################################################## + # Size + #--------------------------------------------------------------------------------------------------------# + # Size limits (in blocks) of this deposit. + ########################################################################################################## + + Size { + # [range: 1 ~ 256000, default: 1000] + I:max=1000 + + # [range: 1 ~ 256000, default: 500] + I:min=500 + } + + ########################################################################################################## + # Indicator + #--------------------------------------------------------------------------------------------------------# + # Above-ground indicator for this deposit (e.g., a rare flower or a combination of circles of different flowers) + ########################################################################################################## + + Indicator { + # Circles of indicators and their radiuses. + # Syntax: indicatorId [, circleRadius] + # The order of the circles is always shuffled. + # The circles with the same radius will be randomly selected. + # If the radius is not defined, it will be selected from the minimum available, starting from 1. + # Examples: + # minecraft:cornflower, 2 + # minecraft:orange_tulip, 4 + # + S:circles < + silentgems:jasper_glowrose, 3 + botania:orange_mystical_flower, 3 + minecraft:dandelion, 3 + silentgems:opal_glowrose, 6 + botania:white_mystical_flower, 6 + minecraft:oxeye_daisy, 6 + > + + # Percentage of the indicator shape that will be visible. [range: 0.0 ~ 100.0, default: 60.0] + S:continuity=60.0 + + # Maximum displacement of the indicator shape elements. [range: 0 ~ 16, default: 1] + I:distortion=1 + + # ID of a block for a single-block indicator or ID of a structure to bind this deposit to. [default: ] + S:id= + + # Percentage of the deposit full size required to create an above-ground indicator. + # If the indicator is a structure - the chance of generating a deposit under it. + # [range: 0.0 ~ 100.0, default: 30.0] + S:threshold=30.0 + } + +} + + diff --git a/minecolonies-1.20.1/data/config/adlods/Deposits/iridium.cfg b/minecolonies-1.20.1/data/config/adlods/Deposits/iridium.cfg new file mode 100644 index 00000000..febcda85 --- /dev/null +++ b/minecolonies-1.20.1/data/config/adlods/Deposits/iridium.cfg @@ -0,0 +1,164 @@ +# Configuration file + +Config { + # If set to False, parameters from this config will not be used. [default: true] + B:enabled=true +} + + +Deposit { + # Syntax: targetId -> replacementId + # With weight: targetId -> replacementId, weight + S:customReplacements < + > + + # List of ores and their weights for this deposit. + # Syntax: oreId [, weight] + # + # Id is a basic unit (block or item) identifier in format. + # ModId can be omitted for vanilla items. Meta can be omitted too if it equals 0. + # UnitName must be lowercase, words separated by '_', words order - from private to common (example: black_iron_ore). + # Use '*' char or '[]' as meta value to specify all possible values (all block states). + # To define multiple block states, you can use block properties. The format is + # Also you may use tags. The format is <#modId:tagPath> (example: #forge:ores/copper). + # + # Weight is used to define the proportions of the ores. + # For example, the definition: + # #forge:ores/gold, 1 + # #forge:ores/iron, 5 + # means that gold and iron will be in the proportion 1 to 5. + # + S:ores < + #forge:ores/iridium + > + + # Rarity (in chunks) of this deposit. + # The higher the value, the rarer the deposit will be. + # Example: a value of 1000 means that the deposit will be generated once every 1000 chunks. + # [range: 0 ~ 256000, default: 3547] + I:rarity=3547 + + # List of blocks that can be replaced with this ore. + S:replaceableBlocks < + #minecraft:stone_ore_replaceables + > + + ########################################################################################################## + # Dimensions + #--------------------------------------------------------------------------------------------------------# + # List of dimensions which this ore can be generated in. + # Dimension is specified by its registry name (e.g: minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.) + # Each dimension must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Dimensions { + S:blackList < + > + S:whiteList < + minecraft:overworld + > + } + + ########################################################################################################## + # Biomes + #--------------------------------------------------------------------------------------------------------# + # List of biomes which this ore can be generated in. + # Biome is specified by its registry name (case-insensitive) or by its tag with '#' prefix. + # Examples: minecraft:forest, #snowy + # Each biome must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Biomes { + S:blackList < + > + S:whiteList < + > + } + + ########################################################################################################## + # Altitude + #--------------------------------------------------------------------------------------------------------# + # Altitude which this ore can be generated at. + ########################################################################################################## + + Altitude { + # [range: -2147483648 ~ 2147483647, default: 32] + I:max=32 + + # [range: -2147483648 ~ 2147483647, default: 8] + I:min=8 + } + + Miscellaneous { + # Whether or not the ore blocks can be exposed to air. [default: true] + B:exposed=true + + # Ratio of height to width. + # Values > 1 result in tall veins (deposits). + # Values < 1 result in flat veins (deposits). + # [range: 0.0 ~ 10.0, default: 1.0] + S:proportions=1.0 + + # If enabled, each ore block will be checked against the given altitude and biome restrictions, rather than the first one. [default: false] + B:strictBounds=false + } + + ########################################################################################################## + # Size + #--------------------------------------------------------------------------------------------------------# + # Size limits (in blocks) of this deposit. + ########################################################################################################## + + Size { + # [range: 1 ~ 256000, default: 1000] + I:max=1000 + + # [range: 1 ~ 256000, default: 500] + I:min=500 + } + + ########################################################################################################## + # Indicator + #--------------------------------------------------------------------------------------------------------# + # Above-ground indicator for this deposit (e.g., a rare flower or a combination of circles of different flowers) + ########################################################################################################## + + Indicator { + # Circles of indicators and their radiuses. + # Syntax: indicatorId [, circleRadius] + # The order of the circles is always shuffled. + # The circles with the same radius will be randomly selected. + # If the radius is not defined, it will be selected from the minimum available, starting from 1. + # Examples: + # minecraft:cornflower, 2 + # minecraft:orange_tulip, 4 + # + S:circles < + silentgems:zircon_glowrose, 3 + botania:yellow_mystical_flower, 3 + minecraft:oxeye_daisy, 3 + silentgems:opal_glowrose, 6 + botania:white_mystical_flower, 6 + minecraft:oxeye_daisy, 6 + > + + # Percentage of the indicator shape that will be visible. [range: 0.0 ~ 100.0, default: 60.0] + S:continuity=60.0 + + # Maximum displacement of the indicator shape elements. [range: 0 ~ 16, default: 1] + I:distortion=1 + + # ID of a block for a single-block indicator or ID of a structure to bind this deposit to. [default: ] + S:id= + + # Percentage of the deposit full size required to create an above-ground indicator. + # If the indicator is a structure - the chance of generating a deposit under it. + # [range: 0.0 ~ 100.0, default: 30.0] + S:threshold=30.0 + } + +} + + diff --git a/minecolonies-1.20.1/data/config/adlods/Deposits/iron.cfg b/minecolonies-1.20.1/data/config/adlods/Deposits/iron.cfg new file mode 100644 index 00000000..5768e65c --- /dev/null +++ b/minecolonies-1.20.1/data/config/adlods/Deposits/iron.cfg @@ -0,0 +1,165 @@ +# Configuration file + +Config { + # If set to False, parameters from this config will not be used. [default: true] + B:enabled=true +} + + +Deposit { + # Syntax: targetId -> replacementId + # With weight: targetId -> replacementId, weight + S:customReplacements < + #minecraft:deepslate_ore_replaceables -> deepslate_iron_ore + > + + # List of ores and their weights for this deposit. + # Syntax: oreId [, weight] + # + # Id is a basic unit (block or item) identifier in format. + # ModId can be omitted for vanilla items. Meta can be omitted too if it equals 0. + # UnitName must be lowercase, words separated by '_', words order - from private to common (example: black_iron_ore). + # Use '*' char or '[]' as meta value to specify all possible values (all block states). + # To define multiple block states, you can use block properties. The format is + # Also you may use tags. The format is <#modId:tagPath> (example: #forge:ores/copper). + # + # Weight is used to define the proportions of the ores. + # For example, the definition: + # #forge:ores/gold, 1 + # #forge:ores/iron, 5 + # means that gold and iron will be in the proportion 1 to 5. + # + S:ores < + iron_ore + > + + # Rarity (in chunks) of this deposit. + # The higher the value, the rarer the deposit will be. + # Example: a value of 1000 means that the deposit will be generated once every 1000 chunks. + # [range: 0 ~ 256000, default: 1020] + I:rarity=1020 + + # List of blocks that can be replaced with this ore. + S:replaceableBlocks < + #minecraft:stone_ore_replaceables + > + + ########################################################################################################## + # Dimensions + #--------------------------------------------------------------------------------------------------------# + # List of dimensions which this ore can be generated in. + # Dimension is specified by its registry name (e.g: minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.) + # Each dimension must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Dimensions { + S:blackList < + > + S:whiteList < + minecraft:overworld + > + } + + ########################################################################################################## + # Biomes + #--------------------------------------------------------------------------------------------------------# + # List of biomes which this ore can be generated in. + # Biome is specified by its registry name (case-insensitive) or by its tag with '#' prefix. + # Examples: minecraft:forest, #snowy + # Each biome must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Biomes { + S:blackList < + > + S:whiteList < + > + } + + ########################################################################################################## + # Altitude + #--------------------------------------------------------------------------------------------------------# + # Altitude which this ore can be generated at. + ########################################################################################################## + + Altitude { + # [range: -2147483648 ~ 2147483647, default: 64] + I:max=64 + + # [range: -2147483648 ~ 2147483647, default: -64] + I:min=-64 + } + + Miscellaneous { + # Whether or not the ore blocks can be exposed to air. [default: true] + B:exposed=true + + # Ratio of height to width. + # Values > 1 result in tall veins (deposits). + # Values < 1 result in flat veins (deposits). + # [range: 0.0 ~ 10.0, default: 1.0] + S:proportions=1.0 + + # If enabled, each ore block will be checked against the given altitude and biome restrictions, rather than the first one. [default: false] + B:strictBounds=false + } + + ########################################################################################################## + # Size + #--------------------------------------------------------------------------------------------------------# + # Size limits (in blocks) of this deposit. + ########################################################################################################## + + Size { + # [range: 1 ~ 256000, default: 1400] + I:max=1400 + + # [range: 1 ~ 256000, default: 700] + I:min=700 + } + + ########################################################################################################## + # Indicator + #--------------------------------------------------------------------------------------------------------# + # Above-ground indicator for this deposit (e.g., a rare flower or a combination of circles of different flowers) + ########################################################################################################## + + Indicator { + # Circles of indicators and their radiuses. + # Syntax: indicatorId [, circleRadius] + # The order of the circles is always shuffled. + # The circles with the same radius will be randomly selected. + # If the radius is not defined, it will be selected from the minimum available, starting from 1. + # Examples: + # minecraft:cornflower, 2 + # minecraft:orange_tulip, 4 + # + S:circles < + silentgems:citrine_glowrose, 3 + botania:brown_mystical_flower, 3 + minecraft:orange_tulip, 3 + silentgems:onyx_glowrose, 6 + botania:gray_mystical_flower, 6 + minecraft:azure_bluet, 6 + > + + # Percentage of the indicator shape that will be visible. [range: 0.0 ~ 100.0, default: 60.0] + S:continuity=60.0 + + # Maximum displacement of the indicator shape elements. [range: 0 ~ 16, default: 1] + I:distortion=1 + + # ID of a block for a single-block indicator or ID of a structure to bind this deposit to. [default: ] + S:id= + + # Percentage of the deposit full size required to create an above-ground indicator. + # If the indicator is a structure - the chance of generating a deposit under it. + # [range: 0.0 ~ 100.0, default: 30.0] + S:threshold=30.0 + } + +} + + diff --git a/minecolonies-1.20.1/data/config/adlods/Deposits/lapis.cfg b/minecolonies-1.20.1/data/config/adlods/Deposits/lapis.cfg new file mode 100644 index 00000000..3b782fdc --- /dev/null +++ b/minecolonies-1.20.1/data/config/adlods/Deposits/lapis.cfg @@ -0,0 +1,165 @@ +# Configuration file + +Config { + # If set to False, parameters from this config will not be used. [default: true] + B:enabled=true +} + + +Deposit { + # Syntax: targetId -> replacementId + # With weight: targetId -> replacementId, weight + S:customReplacements < + #minecraft:deepslate_ore_replaceables -> deepslate_lapis_ore + > + + # List of ores and their weights for this deposit. + # Syntax: oreId [, weight] + # + # Id is a basic unit (block or item) identifier in format. + # ModId can be omitted for vanilla items. Meta can be omitted too if it equals 0. + # UnitName must be lowercase, words separated by '_', words order - from private to common (example: black_iron_ore). + # Use '*' char or '[]' as meta value to specify all possible values (all block states). + # To define multiple block states, you can use block properties. The format is + # Also you may use tags. The format is <#modId:tagPath> (example: #forge:ores/copper). + # + # Weight is used to define the proportions of the ores. + # For example, the definition: + # #forge:ores/gold, 1 + # #forge:ores/iron, 5 + # means that gold and iron will be in the proportion 1 to 5. + # + S:ores < + lapis_ore + > + + # Rarity (in chunks) of this deposit. + # The higher the value, the rarer the deposit will be. + # Example: a value of 1000 means that the deposit will be generated once every 1000 chunks. + # [range: 0 ~ 256000, default: 3640] + I:rarity=3640 + + # List of blocks that can be replaced with this ore. + S:replaceableBlocks < + #minecraft:stone_ore_replaceables + > + + ########################################################################################################## + # Dimensions + #--------------------------------------------------------------------------------------------------------# + # List of dimensions which this ore can be generated in. + # Dimension is specified by its registry name (e.g: minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.) + # Each dimension must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Dimensions { + S:blackList < + > + S:whiteList < + minecraft:overworld + > + } + + ########################################################################################################## + # Biomes + #--------------------------------------------------------------------------------------------------------# + # List of biomes which this ore can be generated in. + # Biome is specified by its registry name (case-insensitive) or by its tag with '#' prefix. + # Examples: minecraft:forest, #snowy + # Each biome must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Biomes { + S:blackList < + > + S:whiteList < + > + } + + ########################################################################################################## + # Altitude + #--------------------------------------------------------------------------------------------------------# + # Altitude which this ore can be generated at. + ########################################################################################################## + + Altitude { + # [range: -2147483648 ~ 2147483647, default: 16] + I:max=16 + + # [range: -2147483648 ~ 2147483647, default: -32] + I:min=-32 + } + + Miscellaneous { + # Whether or not the ore blocks can be exposed to air. [default: true] + B:exposed=true + + # Ratio of height to width. + # Values > 1 result in tall veins (deposits). + # Values < 1 result in flat veins (deposits). + # [range: 0.0 ~ 10.0, default: 1.0] + S:proportions=1.0 + + # If enabled, each ore block will be checked against the given altitude and biome restrictions, rather than the first one. [default: false] + B:strictBounds=false + } + + ########################################################################################################## + # Size + #--------------------------------------------------------------------------------------------------------# + # Size limits (in blocks) of this deposit. + ########################################################################################################## + + Size { + # [range: 1 ~ 256000, default: 600] + I:max=600 + + # [range: 1 ~ 256000, default: 300] + I:min=300 + } + + ########################################################################################################## + # Indicator + #--------------------------------------------------------------------------------------------------------# + # Above-ground indicator for this deposit (e.g., a rare flower or a combination of circles of different flowers) + ########################################################################################################## + + Indicator { + # Circles of indicators and their radiuses. + # Syntax: indicatorId [, circleRadius] + # The order of the circles is always shuffled. + # The circles with the same radius will be randomly selected. + # If the radius is not defined, it will be selected from the minimum available, starting from 1. + # Examples: + # minecraft:cornflower, 2 + # minecraft:orange_tulip, 4 + # + S:circles < + silentgems:benitoite_glowrose, 3 + botania:blue_mystical_flower, 3 + minecraft:cornflower, 3 + silentgems:benitoite_glowrose, 6 + botania:blue_mystical_flower, 6 + minecraft:cornflower, 6 + > + + # Percentage of the indicator shape that will be visible. [range: 0.0 ~ 100.0, default: 60.0] + S:continuity=60.0 + + # Maximum displacement of the indicator shape elements. [range: 0 ~ 16, default: 1] + I:distortion=1 + + # ID of a block for a single-block indicator or ID of a structure to bind this deposit to. [default: ] + S:id= + + # Percentage of the deposit full size required to create an above-ground indicator. + # If the indicator is a structure - the chance of generating a deposit under it. + # [range: 0.0 ~ 100.0, default: 30.0] + S:threshold=30.0 + } + +} + + diff --git a/minecolonies-1.20.1/data/config/adlods/Deposits/lead.cfg b/minecolonies-1.20.1/data/config/adlods/Deposits/lead.cfg new file mode 100644 index 00000000..9031475d --- /dev/null +++ b/minecolonies-1.20.1/data/config/adlods/Deposits/lead.cfg @@ -0,0 +1,164 @@ +# Configuration file + +Config { + # If set to False, parameters from this config will not be used. [default: true] + B:enabled=true +} + + +Deposit { + # Syntax: targetId -> replacementId + # With weight: targetId -> replacementId, weight + S:customReplacements < + > + + # List of ores and their weights for this deposit. + # Syntax: oreId [, weight] + # + # Id is a basic unit (block or item) identifier in format. + # ModId can be omitted for vanilla items. Meta can be omitted too if it equals 0. + # UnitName must be lowercase, words separated by '_', words order - from private to common (example: black_iron_ore). + # Use '*' char or '[]' as meta value to specify all possible values (all block states). + # To define multiple block states, you can use block properties. The format is + # Also you may use tags. The format is <#modId:tagPath> (example: #forge:ores/copper). + # + # Weight is used to define the proportions of the ores. + # For example, the definition: + # #forge:ores/gold, 1 + # #forge:ores/iron, 5 + # means that gold and iron will be in the proportion 1 to 5. + # + S:ores < + #forge:ores/lead + > + + # Rarity (in chunks) of this deposit. + # The higher the value, the rarer the deposit will be. + # Example: a value of 1000 means that the deposit will be generated once every 1000 chunks. + # [range: 0 ~ 256000, default: 1140] + I:rarity=1140 + + # List of blocks that can be replaced with this ore. + S:replaceableBlocks < + #minecraft:stone_ore_replaceables + > + + ########################################################################################################## + # Dimensions + #--------------------------------------------------------------------------------------------------------# + # List of dimensions which this ore can be generated in. + # Dimension is specified by its registry name (e.g: minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.) + # Each dimension must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Dimensions { + S:blackList < + > + S:whiteList < + minecraft:overworld + > + } + + ########################################################################################################## + # Biomes + #--------------------------------------------------------------------------------------------------------# + # List of biomes which this ore can be generated in. + # Biome is specified by its registry name (case-insensitive) or by its tag with '#' prefix. + # Examples: minecraft:forest, #snowy + # Each biome must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Biomes { + S:blackList < + > + S:whiteList < + > + } + + ########################################################################################################## + # Altitude + #--------------------------------------------------------------------------------------------------------# + # Altitude which this ore can be generated at. + ########################################################################################################## + + Altitude { + # [range: -2147483648 ~ 2147483647, default: 64] + I:max=64 + + # [range: -2147483648 ~ 2147483647, default: 16] + I:min=16 + } + + Miscellaneous { + # Whether or not the ore blocks can be exposed to air. [default: true] + B:exposed=true + + # Ratio of height to width. + # Values > 1 result in tall veins (deposits). + # Values < 1 result in flat veins (deposits). + # [range: 0.0 ~ 10.0, default: 1.0] + S:proportions=1.0 + + # If enabled, each ore block will be checked against the given altitude and biome restrictions, rather than the first one. [default: false] + B:strictBounds=false + } + + ########################################################################################################## + # Size + #--------------------------------------------------------------------------------------------------------# + # Size limits (in blocks) of this deposit. + ########################################################################################################## + + Size { + # [range: 1 ~ 256000, default: 1400] + I:max=1400 + + # [range: 1 ~ 256000, default: 700] + I:min=700 + } + + ########################################################################################################## + # Indicator + #--------------------------------------------------------------------------------------------------------# + # Above-ground indicator for this deposit (e.g., a rare flower or a combination of circles of different flowers) + ########################################################################################################## + + Indicator { + # Circles of indicators and their radiuses. + # Syntax: indicatorId [, circleRadius] + # The order of the circles is always shuffled. + # The circles with the same radius will be randomly selected. + # If the radius is not defined, it will be selected from the minimum available, starting from 1. + # Examples: + # minecraft:cornflower, 2 + # minecraft:orange_tulip, 4 + # + S:circles < + silentgems:onyx_glowrose, 3 + botania:gray_mystical_flower, 3 + minecraft:azure_bluet, 3 + silentgems:onyx_glowrose, 6 + botania:gray_mystical_flower, 6 + minecraft:azure_bluet, 6 + > + + # Percentage of the indicator shape that will be visible. [range: 0.0 ~ 100.0, default: 60.0] + S:continuity=60.0 + + # Maximum displacement of the indicator shape elements. [range: 0 ~ 16, default: 1] + I:distortion=1 + + # ID of a block for a single-block indicator or ID of a structure to bind this deposit to. [default: ] + S:id= + + # Percentage of the deposit full size required to create an above-ground indicator. + # If the indicator is a structure - the chance of generating a deposit under it. + # [range: 0.0 ~ 100.0, default: 30.0] + S:threshold=30.0 + } + +} + + diff --git a/minecolonies-1.20.1/data/config/adlods/Deposits/nether_gold.cfg b/minecolonies-1.20.1/data/config/adlods/Deposits/nether_gold.cfg new file mode 100644 index 00000000..062b8af4 --- /dev/null +++ b/minecolonies-1.20.1/data/config/adlods/Deposits/nether_gold.cfg @@ -0,0 +1,158 @@ +# Configuration file + +Config { + # If set to False, parameters from this config will not be used. [default: true] + B:enabled=true +} + + +Deposit { + # Syntax: targetId -> replacementId + # With weight: targetId -> replacementId, weight + S:customReplacements < + > + + # List of ores and their weights for this deposit. + # Syntax: oreId [, weight] + # + # Id is a basic unit (block or item) identifier in format. + # ModId can be omitted for vanilla items. Meta can be omitted too if it equals 0. + # UnitName must be lowercase, words separated by '_', words order - from private to common (example: black_iron_ore). + # Use '*' char or '[]' as meta value to specify all possible values (all block states). + # To define multiple block states, you can use block properties. The format is + # Also you may use tags. The format is <#modId:tagPath> (example: #forge:ores/copper). + # + # Weight is used to define the proportions of the ores. + # For example, the definition: + # #forge:ores/gold, 1 + # #forge:ores/iron, 5 + # means that gold and iron will be in the proportion 1 to 5. + # + S:ores < + nether_gold_ore + > + + # Rarity (in chunks) of this deposit. + # The higher the value, the rarer the deposit will be. + # Example: a value of 1000 means that the deposit will be generated once every 1000 chunks. + # [range: 0 ~ 256000, default: 600] + I:rarity=600 + + # List of blocks that can be replaced with this ore. + S:replaceableBlocks < + netherrack + > + + ########################################################################################################## + # Dimensions + #--------------------------------------------------------------------------------------------------------# + # List of dimensions which this ore can be generated in. + # Dimension is specified by its registry name (e.g: minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.) + # Each dimension must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Dimensions { + S:blackList < + > + S:whiteList < + minecraft:the_nether + > + } + + ########################################################################################################## + # Biomes + #--------------------------------------------------------------------------------------------------------# + # List of biomes which this ore can be generated in. + # Biome is specified by its registry name (case-insensitive) or by its tag with '#' prefix. + # Examples: minecraft:forest, #snowy + # Each biome must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Biomes { + S:blackList < + > + S:whiteList < + > + } + + ########################################################################################################## + # Altitude + #--------------------------------------------------------------------------------------------------------# + # Altitude which this ore can be generated at. + ########################################################################################################## + + Altitude { + # [range: -2147483648 ~ 2147483647, default: 118] + I:max=118 + + # [range: -2147483648 ~ 2147483647, default: 8] + I:min=8 + } + + Miscellaneous { + # Whether or not the ore blocks can be exposed to air. [default: true] + B:exposed=true + + # Ratio of height to width. + # Values > 1 result in tall veins (deposits). + # Values < 1 result in flat veins (deposits). + # [range: 0.0 ~ 10.0, default: 1.0] + S:proportions=1.0 + + # If enabled, each ore block will be checked against the given altitude and biome restrictions, rather than the first one. [default: false] + B:strictBounds=false + } + + ########################################################################################################## + # Size + #--------------------------------------------------------------------------------------------------------# + # Size limits (in blocks) of this deposit. + ########################################################################################################## + + Size { + # [range: 1 ~ 256000, default: 1000] + I:max=1000 + + # [range: 1 ~ 256000, default: 500] + I:min=500 + } + + ########################################################################################################## + # Indicator + #--------------------------------------------------------------------------------------------------------# + # Above-ground indicator for this deposit (e.g., a rare flower or a combination of circles of different flowers) + ########################################################################################################## + + Indicator { + # Circles of indicators and their radiuses. + # Syntax: indicatorId [, circleRadius] + # The order of the circles is always shuffled. + # The circles with the same radius will be randomly selected. + # If the radius is not defined, it will be selected from the minimum available, starting from 1. + # Examples: + # minecraft:cornflower, 2 + # minecraft:orange_tulip, 4 + # + S:circles < + > + + # Percentage of the indicator shape that will be visible. [range: 0.0 ~ 100.0, default: 60.0] + S:continuity=60.0 + + # Maximum displacement of the indicator shape elements. [range: 0 ~ 16, default: 1] + I:distortion=1 + + # ID of a block for a single-block indicator or ID of a structure to bind this deposit to. [default: ] + S:id= + + # Percentage of the deposit full size required to create an above-ground indicator. + # If the indicator is a structure - the chance of generating a deposit under it. + # [range: 0.0 ~ 100.0, default: 30.0] + S:threshold=30.0 + } + +} + + diff --git a/minecolonies-1.20.1/data/config/adlods/Deposits/nether_quartz.cfg b/minecolonies-1.20.1/data/config/adlods/Deposits/nether_quartz.cfg new file mode 100644 index 00000000..e5a3ec88 --- /dev/null +++ b/minecolonies-1.20.1/data/config/adlods/Deposits/nether_quartz.cfg @@ -0,0 +1,158 @@ +# Configuration file + +Config { + # If set to False, parameters from this config will not be used. [default: true] + B:enabled=true +} + + +Deposit { + # Syntax: targetId -> replacementId + # With weight: targetId -> replacementId, weight + S:customReplacements < + > + + # List of ores and their weights for this deposit. + # Syntax: oreId [, weight] + # + # Id is a basic unit (block or item) identifier in format. + # ModId can be omitted for vanilla items. Meta can be omitted too if it equals 0. + # UnitName must be lowercase, words separated by '_', words order - from private to common (example: black_iron_ore). + # Use '*' char or '[]' as meta value to specify all possible values (all block states). + # To define multiple block states, you can use block properties. The format is + # Also you may use tags. The format is <#modId:tagPath> (example: #forge:ores/copper). + # + # Weight is used to define the proportions of the ores. + # For example, the definition: + # #forge:ores/gold, 1 + # #forge:ores/iron, 5 + # means that gold and iron will be in the proportion 1 to 5. + # + S:ores < + nether_quartz_ore + > + + # Rarity (in chunks) of this deposit. + # The higher the value, the rarer the deposit will be. + # Example: a value of 1000 means that the deposit will be generated once every 1000 chunks. + # [range: 0 ~ 256000, default: 400] + I:rarity=400 + + # List of blocks that can be replaced with this ore. + S:replaceableBlocks < + netherrack + > + + ########################################################################################################## + # Dimensions + #--------------------------------------------------------------------------------------------------------# + # List of dimensions which this ore can be generated in. + # Dimension is specified by its registry name (e.g: minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.) + # Each dimension must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Dimensions { + S:blackList < + > + S:whiteList < + minecraft:the_nether + > + } + + ########################################################################################################## + # Biomes + #--------------------------------------------------------------------------------------------------------# + # List of biomes which this ore can be generated in. + # Biome is specified by its registry name (case-insensitive) or by its tag with '#' prefix. + # Examples: minecraft:forest, #snowy + # Each biome must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Biomes { + S:blackList < + > + S:whiteList < + > + } + + ########################################################################################################## + # Altitude + #--------------------------------------------------------------------------------------------------------# + # Altitude which this ore can be generated at. + ########################################################################################################## + + Altitude { + # [range: -2147483648 ~ 2147483647, default: 118] + I:max=118 + + # [range: -2147483648 ~ 2147483647, default: 8] + I:min=8 + } + + Miscellaneous { + # Whether or not the ore blocks can be exposed to air. [default: true] + B:exposed=true + + # Ratio of height to width. + # Values > 1 result in tall veins (deposits). + # Values < 1 result in flat veins (deposits). + # [range: 0.0 ~ 10.0, default: 1.0] + S:proportions=1.0 + + # If enabled, each ore block will be checked against the given altitude and biome restrictions, rather than the first one. [default: false] + B:strictBounds=false + } + + ########################################################################################################## + # Size + #--------------------------------------------------------------------------------------------------------# + # Size limits (in blocks) of this deposit. + ########################################################################################################## + + Size { + # [range: 1 ~ 256000, default: 1400] + I:max=1400 + + # [range: 1 ~ 256000, default: 700] + I:min=700 + } + + ########################################################################################################## + # Indicator + #--------------------------------------------------------------------------------------------------------# + # Above-ground indicator for this deposit (e.g., a rare flower or a combination of circles of different flowers) + ########################################################################################################## + + Indicator { + # Circles of indicators and their radiuses. + # Syntax: indicatorId [, circleRadius] + # The order of the circles is always shuffled. + # The circles with the same radius will be randomly selected. + # If the radius is not defined, it will be selected from the minimum available, starting from 1. + # Examples: + # minecraft:cornflower, 2 + # minecraft:orange_tulip, 4 + # + S:circles < + > + + # Percentage of the indicator shape that will be visible. [range: 0.0 ~ 100.0, default: 60.0] + S:continuity=60.0 + + # Maximum displacement of the indicator shape elements. [range: 0 ~ 16, default: 1] + I:distortion=1 + + # ID of a block for a single-block indicator or ID of a structure to bind this deposit to. [default: ] + S:id= + + # Percentage of the deposit full size required to create an above-ground indicator. + # If the indicator is a structure - the chance of generating a deposit under it. + # [range: 0.0 ~ 100.0, default: 30.0] + S:threshold=30.0 + } + +} + + diff --git a/minecolonies-1.20.1/data/config/adlods/Deposits/nickel.cfg b/minecolonies-1.20.1/data/config/adlods/Deposits/nickel.cfg new file mode 100644 index 00000000..db67084a --- /dev/null +++ b/minecolonies-1.20.1/data/config/adlods/Deposits/nickel.cfg @@ -0,0 +1,164 @@ +# Configuration file + +Config { + # If set to False, parameters from this config will not be used. [default: true] + B:enabled=true +} + + +Deposit { + # Syntax: targetId -> replacementId + # With weight: targetId -> replacementId, weight + S:customReplacements < + > + + # List of ores and their weights for this deposit. + # Syntax: oreId [, weight] + # + # Id is a basic unit (block or item) identifier in format. + # ModId can be omitted for vanilla items. Meta can be omitted too if it equals 0. + # UnitName must be lowercase, words separated by '_', words order - from private to common (example: black_iron_ore). + # Use '*' char or '[]' as meta value to specify all possible values (all block states). + # To define multiple block states, you can use block properties. The format is + # Also you may use tags. The format is <#modId:tagPath> (example: #forge:ores/copper). + # + # Weight is used to define the proportions of the ores. + # For example, the definition: + # #forge:ores/gold, 1 + # #forge:ores/iron, 5 + # means that gold and iron will be in the proportion 1 to 5. + # + S:ores < + #forge:ores/nickel + > + + # Rarity (in chunks) of this deposit. + # The higher the value, the rarer the deposit will be. + # Example: a value of 1000 means that the deposit will be generated once every 1000 chunks. + # [range: 0 ~ 256000, default: 1892] + I:rarity=1892 + + # List of blocks that can be replaced with this ore. + S:replaceableBlocks < + #minecraft:stone_ore_replaceables + > + + ########################################################################################################## + # Dimensions + #--------------------------------------------------------------------------------------------------------# + # List of dimensions which this ore can be generated in. + # Dimension is specified by its registry name (e.g: minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.) + # Each dimension must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Dimensions { + S:blackList < + > + S:whiteList < + minecraft:overworld + > + } + + ########################################################################################################## + # Biomes + #--------------------------------------------------------------------------------------------------------# + # List of biomes which this ore can be generated in. + # Biome is specified by its registry name (case-insensitive) or by its tag with '#' prefix. + # Examples: minecraft:forest, #snowy + # Each biome must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Biomes { + S:blackList < + > + S:whiteList < + > + } + + ########################################################################################################## + # Altitude + #--------------------------------------------------------------------------------------------------------# + # Altitude which this ore can be generated at. + ########################################################################################################## + + Altitude { + # [range: -2147483648 ~ 2147483647, default: 64] + I:max=64 + + # [range: -2147483648 ~ 2147483647, default: 16] + I:min=16 + } + + Miscellaneous { + # Whether or not the ore blocks can be exposed to air. [default: true] + B:exposed=true + + # Ratio of height to width. + # Values > 1 result in tall veins (deposits). + # Values < 1 result in flat veins (deposits). + # [range: 0.0 ~ 10.0, default: 1.0] + S:proportions=1.0 + + # If enabled, each ore block will be checked against the given altitude and biome restrictions, rather than the first one. [default: false] + B:strictBounds=false + } + + ########################################################################################################## + # Size + #--------------------------------------------------------------------------------------------------------# + # Size limits (in blocks) of this deposit. + ########################################################################################################## + + Size { + # [range: 1 ~ 256000, default: 1400] + I:max=1400 + + # [range: 1 ~ 256000, default: 700] + I:min=700 + } + + ########################################################################################################## + # Indicator + #--------------------------------------------------------------------------------------------------------# + # Above-ground indicator for this deposit (e.g., a rare flower or a combination of circles of different flowers) + ########################################################################################################## + + Indicator { + # Circles of indicators and their radiuses. + # Syntax: indicatorId [, circleRadius] + # The order of the circles is always shuffled. + # The circles with the same radius will be randomly selected. + # If the radius is not defined, it will be selected from the minimum available, starting from 1. + # Examples: + # minecraft:cornflower, 2 + # minecraft:orange_tulip, 4 + # + S:circles < + silentgems:opal_glowrose, 3 + botania:white_mystical_flower, 3 + minecraft:lily_of_the_valley, 3 + silentgems:moonstone_glowrose, 6 + botania:light_gray_mystical_flower, 6 + minecraft:lily_of_the_valley, 6 + > + + # Percentage of the indicator shape that will be visible. [range: 0.0 ~ 100.0, default: 60.0] + S:continuity=60.0 + + # Maximum displacement of the indicator shape elements. [range: 0 ~ 16, default: 1] + I:distortion=1 + + # ID of a block for a single-block indicator or ID of a structure to bind this deposit to. [default: ] + S:id= + + # Percentage of the deposit full size required to create an above-ground indicator. + # If the indicator is a structure - the chance of generating a deposit under it. + # [range: 0.0 ~ 100.0, default: 30.0] + S:threshold=30.0 + } + +} + + diff --git a/minecolonies-1.20.1/data/config/adlods/Deposits/osmium.cfg b/minecolonies-1.20.1/data/config/adlods/Deposits/osmium.cfg new file mode 100644 index 00000000..ba5c103b --- /dev/null +++ b/minecolonies-1.20.1/data/config/adlods/Deposits/osmium.cfg @@ -0,0 +1,164 @@ +# Configuration file + +Config { + # If set to False, parameters from this config will not be used. [default: true] + B:enabled=true +} + + +Deposit { + # Syntax: targetId -> replacementId + # With weight: targetId -> replacementId, weight + S:customReplacements < + > + + # List of ores and their weights for this deposit. + # Syntax: oreId [, weight] + # + # Id is a basic unit (block or item) identifier in format. + # ModId can be omitted for vanilla items. Meta can be omitted too if it equals 0. + # UnitName must be lowercase, words separated by '_', words order - from private to common (example: black_iron_ore). + # Use '*' char or '[]' as meta value to specify all possible values (all block states). + # To define multiple block states, you can use block properties. The format is + # Also you may use tags. The format is <#modId:tagPath> (example: #forge:ores/copper). + # + # Weight is used to define the proportions of the ores. + # For example, the definition: + # #forge:ores/gold, 1 + # #forge:ores/iron, 5 + # means that gold and iron will be in the proportion 1 to 5. + # + S:ores < + #forge:ores/osmium + > + + # Rarity (in chunks) of this deposit. + # The higher the value, the rarer the deposit will be. + # Example: a value of 1000 means that the deposit will be generated once every 1000 chunks. + # [range: 0 ~ 256000, default: 1829] + I:rarity=1829 + + # List of blocks that can be replaced with this ore. + S:replaceableBlocks < + #minecraft:stone_ore_replaceables + > + + ########################################################################################################## + # Dimensions + #--------------------------------------------------------------------------------------------------------# + # List of dimensions which this ore can be generated in. + # Dimension is specified by its registry name (e.g: minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.) + # Each dimension must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Dimensions { + S:blackList < + > + S:whiteList < + minecraft:overworld + > + } + + ########################################################################################################## + # Biomes + #--------------------------------------------------------------------------------------------------------# + # List of biomes which this ore can be generated in. + # Biome is specified by its registry name (case-insensitive) or by its tag with '#' prefix. + # Examples: minecraft:forest, #snowy + # Each biome must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Biomes { + S:blackList < + > + S:whiteList < + > + } + + ########################################################################################################## + # Altitude + #--------------------------------------------------------------------------------------------------------# + # Altitude which this ore can be generated at. + ########################################################################################################## + + Altitude { + # [range: -2147483648 ~ 2147483647, default: 32] + I:max=32 + + # [range: -2147483648 ~ 2147483647, default: 8] + I:min=8 + } + + Miscellaneous { + # Whether or not the ore blocks can be exposed to air. [default: true] + B:exposed=true + + # Ratio of height to width. + # Values > 1 result in tall veins (deposits). + # Values < 1 result in flat veins (deposits). + # [range: 0.0 ~ 10.0, default: 1.0] + S:proportions=1.0 + + # If enabled, each ore block will be checked against the given altitude and biome restrictions, rather than the first one. [default: false] + B:strictBounds=false + } + + ########################################################################################################## + # Size + #--------------------------------------------------------------------------------------------------------# + # Size limits (in blocks) of this deposit. + ########################################################################################################## + + Size { + # [range: 1 ~ 256000, default: 1000] + I:max=1000 + + # [range: 1 ~ 256000, default: 500] + I:min=500 + } + + ########################################################################################################## + # Indicator + #--------------------------------------------------------------------------------------------------------# + # Above-ground indicator for this deposit (e.g., a rare flower or a combination of circles of different flowers) + ########################################################################################################## + + Indicator { + # Circles of indicators and their radiuses. + # Syntax: indicatorId [, circleRadius] + # The order of the circles is always shuffled. + # The circles with the same radius will be randomly selected. + # If the radius is not defined, it will be selected from the minimum available, starting from 1. + # Examples: + # minecraft:cornflower, 2 + # minecraft:orange_tulip, 4 + # + S:circles < + silentgems:euclause_glowrose, 3 + botania:light_blue_mystical_flower, 3 + minecraft:blue_orchid, 3 + silentgems:moonstone_glowrose, 6 + botania:light_gray_mystical_flower, 6 + minecraft:lily_of_the_valley, 6 + > + + # Percentage of the indicator shape that will be visible. [range: 0.0 ~ 100.0, default: 60.0] + S:continuity=60.0 + + # Maximum displacement of the indicator shape elements. [range: 0 ~ 16, default: 1] + I:distortion=1 + + # ID of a block for a single-block indicator or ID of a structure to bind this deposit to. [default: ] + S:id= + + # Percentage of the deposit full size required to create an above-ground indicator. + # If the indicator is a structure - the chance of generating a deposit under it. + # [range: 0.0 ~ 100.0, default: 30.0] + S:threshold=30.0 + } + +} + + diff --git a/minecolonies-1.20.1/data/config/adlods/Deposits/palladium.cfg b/minecolonies-1.20.1/data/config/adlods/Deposits/palladium.cfg new file mode 100644 index 00000000..f5f54bbb --- /dev/null +++ b/minecolonies-1.20.1/data/config/adlods/Deposits/palladium.cfg @@ -0,0 +1,164 @@ +# Configuration file + +Config { + # If set to False, parameters from this config will not be used. [default: true] + B:enabled=true +} + + +Deposit { + # Syntax: targetId -> replacementId + # With weight: targetId -> replacementId, weight + S:customReplacements < + > + + # List of ores and their weights for this deposit. + # Syntax: oreId [, weight] + # + # Id is a basic unit (block or item) identifier in format. + # ModId can be omitted for vanilla items. Meta can be omitted too if it equals 0. + # UnitName must be lowercase, words separated by '_', words order - from private to common (example: black_iron_ore). + # Use '*' char or '[]' as meta value to specify all possible values (all block states). + # To define multiple block states, you can use block properties. The format is + # Also you may use tags. The format is <#modId:tagPath> (example: #forge:ores/copper). + # + # Weight is used to define the proportions of the ores. + # For example, the definition: + # #forge:ores/gold, 1 + # #forge:ores/iron, 5 + # means that gold and iron will be in the proportion 1 to 5. + # + S:ores < + #forge:ores/palladium + > + + # Rarity (in chunks) of this deposit. + # The higher the value, the rarer the deposit will be. + # Example: a value of 1000 means that the deposit will be generated once every 1000 chunks. + # [range: 0 ~ 256000, default: 3383] + I:rarity=3383 + + # List of blocks that can be replaced with this ore. + S:replaceableBlocks < + #minecraft:stone_ore_replaceables + > + + ########################################################################################################## + # Dimensions + #--------------------------------------------------------------------------------------------------------# + # List of dimensions which this ore can be generated in. + # Dimension is specified by its registry name (e.g: minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.) + # Each dimension must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Dimensions { + S:blackList < + > + S:whiteList < + minecraft:overworld + > + } + + ########################################################################################################## + # Biomes + #--------------------------------------------------------------------------------------------------------# + # List of biomes which this ore can be generated in. + # Biome is specified by its registry name (case-insensitive) or by its tag with '#' prefix. + # Examples: minecraft:forest, #snowy + # Each biome must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Biomes { + S:blackList < + > + S:whiteList < + > + } + + ########################################################################################################## + # Altitude + #--------------------------------------------------------------------------------------------------------# + # Altitude which this ore can be generated at. + ########################################################################################################## + + Altitude { + # [range: -2147483648 ~ 2147483647, default: 32] + I:max=32 + + # [range: -2147483648 ~ 2147483647, default: 8] + I:min=8 + } + + Miscellaneous { + # Whether or not the ore blocks can be exposed to air. [default: true] + B:exposed=true + + # Ratio of height to width. + # Values > 1 result in tall veins (deposits). + # Values < 1 result in flat veins (deposits). + # [range: 0.0 ~ 10.0, default: 1.0] + S:proportions=1.0 + + # If enabled, each ore block will be checked against the given altitude and biome restrictions, rather than the first one. [default: false] + B:strictBounds=false + } + + ########################################################################################################## + # Size + #--------------------------------------------------------------------------------------------------------# + # Size limits (in blocks) of this deposit. + ########################################################################################################## + + Size { + # [range: 1 ~ 256000, default: 1000] + I:max=1000 + + # [range: 1 ~ 256000, default: 500] + I:min=500 + } + + ########################################################################################################## + # Indicator + #--------------------------------------------------------------------------------------------------------# + # Above-ground indicator for this deposit (e.g., a rare flower or a combination of circles of different flowers) + ########################################################################################################## + + Indicator { + # Circles of indicators and their radiuses. + # Syntax: indicatorId [, circleRadius] + # The order of the circles is always shuffled. + # The circles with the same radius will be randomly selected. + # If the radius is not defined, it will be selected from the minimum available, starting from 1. + # Examples: + # minecraft:cornflower, 2 + # minecraft:orange_tulip, 4 + # + S:circles < + silentgems:opal_glowrose, 3 + botania:white_mystical_flower, 3 + minecraft:white_tulip, 3 + silentgems:opal_glowrose, 6 + botania:white_mystical_flower, 6 + minecraft:oxeye_daisy, 6 + > + + # Percentage of the indicator shape that will be visible. [range: 0.0 ~ 100.0, default: 60.0] + S:continuity=60.0 + + # Maximum displacement of the indicator shape elements. [range: 0 ~ 16, default: 1] + I:distortion=1 + + # ID of a block for a single-block indicator or ID of a structure to bind this deposit to. [default: ] + S:id= + + # Percentage of the deposit full size required to create an above-ground indicator. + # If the indicator is a structure - the chance of generating a deposit under it. + # [range: 0.0 ~ 100.0, default: 30.0] + S:threshold=30.0 + } + +} + + diff --git a/minecolonies-1.20.1/data/config/adlods/Deposits/platinum.cfg b/minecolonies-1.20.1/data/config/adlods/Deposits/platinum.cfg new file mode 100644 index 00000000..ab22191e --- /dev/null +++ b/minecolonies-1.20.1/data/config/adlods/Deposits/platinum.cfg @@ -0,0 +1,164 @@ +# Configuration file + +Config { + # If set to False, parameters from this config will not be used. [default: true] + B:enabled=true +} + + +Deposit { + # Syntax: targetId -> replacementId + # With weight: targetId -> replacementId, weight + S:customReplacements < + > + + # List of ores and their weights for this deposit. + # Syntax: oreId [, weight] + # + # Id is a basic unit (block or item) identifier in format. + # ModId can be omitted for vanilla items. Meta can be omitted too if it equals 0. + # UnitName must be lowercase, words separated by '_', words order - from private to common (example: black_iron_ore). + # Use '*' char or '[]' as meta value to specify all possible values (all block states). + # To define multiple block states, you can use block properties. The format is + # Also you may use tags. The format is <#modId:tagPath> (example: #forge:ores/copper). + # + # Weight is used to define the proportions of the ores. + # For example, the definition: + # #forge:ores/gold, 1 + # #forge:ores/iron, 5 + # means that gold and iron will be in the proportion 1 to 5. + # + S:ores < + #forge:ores/platinum + > + + # Rarity (in chunks) of this deposit. + # The higher the value, the rarer the deposit will be. + # Example: a value of 1000 means that the deposit will be generated once every 1000 chunks. + # [range: 0 ~ 256000, default: 2613] + I:rarity=2613 + + # List of blocks that can be replaced with this ore. + S:replaceableBlocks < + #minecraft:stone_ore_replaceables + > + + ########################################################################################################## + # Dimensions + #--------------------------------------------------------------------------------------------------------# + # List of dimensions which this ore can be generated in. + # Dimension is specified by its registry name (e.g: minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.) + # Each dimension must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Dimensions { + S:blackList < + > + S:whiteList < + minecraft:overworld + > + } + + ########################################################################################################## + # Biomes + #--------------------------------------------------------------------------------------------------------# + # List of biomes which this ore can be generated in. + # Biome is specified by its registry name (case-insensitive) or by its tag with '#' prefix. + # Examples: minecraft:forest, #snowy + # Each biome must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Biomes { + S:blackList < + > + S:whiteList < + > + } + + ########################################################################################################## + # Altitude + #--------------------------------------------------------------------------------------------------------# + # Altitude which this ore can be generated at. + ########################################################################################################## + + Altitude { + # [range: -2147483648 ~ 2147483647, default: 32] + I:max=32 + + # [range: -2147483648 ~ 2147483647, default: 8] + I:min=8 + } + + Miscellaneous { + # Whether or not the ore blocks can be exposed to air. [default: true] + B:exposed=true + + # Ratio of height to width. + # Values > 1 result in tall veins (deposits). + # Values < 1 result in flat veins (deposits). + # [range: 0.0 ~ 10.0, default: 1.0] + S:proportions=1.0 + + # If enabled, each ore block will be checked against the given altitude and biome restrictions, rather than the first one. [default: false] + B:strictBounds=false + } + + ########################################################################################################## + # Size + #--------------------------------------------------------------------------------------------------------# + # Size limits (in blocks) of this deposit. + ########################################################################################################## + + Size { + # [range: 1 ~ 256000, default: 1000] + I:max=1000 + + # [range: 1 ~ 256000, default: 500] + I:min=500 + } + + ########################################################################################################## + # Indicator + #--------------------------------------------------------------------------------------------------------# + # Above-ground indicator for this deposit (e.g., a rare flower or a combination of circles of different flowers) + ########################################################################################################## + + Indicator { + # Circles of indicators and their radiuses. + # Syntax: indicatorId [, circleRadius] + # The order of the circles is always shuffled. + # The circles with the same radius will be randomly selected. + # If the radius is not defined, it will be selected from the minimum available, starting from 1. + # Examples: + # minecraft:cornflower, 2 + # minecraft:orange_tulip, 4 + # + S:circles < + silentgems:opal_glowrose, 3 + botania:light_gray_mystical_flower, 3 + minecraft:lily_of_the_valley, 3 + silentgems:opal_glowrose, 6 + botania:white_mystical_flower, 6 + minecraft:oxeye_daisy, 6 + > + + # Percentage of the indicator shape that will be visible. [range: 0.0 ~ 100.0, default: 60.0] + S:continuity=60.0 + + # Maximum displacement of the indicator shape elements. [range: 0 ~ 16, default: 1] + I:distortion=1 + + # ID of a block for a single-block indicator or ID of a structure to bind this deposit to. [default: ] + S:id= + + # Percentage of the deposit full size required to create an above-ground indicator. + # If the indicator is a structure - the chance of generating a deposit under it. + # [range: 0.0 ~ 100.0, default: 30.0] + S:threshold=30.0 + } + +} + + diff --git a/minecolonies-1.20.1/data/config/adlods/Deposits/redstone.cfg b/minecolonies-1.20.1/data/config/adlods/Deposits/redstone.cfg new file mode 100644 index 00000000..85e0f75f --- /dev/null +++ b/minecolonies-1.20.1/data/config/adlods/Deposits/redstone.cfg @@ -0,0 +1,165 @@ +# Configuration file + +Config { + # If set to False, parameters from this config will not be used. [default: true] + B:enabled=true +} + + +Deposit { + # Syntax: targetId -> replacementId + # With weight: targetId -> replacementId, weight + S:customReplacements < + #minecraft:deepslate_ore_replaceables -> deepslate_redstone_ore + > + + # List of ores and their weights for this deposit. + # Syntax: oreId [, weight] + # + # Id is a basic unit (block or item) identifier in format. + # ModId can be omitted for vanilla items. Meta can be omitted too if it equals 0. + # UnitName must be lowercase, words separated by '_', words order - from private to common (example: black_iron_ore). + # Use '*' char or '[]' as meta value to specify all possible values (all block states). + # To define multiple block states, you can use block properties. The format is + # Also you may use tags. The format is <#modId:tagPath> (example: #forge:ores/copper). + # + # Weight is used to define the proportions of the ores. + # For example, the definition: + # #forge:ores/gold, 1 + # #forge:ores/iron, 5 + # means that gold and iron will be in the proportion 1 to 5. + # + S:ores < + redstone_ore + > + + # Rarity (in chunks) of this deposit. + # The higher the value, the rarer the deposit will be. + # Example: a value of 1000 means that the deposit will be generated once every 1000 chunks. + # [range: 0 ~ 256000, default: 3080] + I:rarity=3080 + + # List of blocks that can be replaced with this ore. + S:replaceableBlocks < + #minecraft:stone_ore_replaceables + > + + ########################################################################################################## + # Dimensions + #--------------------------------------------------------------------------------------------------------# + # List of dimensions which this ore can be generated in. + # Dimension is specified by its registry name (e.g: minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.) + # Each dimension must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Dimensions { + S:blackList < + > + S:whiteList < + minecraft:overworld + > + } + + ########################################################################################################## + # Biomes + #--------------------------------------------------------------------------------------------------------# + # List of biomes which this ore can be generated in. + # Biome is specified by its registry name (case-insensitive) or by its tag with '#' prefix. + # Examples: minecraft:forest, #snowy + # Each biome must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Biomes { + S:blackList < + > + S:whiteList < + > + } + + ########################################################################################################## + # Altitude + #--------------------------------------------------------------------------------------------------------# + # Altitude which this ore can be generated at. + ########################################################################################################## + + Altitude { + # [range: -2147483648 ~ 2147483647, default: 16] + I:max=16 + + # [range: -2147483648 ~ 2147483647, default: -32] + I:min=-32 + } + + Miscellaneous { + # Whether or not the ore blocks can be exposed to air. [default: true] + B:exposed=true + + # Ratio of height to width. + # Values > 1 result in tall veins (deposits). + # Values < 1 result in flat veins (deposits). + # [range: 0.0 ~ 10.0, default: 1.0] + S:proportions=1.0 + + # If enabled, each ore block will be checked against the given altitude and biome restrictions, rather than the first one. [default: false] + B:strictBounds=false + } + + ########################################################################################################## + # Size + #--------------------------------------------------------------------------------------------------------# + # Size limits (in blocks) of this deposit. + ########################################################################################################## + + Size { + # [range: 1 ~ 256000, default: 600] + I:max=600 + + # [range: 1 ~ 256000, default: 300] + I:min=300 + } + + ########################################################################################################## + # Indicator + #--------------------------------------------------------------------------------------------------------# + # Above-ground indicator for this deposit (e.g., a rare flower or a combination of circles of different flowers) + ########################################################################################################## + + Indicator { + # Circles of indicators and their radiuses. + # Syntax: indicatorId [, circleRadius] + # The order of the circles is always shuffled. + # The circles with the same radius will be randomly selected. + # If the radius is not defined, it will be selected from the minimum available, starting from 1. + # Examples: + # minecraft:cornflower, 2 + # minecraft:orange_tulip, 4 + # + S:circles < + silentgems:carnelian_glowrose, 3 + botania:red_mystical_flower, 3 + minecraft:poppy, 3 + silentgems:carnelian_glowrose, 6 + botania:red_mystical_flower, 6 + minecraft:poppy, 6 + > + + # Percentage of the indicator shape that will be visible. [range: 0.0 ~ 100.0, default: 60.0] + S:continuity=60.0 + + # Maximum displacement of the indicator shape elements. [range: 0 ~ 16, default: 1] + I:distortion=1 + + # ID of a block for a single-block indicator or ID of a structure to bind this deposit to. [default: ] + S:id= + + # Percentage of the deposit full size required to create an above-ground indicator. + # If the indicator is a structure - the chance of generating a deposit under it. + # [range: 0.0 ~ 100.0, default: 30.0] + S:threshold=30.0 + } + +} + + diff --git a/minecolonies-1.20.1/data/config/adlods/Deposits/rhodium.cfg b/minecolonies-1.20.1/data/config/adlods/Deposits/rhodium.cfg new file mode 100644 index 00000000..5300bf54 --- /dev/null +++ b/minecolonies-1.20.1/data/config/adlods/Deposits/rhodium.cfg @@ -0,0 +1,164 @@ +# Configuration file + +Config { + # If set to False, parameters from this config will not be used. [default: true] + B:enabled=true +} + + +Deposit { + # Syntax: targetId -> replacementId + # With weight: targetId -> replacementId, weight + S:customReplacements < + > + + # List of ores and their weights for this deposit. + # Syntax: oreId [, weight] + # + # Id is a basic unit (block or item) identifier in format. + # ModId can be omitted for vanilla items. Meta can be omitted too if it equals 0. + # UnitName must be lowercase, words separated by '_', words order - from private to common (example: black_iron_ore). + # Use '*' char or '[]' as meta value to specify all possible values (all block states). + # To define multiple block states, you can use block properties. The format is + # Also you may use tags. The format is <#modId:tagPath> (example: #forge:ores/copper). + # + # Weight is used to define the proportions of the ores. + # For example, the definition: + # #forge:ores/gold, 1 + # #forge:ores/iron, 5 + # means that gold and iron will be in the proportion 1 to 5. + # + S:ores < + #forge:ores/rhodium + > + + # Rarity (in chunks) of this deposit. + # The higher the value, the rarer the deposit will be. + # Example: a value of 1000 means that the deposit will be generated once every 1000 chunks. + # [range: 0 ~ 256000, default: 6287] + I:rarity=6287 + + # List of blocks that can be replaced with this ore. + S:replaceableBlocks < + #minecraft:stone_ore_replaceables + > + + ########################################################################################################## + # Dimensions + #--------------------------------------------------------------------------------------------------------# + # List of dimensions which this ore can be generated in. + # Dimension is specified by its registry name (e.g: minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.) + # Each dimension must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Dimensions { + S:blackList < + > + S:whiteList < + minecraft:overworld + > + } + + ########################################################################################################## + # Biomes + #--------------------------------------------------------------------------------------------------------# + # List of biomes which this ore can be generated in. + # Biome is specified by its registry name (case-insensitive) or by its tag with '#' prefix. + # Examples: minecraft:forest, #snowy + # Each biome must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Biomes { + S:blackList < + > + S:whiteList < + > + } + + ########################################################################################################## + # Altitude + #--------------------------------------------------------------------------------------------------------# + # Altitude which this ore can be generated at. + ########################################################################################################## + + Altitude { + # [range: -2147483648 ~ 2147483647, default: 32] + I:max=32 + + # [range: -2147483648 ~ 2147483647, default: 8] + I:min=8 + } + + Miscellaneous { + # Whether or not the ore blocks can be exposed to air. [default: true] + B:exposed=true + + # Ratio of height to width. + # Values > 1 result in tall veins (deposits). + # Values < 1 result in flat veins (deposits). + # [range: 0.0 ~ 10.0, default: 1.0] + S:proportions=1.0 + + # If enabled, each ore block will be checked against the given altitude and biome restrictions, rather than the first one. [default: false] + B:strictBounds=false + } + + ########################################################################################################## + # Size + #--------------------------------------------------------------------------------------------------------# + # Size limits (in blocks) of this deposit. + ########################################################################################################## + + Size { + # [range: 1 ~ 256000, default: 1000] + I:max=1000 + + # [range: 1 ~ 256000, default: 500] + I:min=500 + } + + ########################################################################################################## + # Indicator + #--------------------------------------------------------------------------------------------------------# + # Above-ground indicator for this deposit (e.g., a rare flower or a combination of circles of different flowers) + ########################################################################################################## + + Indicator { + # Circles of indicators and their radiuses. + # Syntax: indicatorId [, circleRadius] + # The order of the circles is always shuffled. + # The circles with the same radius will be randomly selected. + # If the radius is not defined, it will be selected from the minimum available, starting from 1. + # Examples: + # minecraft:cornflower, 2 + # minecraft:orange_tulip, 4 + # + S:circles < + silentgems:opal_glowrose, 3 + botania:white_mystical_flower, 3 + minecraft:white_tulip, 3 + silentgems:opal_glowrose, 6 + botania:white_mystical_flower, 6 + minecraft:oxeye_daisy, 6 + > + + # Percentage of the indicator shape that will be visible. [range: 0.0 ~ 100.0, default: 60.0] + S:continuity=60.0 + + # Maximum displacement of the indicator shape elements. [range: 0 ~ 16, default: 1] + I:distortion=1 + + # ID of a block for a single-block indicator or ID of a structure to bind this deposit to. [default: ] + S:id= + + # Percentage of the deposit full size required to create an above-ground indicator. + # If the indicator is a structure - the chance of generating a deposit under it. + # [range: 0.0 ~ 100.0, default: 30.0] + S:threshold=30.0 + } + +} + + diff --git a/minecolonies-1.20.1/data/config/adlods/Deposits/ruby.cfg b/minecolonies-1.20.1/data/config/adlods/Deposits/ruby.cfg new file mode 100644 index 00000000..caf6702a --- /dev/null +++ b/minecolonies-1.20.1/data/config/adlods/Deposits/ruby.cfg @@ -0,0 +1,164 @@ +# Configuration file + +Config { + # If set to False, parameters from this config will not be used. [default: true] + B:enabled=true +} + + +Deposit { + # Syntax: targetId -> replacementId + # With weight: targetId -> replacementId, weight + S:customReplacements < + > + + # List of ores and their weights for this deposit. + # Syntax: oreId [, weight] + # + # Id is a basic unit (block or item) identifier in format. + # ModId can be omitted for vanilla items. Meta can be omitted too if it equals 0. + # UnitName must be lowercase, words separated by '_', words order - from private to common (example: black_iron_ore). + # Use '*' char or '[]' as meta value to specify all possible values (all block states). + # To define multiple block states, you can use block properties. The format is + # Also you may use tags. The format is <#modId:tagPath> (example: #forge:ores/copper). + # + # Weight is used to define the proportions of the ores. + # For example, the definition: + # #forge:ores/gold, 1 + # #forge:ores/iron, 5 + # means that gold and iron will be in the proportion 1 to 5. + # + S:ores < + #forge:ores/ruby + > + + # Rarity (in chunks) of this deposit. + # The higher the value, the rarer the deposit will be. + # Example: a value of 1000 means that the deposit will be generated once every 1000 chunks. + # [range: 0 ~ 256000, default: 3920] + I:rarity=3920 + + # List of blocks that can be replaced with this ore. + S:replaceableBlocks < + #minecraft:stone_ore_replaceables + > + + ########################################################################################################## + # Dimensions + #--------------------------------------------------------------------------------------------------------# + # List of dimensions which this ore can be generated in. + # Dimension is specified by its registry name (e.g: minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.) + # Each dimension must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Dimensions { + S:blackList < + > + S:whiteList < + minecraft:overworld + > + } + + ########################################################################################################## + # Biomes + #--------------------------------------------------------------------------------------------------------# + # List of biomes which this ore can be generated in. + # Biome is specified by its registry name (case-insensitive) or by its tag with '#' prefix. + # Examples: minecraft:forest, #snowy + # Each biome must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Biomes { + S:blackList < + > + S:whiteList < + > + } + + ########################################################################################################## + # Altitude + #--------------------------------------------------------------------------------------------------------# + # Altitude which this ore can be generated at. + ########################################################################################################## + + Altitude { + # [range: -2147483648 ~ 2147483647, default: 16] + I:max=16 + + # [range: -2147483648 ~ 2147483647, default: 4] + I:min=4 + } + + Miscellaneous { + # Whether or not the ore blocks can be exposed to air. [default: true] + B:exposed=true + + # Ratio of height to width. + # Values > 1 result in tall veins (deposits). + # Values < 1 result in flat veins (deposits). + # [range: 0.0 ~ 10.0, default: 1.0] + S:proportions=1.0 + + # If enabled, each ore block will be checked against the given altitude and biome restrictions, rather than the first one. [default: false] + B:strictBounds=false + } + + ########################################################################################################## + # Size + #--------------------------------------------------------------------------------------------------------# + # Size limits (in blocks) of this deposit. + ########################################################################################################## + + Size { + # [range: 1 ~ 256000, default: 600] + I:max=600 + + # [range: 1 ~ 256000, default: 300] + I:min=300 + } + + ########################################################################################################## + # Indicator + #--------------------------------------------------------------------------------------------------------# + # Above-ground indicator for this deposit (e.g., a rare flower or a combination of circles of different flowers) + ########################################################################################################## + + Indicator { + # Circles of indicators and their radiuses. + # Syntax: indicatorId [, circleRadius] + # The order of the circles is always shuffled. + # The circles with the same radius will be randomly selected. + # If the radius is not defined, it will be selected from the minimum available, starting from 1. + # Examples: + # minecraft:cornflower, 2 + # minecraft:orange_tulip, 4 + # + S:circles < + silentgems:ruby_glowrose, 3 + botania:red_mystical_flower, 3 + minecraft:red_tulip, 3 + silentgems:ruby_glowrose, 6 + botania:red_mystical_flower, 6 + minecraft:red_tulip, 6 + > + + # Percentage of the indicator shape that will be visible. [range: 0.0 ~ 100.0, default: 60.0] + S:continuity=60.0 + + # Maximum displacement of the indicator shape elements. [range: 0 ~ 16, default: 1] + I:distortion=1 + + # ID of a block for a single-block indicator or ID of a structure to bind this deposit to. [default: ] + S:id= + + # Percentage of the deposit full size required to create an above-ground indicator. + # If the indicator is a structure - the chance of generating a deposit under it. + # [range: 0.0 ~ 100.0, default: 30.0] + S:threshold=30.0 + } + +} + + diff --git a/minecolonies-1.20.1/data/config/adlods/Deposits/ruthenium.cfg b/minecolonies-1.20.1/data/config/adlods/Deposits/ruthenium.cfg new file mode 100644 index 00000000..40cf0705 --- /dev/null +++ b/minecolonies-1.20.1/data/config/adlods/Deposits/ruthenium.cfg @@ -0,0 +1,164 @@ +# Configuration file + +Config { + # If set to False, parameters from this config will not be used. [default: true] + B:enabled=true +} + + +Deposit { + # Syntax: targetId -> replacementId + # With weight: targetId -> replacementId, weight + S:customReplacements < + > + + # List of ores and their weights for this deposit. + # Syntax: oreId [, weight] + # + # Id is a basic unit (block or item) identifier in format. + # ModId can be omitted for vanilla items. Meta can be omitted too if it equals 0. + # UnitName must be lowercase, words separated by '_', words order - from private to common (example: black_iron_ore). + # Use '*' char or '[]' as meta value to specify all possible values (all block states). + # To define multiple block states, you can use block properties. The format is + # Also you may use tags. The format is <#modId:tagPath> (example: #forge:ores/copper). + # + # Weight is used to define the proportions of the ores. + # For example, the definition: + # #forge:ores/gold, 1 + # #forge:ores/iron, 5 + # means that gold and iron will be in the proportion 1 to 5. + # + S:ores < + #forge:ores/ruthenium + > + + # Rarity (in chunks) of this deposit. + # The higher the value, the rarer the deposit will be. + # Example: a value of 1000 means that the deposit will be generated once every 1000 chunks. + # [range: 0 ~ 256000, default: 1619] + I:rarity=1619 + + # List of blocks that can be replaced with this ore. + S:replaceableBlocks < + #minecraft:stone_ore_replaceables + > + + ########################################################################################################## + # Dimensions + #--------------------------------------------------------------------------------------------------------# + # List of dimensions which this ore can be generated in. + # Dimension is specified by its registry name (e.g: minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.) + # Each dimension must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Dimensions { + S:blackList < + > + S:whiteList < + minecraft:overworld + > + } + + ########################################################################################################## + # Biomes + #--------------------------------------------------------------------------------------------------------# + # List of biomes which this ore can be generated in. + # Biome is specified by its registry name (case-insensitive) or by its tag with '#' prefix. + # Examples: minecraft:forest, #snowy + # Each biome must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Biomes { + S:blackList < + > + S:whiteList < + > + } + + ########################################################################################################## + # Altitude + #--------------------------------------------------------------------------------------------------------# + # Altitude which this ore can be generated at. + ########################################################################################################## + + Altitude { + # [range: -2147483648 ~ 2147483647, default: 32] + I:max=32 + + # [range: -2147483648 ~ 2147483647, default: 8] + I:min=8 + } + + Miscellaneous { + # Whether or not the ore blocks can be exposed to air. [default: true] + B:exposed=true + + # Ratio of height to width. + # Values > 1 result in tall veins (deposits). + # Values < 1 result in flat veins (deposits). + # [range: 0.0 ~ 10.0, default: 1.0] + S:proportions=1.0 + + # If enabled, each ore block will be checked against the given altitude and biome restrictions, rather than the first one. [default: false] + B:strictBounds=false + } + + ########################################################################################################## + # Size + #--------------------------------------------------------------------------------------------------------# + # Size limits (in blocks) of this deposit. + ########################################################################################################## + + Size { + # [range: 1 ~ 256000, default: 1000] + I:max=1000 + + # [range: 1 ~ 256000, default: 500] + I:min=500 + } + + ########################################################################################################## + # Indicator + #--------------------------------------------------------------------------------------------------------# + # Above-ground indicator for this deposit (e.g., a rare flower or a combination of circles of different flowers) + ########################################################################################################## + + Indicator { + # Circles of indicators and their radiuses. + # Syntax: indicatorId [, circleRadius] + # The order of the circles is always shuffled. + # The circles with the same radius will be randomly selected. + # If the radius is not defined, it will be selected from the minimum available, starting from 1. + # Examples: + # minecraft:cornflower, 2 + # minecraft:orange_tulip, 4 + # + S:circles < + silentgems:moonstone_glowrose, 3 + botania:light_gray_mystical_flower, 3 + minecraft:lily_of_the_valley, 3 + silentgems:opal_glowrose, 6 + botania:white_mystical_flower, 6 + minecraft:oxeye_daisy, 6 + > + + # Percentage of the indicator shape that will be visible. [range: 0.0 ~ 100.0, default: 60.0] + S:continuity=60.0 + + # Maximum displacement of the indicator shape elements. [range: 0 ~ 16, default: 1] + I:distortion=1 + + # ID of a block for a single-block indicator or ID of a structure to bind this deposit to. [default: ] + S:id= + + # Percentage of the deposit full size required to create an above-ground indicator. + # If the indicator is a structure - the chance of generating a deposit under it. + # [range: 0.0 ~ 100.0, default: 30.0] + S:threshold=30.0 + } + +} + + diff --git a/minecolonies-1.20.1/data/config/adlods/Deposits/sapphire.cfg b/minecolonies-1.20.1/data/config/adlods/Deposits/sapphire.cfg new file mode 100644 index 00000000..c0852454 --- /dev/null +++ b/minecolonies-1.20.1/data/config/adlods/Deposits/sapphire.cfg @@ -0,0 +1,164 @@ +# Configuration file + +Config { + # If set to False, parameters from this config will not be used. [default: true] + B:enabled=true +} + + +Deposit { + # Syntax: targetId -> replacementId + # With weight: targetId -> replacementId, weight + S:customReplacements < + > + + # List of ores and their weights for this deposit. + # Syntax: oreId [, weight] + # + # Id is a basic unit (block or item) identifier in format. + # ModId can be omitted for vanilla items. Meta can be omitted too if it equals 0. + # UnitName must be lowercase, words separated by '_', words order - from private to common (example: black_iron_ore). + # Use '*' char or '[]' as meta value to specify all possible values (all block states). + # To define multiple block states, you can use block properties. The format is + # Also you may use tags. The format is <#modId:tagPath> (example: #forge:ores/copper). + # + # Weight is used to define the proportions of the ores. + # For example, the definition: + # #forge:ores/gold, 1 + # #forge:ores/iron, 5 + # means that gold and iron will be in the proportion 1 to 5. + # + S:ores < + #forge:ores/sapphire + > + + # Rarity (in chunks) of this deposit. + # The higher the value, the rarer the deposit will be. + # Example: a value of 1000 means that the deposit will be generated once every 1000 chunks. + # [range: 0 ~ 256000, default: 3640] + I:rarity=3640 + + # List of blocks that can be replaced with this ore. + S:replaceableBlocks < + #minecraft:stone_ore_replaceables + > + + ########################################################################################################## + # Dimensions + #--------------------------------------------------------------------------------------------------------# + # List of dimensions which this ore can be generated in. + # Dimension is specified by its registry name (e.g: minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.) + # Each dimension must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Dimensions { + S:blackList < + > + S:whiteList < + minecraft:overworld + > + } + + ########################################################################################################## + # Biomes + #--------------------------------------------------------------------------------------------------------# + # List of biomes which this ore can be generated in. + # Biome is specified by its registry name (case-insensitive) or by its tag with '#' prefix. + # Examples: minecraft:forest, #snowy + # Each biome must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Biomes { + S:blackList < + > + S:whiteList < + > + } + + ########################################################################################################## + # Altitude + #--------------------------------------------------------------------------------------------------------# + # Altitude which this ore can be generated at. + ########################################################################################################## + + Altitude { + # [range: -2147483648 ~ 2147483647, default: 16] + I:max=16 + + # [range: -2147483648 ~ 2147483647, default: 4] + I:min=4 + } + + Miscellaneous { + # Whether or not the ore blocks can be exposed to air. [default: true] + B:exposed=true + + # Ratio of height to width. + # Values > 1 result in tall veins (deposits). + # Values < 1 result in flat veins (deposits). + # [range: 0.0 ~ 10.0, default: 1.0] + S:proportions=1.0 + + # If enabled, each ore block will be checked against the given altitude and biome restrictions, rather than the first one. [default: false] + B:strictBounds=false + } + + ########################################################################################################## + # Size + #--------------------------------------------------------------------------------------------------------# + # Size limits (in blocks) of this deposit. + ########################################################################################################## + + Size { + # [range: 1 ~ 256000, default: 600] + I:max=600 + + # [range: 1 ~ 256000, default: 300] + I:min=300 + } + + ########################################################################################################## + # Indicator + #--------------------------------------------------------------------------------------------------------# + # Above-ground indicator for this deposit (e.g., a rare flower or a combination of circles of different flowers) + ########################################################################################################## + + Indicator { + # Circles of indicators and their radiuses. + # Syntax: indicatorId [, circleRadius] + # The order of the circles is always shuffled. + # The circles with the same radius will be randomly selected. + # If the radius is not defined, it will be selected from the minimum available, starting from 1. + # Examples: + # minecraft:cornflower, 2 + # minecraft:orange_tulip, 4 + # + S:circles < + silentgems:sapphire_glowrose, 3 + botania:blue_mystical_flower, 3 + minecraft:cornflower, 3 + silentgems:sapphire_glowrose, 6 + botania:blue_mystical_flower, 6 + minecraft:cornflower, 6 + > + + # Percentage of the indicator shape that will be visible. [range: 0.0 ~ 100.0, default: 60.0] + S:continuity=60.0 + + # Maximum displacement of the indicator shape elements. [range: 0 ~ 16, default: 1] + I:distortion=1 + + # ID of a block for a single-block indicator or ID of a structure to bind this deposit to. [default: ] + S:id= + + # Percentage of the deposit full size required to create an above-ground indicator. + # If the indicator is a structure - the chance of generating a deposit under it. + # [range: 0.0 ~ 100.0, default: 30.0] + S:threshold=30.0 + } + +} + + diff --git a/minecolonies-1.20.1/data/config/adlods/Deposits/silver.cfg b/minecolonies-1.20.1/data/config/adlods/Deposits/silver.cfg new file mode 100644 index 00000000..6512f649 --- /dev/null +++ b/minecolonies-1.20.1/data/config/adlods/Deposits/silver.cfg @@ -0,0 +1,164 @@ +# Configuration file + +Config { + # If set to False, parameters from this config will not be used. [default: true] + B:enabled=true +} + + +Deposit { + # Syntax: targetId -> replacementId + # With weight: targetId -> replacementId, weight + S:customReplacements < + > + + # List of ores and their weights for this deposit. + # Syntax: oreId [, weight] + # + # Id is a basic unit (block or item) identifier in format. + # ModId can be omitted for vanilla items. Meta can be omitted too if it equals 0. + # UnitName must be lowercase, words separated by '_', words order - from private to common (example: black_iron_ore). + # Use '*' char or '[]' as meta value to specify all possible values (all block states). + # To define multiple block states, you can use block properties. The format is + # Also you may use tags. The format is <#modId:tagPath> (example: #forge:ores/copper). + # + # Weight is used to define the proportions of the ores. + # For example, the definition: + # #forge:ores/gold, 1 + # #forge:ores/iron, 5 + # means that gold and iron will be in the proportion 1 to 5. + # + S:ores < + #forge:ores/silver + > + + # Rarity (in chunks) of this deposit. + # The higher the value, the rarer the deposit will be. + # Example: a value of 1000 means that the deposit will be generated once every 1000 chunks. + # [range: 0 ~ 256000, default: 1224] + I:rarity=1224 + + # List of blocks that can be replaced with this ore. + S:replaceableBlocks < + #minecraft:stone_ore_replaceables + > + + ########################################################################################################## + # Dimensions + #--------------------------------------------------------------------------------------------------------# + # List of dimensions which this ore can be generated in. + # Dimension is specified by its registry name (e.g: minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.) + # Each dimension must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Dimensions { + S:blackList < + > + S:whiteList < + minecraft:overworld + > + } + + ########################################################################################################## + # Biomes + #--------------------------------------------------------------------------------------------------------# + # List of biomes which this ore can be generated in. + # Biome is specified by its registry name (case-insensitive) or by its tag with '#' prefix. + # Examples: minecraft:forest, #snowy + # Each biome must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Biomes { + S:blackList < + > + S:whiteList < + > + } + + ########################################################################################################## + # Altitude + #--------------------------------------------------------------------------------------------------------# + # Altitude which this ore can be generated at. + ########################################################################################################## + + Altitude { + # [range: -2147483648 ~ 2147483647, default: 32] + I:max=32 + + # [range: -2147483648 ~ 2147483647, default: 8] + I:min=8 + } + + Miscellaneous { + # Whether or not the ore blocks can be exposed to air. [default: true] + B:exposed=true + + # Ratio of height to width. + # Values > 1 result in tall veins (deposits). + # Values < 1 result in flat veins (deposits). + # [range: 0.0 ~ 10.0, default: 1.0] + S:proportions=1.0 + + # If enabled, each ore block will be checked against the given altitude and biome restrictions, rather than the first one. [default: false] + B:strictBounds=false + } + + ########################################################################################################## + # Size + #--------------------------------------------------------------------------------------------------------# + # Size limits (in blocks) of this deposit. + ########################################################################################################## + + Size { + # [range: 1 ~ 256000, default: 1000] + I:max=1000 + + # [range: 1 ~ 256000, default: 500] + I:min=500 + } + + ########################################################################################################## + # Indicator + #--------------------------------------------------------------------------------------------------------# + # Above-ground indicator for this deposit (e.g., a rare flower or a combination of circles of different flowers) + ########################################################################################################## + + Indicator { + # Circles of indicators and their radiuses. + # Syntax: indicatorId [, circleRadius] + # The order of the circles is always shuffled. + # The circles with the same radius will be randomly selected. + # If the radius is not defined, it will be selected from the minimum available, starting from 1. + # Examples: + # minecraft:cornflower, 2 + # minecraft:orange_tulip, 4 + # + S:circles < + silentgems:moonstone_glowrose, 3 + botania:gray_mystical_flower, 3 + minecraft:azure_bluet, 3 + silentgems:opal_glowrose, 6 + botania:white_mystical_flower, 6 + minecraft:oxeye_daisy, 6 + > + + # Percentage of the indicator shape that will be visible. [range: 0.0 ~ 100.0, default: 60.0] + S:continuity=60.0 + + # Maximum displacement of the indicator shape elements. [range: 0 ~ 16, default: 1] + I:distortion=1 + + # ID of a block for a single-block indicator or ID of a structure to bind this deposit to. [default: ] + S:id= + + # Percentage of the deposit full size required to create an above-ground indicator. + # If the indicator is a structure - the chance of generating a deposit under it. + # [range: 0.0 ~ 100.0, default: 30.0] + S:threshold=30.0 + } + +} + + diff --git a/minecolonies-1.20.1/data/config/adlods/Deposits/tin.cfg b/minecolonies-1.20.1/data/config/adlods/Deposits/tin.cfg new file mode 100644 index 00000000..eb8be362 --- /dev/null +++ b/minecolonies-1.20.1/data/config/adlods/Deposits/tin.cfg @@ -0,0 +1,164 @@ +# Configuration file + +Config { + # If set to False, parameters from this config will not be used. [default: true] + B:enabled=true +} + + +Deposit { + # Syntax: targetId -> replacementId + # With weight: targetId -> replacementId, weight + S:customReplacements < + > + + # List of ores and their weights for this deposit. + # Syntax: oreId [, weight] + # + # Id is a basic unit (block or item) identifier in format. + # ModId can be omitted for vanilla items. Meta can be omitted too if it equals 0. + # UnitName must be lowercase, words separated by '_', words order - from private to common (example: black_iron_ore). + # Use '*' char or '[]' as meta value to specify all possible values (all block states). + # To define multiple block states, you can use block properties. The format is + # Also you may use tags. The format is <#modId:tagPath> (example: #forge:ores/copper). + # + # Weight is used to define the proportions of the ores. + # For example, the definition: + # #forge:ores/gold, 1 + # #forge:ores/iron, 5 + # means that gold and iron will be in the proportion 1 to 5. + # + S:ores < + #forge:ores/tin + > + + # Rarity (in chunks) of this deposit. + # The higher the value, the rarer the deposit will be. + # Example: a value of 1000 means that the deposit will be generated once every 1000 chunks. + # [range: 0 ~ 256000, default: 2496] + I:rarity=2496 + + # List of blocks that can be replaced with this ore. + S:replaceableBlocks < + #minecraft:stone_ore_replaceables + > + + ########################################################################################################## + # Dimensions + #--------------------------------------------------------------------------------------------------------# + # List of dimensions which this ore can be generated in. + # Dimension is specified by its registry name (e.g: minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.) + # Each dimension must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Dimensions { + S:blackList < + > + S:whiteList < + minecraft:overworld + > + } + + ########################################################################################################## + # Biomes + #--------------------------------------------------------------------------------------------------------# + # List of biomes which this ore can be generated in. + # Biome is specified by its registry name (case-insensitive) or by its tag with '#' prefix. + # Examples: minecraft:forest, #snowy + # Each biome must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Biomes { + S:blackList < + > + S:whiteList < + > + } + + ########################################################################################################## + # Altitude + #--------------------------------------------------------------------------------------------------------# + # Altitude which this ore can be generated at. + ########################################################################################################## + + Altitude { + # [range: -2147483648 ~ 2147483647, default: 64] + I:max=64 + + # [range: -2147483648 ~ 2147483647, default: 16] + I:min=16 + } + + Miscellaneous { + # Whether or not the ore blocks can be exposed to air. [default: true] + B:exposed=true + + # Ratio of height to width. + # Values > 1 result in tall veins (deposits). + # Values < 1 result in flat veins (deposits). + # [range: 0.0 ~ 10.0, default: 1.0] + S:proportions=1.0 + + # If enabled, each ore block will be checked against the given altitude and biome restrictions, rather than the first one. [default: false] + B:strictBounds=false + } + + ########################################################################################################## + # Size + #--------------------------------------------------------------------------------------------------------# + # Size limits (in blocks) of this deposit. + ########################################################################################################## + + Size { + # [range: 1 ~ 256000, default: 1400] + I:max=1400 + + # [range: 1 ~ 256000, default: 700] + I:min=700 + } + + ########################################################################################################## + # Indicator + #--------------------------------------------------------------------------------------------------------# + # Above-ground indicator for this deposit (e.g., a rare flower or a combination of circles of different flowers) + ########################################################################################################## + + Indicator { + # Circles of indicators and their radiuses. + # Syntax: indicatorId [, circleRadius] + # The order of the circles is always shuffled. + # The circles with the same radius will be randomly selected. + # If the radius is not defined, it will be selected from the minimum available, starting from 1. + # Examples: + # minecraft:cornflower, 2 + # minecraft:orange_tulip, 4 + # + S:circles < + silentgems:zircon_glowrose, 3 + botania:yellow_mystical_flower, 3 + minecraft:oxeye_daisy, 3 + silentgems:moonstone_glowrose, 6 + botania:light_gray_mystical_flower, 6 + minecraft:lily_of_the_valley, 6 + > + + # Percentage of the indicator shape that will be visible. [range: 0.0 ~ 100.0, default: 60.0] + S:continuity=60.0 + + # Maximum displacement of the indicator shape elements. [range: 0 ~ 16, default: 1] + I:distortion=1 + + # ID of a block for a single-block indicator or ID of a structure to bind this deposit to. [default: ] + S:id= + + # Percentage of the deposit full size required to create an above-ground indicator. + # If the indicator is a structure - the chance of generating a deposit under it. + # [range: 0.0 ~ 100.0, default: 30.0] + S:threshold=30.0 + } + +} + + diff --git a/minecolonies-1.20.1/data/config/adlods/Deposits/topaz.cfg b/minecolonies-1.20.1/data/config/adlods/Deposits/topaz.cfg new file mode 100644 index 00000000..4dc55eac --- /dev/null +++ b/minecolonies-1.20.1/data/config/adlods/Deposits/topaz.cfg @@ -0,0 +1,164 @@ +# Configuration file + +Config { + # If set to False, parameters from this config will not be used. [default: true] + B:enabled=true +} + + +Deposit { + # Syntax: targetId -> replacementId + # With weight: targetId -> replacementId, weight + S:customReplacements < + > + + # List of ores and their weights for this deposit. + # Syntax: oreId [, weight] + # + # Id is a basic unit (block or item) identifier in format. + # ModId can be omitted for vanilla items. Meta can be omitted too if it equals 0. + # UnitName must be lowercase, words separated by '_', words order - from private to common (example: black_iron_ore). + # Use '*' char or '[]' as meta value to specify all possible values (all block states). + # To define multiple block states, you can use block properties. The format is + # Also you may use tags. The format is <#modId:tagPath> (example: #forge:ores/copper). + # + # Weight is used to define the proportions of the ores. + # For example, the definition: + # #forge:ores/gold, 1 + # #forge:ores/iron, 5 + # means that gold and iron will be in the proportion 1 to 5. + # + S:ores < + #forge:ores/topaz + > + + # Rarity (in chunks) of this deposit. + # The higher the value, the rarer the deposit will be. + # Example: a value of 1000 means that the deposit will be generated once every 1000 chunks. + # [range: 0 ~ 256000, default: 4200] + I:rarity=4200 + + # List of blocks that can be replaced with this ore. + S:replaceableBlocks < + #minecraft:stone_ore_replaceables + > + + ########################################################################################################## + # Dimensions + #--------------------------------------------------------------------------------------------------------# + # List of dimensions which this ore can be generated in. + # Dimension is specified by its registry name (e.g: minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.) + # Each dimension must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Dimensions { + S:blackList < + > + S:whiteList < + minecraft:overworld + > + } + + ########################################################################################################## + # Biomes + #--------------------------------------------------------------------------------------------------------# + # List of biomes which this ore can be generated in. + # Biome is specified by its registry name (case-insensitive) or by its tag with '#' prefix. + # Examples: minecraft:forest, #snowy + # Each biome must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Biomes { + S:blackList < + > + S:whiteList < + > + } + + ########################################################################################################## + # Altitude + #--------------------------------------------------------------------------------------------------------# + # Altitude which this ore can be generated at. + ########################################################################################################## + + Altitude { + # [range: -2147483648 ~ 2147483647, default: 16] + I:max=16 + + # [range: -2147483648 ~ 2147483647, default: 4] + I:min=4 + } + + Miscellaneous { + # Whether or not the ore blocks can be exposed to air. [default: true] + B:exposed=true + + # Ratio of height to width. + # Values > 1 result in tall veins (deposits). + # Values < 1 result in flat veins (deposits). + # [range: 0.0 ~ 10.0, default: 1.0] + S:proportions=1.0 + + # If enabled, each ore block will be checked against the given altitude and biome restrictions, rather than the first one. [default: false] + B:strictBounds=false + } + + ########################################################################################################## + # Size + #--------------------------------------------------------------------------------------------------------# + # Size limits (in blocks) of this deposit. + ########################################################################################################## + + Size { + # [range: 1 ~ 256000, default: 600] + I:max=600 + + # [range: 1 ~ 256000, default: 300] + I:min=300 + } + + ########################################################################################################## + # Indicator + #--------------------------------------------------------------------------------------------------------# + # Above-ground indicator for this deposit (e.g., a rare flower or a combination of circles of different flowers) + ########################################################################################################## + + Indicator { + # Circles of indicators and their radiuses. + # Syntax: indicatorId [, circleRadius] + # The order of the circles is always shuffled. + # The circles with the same radius will be randomly selected. + # If the radius is not defined, it will be selected from the minimum available, starting from 1. + # Examples: + # minecraft:cornflower, 2 + # minecraft:orange_tulip, 4 + # + S:circles < + silentgems:topaz_glowrose, 3 + botania:orange_mystical_flower, 3 + minecraft:orange_tulip, 3 + silentgems:topaz_glowrose, 6 + botania:orange_mystical_flower, 6 + minecraft:orange_tulip, 6 + > + + # Percentage of the indicator shape that will be visible. [range: 0.0 ~ 100.0, default: 60.0] + S:continuity=60.0 + + # Maximum displacement of the indicator shape elements. [range: 0 ~ 16, default: 1] + I:distortion=1 + + # ID of a block for a single-block indicator or ID of a structure to bind this deposit to. [default: ] + S:id= + + # Percentage of the deposit full size required to create an above-ground indicator. + # If the indicator is a structure - the chance of generating a deposit under it. + # [range: 0.0 ~ 100.0, default: 30.0] + S:threshold=30.0 + } + +} + + diff --git a/minecolonies-1.20.1/data/config/adlods/Deposits/uranium.cfg b/minecolonies-1.20.1/data/config/adlods/Deposits/uranium.cfg new file mode 100644 index 00000000..37f92e15 --- /dev/null +++ b/minecolonies-1.20.1/data/config/adlods/Deposits/uranium.cfg @@ -0,0 +1,164 @@ +# Configuration file + +Config { + # If set to False, parameters from this config will not be used. [default: true] + B:enabled=true +} + + +Deposit { + # Syntax: targetId -> replacementId + # With weight: targetId -> replacementId, weight + S:customReplacements < + > + + # List of ores and their weights for this deposit. + # Syntax: oreId [, weight] + # + # Id is a basic unit (block or item) identifier in format. + # ModId can be omitted for vanilla items. Meta can be omitted too if it equals 0. + # UnitName must be lowercase, words separated by '_', words order - from private to common (example: black_iron_ore). + # Use '*' char or '[]' as meta value to specify all possible values (all block states). + # To define multiple block states, you can use block properties. The format is + # Also you may use tags. The format is <#modId:tagPath> (example: #forge:ores/copper). + # + # Weight is used to define the proportions of the ores. + # For example, the definition: + # #forge:ores/gold, 1 + # #forge:ores/iron, 5 + # means that gold and iron will be in the proportion 1 to 5. + # + S:ores < + #forge:ores/uranium + > + + # Rarity (in chunks) of this deposit. + # The higher the value, the rarer the deposit will be. + # Example: a value of 1000 means that the deposit will be generated once every 1000 chunks. + # [range: 0 ~ 256000, default: 3600] + I:rarity=3600 + + # List of blocks that can be replaced with this ore. + S:replaceableBlocks < + #minecraft:stone_ore_replaceables + > + + ########################################################################################################## + # Dimensions + #--------------------------------------------------------------------------------------------------------# + # List of dimensions which this ore can be generated in. + # Dimension is specified by its registry name (e.g: minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.) + # Each dimension must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Dimensions { + S:blackList < + > + S:whiteList < + minecraft:overworld + > + } + + ########################################################################################################## + # Biomes + #--------------------------------------------------------------------------------------------------------# + # List of biomes which this ore can be generated in. + # Biome is specified by its registry name (case-insensitive) or by its tag with '#' prefix. + # Examples: minecraft:forest, #snowy + # Each biome must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Biomes { + S:blackList < + > + S:whiteList < + > + } + + ########################################################################################################## + # Altitude + #--------------------------------------------------------------------------------------------------------# + # Altitude which this ore can be generated at. + ########################################################################################################## + + Altitude { + # [range: -2147483648 ~ 2147483647, default: 32] + I:max=32 + + # [range: -2147483648 ~ 2147483647, default: 8] + I:min=8 + } + + Miscellaneous { + # Whether or not the ore blocks can be exposed to air. [default: true] + B:exposed=true + + # Ratio of height to width. + # Values > 1 result in tall veins (deposits). + # Values < 1 result in flat veins (deposits). + # [range: 0.0 ~ 10.0, default: 1.0] + S:proportions=1.0 + + # If enabled, each ore block will be checked against the given altitude and biome restrictions, rather than the first one. [default: false] + B:strictBounds=false + } + + ########################################################################################################## + # Size + #--------------------------------------------------------------------------------------------------------# + # Size limits (in blocks) of this deposit. + ########################################################################################################## + + Size { + # [range: 1 ~ 256000, default: 1000] + I:max=1000 + + # [range: 1 ~ 256000, default: 500] + I:min=500 + } + + ########################################################################################################## + # Indicator + #--------------------------------------------------------------------------------------------------------# + # Above-ground indicator for this deposit (e.g., a rare flower or a combination of circles of different flowers) + ########################################################################################################## + + Indicator { + # Circles of indicators and their radiuses. + # Syntax: indicatorId [, circleRadius] + # The order of the circles is always shuffled. + # The circles with the same radius will be randomly selected. + # If the radius is not defined, it will be selected from the minimum available, starting from 1. + # Examples: + # minecraft:cornflower, 2 + # minecraft:orange_tulip, 4 + # + S:circles < + silentgems:malachite_glowrose, 3 + botania:lime_mystical_flower, 3 + minecraft:lily_of_the_valley, 3 + silentgems:opal_glowrose, 6 + botania:white_mystical_flower, 6 + minecraft:oxeye_daisy, 6 + > + + # Percentage of the indicator shape that will be visible. [range: 0.0 ~ 100.0, default: 60.0] + S:continuity=60.0 + + # Maximum displacement of the indicator shape elements. [range: 0 ~ 16, default: 1] + I:distortion=1 + + # ID of a block for a single-block indicator or ID of a structure to bind this deposit to. [default: ] + S:id= + + # Percentage of the deposit full size required to create an above-ground indicator. + # If the indicator is a structure - the chance of generating a deposit under it. + # [range: 0.0 ~ 100.0, default: 30.0] + S:threshold=30.0 + } + +} + + diff --git a/minecolonies-1.20.1/data/config/adlods/Deposits/zinc.cfg b/minecolonies-1.20.1/data/config/adlods/Deposits/zinc.cfg new file mode 100644 index 00000000..2fe3a53f --- /dev/null +++ b/minecolonies-1.20.1/data/config/adlods/Deposits/zinc.cfg @@ -0,0 +1,164 @@ +# Configuration file + +Config { + # If set to False, parameters from this config will not be used. [default: true] + B:enabled=true +} + + +Deposit { + # Syntax: targetId -> replacementId + # With weight: targetId -> replacementId, weight + S:customReplacements < + > + + # List of ores and their weights for this deposit. + # Syntax: oreId [, weight] + # + # Id is a basic unit (block or item) identifier in format. + # ModId can be omitted for vanilla items. Meta can be omitted too if it equals 0. + # UnitName must be lowercase, words separated by '_', words order - from private to common (example: black_iron_ore). + # Use '*' char or '[]' as meta value to specify all possible values (all block states). + # To define multiple block states, you can use block properties. The format is + # Also you may use tags. The format is <#modId:tagPath> (example: #forge:ores/copper). + # + # Weight is used to define the proportions of the ores. + # For example, the definition: + # #forge:ores/gold, 1 + # #forge:ores/iron, 5 + # means that gold and iron will be in the proportion 1 to 5. + # + S:ores < + #forge:ores/zinc + > + + # Rarity (in chunks) of this deposit. + # The higher the value, the rarer the deposit will be. + # Example: a value of 1000 means that the deposit will be generated once every 1000 chunks. + # [range: 0 ~ 256000, default: 1206] + I:rarity=1206 + + # List of blocks that can be replaced with this ore. + S:replaceableBlocks < + #minecraft:stone_ore_replaceables + > + + ########################################################################################################## + # Dimensions + #--------------------------------------------------------------------------------------------------------# + # List of dimensions which this ore can be generated in. + # Dimension is specified by its registry name (e.g: minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.) + # Each dimension must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Dimensions { + S:blackList < + > + S:whiteList < + minecraft:overworld + > + } + + ########################################################################################################## + # Biomes + #--------------------------------------------------------------------------------------------------------# + # List of biomes which this ore can be generated in. + # Biome is specified by its registry name (case-insensitive) or by its tag with '#' prefix. + # Examples: minecraft:forest, #snowy + # Each biome must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Biomes { + S:blackList < + > + S:whiteList < + > + } + + ########################################################################################################## + # Altitude + #--------------------------------------------------------------------------------------------------------# + # Altitude which this ore can be generated at. + ########################################################################################################## + + Altitude { + # [range: -2147483648 ~ 2147483647, default: 64] + I:max=64 + + # [range: -2147483648 ~ 2147483647, default: 16] + I:min=16 + } + + Miscellaneous { + # Whether or not the ore blocks can be exposed to air. [default: true] + B:exposed=true + + # Ratio of height to width. + # Values > 1 result in tall veins (deposits). + # Values < 1 result in flat veins (deposits). + # [range: 0.0 ~ 10.0, default: 1.0] + S:proportions=1.0 + + # If enabled, each ore block will be checked against the given altitude and biome restrictions, rather than the first one. [default: false] + B:strictBounds=false + } + + ########################################################################################################## + # Size + #--------------------------------------------------------------------------------------------------------# + # Size limits (in blocks) of this deposit. + ########################################################################################################## + + Size { + # [range: 1 ~ 256000, default: 1400] + I:max=1400 + + # [range: 1 ~ 256000, default: 700] + I:min=700 + } + + ########################################################################################################## + # Indicator + #--------------------------------------------------------------------------------------------------------# + # Above-ground indicator for this deposit (e.g., a rare flower or a combination of circles of different flowers) + ########################################################################################################## + + Indicator { + # Circles of indicators and their radiuses. + # Syntax: indicatorId [, circleRadius] + # The order of the circles is always shuffled. + # The circles with the same radius will be randomly selected. + # If the radius is not defined, it will be selected from the minimum available, starting from 1. + # Examples: + # minecraft:cornflower, 2 + # minecraft:orange_tulip, 4 + # + S:circles < + silentgems:euclause_glowrose, 3 + botania:light_blue_mystical_flower, 3 + minecraft:blue_orchid, 3 + silentgems:moonstone_glowrose, 6 + botania:light_gray_mystical_flower, 6 + minecraft:lily_of_the_valley, 6 + > + + # Percentage of the indicator shape that will be visible. [range: 0.0 ~ 100.0, default: 60.0] + S:continuity=60.0 + + # Maximum displacement of the indicator shape elements. [range: 0 ~ 16, default: 1] + I:distortion=1 + + # ID of a block for a single-block indicator or ID of a structure to bind this deposit to. [default: ] + S:id= + + # Percentage of the deposit full size required to create an above-ground indicator. + # If the indicator is a structure - the chance of generating a deposit under it. + # [range: 0.0 ~ 100.0, default: 30.0] + S:threshold=30.0 + } + +} + + diff --git a/minecolonies-1.20.1/data/config/adlods/VanillaOres/ancient_debris.cfg b/minecolonies-1.20.1/data/config/adlods/VanillaOres/ancient_debris.cfg new file mode 100644 index 00000000..73802169 --- /dev/null +++ b/minecolonies-1.20.1/data/config/adlods/VanillaOres/ancient_debris.cfg @@ -0,0 +1,122 @@ +# Configuration file + +VanillaOre { + # Syntax: targetId -> replacementId + # With weight: targetId -> replacementId, weight + S:customReplacements < + > + + # Generation type used for this ore. Possible values: + # VANILLA - vanilla generation without any changes, + # CUSTOM - generation according to this config, + # NONE - no generation at all. + # Note that changing this setting requires a WORLD RESTART in order to update every biome's features. [default: vanilla] + S:generation=vanilla + + # Id is a basic unit (block or item) identifier in format. + # ModId can be omitted for vanilla items. Meta can be omitted too if it equals 0. + # UnitName must be lowercase, words separated by '_', words order - from private to common (example: black_iron_ore). + # Use '*' char or '[]' as meta value to specify all possible values (all block states). + # To define multiple block states, you can use block properties. The format is + # Also you may use tags. The format is <#modId:tagPath> (example: #forge:ores/copper). + # [default: ancient_debris] + S:oreId=ancient_debris + + # List of blocks that can be replaced with this ore. + S:replaceableBlocks < + netherrack + > + + ########################################################################################################## + # Dimensions + #--------------------------------------------------------------------------------------------------------# + # List of dimensions which this ore can be generated in. + # Dimension is specified by its registry name (e.g: minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.) + # Each dimension must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Dimensions { + S:blackList < + > + S:whiteList < + minecraft:the_nether + > + } + + ########################################################################################################## + # Biomes + #--------------------------------------------------------------------------------------------------------# + # List of biomes which this ore can be generated in. + # Biome is specified by its registry name (case-insensitive) or by its tag with '#' prefix. + # Examples: minecraft:forest, #snowy + # Each biome must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Biomes { + S:blackList < + > + S:whiteList < + > + } + + ########################################################################################################## + # Altitude + #--------------------------------------------------------------------------------------------------------# + # Altitude which this ore can be generated at. + ########################################################################################################## + + Altitude { + # [range: -2147483648 ~ 2147483647, default: 119] + I:max=119 + + # [range: -2147483648 ~ 2147483647, default: 8] + I:min=8 + } + + Miscellaneous { + # Whether or not the ore blocks can be exposed to air. [default: false] + B:exposed=false + + # Ratio of height to width. + # Values > 1 result in tall veins (deposits). + # Values < 1 result in flat veins (deposits). + # [range: 0.0 ~ 10.0, default: 1.0] + S:proportions=1.0 + + # If enabled, each ore block will be checked against the given altitude and biome restrictions, rather than the first one. [default: false] + B:strictBounds=false + } + + ########################################################################################################## + # VeinsInChunk + #--------------------------------------------------------------------------------------------------------# + # Number of ore veins to generate in each chunk. + ########################################################################################################## + + VeinsInChunk { + # [range: 1 ~ 256, default: 2] + I:max=2 + + # [range: 1 ~ 256, default: 2] + I:min=2 + } + + ########################################################################################################## + # BlocksInVein + #--------------------------------------------------------------------------------------------------------# + # Number of ore blocks in each vein. + ########################################################################################################## + + BlocksInVein { + # [range: 1 ~ 256, default: 3] + I:max=3 + + # [range: 1 ~ 256, default: 1] + I:min=1 + } + +} + + diff --git a/minecolonies-1.20.1/data/config/adlods/VanillaOres/andesite.cfg b/minecolonies-1.20.1/data/config/adlods/VanillaOres/andesite.cfg new file mode 100644 index 00000000..ce8e7056 --- /dev/null +++ b/minecolonies-1.20.1/data/config/adlods/VanillaOres/andesite.cfg @@ -0,0 +1,122 @@ +# Configuration file + +VanillaOre { + # Syntax: targetId -> replacementId + # With weight: targetId -> replacementId, weight + S:customReplacements < + > + + # Generation type used for this ore. Possible values: + # VANILLA - vanilla generation without any changes, + # CUSTOM - generation according to this config, + # NONE - no generation at all. + # Note that changing this setting requires a WORLD RESTART in order to update every biome's features. [default: vanilla] + S:generation=vanilla + + # Id is a basic unit (block or item) identifier in format. + # ModId can be omitted for vanilla items. Meta can be omitted too if it equals 0. + # UnitName must be lowercase, words separated by '_', words order - from private to common (example: black_iron_ore). + # Use '*' char or '[]' as meta value to specify all possible values (all block states). + # To define multiple block states, you can use block properties. The format is + # Also you may use tags. The format is <#modId:tagPath> (example: #forge:ores/copper). + # [default: andesite] + S:oreId=andesite + + # List of blocks that can be replaced with this ore. + S:replaceableBlocks < + #minecraft:stone_ore_replaceables + > + + ########################################################################################################## + # Dimensions + #--------------------------------------------------------------------------------------------------------# + # List of dimensions which this ore can be generated in. + # Dimension is specified by its registry name (e.g: minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.) + # Each dimension must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Dimensions { + S:blackList < + > + S:whiteList < + minecraft:overworld + > + } + + ########################################################################################################## + # Biomes + #--------------------------------------------------------------------------------------------------------# + # List of biomes which this ore can be generated in. + # Biome is specified by its registry name (case-insensitive) or by its tag with '#' prefix. + # Examples: minecraft:forest, #snowy + # Each biome must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Biomes { + S:blackList < + > + S:whiteList < + > + } + + ########################################################################################################## + # Altitude + #--------------------------------------------------------------------------------------------------------# + # Altitude which this ore can be generated at. + ########################################################################################################## + + Altitude { + # [range: -2147483648 ~ 2147483647, default: 128] + I:max=128 + + # [range: -2147483648 ~ 2147483647, default: 0] + I:min=0 + } + + Miscellaneous { + # Whether or not the ore blocks can be exposed to air. [default: true] + B:exposed=true + + # Ratio of height to width. + # Values > 1 result in tall veins (deposits). + # Values < 1 result in flat veins (deposits). + # [range: 0.0 ~ 10.0, default: 1.0] + S:proportions=1.0 + + # If enabled, each ore block will be checked against the given altitude and biome restrictions, rather than the first one. [default: false] + B:strictBounds=false + } + + ########################################################################################################## + # VeinsInChunk + #--------------------------------------------------------------------------------------------------------# + # Number of ore veins to generate in each chunk. + ########################################################################################################## + + VeinsInChunk { + # [range: 1 ~ 256, default: 8] + I:max=8 + + # [range: 1 ~ 256, default: 8] + I:min=8 + } + + ########################################################################################################## + # BlocksInVein + #--------------------------------------------------------------------------------------------------------# + # Number of ore blocks in each vein. + ########################################################################################################## + + BlocksInVein { + # [range: 1 ~ 256, default: 33] + I:max=33 + + # [range: 1 ~ 256, default: 1] + I:min=1 + } + +} + + diff --git a/minecolonies-1.20.1/data/config/adlods/VanillaOres/blackstone.cfg b/minecolonies-1.20.1/data/config/adlods/VanillaOres/blackstone.cfg new file mode 100644 index 00000000..6115c068 --- /dev/null +++ b/minecolonies-1.20.1/data/config/adlods/VanillaOres/blackstone.cfg @@ -0,0 +1,122 @@ +# Configuration file + +VanillaOre { + # Syntax: targetId -> replacementId + # With weight: targetId -> replacementId, weight + S:customReplacements < + > + + # Generation type used for this ore. Possible values: + # VANILLA - vanilla generation without any changes, + # CUSTOM - generation according to this config, + # NONE - no generation at all. + # Note that changing this setting requires a WORLD RESTART in order to update every biome's features. [default: vanilla] + S:generation=vanilla + + # Id is a basic unit (block or item) identifier in format. + # ModId can be omitted for vanilla items. Meta can be omitted too if it equals 0. + # UnitName must be lowercase, words separated by '_', words order - from private to common (example: black_iron_ore). + # Use '*' char or '[]' as meta value to specify all possible values (all block states). + # To define multiple block states, you can use block properties. The format is + # Also you may use tags. The format is <#modId:tagPath> (example: #forge:ores/copper). + # [default: blackstone] + S:oreId=blackstone + + # List of blocks that can be replaced with this ore. + S:replaceableBlocks < + netherrack + > + + ########################################################################################################## + # Dimensions + #--------------------------------------------------------------------------------------------------------# + # List of dimensions which this ore can be generated in. + # Dimension is specified by its registry name (e.g: minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.) + # Each dimension must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Dimensions { + S:blackList < + > + S:whiteList < + minecraft:the_nether + > + } + + ########################################################################################################## + # Biomes + #--------------------------------------------------------------------------------------------------------# + # List of biomes which this ore can be generated in. + # Biome is specified by its registry name (case-insensitive) or by its tag with '#' prefix. + # Examples: minecraft:forest, #snowy + # Each biome must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Biomes { + S:blackList < + > + S:whiteList < + > + } + + ########################################################################################################## + # Altitude + #--------------------------------------------------------------------------------------------------------# + # Altitude which this ore can be generated at. + ########################################################################################################## + + Altitude { + # [range: -2147483648 ~ 2147483647, default: 31] + I:max=31 + + # [range: -2147483648 ~ 2147483647, default: 5] + I:min=5 + } + + Miscellaneous { + # Whether or not the ore blocks can be exposed to air. [default: true] + B:exposed=true + + # Ratio of height to width. + # Values > 1 result in tall veins (deposits). + # Values < 1 result in flat veins (deposits). + # [range: 0.0 ~ 10.0, default: 1.0] + S:proportions=1.0 + + # If enabled, each ore block will be checked against the given altitude and biome restrictions, rather than the first one. [default: false] + B:strictBounds=false + } + + ########################################################################################################## + # VeinsInChunk + #--------------------------------------------------------------------------------------------------------# + # Number of ore veins to generate in each chunk. + ########################################################################################################## + + VeinsInChunk { + # [range: 1 ~ 256, default: 2] + I:max=2 + + # [range: 1 ~ 256, default: 2] + I:min=2 + } + + ########################################################################################################## + # BlocksInVein + #--------------------------------------------------------------------------------------------------------# + # Number of ore blocks in each vein. + ########################################################################################################## + + BlocksInVein { + # [range: 1 ~ 256, default: 33] + I:max=33 + + # [range: 1 ~ 256, default: 1] + I:min=1 + } + +} + + diff --git a/minecolonies-1.20.1/data/config/adlods/VanillaOres/clay.cfg b/minecolonies-1.20.1/data/config/adlods/VanillaOres/clay.cfg new file mode 100644 index 00000000..3af4b4e8 --- /dev/null +++ b/minecolonies-1.20.1/data/config/adlods/VanillaOres/clay.cfg @@ -0,0 +1,122 @@ +# Configuration file + +VanillaOre { + # Syntax: targetId -> replacementId + # With weight: targetId -> replacementId, weight + S:customReplacements < + > + + # Generation type used for this ore. Possible values: + # VANILLA - vanilla generation without any changes, + # CUSTOM - generation according to this config, + # NONE - no generation at all. + # Note that changing this setting requires a WORLD RESTART in order to update every biome's features. [default: vanilla] + S:generation=vanilla + + # Id is a basic unit (block or item) identifier in format. + # ModId can be omitted for vanilla items. Meta can be omitted too if it equals 0. + # UnitName must be lowercase, words separated by '_', words order - from private to common (example: black_iron_ore). + # Use '*' char or '[]' as meta value to specify all possible values (all block states). + # To define multiple block states, you can use block properties. The format is + # Also you may use tags. The format is <#modId:tagPath> (example: #forge:ores/copper). + # [default: clay] + S:oreId=clay + + # List of blocks that can be replaced with this ore. + S:replaceableBlocks < + #minecraft:stone_ore_replaceables + > + + ########################################################################################################## + # Dimensions + #--------------------------------------------------------------------------------------------------------# + # List of dimensions which this ore can be generated in. + # Dimension is specified by its registry name (e.g: minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.) + # Each dimension must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Dimensions { + S:blackList < + > + S:whiteList < + minecraft:overworld + > + } + + ########################################################################################################## + # Biomes + #--------------------------------------------------------------------------------------------------------# + # List of biomes which this ore can be generated in. + # Biome is specified by its registry name (case-insensitive) or by its tag with '#' prefix. + # Examples: minecraft:forest, #snowy + # Each biome must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Biomes { + S:blackList < + > + S:whiteList < + > + } + + ########################################################################################################## + # Altitude + #--------------------------------------------------------------------------------------------------------# + # Altitude which this ore can be generated at. + ########################################################################################################## + + Altitude { + # [range: -2147483648 ~ 2147483647, default: 256] + I:max=256 + + # [range: -2147483648 ~ 2147483647, default: -64] + I:min=-64 + } + + Miscellaneous { + # Whether or not the ore blocks can be exposed to air. [default: true] + B:exposed=true + + # Ratio of height to width. + # Values > 1 result in tall veins (deposits). + # Values < 1 result in flat veins (deposits). + # [range: 0.0 ~ 10.0, default: 1.0] + S:proportions=1.0 + + # If enabled, each ore block will be checked against the given altitude and biome restrictions, rather than the first one. [default: false] + B:strictBounds=false + } + + ########################################################################################################## + # VeinsInChunk + #--------------------------------------------------------------------------------------------------------# + # Number of ore veins to generate in each chunk. + ########################################################################################################## + + VeinsInChunk { + # [range: 1 ~ 256, default: 46] + I:max=46 + + # [range: 1 ~ 256, default: 46] + I:min=46 + } + + ########################################################################################################## + # BlocksInVein + #--------------------------------------------------------------------------------------------------------# + # Number of ore blocks in each vein. + ########################################################################################################## + + BlocksInVein { + # [range: 1 ~ 256, default: 33] + I:max=33 + + # [range: 1 ~ 256, default: 1] + I:min=1 + } + +} + + diff --git a/minecolonies-1.20.1/data/config/adlods/VanillaOres/coal_ore.cfg b/minecolonies-1.20.1/data/config/adlods/VanillaOres/coal_ore.cfg new file mode 100644 index 00000000..53e37f63 --- /dev/null +++ b/minecolonies-1.20.1/data/config/adlods/VanillaOres/coal_ore.cfg @@ -0,0 +1,123 @@ +# Configuration file + +VanillaOre { + # Syntax: targetId -> replacementId + # With weight: targetId -> replacementId, weight + S:customReplacements < + #minecraft:deepslate_ore_replaceables -> deepslate_coal_ore + > + + # Generation type used for this ore. Possible values: + # VANILLA - vanilla generation without any changes, + # CUSTOM - generation according to this config, + # NONE - no generation at all. + # Note that changing this setting requires a WORLD RESTART in order to update every biome's features. [default: vanilla] + S:generation=vanilla + + # Id is a basic unit (block or item) identifier in format. + # ModId can be omitted for vanilla items. Meta can be omitted too if it equals 0. + # UnitName must be lowercase, words separated by '_', words order - from private to common (example: black_iron_ore). + # Use '*' char or '[]' as meta value to specify all possible values (all block states). + # To define multiple block states, you can use block properties. The format is + # Also you may use tags. The format is <#modId:tagPath> (example: #forge:ores/copper). + # [default: coal_ore] + S:oreId=coal_ore + + # List of blocks that can be replaced with this ore. + S:replaceableBlocks < + #minecraft:stone_ore_replaceables + > + + ########################################################################################################## + # Dimensions + #--------------------------------------------------------------------------------------------------------# + # List of dimensions which this ore can be generated in. + # Dimension is specified by its registry name (e.g: minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.) + # Each dimension must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Dimensions { + S:blackList < + > + S:whiteList < + minecraft:overworld + > + } + + ########################################################################################################## + # Biomes + #--------------------------------------------------------------------------------------------------------# + # List of biomes which this ore can be generated in. + # Biome is specified by its registry name (case-insensitive) or by its tag with '#' prefix. + # Examples: minecraft:forest, #snowy + # Each biome must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Biomes { + S:blackList < + > + S:whiteList < + > + } + + ########################################################################################################## + # Altitude + #--------------------------------------------------------------------------------------------------------# + # Altitude which this ore can be generated at. + ########################################################################################################## + + Altitude { + # [range: -2147483648 ~ 2147483647, default: 319] + I:max=319 + + # [range: -2147483648 ~ 2147483647, default: 0] + I:min=0 + } + + Miscellaneous { + # Whether or not the ore blocks can be exposed to air. [default: true] + B:exposed=true + + # Ratio of height to width. + # Values > 1 result in tall veins (deposits). + # Values < 1 result in flat veins (deposits). + # [range: 0.0 ~ 10.0, default: 1.0] + S:proportions=1.0 + + # If enabled, each ore block will be checked against the given altitude and biome restrictions, rather than the first one. [default: false] + B:strictBounds=false + } + + ########################################################################################################## + # VeinsInChunk + #--------------------------------------------------------------------------------------------------------# + # Number of ore veins to generate in each chunk. + ########################################################################################################## + + VeinsInChunk { + # [range: 1 ~ 256, default: 50] + I:max=50 + + # [range: 1 ~ 256, default: 50] + I:min=50 + } + + ########################################################################################################## + # BlocksInVein + #--------------------------------------------------------------------------------------------------------# + # Number of ore blocks in each vein. + ########################################################################################################## + + BlocksInVein { + # [range: 1 ~ 256, default: 17] + I:max=17 + + # [range: 1 ~ 256, default: 1] + I:min=1 + } + +} + + diff --git a/minecolonies-1.20.1/data/config/adlods/VanillaOres/copper_ore.cfg b/minecolonies-1.20.1/data/config/adlods/VanillaOres/copper_ore.cfg new file mode 100644 index 00000000..d00eecee --- /dev/null +++ b/minecolonies-1.20.1/data/config/adlods/VanillaOres/copper_ore.cfg @@ -0,0 +1,123 @@ +# Configuration file + +VanillaOre { + # Syntax: targetId -> replacementId + # With weight: targetId -> replacementId, weight + S:customReplacements < + #minecraft:deepslate_ore_replaceables -> deepslate_copper_ore + > + + # Generation type used for this ore. Possible values: + # VANILLA - vanilla generation without any changes, + # CUSTOM - generation according to this config, + # NONE - no generation at all. + # Note that changing this setting requires a WORLD RESTART in order to update every biome's features. [default: vanilla] + S:generation=vanilla + + # Id is a basic unit (block or item) identifier in format. + # ModId can be omitted for vanilla items. Meta can be omitted too if it equals 0. + # UnitName must be lowercase, words separated by '_', words order - from private to common (example: black_iron_ore). + # Use '*' char or '[]' as meta value to specify all possible values (all block states). + # To define multiple block states, you can use block properties. The format is + # Also you may use tags. The format is <#modId:tagPath> (example: #forge:ores/copper). + # [default: copper_ore] + S:oreId=copper_ore + + # List of blocks that can be replaced with this ore. + S:replaceableBlocks < + #minecraft:stone_ore_replaceables + > + + ########################################################################################################## + # Dimensions + #--------------------------------------------------------------------------------------------------------# + # List of dimensions which this ore can be generated in. + # Dimension is specified by its registry name (e.g: minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.) + # Each dimension must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Dimensions { + S:blackList < + > + S:whiteList < + minecraft:overworld + > + } + + ########################################################################################################## + # Biomes + #--------------------------------------------------------------------------------------------------------# + # List of biomes which this ore can be generated in. + # Biome is specified by its registry name (case-insensitive) or by its tag with '#' prefix. + # Examples: minecraft:forest, #snowy + # Each biome must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Biomes { + S:blackList < + > + S:whiteList < + > + } + + ########################################################################################################## + # Altitude + #--------------------------------------------------------------------------------------------------------# + # Altitude which this ore can be generated at. + ########################################################################################################## + + Altitude { + # [range: -2147483648 ~ 2147483647, default: 112] + I:max=112 + + # [range: -2147483648 ~ 2147483647, default: -16] + I:min=-16 + } + + Miscellaneous { + # Whether or not the ore blocks can be exposed to air. [default: true] + B:exposed=true + + # Ratio of height to width. + # Values > 1 result in tall veins (deposits). + # Values < 1 result in flat veins (deposits). + # [range: 0.0 ~ 10.0, default: 1.0] + S:proportions=1.0 + + # If enabled, each ore block will be checked against the given altitude and biome restrictions, rather than the first one. [default: false] + B:strictBounds=false + } + + ########################################################################################################## + # VeinsInChunk + #--------------------------------------------------------------------------------------------------------# + # Number of ore veins to generate in each chunk. + ########################################################################################################## + + VeinsInChunk { + # [range: 1 ~ 256, default: 16] + I:max=16 + + # [range: 1 ~ 256, default: 16] + I:min=16 + } + + ########################################################################################################## + # BlocksInVein + #--------------------------------------------------------------------------------------------------------# + # Number of ore blocks in each vein. + ########################################################################################################## + + BlocksInVein { + # [range: 1 ~ 256, default: 15] + I:max=15 + + # [range: 1 ~ 256, default: 1] + I:min=1 + } + +} + + diff --git a/minecolonies-1.20.1/data/config/adlods/VanillaOres/diamond_ore.cfg b/minecolonies-1.20.1/data/config/adlods/VanillaOres/diamond_ore.cfg new file mode 100644 index 00000000..66c2dc4d --- /dev/null +++ b/minecolonies-1.20.1/data/config/adlods/VanillaOres/diamond_ore.cfg @@ -0,0 +1,123 @@ +# Configuration file + +VanillaOre { + # Syntax: targetId -> replacementId + # With weight: targetId -> replacementId, weight + S:customReplacements < + #minecraft:deepslate_ore_replaceables -> deepslate_diamond_ore + > + + # Generation type used for this ore. Possible values: + # VANILLA - vanilla generation without any changes, + # CUSTOM - generation according to this config, + # NONE - no generation at all. + # Note that changing this setting requires a WORLD RESTART in order to update every biome's features. [default: vanilla] + S:generation=vanilla + + # Id is a basic unit (block or item) identifier in format. + # ModId can be omitted for vanilla items. Meta can be omitted too if it equals 0. + # UnitName must be lowercase, words separated by '_', words order - from private to common (example: black_iron_ore). + # Use '*' char or '[]' as meta value to specify all possible values (all block states). + # To define multiple block states, you can use block properties. The format is + # Also you may use tags. The format is <#modId:tagPath> (example: #forge:ores/copper). + # [default: diamond_ore] + S:oreId=diamond_ore + + # List of blocks that can be replaced with this ore. + S:replaceableBlocks < + #minecraft:stone_ore_replaceables + > + + ########################################################################################################## + # Dimensions + #--------------------------------------------------------------------------------------------------------# + # List of dimensions which this ore can be generated in. + # Dimension is specified by its registry name (e.g: minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.) + # Each dimension must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Dimensions { + S:blackList < + > + S:whiteList < + minecraft:overworld + > + } + + ########################################################################################################## + # Biomes + #--------------------------------------------------------------------------------------------------------# + # List of biomes which this ore can be generated in. + # Biome is specified by its registry name (case-insensitive) or by its tag with '#' prefix. + # Examples: minecraft:forest, #snowy + # Each biome must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Biomes { + S:blackList < + > + S:whiteList < + > + } + + ########################################################################################################## + # Altitude + #--------------------------------------------------------------------------------------------------------# + # Altitude which this ore can be generated at. + ########################################################################################################## + + Altitude { + # [range: -2147483648 ~ 2147483647, default: 16] + I:max=16 + + # [range: -2147483648 ~ 2147483647, default: -64] + I:min=-64 + } + + Miscellaneous { + # Whether or not the ore blocks can be exposed to air. [default: false] + B:exposed=false + + # Ratio of height to width. + # Values > 1 result in tall veins (deposits). + # Values < 1 result in flat veins (deposits). + # [range: 0.0 ~ 10.0, default: 1.0] + S:proportions=1.0 + + # If enabled, each ore block will be checked against the given altitude and biome restrictions, rather than the first one. [default: false] + B:strictBounds=false + } + + ########################################################################################################## + # VeinsInChunk + #--------------------------------------------------------------------------------------------------------# + # Number of ore veins to generate in each chunk. + ########################################################################################################## + + VeinsInChunk { + # [range: 1 ~ 256, default: 8] + I:max=8 + + # [range: 1 ~ 256, default: 8] + I:min=8 + } + + ########################################################################################################## + # BlocksInVein + #--------------------------------------------------------------------------------------------------------# + # Number of ore blocks in each vein. + ########################################################################################################## + + BlocksInVein { + # [range: 1 ~ 256, default: 8] + I:max=8 + + # [range: 1 ~ 256, default: 1] + I:min=1 + } + +} + + diff --git a/minecolonies-1.20.1/data/config/adlods/VanillaOres/diorite.cfg b/minecolonies-1.20.1/data/config/adlods/VanillaOres/diorite.cfg new file mode 100644 index 00000000..7090ce95 --- /dev/null +++ b/minecolonies-1.20.1/data/config/adlods/VanillaOres/diorite.cfg @@ -0,0 +1,122 @@ +# Configuration file + +VanillaOre { + # Syntax: targetId -> replacementId + # With weight: targetId -> replacementId, weight + S:customReplacements < + > + + # Generation type used for this ore. Possible values: + # VANILLA - vanilla generation without any changes, + # CUSTOM - generation according to this config, + # NONE - no generation at all. + # Note that changing this setting requires a WORLD RESTART in order to update every biome's features. [default: vanilla] + S:generation=vanilla + + # Id is a basic unit (block or item) identifier in format. + # ModId can be omitted for vanilla items. Meta can be omitted too if it equals 0. + # UnitName must be lowercase, words separated by '_', words order - from private to common (example: black_iron_ore). + # Use '*' char or '[]' as meta value to specify all possible values (all block states). + # To define multiple block states, you can use block properties. The format is + # Also you may use tags. The format is <#modId:tagPath> (example: #forge:ores/copper). + # [default: diorite] + S:oreId=diorite + + # List of blocks that can be replaced with this ore. + S:replaceableBlocks < + #minecraft:stone_ore_replaceables + > + + ########################################################################################################## + # Dimensions + #--------------------------------------------------------------------------------------------------------# + # List of dimensions which this ore can be generated in. + # Dimension is specified by its registry name (e.g: minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.) + # Each dimension must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Dimensions { + S:blackList < + > + S:whiteList < + minecraft:overworld + > + } + + ########################################################################################################## + # Biomes + #--------------------------------------------------------------------------------------------------------# + # List of biomes which this ore can be generated in. + # Biome is specified by its registry name (case-insensitive) or by its tag with '#' prefix. + # Examples: minecraft:forest, #snowy + # Each biome must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Biomes { + S:blackList < + > + S:whiteList < + > + } + + ########################################################################################################## + # Altitude + #--------------------------------------------------------------------------------------------------------# + # Altitude which this ore can be generated at. + ########################################################################################################## + + Altitude { + # [range: -2147483648 ~ 2147483647, default: 128] + I:max=128 + + # [range: -2147483648 ~ 2147483647, default: 0] + I:min=0 + } + + Miscellaneous { + # Whether or not the ore blocks can be exposed to air. [default: true] + B:exposed=true + + # Ratio of height to width. + # Values > 1 result in tall veins (deposits). + # Values < 1 result in flat veins (deposits). + # [range: 0.0 ~ 10.0, default: 1.0] + S:proportions=1.0 + + # If enabled, each ore block will be checked against the given altitude and biome restrictions, rather than the first one. [default: false] + B:strictBounds=false + } + + ########################################################################################################## + # VeinsInChunk + #--------------------------------------------------------------------------------------------------------# + # Number of ore veins to generate in each chunk. + ########################################################################################################## + + VeinsInChunk { + # [range: 1 ~ 256, default: 8] + I:max=8 + + # [range: 1 ~ 256, default: 8] + I:min=8 + } + + ########################################################################################################## + # BlocksInVein + #--------------------------------------------------------------------------------------------------------# + # Number of ore blocks in each vein. + ########################################################################################################## + + BlocksInVein { + # [range: 1 ~ 256, default: 33] + I:max=33 + + # [range: 1 ~ 256, default: 1] + I:min=1 + } + +} + + diff --git a/minecolonies-1.20.1/data/config/adlods/VanillaOres/dirt.cfg b/minecolonies-1.20.1/data/config/adlods/VanillaOres/dirt.cfg new file mode 100644 index 00000000..bb4116fc --- /dev/null +++ b/minecolonies-1.20.1/data/config/adlods/VanillaOres/dirt.cfg @@ -0,0 +1,122 @@ +# Configuration file + +VanillaOre { + # Syntax: targetId -> replacementId + # With weight: targetId -> replacementId, weight + S:customReplacements < + > + + # Generation type used for this ore. Possible values: + # VANILLA - vanilla generation without any changes, + # CUSTOM - generation according to this config, + # NONE - no generation at all. + # Note that changing this setting requires a WORLD RESTART in order to update every biome's features. [default: vanilla] + S:generation=vanilla + + # Id is a basic unit (block or item) identifier in format. + # ModId can be omitted for vanilla items. Meta can be omitted too if it equals 0. + # UnitName must be lowercase, words separated by '_', words order - from private to common (example: black_iron_ore). + # Use '*' char or '[]' as meta value to specify all possible values (all block states). + # To define multiple block states, you can use block properties. The format is + # Also you may use tags. The format is <#modId:tagPath> (example: #forge:ores/copper). + # [default: dirt] + S:oreId=dirt + + # List of blocks that can be replaced with this ore. + S:replaceableBlocks < + #minecraft:stone_ore_replaceables + > + + ########################################################################################################## + # Dimensions + #--------------------------------------------------------------------------------------------------------# + # List of dimensions which this ore can be generated in. + # Dimension is specified by its registry name (e.g: minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.) + # Each dimension must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Dimensions { + S:blackList < + > + S:whiteList < + minecraft:overworld + > + } + + ########################################################################################################## + # Biomes + #--------------------------------------------------------------------------------------------------------# + # List of biomes which this ore can be generated in. + # Biome is specified by its registry name (case-insensitive) or by its tag with '#' prefix. + # Examples: minecraft:forest, #snowy + # Each biome must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Biomes { + S:blackList < + > + S:whiteList < + > + } + + ########################################################################################################## + # Altitude + #--------------------------------------------------------------------------------------------------------# + # Altitude which this ore can be generated at. + ########################################################################################################## + + Altitude { + # [range: -2147483648 ~ 2147483647, default: 160] + I:max=160 + + # [range: -2147483648 ~ 2147483647, default: 0] + I:min=0 + } + + Miscellaneous { + # Whether or not the ore blocks can be exposed to air. [default: true] + B:exposed=true + + # Ratio of height to width. + # Values > 1 result in tall veins (deposits). + # Values < 1 result in flat veins (deposits). + # [range: 0.0 ~ 10.0, default: 1.0] + S:proportions=1.0 + + # If enabled, each ore block will be checked against the given altitude and biome restrictions, rather than the first one. [default: false] + B:strictBounds=false + } + + ########################################################################################################## + # VeinsInChunk + #--------------------------------------------------------------------------------------------------------# + # Number of ore veins to generate in each chunk. + ########################################################################################################## + + VeinsInChunk { + # [range: 1 ~ 256, default: 7] + I:max=7 + + # [range: 1 ~ 256, default: 7] + I:min=7 + } + + ########################################################################################################## + # BlocksInVein + #--------------------------------------------------------------------------------------------------------# + # Number of ore blocks in each vein. + ########################################################################################################## + + BlocksInVein { + # [range: 1 ~ 256, default: 33] + I:max=33 + + # [range: 1 ~ 256, default: 1] + I:min=1 + } + +} + + diff --git a/minecolonies-1.20.1/data/config/adlods/VanillaOres/emerald_ore.cfg b/minecolonies-1.20.1/data/config/adlods/VanillaOres/emerald_ore.cfg new file mode 100644 index 00000000..22ab42b5 --- /dev/null +++ b/minecolonies-1.20.1/data/config/adlods/VanillaOres/emerald_ore.cfg @@ -0,0 +1,123 @@ +# Configuration file + +VanillaOre { + # Syntax: targetId -> replacementId + # With weight: targetId -> replacementId, weight + S:customReplacements < + #minecraft:deepslate_ore_replaceables -> deepslate_emerald_ore + > + + # Generation type used for this ore. Possible values: + # VANILLA - vanilla generation without any changes, + # CUSTOM - generation according to this config, + # NONE - no generation at all. + # Note that changing this setting requires a WORLD RESTART in order to update every biome's features. [default: vanilla] + S:generation=vanilla + + # Id is a basic unit (block or item) identifier in format. + # ModId can be omitted for vanilla items. Meta can be omitted too if it equals 0. + # UnitName must be lowercase, words separated by '_', words order - from private to common (example: black_iron_ore). + # Use '*' char or '[]' as meta value to specify all possible values (all block states). + # To define multiple block states, you can use block properties. The format is + # Also you may use tags. The format is <#modId:tagPath> (example: #forge:ores/copper). + # [default: emerald_ore] + S:oreId=emerald_ore + + # List of blocks that can be replaced with this ore. + S:replaceableBlocks < + #minecraft:stone_ore_replaceables + > + + ########################################################################################################## + # Dimensions + #--------------------------------------------------------------------------------------------------------# + # List of dimensions which this ore can be generated in. + # Dimension is specified by its registry name (e.g: minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.) + # Each dimension must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Dimensions { + S:blackList < + > + S:whiteList < + minecraft:overworld + > + } + + ########################################################################################################## + # Biomes + #--------------------------------------------------------------------------------------------------------# + # List of biomes which this ore can be generated in. + # Biome is specified by its registry name (case-insensitive) or by its tag with '#' prefix. + # Examples: minecraft:forest, #snowy + # Each biome must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Biomes { + S:blackList < + > + S:whiteList < + > + } + + ########################################################################################################## + # Altitude + #--------------------------------------------------------------------------------------------------------# + # Altitude which this ore can be generated at. + ########################################################################################################## + + Altitude { + # [range: -2147483648 ~ 2147483647, default: 480] + I:max=480 + + # [range: -2147483648 ~ 2147483647, default: -16] + I:min=-16 + } + + Miscellaneous { + # Whether or not the ore blocks can be exposed to air. [default: true] + B:exposed=true + + # Ratio of height to width. + # Values > 1 result in tall veins (deposits). + # Values < 1 result in flat veins (deposits). + # [range: 0.0 ~ 10.0, default: 1.0] + S:proportions=1.0 + + # If enabled, each ore block will be checked against the given altitude and biome restrictions, rather than the first one. [default: false] + B:strictBounds=false + } + + ########################################################################################################## + # VeinsInChunk + #--------------------------------------------------------------------------------------------------------# + # Number of ore veins to generate in each chunk. + ########################################################################################################## + + VeinsInChunk { + # [range: 1 ~ 256, default: 100] + I:max=100 + + # [range: 1 ~ 256, default: 100] + I:min=100 + } + + ########################################################################################################## + # BlocksInVein + #--------------------------------------------------------------------------------------------------------# + # Number of ore blocks in each vein. + ########################################################################################################## + + BlocksInVein { + # [range: 1 ~ 256, default: 3] + I:max=3 + + # [range: 1 ~ 256, default: 1] + I:min=1 + } + +} + + diff --git a/minecolonies-1.20.1/data/config/adlods/VanillaOres/gold_ore.cfg b/minecolonies-1.20.1/data/config/adlods/VanillaOres/gold_ore.cfg new file mode 100644 index 00000000..a241a99d --- /dev/null +++ b/minecolonies-1.20.1/data/config/adlods/VanillaOres/gold_ore.cfg @@ -0,0 +1,123 @@ +# Configuration file + +VanillaOre { + # Syntax: targetId -> replacementId + # With weight: targetId -> replacementId, weight + S:customReplacements < + #minecraft:deepslate_ore_replaceables -> deepslate_gold_ore + > + + # Generation type used for this ore. Possible values: + # VANILLA - vanilla generation without any changes, + # CUSTOM - generation according to this config, + # NONE - no generation at all. + # Note that changing this setting requires a WORLD RESTART in order to update every biome's features. [default: vanilla] + S:generation=vanilla + + # Id is a basic unit (block or item) identifier in format. + # ModId can be omitted for vanilla items. Meta can be omitted too if it equals 0. + # UnitName must be lowercase, words separated by '_', words order - from private to common (example: black_iron_ore). + # Use '*' char or '[]' as meta value to specify all possible values (all block states). + # To define multiple block states, you can use block properties. The format is + # Also you may use tags. The format is <#modId:tagPath> (example: #forge:ores/copper). + # [default: gold_ore] + S:oreId=gold_ore + + # List of blocks that can be replaced with this ore. + S:replaceableBlocks < + #minecraft:stone_ore_replaceables + > + + ########################################################################################################## + # Dimensions + #--------------------------------------------------------------------------------------------------------# + # List of dimensions which this ore can be generated in. + # Dimension is specified by its registry name (e.g: minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.) + # Each dimension must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Dimensions { + S:blackList < + > + S:whiteList < + minecraft:overworld + > + } + + ########################################################################################################## + # Biomes + #--------------------------------------------------------------------------------------------------------# + # List of biomes which this ore can be generated in. + # Biome is specified by its registry name (case-insensitive) or by its tag with '#' prefix. + # Examples: minecraft:forest, #snowy + # Each biome must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Biomes { + S:blackList < + > + S:whiteList < + > + } + + ########################################################################################################## + # Altitude + #--------------------------------------------------------------------------------------------------------# + # Altitude which this ore can be generated at. + ########################################################################################################## + + Altitude { + # [range: -2147483648 ~ 2147483647, default: 32] + I:max=32 + + # [range: -2147483648 ~ 2147483647, default: -64] + I:min=-64 + } + + Miscellaneous { + # Whether or not the ore blocks can be exposed to air. [default: true] + B:exposed=true + + # Ratio of height to width. + # Values > 1 result in tall veins (deposits). + # Values < 1 result in flat veins (deposits). + # [range: 0.0 ~ 10.0, default: 1.0] + S:proportions=1.0 + + # If enabled, each ore block will be checked against the given altitude and biome restrictions, rather than the first one. [default: false] + B:strictBounds=false + } + + ########################################################################################################## + # VeinsInChunk + #--------------------------------------------------------------------------------------------------------# + # Number of ore veins to generate in each chunk. + ########################################################################################################## + + VeinsInChunk { + # [range: 1 ~ 256, default: 8] + I:max=8 + + # [range: 1 ~ 256, default: 8] + I:min=8 + } + + ########################################################################################################## + # BlocksInVein + #--------------------------------------------------------------------------------------------------------# + # Number of ore blocks in each vein. + ########################################################################################################## + + BlocksInVein { + # [range: 1 ~ 256, default: 9] + I:max=9 + + # [range: 1 ~ 256, default: 1] + I:min=1 + } + +} + + diff --git a/minecolonies-1.20.1/data/config/adlods/VanillaOres/granite.cfg b/minecolonies-1.20.1/data/config/adlods/VanillaOres/granite.cfg new file mode 100644 index 00000000..64af35b1 --- /dev/null +++ b/minecolonies-1.20.1/data/config/adlods/VanillaOres/granite.cfg @@ -0,0 +1,122 @@ +# Configuration file + +VanillaOre { + # Syntax: targetId -> replacementId + # With weight: targetId -> replacementId, weight + S:customReplacements < + > + + # Generation type used for this ore. Possible values: + # VANILLA - vanilla generation without any changes, + # CUSTOM - generation according to this config, + # NONE - no generation at all. + # Note that changing this setting requires a WORLD RESTART in order to update every biome's features. [default: vanilla] + S:generation=vanilla + + # Id is a basic unit (block or item) identifier in format. + # ModId can be omitted for vanilla items. Meta can be omitted too if it equals 0. + # UnitName must be lowercase, words separated by '_', words order - from private to common (example: black_iron_ore). + # Use '*' char or '[]' as meta value to specify all possible values (all block states). + # To define multiple block states, you can use block properties. The format is + # Also you may use tags. The format is <#modId:tagPath> (example: #forge:ores/copper). + # [default: granite] + S:oreId=granite + + # List of blocks that can be replaced with this ore. + S:replaceableBlocks < + #minecraft:stone_ore_replaceables + > + + ########################################################################################################## + # Dimensions + #--------------------------------------------------------------------------------------------------------# + # List of dimensions which this ore can be generated in. + # Dimension is specified by its registry name (e.g: minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.) + # Each dimension must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Dimensions { + S:blackList < + > + S:whiteList < + minecraft:overworld + > + } + + ########################################################################################################## + # Biomes + #--------------------------------------------------------------------------------------------------------# + # List of biomes which this ore can be generated in. + # Biome is specified by its registry name (case-insensitive) or by its tag with '#' prefix. + # Examples: minecraft:forest, #snowy + # Each biome must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Biomes { + S:blackList < + > + S:whiteList < + > + } + + ########################################################################################################## + # Altitude + #--------------------------------------------------------------------------------------------------------# + # Altitude which this ore can be generated at. + ########################################################################################################## + + Altitude { + # [range: -2147483648 ~ 2147483647, default: 128] + I:max=128 + + # [range: -2147483648 ~ 2147483647, default: 0] + I:min=0 + } + + Miscellaneous { + # Whether or not the ore blocks can be exposed to air. [default: true] + B:exposed=true + + # Ratio of height to width. + # Values > 1 result in tall veins (deposits). + # Values < 1 result in flat veins (deposits). + # [range: 0.0 ~ 10.0, default: 1.0] + S:proportions=1.0 + + # If enabled, each ore block will be checked against the given altitude and biome restrictions, rather than the first one. [default: false] + B:strictBounds=false + } + + ########################################################################################################## + # VeinsInChunk + #--------------------------------------------------------------------------------------------------------# + # Number of ore veins to generate in each chunk. + ########################################################################################################## + + VeinsInChunk { + # [range: 1 ~ 256, default: 8] + I:max=8 + + # [range: 1 ~ 256, default: 8] + I:min=8 + } + + ########################################################################################################## + # BlocksInVein + #--------------------------------------------------------------------------------------------------------# + # Number of ore blocks in each vein. + ########################################################################################################## + + BlocksInVein { + # [range: 1 ~ 256, default: 33] + I:max=33 + + # [range: 1 ~ 256, default: 1] + I:min=1 + } + +} + + diff --git a/minecolonies-1.20.1/data/config/adlods/VanillaOres/gravel.cfg b/minecolonies-1.20.1/data/config/adlods/VanillaOres/gravel.cfg new file mode 100644 index 00000000..20ff9db9 --- /dev/null +++ b/minecolonies-1.20.1/data/config/adlods/VanillaOres/gravel.cfg @@ -0,0 +1,122 @@ +# Configuration file + +VanillaOre { + # Syntax: targetId -> replacementId + # With weight: targetId -> replacementId, weight + S:customReplacements < + > + + # Generation type used for this ore. Possible values: + # VANILLA - vanilla generation without any changes, + # CUSTOM - generation according to this config, + # NONE - no generation at all. + # Note that changing this setting requires a WORLD RESTART in order to update every biome's features. [default: vanilla] + S:generation=vanilla + + # Id is a basic unit (block or item) identifier in format. + # ModId can be omitted for vanilla items. Meta can be omitted too if it equals 0. + # UnitName must be lowercase, words separated by '_', words order - from private to common (example: black_iron_ore). + # Use '*' char or '[]' as meta value to specify all possible values (all block states). + # To define multiple block states, you can use block properties. The format is + # Also you may use tags. The format is <#modId:tagPath> (example: #forge:ores/copper). + # [default: gravel] + S:oreId=gravel + + # List of blocks that can be replaced with this ore. + S:replaceableBlocks < + #minecraft:stone_ore_replaceables + > + + ########################################################################################################## + # Dimensions + #--------------------------------------------------------------------------------------------------------# + # List of dimensions which this ore can be generated in. + # Dimension is specified by its registry name (e.g: minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.) + # Each dimension must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Dimensions { + S:blackList < + > + S:whiteList < + minecraft:overworld + > + } + + ########################################################################################################## + # Biomes + #--------------------------------------------------------------------------------------------------------# + # List of biomes which this ore can be generated in. + # Biome is specified by its registry name (case-insensitive) or by its tag with '#' prefix. + # Examples: minecraft:forest, #snowy + # Each biome must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Biomes { + S:blackList < + > + S:whiteList < + > + } + + ########################################################################################################## + # Altitude + #--------------------------------------------------------------------------------------------------------# + # Altitude which this ore can be generated at. + ########################################################################################################## + + Altitude { + # [range: -2147483648 ~ 2147483647, default: 319] + I:max=319 + + # [range: -2147483648 ~ 2147483647, default: -64] + I:min=-64 + } + + Miscellaneous { + # Whether or not the ore blocks can be exposed to air. [default: true] + B:exposed=true + + # Ratio of height to width. + # Values > 1 result in tall veins (deposits). + # Values < 1 result in flat veins (deposits). + # [range: 0.0 ~ 10.0, default: 1.0] + S:proportions=1.0 + + # If enabled, each ore block will be checked against the given altitude and biome restrictions, rather than the first one. [default: false] + B:strictBounds=false + } + + ########################################################################################################## + # VeinsInChunk + #--------------------------------------------------------------------------------------------------------# + # Number of ore veins to generate in each chunk. + ########################################################################################################## + + VeinsInChunk { + # [range: 1 ~ 256, default: 14] + I:max=14 + + # [range: 1 ~ 256, default: 14] + I:min=14 + } + + ########################################################################################################## + # BlocksInVein + #--------------------------------------------------------------------------------------------------------# + # Number of ore blocks in each vein. + ########################################################################################################## + + BlocksInVein { + # [range: 1 ~ 256, default: 33] + I:max=33 + + # [range: 1 ~ 256, default: 1] + I:min=1 + } + +} + + diff --git a/minecolonies-1.20.1/data/config/adlods/VanillaOres/infested_stone.cfg b/minecolonies-1.20.1/data/config/adlods/VanillaOres/infested_stone.cfg new file mode 100644 index 00000000..8460101d --- /dev/null +++ b/minecolonies-1.20.1/data/config/adlods/VanillaOres/infested_stone.cfg @@ -0,0 +1,123 @@ +# Configuration file + +VanillaOre { + # Syntax: targetId -> replacementId + # With weight: targetId -> replacementId, weight + S:customReplacements < + #minecraft:deepslate_ore_replaceables -> infested_deepslate + > + + # Generation type used for this ore. Possible values: + # VANILLA - vanilla generation without any changes, + # CUSTOM - generation according to this config, + # NONE - no generation at all. + # Note that changing this setting requires a WORLD RESTART in order to update every biome's features. [default: vanilla] + S:generation=vanilla + + # Id is a basic unit (block or item) identifier in format. + # ModId can be omitted for vanilla items. Meta can be omitted too if it equals 0. + # UnitName must be lowercase, words separated by '_', words order - from private to common (example: black_iron_ore). + # Use '*' char or '[]' as meta value to specify all possible values (all block states). + # To define multiple block states, you can use block properties. The format is + # Also you may use tags. The format is <#modId:tagPath> (example: #forge:ores/copper). + # [default: infested_stone] + S:oreId=infested_stone + + # List of blocks that can be replaced with this ore. + S:replaceableBlocks < + #minecraft:stone_ore_replaceables + > + + ########################################################################################################## + # Dimensions + #--------------------------------------------------------------------------------------------------------# + # List of dimensions which this ore can be generated in. + # Dimension is specified by its registry name (e.g: minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.) + # Each dimension must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Dimensions { + S:blackList < + > + S:whiteList < + minecraft:overworld + > + } + + ########################################################################################################## + # Biomes + #--------------------------------------------------------------------------------------------------------# + # List of biomes which this ore can be generated in. + # Biome is specified by its registry name (case-insensitive) or by its tag with '#' prefix. + # Examples: minecraft:forest, #snowy + # Each biome must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Biomes { + S:blackList < + > + S:whiteList < + > + } + + ########################################################################################################## + # Altitude + #--------------------------------------------------------------------------------------------------------# + # Altitude which this ore can be generated at. + ########################################################################################################## + + Altitude { + # [range: -2147483648 ~ 2147483647, default: 63] + I:max=63 + + # [range: -2147483648 ~ 2147483647, default: -64] + I:min=-64 + } + + Miscellaneous { + # Whether or not the ore blocks can be exposed to air. [default: true] + B:exposed=true + + # Ratio of height to width. + # Values > 1 result in tall veins (deposits). + # Values < 1 result in flat veins (deposits). + # [range: 0.0 ~ 10.0, default: 1.0] + S:proportions=1.0 + + # If enabled, each ore block will be checked against the given altitude and biome restrictions, rather than the first one. [default: false] + B:strictBounds=false + } + + ########################################################################################################## + # VeinsInChunk + #--------------------------------------------------------------------------------------------------------# + # Number of ore veins to generate in each chunk. + ########################################################################################################## + + VeinsInChunk { + # [range: 1 ~ 256, default: 14] + I:max=14 + + # [range: 1 ~ 256, default: 14] + I:min=14 + } + + ########################################################################################################## + # BlocksInVein + #--------------------------------------------------------------------------------------------------------# + # Number of ore blocks in each vein. + ########################################################################################################## + + BlocksInVein { + # [range: 1 ~ 256, default: 9] + I:max=9 + + # [range: 1 ~ 256, default: 1] + I:min=1 + } + +} + + diff --git a/minecolonies-1.20.1/data/config/adlods/VanillaOres/iron_ore.cfg b/minecolonies-1.20.1/data/config/adlods/VanillaOres/iron_ore.cfg new file mode 100644 index 00000000..643e7b60 --- /dev/null +++ b/minecolonies-1.20.1/data/config/adlods/VanillaOres/iron_ore.cfg @@ -0,0 +1,123 @@ +# Configuration file + +VanillaOre { + # Syntax: targetId -> replacementId + # With weight: targetId -> replacementId, weight + S:customReplacements < + #minecraft:deepslate_ore_replaceables -> deepslate_iron_ore + > + + # Generation type used for this ore. Possible values: + # VANILLA - vanilla generation without any changes, + # CUSTOM - generation according to this config, + # NONE - no generation at all. + # Note that changing this setting requires a WORLD RESTART in order to update every biome's features. [default: vanilla] + S:generation=vanilla + + # Id is a basic unit (block or item) identifier in format. + # ModId can be omitted for vanilla items. Meta can be omitted too if it equals 0. + # UnitName must be lowercase, words separated by '_', words order - from private to common (example: black_iron_ore). + # Use '*' char or '[]' as meta value to specify all possible values (all block states). + # To define multiple block states, you can use block properties. The format is + # Also you may use tags. The format is <#modId:tagPath> (example: #forge:ores/copper). + # [default: iron_ore] + S:oreId=iron_ore + + # List of blocks that can be replaced with this ore. + S:replaceableBlocks < + #minecraft:stone_ore_replaceables + > + + ########################################################################################################## + # Dimensions + #--------------------------------------------------------------------------------------------------------# + # List of dimensions which this ore can be generated in. + # Dimension is specified by its registry name (e.g: minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.) + # Each dimension must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Dimensions { + S:blackList < + > + S:whiteList < + minecraft:overworld + > + } + + ########################################################################################################## + # Biomes + #--------------------------------------------------------------------------------------------------------# + # List of biomes which this ore can be generated in. + # Biome is specified by its registry name (case-insensitive) or by its tag with '#' prefix. + # Examples: minecraft:forest, #snowy + # Each biome must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Biomes { + S:blackList < + > + S:whiteList < + > + } + + ########################################################################################################## + # Altitude + #--------------------------------------------------------------------------------------------------------# + # Altitude which this ore can be generated at. + ########################################################################################################## + + Altitude { + # [range: -2147483648 ~ 2147483647, default: 384] + I:max=384 + + # [range: -2147483648 ~ 2147483647, default: -64] + I:min=-64 + } + + Miscellaneous { + # Whether or not the ore blocks can be exposed to air. [default: true] + B:exposed=true + + # Ratio of height to width. + # Values > 1 result in tall veins (deposits). + # Values < 1 result in flat veins (deposits). + # [range: 0.0 ~ 10.0, default: 1.0] + S:proportions=1.0 + + # If enabled, each ore block will be checked against the given altitude and biome restrictions, rather than the first one. [default: false] + B:strictBounds=false + } + + ########################################################################################################## + # VeinsInChunk + #--------------------------------------------------------------------------------------------------------# + # Number of ore veins to generate in each chunk. + ########################################################################################################## + + VeinsInChunk { + # [range: 1 ~ 256, default: 110] + I:max=110 + + # [range: 1 ~ 256, default: 110] + I:min=110 + } + + ########################################################################################################## + # BlocksInVein + #--------------------------------------------------------------------------------------------------------# + # Number of ore blocks in each vein. + ########################################################################################################## + + BlocksInVein { + # [range: 1 ~ 256, default: 9] + I:max=9 + + # [range: 1 ~ 256, default: 1] + I:min=1 + } + +} + + diff --git a/minecolonies-1.20.1/data/config/adlods/VanillaOres/lapis_ore.cfg b/minecolonies-1.20.1/data/config/adlods/VanillaOres/lapis_ore.cfg new file mode 100644 index 00000000..5f91af87 --- /dev/null +++ b/minecolonies-1.20.1/data/config/adlods/VanillaOres/lapis_ore.cfg @@ -0,0 +1,123 @@ +# Configuration file + +VanillaOre { + # Syntax: targetId -> replacementId + # With weight: targetId -> replacementId, weight + S:customReplacements < + #minecraft:deepslate_ore_replaceables -> deepslate_lapis_ore + > + + # Generation type used for this ore. Possible values: + # VANILLA - vanilla generation without any changes, + # CUSTOM - generation according to this config, + # NONE - no generation at all. + # Note that changing this setting requires a WORLD RESTART in order to update every biome's features. [default: vanilla] + S:generation=vanilla + + # Id is a basic unit (block or item) identifier in format. + # ModId can be omitted for vanilla items. Meta can be omitted too if it equals 0. + # UnitName must be lowercase, words separated by '_', words order - from private to common (example: black_iron_ore). + # Use '*' char or '[]' as meta value to specify all possible values (all block states). + # To define multiple block states, you can use block properties. The format is + # Also you may use tags. The format is <#modId:tagPath> (example: #forge:ores/copper). + # [default: lapis_ore] + S:oreId=lapis_ore + + # List of blocks that can be replaced with this ore. + S:replaceableBlocks < + #minecraft:stone_ore_replaceables + > + + ########################################################################################################## + # Dimensions + #--------------------------------------------------------------------------------------------------------# + # List of dimensions which this ore can be generated in. + # Dimension is specified by its registry name (e.g: minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.) + # Each dimension must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Dimensions { + S:blackList < + > + S:whiteList < + minecraft:overworld + > + } + + ########################################################################################################## + # Biomes + #--------------------------------------------------------------------------------------------------------# + # List of biomes which this ore can be generated in. + # Biome is specified by its registry name (case-insensitive) or by its tag with '#' prefix. + # Examples: minecraft:forest, #snowy + # Each biome must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Biomes { + S:blackList < + > + S:whiteList < + > + } + + ########################################################################################################## + # Altitude + #--------------------------------------------------------------------------------------------------------# + # Altitude which this ore can be generated at. + ########################################################################################################## + + Altitude { + # [range: -2147483648 ~ 2147483647, default: 64] + I:max=64 + + # [range: -2147483648 ~ 2147483647, default: -32] + I:min=-32 + } + + Miscellaneous { + # Whether or not the ore blocks can be exposed to air. [default: true] + B:exposed=true + + # Ratio of height to width. + # Values > 1 result in tall veins (deposits). + # Values < 1 result in flat veins (deposits). + # [range: 0.0 ~ 10.0, default: 1.0] + S:proportions=1.0 + + # If enabled, each ore block will be checked against the given altitude and biome restrictions, rather than the first one. [default: false] + B:strictBounds=false + } + + ########################################################################################################## + # VeinsInChunk + #--------------------------------------------------------------------------------------------------------# + # Number of ore veins to generate in each chunk. + ########################################################################################################## + + VeinsInChunk { + # [range: 1 ~ 256, default: 6] + I:max=6 + + # [range: 1 ~ 256, default: 6] + I:min=6 + } + + ########################################################################################################## + # BlocksInVein + #--------------------------------------------------------------------------------------------------------# + # Number of ore blocks in each vein. + ########################################################################################################## + + BlocksInVein { + # [range: 1 ~ 256, default: 7] + I:max=7 + + # [range: 1 ~ 256, default: 1] + I:min=1 + } + +} + + diff --git a/minecolonies-1.20.1/data/config/adlods/VanillaOres/magma_block.cfg b/minecolonies-1.20.1/data/config/adlods/VanillaOres/magma_block.cfg new file mode 100644 index 00000000..545ecc70 --- /dev/null +++ b/minecolonies-1.20.1/data/config/adlods/VanillaOres/magma_block.cfg @@ -0,0 +1,122 @@ +# Configuration file + +VanillaOre { + # Syntax: targetId -> replacementId + # With weight: targetId -> replacementId, weight + S:customReplacements < + > + + # Generation type used for this ore. Possible values: + # VANILLA - vanilla generation without any changes, + # CUSTOM - generation according to this config, + # NONE - no generation at all. + # Note that changing this setting requires a WORLD RESTART in order to update every biome's features. [default: vanilla] + S:generation=vanilla + + # Id is a basic unit (block or item) identifier in format. + # ModId can be omitted for vanilla items. Meta can be omitted too if it equals 0. + # UnitName must be lowercase, words separated by '_', words order - from private to common (example: black_iron_ore). + # Use '*' char or '[]' as meta value to specify all possible values (all block states). + # To define multiple block states, you can use block properties. The format is + # Also you may use tags. The format is <#modId:tagPath> (example: #forge:ores/copper). + # [default: magma_block] + S:oreId=magma_block + + # List of blocks that can be replaced with this ore. + S:replaceableBlocks < + netherrack + > + + ########################################################################################################## + # Dimensions + #--------------------------------------------------------------------------------------------------------# + # List of dimensions which this ore can be generated in. + # Dimension is specified by its registry name (e.g: minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.) + # Each dimension must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Dimensions { + S:blackList < + > + S:whiteList < + minecraft:the_nether + > + } + + ########################################################################################################## + # Biomes + #--------------------------------------------------------------------------------------------------------# + # List of biomes which this ore can be generated in. + # Biome is specified by its registry name (case-insensitive) or by its tag with '#' prefix. + # Examples: minecraft:forest, #snowy + # Each biome must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Biomes { + S:blackList < + > + S:whiteList < + > + } + + ########################################################################################################## + # Altitude + #--------------------------------------------------------------------------------------------------------# + # Altitude which this ore can be generated at. + ########################################################################################################## + + Altitude { + # [range: -2147483648 ~ 2147483647, default: 36] + I:max=36 + + # [range: -2147483648 ~ 2147483647, default: 27] + I:min=27 + } + + Miscellaneous { + # Whether or not the ore blocks can be exposed to air. [default: true] + B:exposed=true + + # Ratio of height to width. + # Values > 1 result in tall veins (deposits). + # Values < 1 result in flat veins (deposits). + # [range: 0.0 ~ 10.0, default: 1.0] + S:proportions=1.0 + + # If enabled, each ore block will be checked against the given altitude and biome restrictions, rather than the first one. [default: false] + B:strictBounds=false + } + + ########################################################################################################## + # VeinsInChunk + #--------------------------------------------------------------------------------------------------------# + # Number of ore veins to generate in each chunk. + ########################################################################################################## + + VeinsInChunk { + # [range: 1 ~ 256, default: 4] + I:max=4 + + # [range: 1 ~ 256, default: 4] + I:min=4 + } + + ########################################################################################################## + # BlocksInVein + #--------------------------------------------------------------------------------------------------------# + # Number of ore blocks in each vein. + ########################################################################################################## + + BlocksInVein { + # [range: 1 ~ 256, default: 33] + I:max=33 + + # [range: 1 ~ 256, default: 1] + I:min=1 + } + +} + + diff --git a/minecolonies-1.20.1/data/config/adlods/VanillaOres/nether_gold_ore.cfg b/minecolonies-1.20.1/data/config/adlods/VanillaOres/nether_gold_ore.cfg new file mode 100644 index 00000000..51e89635 --- /dev/null +++ b/minecolonies-1.20.1/data/config/adlods/VanillaOres/nether_gold_ore.cfg @@ -0,0 +1,122 @@ +# Configuration file + +VanillaOre { + # Syntax: targetId -> replacementId + # With weight: targetId -> replacementId, weight + S:customReplacements < + > + + # Generation type used for this ore. Possible values: + # VANILLA - vanilla generation without any changes, + # CUSTOM - generation according to this config, + # NONE - no generation at all. + # Note that changing this setting requires a WORLD RESTART in order to update every biome's features. [default: vanilla] + S:generation=vanilla + + # Id is a basic unit (block or item) identifier in format. + # ModId can be omitted for vanilla items. Meta can be omitted too if it equals 0. + # UnitName must be lowercase, words separated by '_', words order - from private to common (example: black_iron_ore). + # Use '*' char or '[]' as meta value to specify all possible values (all block states). + # To define multiple block states, you can use block properties. The format is + # Also you may use tags. The format is <#modId:tagPath> (example: #forge:ores/copper). + # [default: nether_gold_ore] + S:oreId=nether_gold_ore + + # List of blocks that can be replaced with this ore. + S:replaceableBlocks < + netherrack + > + + ########################################################################################################## + # Dimensions + #--------------------------------------------------------------------------------------------------------# + # List of dimensions which this ore can be generated in. + # Dimension is specified by its registry name (e.g: minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.) + # Each dimension must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Dimensions { + S:blackList < + > + S:whiteList < + minecraft:the_nether + > + } + + ########################################################################################################## + # Biomes + #--------------------------------------------------------------------------------------------------------# + # List of biomes which this ore can be generated in. + # Biome is specified by its registry name (case-insensitive) or by its tag with '#' prefix. + # Examples: minecraft:forest, #snowy + # Each biome must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Biomes { + S:blackList < + > + S:whiteList < + > + } + + ########################################################################################################## + # Altitude + #--------------------------------------------------------------------------------------------------------# + # Altitude which this ore can be generated at. + ########################################################################################################## + + Altitude { + # [range: -2147483648 ~ 2147483647, default: 117] + I:max=117 + + # [range: -2147483648 ~ 2147483647, default: 10] + I:min=10 + } + + Miscellaneous { + # Whether or not the ore blocks can be exposed to air. [default: true] + B:exposed=true + + # Ratio of height to width. + # Values > 1 result in tall veins (deposits). + # Values < 1 result in flat veins (deposits). + # [range: 0.0 ~ 10.0, default: 1.0] + S:proportions=1.0 + + # If enabled, each ore block will be checked against the given altitude and biome restrictions, rather than the first one. [default: false] + B:strictBounds=false + } + + ########################################################################################################## + # VeinsInChunk + #--------------------------------------------------------------------------------------------------------# + # Number of ore veins to generate in each chunk. + ########################################################################################################## + + VeinsInChunk { + # [range: 1 ~ 256, default: 10] + I:max=10 + + # [range: 1 ~ 256, default: 10] + I:min=10 + } + + ########################################################################################################## + # BlocksInVein + #--------------------------------------------------------------------------------------------------------# + # Number of ore blocks in each vein. + ########################################################################################################## + + BlocksInVein { + # [range: 1 ~ 256, default: 10] + I:max=10 + + # [range: 1 ~ 256, default: 1] + I:min=1 + } + +} + + diff --git a/minecolonies-1.20.1/data/config/adlods/VanillaOres/nether_quartz_ore.cfg b/minecolonies-1.20.1/data/config/adlods/VanillaOres/nether_quartz_ore.cfg new file mode 100644 index 00000000..2424002e --- /dev/null +++ b/minecolonies-1.20.1/data/config/adlods/VanillaOres/nether_quartz_ore.cfg @@ -0,0 +1,122 @@ +# Configuration file + +VanillaOre { + # Syntax: targetId -> replacementId + # With weight: targetId -> replacementId, weight + S:customReplacements < + > + + # Generation type used for this ore. Possible values: + # VANILLA - vanilla generation without any changes, + # CUSTOM - generation according to this config, + # NONE - no generation at all. + # Note that changing this setting requires a WORLD RESTART in order to update every biome's features. [default: vanilla] + S:generation=vanilla + + # Id is a basic unit (block or item) identifier in format. + # ModId can be omitted for vanilla items. Meta can be omitted too if it equals 0. + # UnitName must be lowercase, words separated by '_', words order - from private to common (example: black_iron_ore). + # Use '*' char or '[]' as meta value to specify all possible values (all block states). + # To define multiple block states, you can use block properties. The format is + # Also you may use tags. The format is <#modId:tagPath> (example: #forge:ores/copper). + # [default: nether_quartz_ore] + S:oreId=nether_quartz_ore + + # List of blocks that can be replaced with this ore. + S:replaceableBlocks < + netherrack + > + + ########################################################################################################## + # Dimensions + #--------------------------------------------------------------------------------------------------------# + # List of dimensions which this ore can be generated in. + # Dimension is specified by its registry name (e.g: minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.) + # Each dimension must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Dimensions { + S:blackList < + > + S:whiteList < + minecraft:the_nether + > + } + + ########################################################################################################## + # Biomes + #--------------------------------------------------------------------------------------------------------# + # List of biomes which this ore can be generated in. + # Biome is specified by its registry name (case-insensitive) or by its tag with '#' prefix. + # Examples: minecraft:forest, #snowy + # Each biome must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Biomes { + S:blackList < + > + S:whiteList < + > + } + + ########################################################################################################## + # Altitude + #--------------------------------------------------------------------------------------------------------# + # Altitude which this ore can be generated at. + ########################################################################################################## + + Altitude { + # [range: -2147483648 ~ 2147483647, default: 117] + I:max=117 + + # [range: -2147483648 ~ 2147483647, default: 10] + I:min=10 + } + + Miscellaneous { + # Whether or not the ore blocks can be exposed to air. [default: true] + B:exposed=true + + # Ratio of height to width. + # Values > 1 result in tall veins (deposits). + # Values < 1 result in flat veins (deposits). + # [range: 0.0 ~ 10.0, default: 1.0] + S:proportions=1.0 + + # If enabled, each ore block will be checked against the given altitude and biome restrictions, rather than the first one. [default: false] + B:strictBounds=false + } + + ########################################################################################################## + # VeinsInChunk + #--------------------------------------------------------------------------------------------------------# + # Number of ore veins to generate in each chunk. + ########################################################################################################## + + VeinsInChunk { + # [range: 1 ~ 256, default: 16] + I:max=16 + + # [range: 1 ~ 256, default: 16] + I:min=16 + } + + ########################################################################################################## + # BlocksInVein + #--------------------------------------------------------------------------------------------------------# + # Number of ore blocks in each vein. + ########################################################################################################## + + BlocksInVein { + # [range: 1 ~ 256, default: 14] + I:max=14 + + # [range: 1 ~ 256, default: 1] + I:min=1 + } + +} + + diff --git a/minecolonies-1.20.1/data/config/adlods/VanillaOres/redstone_ore.cfg b/minecolonies-1.20.1/data/config/adlods/VanillaOres/redstone_ore.cfg new file mode 100644 index 00000000..a8a19ee1 --- /dev/null +++ b/minecolonies-1.20.1/data/config/adlods/VanillaOres/redstone_ore.cfg @@ -0,0 +1,123 @@ +# Configuration file + +VanillaOre { + # Syntax: targetId -> replacementId + # With weight: targetId -> replacementId, weight + S:customReplacements < + #minecraft:deepslate_ore_replaceables -> deepslate_redstone_ore + > + + # Generation type used for this ore. Possible values: + # VANILLA - vanilla generation without any changes, + # CUSTOM - generation according to this config, + # NONE - no generation at all. + # Note that changing this setting requires a WORLD RESTART in order to update every biome's features. [default: vanilla] + S:generation=vanilla + + # Id is a basic unit (block or item) identifier in format. + # ModId can be omitted for vanilla items. Meta can be omitted too if it equals 0. + # UnitName must be lowercase, words separated by '_', words order - from private to common (example: black_iron_ore). + # Use '*' char or '[]' as meta value to specify all possible values (all block states). + # To define multiple block states, you can use block properties. The format is + # Also you may use tags. The format is <#modId:tagPath> (example: #forge:ores/copper). + # [default: redstone_ore] + S:oreId=redstone_ore + + # List of blocks that can be replaced with this ore. + S:replaceableBlocks < + #minecraft:stone_ore_replaceables + > + + ########################################################################################################## + # Dimensions + #--------------------------------------------------------------------------------------------------------# + # List of dimensions which this ore can be generated in. + # Dimension is specified by its registry name (e.g: minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.) + # Each dimension must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Dimensions { + S:blackList < + > + S:whiteList < + minecraft:overworld + > + } + + ########################################################################################################## + # Biomes + #--------------------------------------------------------------------------------------------------------# + # List of biomes which this ore can be generated in. + # Biome is specified by its registry name (case-insensitive) or by its tag with '#' prefix. + # Examples: minecraft:forest, #snowy + # Each biome must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Biomes { + S:blackList < + > + S:whiteList < + > + } + + ########################################################################################################## + # Altitude + #--------------------------------------------------------------------------------------------------------# + # Altitude which this ore can be generated at. + ########################################################################################################## + + Altitude { + # [range: -2147483648 ~ 2147483647, default: 16] + I:max=16 + + # [range: -2147483648 ~ 2147483647, default: -32] + I:min=-32 + } + + Miscellaneous { + # Whether or not the ore blocks can be exposed to air. [default: true] + B:exposed=true + + # Ratio of height to width. + # Values > 1 result in tall veins (deposits). + # Values < 1 result in flat veins (deposits). + # [range: 0.0 ~ 10.0, default: 1.0] + S:proportions=1.0 + + # If enabled, each ore block will be checked against the given altitude and biome restrictions, rather than the first one. [default: false] + B:strictBounds=false + } + + ########################################################################################################## + # VeinsInChunk + #--------------------------------------------------------------------------------------------------------# + # Number of ore veins to generate in each chunk. + ########################################################################################################## + + VeinsInChunk { + # [range: 1 ~ 256, default: 8] + I:max=8 + + # [range: 1 ~ 256, default: 8] + I:min=8 + } + + ########################################################################################################## + # BlocksInVein + #--------------------------------------------------------------------------------------------------------# + # Number of ore blocks in each vein. + ########################################################################################################## + + BlocksInVein { + # [range: 1 ~ 256, default: 8] + I:max=8 + + # [range: 1 ~ 256, default: 1] + I:min=1 + } + +} + + diff --git a/minecolonies-1.20.1/data/config/adlods/VanillaOres/soul_sand.cfg b/minecolonies-1.20.1/data/config/adlods/VanillaOres/soul_sand.cfg new file mode 100644 index 00000000..d638fe2e --- /dev/null +++ b/minecolonies-1.20.1/data/config/adlods/VanillaOres/soul_sand.cfg @@ -0,0 +1,122 @@ +# Configuration file + +VanillaOre { + # Syntax: targetId -> replacementId + # With weight: targetId -> replacementId, weight + S:customReplacements < + > + + # Generation type used for this ore. Possible values: + # VANILLA - vanilla generation without any changes, + # CUSTOM - generation according to this config, + # NONE - no generation at all. + # Note that changing this setting requires a WORLD RESTART in order to update every biome's features. [default: vanilla] + S:generation=vanilla + + # Id is a basic unit (block or item) identifier in format. + # ModId can be omitted for vanilla items. Meta can be omitted too if it equals 0. + # UnitName must be lowercase, words separated by '_', words order - from private to common (example: black_iron_ore). + # Use '*' char or '[]' as meta value to specify all possible values (all block states). + # To define multiple block states, you can use block properties. The format is + # Also you may use tags. The format is <#modId:tagPath> (example: #forge:ores/copper). + # [default: soul_sand] + S:oreId=soul_sand + + # List of blocks that can be replaced with this ore. + S:replaceableBlocks < + netherrack + > + + ########################################################################################################## + # Dimensions + #--------------------------------------------------------------------------------------------------------# + # List of dimensions which this ore can be generated in. + # Dimension is specified by its registry name (e.g: minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.) + # Each dimension must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Dimensions { + S:blackList < + > + S:whiteList < + minecraft:the_nether + > + } + + ########################################################################################################## + # Biomes + #--------------------------------------------------------------------------------------------------------# + # List of biomes which this ore can be generated in. + # Biome is specified by its registry name (case-insensitive) or by its tag with '#' prefix. + # Examples: minecraft:forest, #snowy + # Each biome must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Biomes { + S:blackList < + > + S:whiteList < + > + } + + ########################################################################################################## + # Altitude + #--------------------------------------------------------------------------------------------------------# + # Altitude which this ore can be generated at. + ########################################################################################################## + + Altitude { + # [range: -2147483648 ~ 2147483647, default: 31] + I:max=31 + + # [range: -2147483648 ~ 2147483647, default: 1] + I:min=1 + } + + Miscellaneous { + # Whether or not the ore blocks can be exposed to air. [default: true] + B:exposed=true + + # Ratio of height to width. + # Values > 1 result in tall veins (deposits). + # Values < 1 result in flat veins (deposits). + # [range: 0.0 ~ 10.0, default: 1.0] + S:proportions=1.0 + + # If enabled, each ore block will be checked against the given altitude and biome restrictions, rather than the first one. [default: false] + B:strictBounds=false + } + + ########################################################################################################## + # VeinsInChunk + #--------------------------------------------------------------------------------------------------------# + # Number of ore veins to generate in each chunk. + ########################################################################################################## + + VeinsInChunk { + # [range: 1 ~ 256, default: 12] + I:max=12 + + # [range: 1 ~ 256, default: 12] + I:min=12 + } + + ########################################################################################################## + # BlocksInVein + #--------------------------------------------------------------------------------------------------------# + # Number of ore blocks in each vein. + ########################################################################################################## + + BlocksInVein { + # [range: 1 ~ 256, default: 12] + I:max=12 + + # [range: 1 ~ 256, default: 1] + I:min=1 + } + +} + + diff --git a/minecolonies-1.20.1/data/config/adlods/VanillaOres/tuff.cfg b/minecolonies-1.20.1/data/config/adlods/VanillaOres/tuff.cfg new file mode 100644 index 00000000..7f7deab0 --- /dev/null +++ b/minecolonies-1.20.1/data/config/adlods/VanillaOres/tuff.cfg @@ -0,0 +1,122 @@ +# Configuration file + +VanillaOre { + # Syntax: targetId -> replacementId + # With weight: targetId -> replacementId, weight + S:customReplacements < + > + + # Generation type used for this ore. Possible values: + # VANILLA - vanilla generation without any changes, + # CUSTOM - generation according to this config, + # NONE - no generation at all. + # Note that changing this setting requires a WORLD RESTART in order to update every biome's features. [default: vanilla] + S:generation=vanilla + + # Id is a basic unit (block or item) identifier in format. + # ModId can be omitted for vanilla items. Meta can be omitted too if it equals 0. + # UnitName must be lowercase, words separated by '_', words order - from private to common (example: black_iron_ore). + # Use '*' char or '[]' as meta value to specify all possible values (all block states). + # To define multiple block states, you can use block properties. The format is + # Also you may use tags. The format is <#modId:tagPath> (example: #forge:ores/copper). + # [default: tuff] + S:oreId=tuff + + # List of blocks that can be replaced with this ore. + S:replaceableBlocks < + #minecraft:stone_ore_replaceables + > + + ########################################################################################################## + # Dimensions + #--------------------------------------------------------------------------------------------------------# + # List of dimensions which this ore can be generated in. + # Dimension is specified by its registry name (e.g: minecraft:overworld, minecraft:the_nether, minecraft:the_end, etc.) + # Each dimension must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Dimensions { + S:blackList < + > + S:whiteList < + minecraft:overworld + > + } + + ########################################################################################################## + # Biomes + #--------------------------------------------------------------------------------------------------------# + # List of biomes which this ore can be generated in. + # Biome is specified by its registry name (case-insensitive) or by its tag with '#' prefix. + # Examples: minecraft:forest, #snowy + # Each biome must be on a separate line without any delimiters. + # If the whitelist is set, the blacklist will be ignored. + ########################################################################################################## + + Biomes { + S:blackList < + > + S:whiteList < + > + } + + ########################################################################################################## + # Altitude + #--------------------------------------------------------------------------------------------------------# + # Altitude which this ore can be generated at. + ########################################################################################################## + + Altitude { + # [range: -2147483648 ~ 2147483647, default: 0] + I:max=0 + + # [range: -2147483648 ~ 2147483647, default: -64] + I:min=-64 + } + + Miscellaneous { + # Whether or not the ore blocks can be exposed to air. [default: true] + B:exposed=true + + # Ratio of height to width. + # Values > 1 result in tall veins (deposits). + # Values < 1 result in flat veins (deposits). + # [range: 0.0 ~ 10.0, default: 1.0] + S:proportions=1.0 + + # If enabled, each ore block will be checked against the given altitude and biome restrictions, rather than the first one. [default: false] + B:strictBounds=false + } + + ########################################################################################################## + # VeinsInChunk + #--------------------------------------------------------------------------------------------------------# + # Number of ore veins to generate in each chunk. + ########################################################################################################## + + VeinsInChunk { + # [range: 1 ~ 256, default: 2] + I:max=2 + + # [range: 1 ~ 256, default: 2] + I:min=2 + } + + ########################################################################################################## + # BlocksInVein + #--------------------------------------------------------------------------------------------------------# + # Number of ore blocks in each vein. + ########################################################################################################## + + BlocksInVein { + # [range: 1 ~ 256, default: 64] + I:max=64 + + # [range: 1 ~ 256, default: 1] + I:min=1 + } + +} + + diff --git a/minecolonies-1.20.1/data/config/balm-common.toml b/minecolonies-1.20.1/data/config/balm-common.toml new file mode 100644 index 00000000..afab694f --- /dev/null +++ b/minecolonies-1.20.1/data/config/balm-common.toml @@ -0,0 +1,19 @@ +#This is an example boolean property +exampleBoolean = true +#Range: > -2147483648 +exampleInt = 42 +exampleString = "Hello World" +exampleMultilineString = "Hello World" +#Allowed Values: Hello, World +exampleEnum = "Hello" +exampleStringList = ["Hello", "World"] +exampleIntList = [12, 24] +exampleEnumList = ["Hello", "World"] + +[exampleCategory] + #This is an example category + #This is an example string inside a category + innerField = "I am inside" + #Range: -3.4028234663852886E38 ~ 3.4028234663852886E38 + exampleFloat = 42.84000015258789 + diff --git a/minecolonies-1.20.1/data/config/configured-client.toml b/minecolonies-1.20.1/data/config/configured-client.toml new file mode 100644 index 00000000..8ddd30d1 --- /dev/null +++ b/minecolonies-1.20.1/data/config/configured-client.toml @@ -0,0 +1,4 @@ +forceConfiguredMenu = false +changedFormatting = "ITALIC" +includeFoldersInSearch = false + diff --git a/minecolonies-1.20.1/data/config/configured-developer.toml b/minecolonies-1.20.1/data/config/configured-developer.toml new file mode 100644 index 00000000..543c0cd5 --- /dev/null +++ b/minecolonies-1.20.1/data/config/configured-developer.toml @@ -0,0 +1,4 @@ +broadcastLogs = true +developers = [] +enabled = false + diff --git a/minecolonies-1.20.1/data/config/fml.toml b/minecolonies-1.20.1/data/config/fml.toml new file mode 100644 index 00000000..e6044117 --- /dev/null +++ b/minecolonies-1.20.1/data/config/fml.toml @@ -0,0 +1,27 @@ +#Early window height +earlyWindowHeight = 480 +#Enable forge global version checking +versionCheck = true +#Should we control the window. Disabling this disables new GL features and can be bad for mods that rely on them. +earlyWindowControl = true +#Early window framebuffer scale +earlyWindowFBScale = 1 +#Early window provider +earlyWindowProvider = "fmlearlywindow" +#Early window width +earlyWindowWidth = 854 +#Early window starts maximized +earlyWindowMaximized = false +#Default config path for servers +defaultConfigPath = "defaultconfigs" +#Disables Optimized DFU client-side - already disabled on servers +disableOptimizedDFU = true +#Skip specific GL versions, may help with buggy graphics card drivers +earlyWindowSkipGLVersions = [] +#Max threads for early initialization parallelism, -1 is based on processor count +maxThreads = -1 +#Squir? +earlyWindowSquir = false +#Whether to show CPU usage stats in early window +earlyWindowShowCPU = false + diff --git a/minecolonies-1.20.1/data/config/forgeendertech-common.toml b/minecolonies-1.20.1/data/config/forgeendertech-common.toml new file mode 100644 index 00000000..dfc7715c --- /dev/null +++ b/minecolonies-1.20.1/data/config/forgeendertech-common.toml @@ -0,0 +1,22 @@ +#Enable/Disable debug mode +debug = false + +[SmokeContainers] + #Maximum length of the vent pipe for smoke or gas transmition + #Range: 1 ~ 64 + maxVentPipeLength = 32 + #Maximum distance from vent to the gas block to be sucked in + #Range: 1 ~ 16 + ventReachDistance = 4 + #Maximum amount of blocks that will be checked when searching for multiblock boundaries + #Range: 1 ~ 512 + maxBlocksInMultiblock = 81 + #Strength of the airflow created in the chimney by a connected exhaust pump + #Range: 0 ~ 10 + pumpedChimneyAirflow = 1 + #List of hoppers in the following format: blockID, suctionRange + #Where suctionRange is the radius of the cylindrical area above the hopper within which the pollution will be sucked in. + #The height of this area is always 3 blocks. + #Range: 1 ~ 64 + suctionHoppers = ["minecraft:hopper, 8", "brickhopper:brick_hopper, 6", "goldenhopper:golden_hopper, 12", "littlelogistics:rapid_hopper, 12"] + diff --git a/minecolonies-1.20.1/data/config/forgeendertech/Biomes/minecraft$small_end_islands.cfg b/minecolonies-1.20.1/data/config/forgeendertech/Biomes/minecraft$small_end_islands.cfg new file mode 100644 index 00000000..88a6acff --- /dev/null +++ b/minecolonies-1.20.1/data/config/forgeendertech/Biomes/minecraft$small_end_islands.cfg @@ -0,0 +1,26 @@ +# Configuration file + +Biome { + # Biome registry name [default: minecraft:small_end_islands] + S:name=minecraft:small_end_islands +} + + +Config { + # If set to False, parameters from this config will not be used. [default: false] + B:enabled=false +} + + +Wind { + # Defines probability of wind strength and direction change in percentage. [range: 0.0 ~ 100.0, default: 1.0] + S:changeProbability=1.0 + + # Defines how fast the wind changes. [range: 0.0 ~ 1.0, default: 0.15] + S:changeStep=0.15 + + # Defines maximum wind strength. [range: 0 ~ 30, default: 10] + I:maxStrength=10 +} + + diff --git a/minecolonies-1.20.1/data/config/forgeendertech/Wind.cfg b/minecolonies-1.20.1/data/config/forgeendertech/Wind.cfg new file mode 100644 index 00000000..fd4d5243 --- /dev/null +++ b/minecolonies-1.20.1/data/config/forgeendertech/Wind.cfg @@ -0,0 +1,17 @@ +# Configuration file + +Wind { + # Defines probability of wind strength and direction change in percentage. [range: 0.0 ~ 100.0, default: 1.0] + S:changeProbability=1.0 + + # Defines how fast the wind changes. [range: 0.0 ~ 1.0, default: 0.15] + S:changeStep=0.15 + + # Defines maximum wind strength. [range: 0 ~ 30, default: 10] + I:maxStrength=10 + + # Random seed [range: -2147483648 ~ 2147483647, default: -568253972] + I:randomSeed=-568253972 +} + + diff --git a/minecolonies-1.20.1/data/config/minecolonies-common.toml b/minecolonies-1.20.1/data/config/minecolonies-common.toml new file mode 100644 index 00000000..2a1bca83 --- /dev/null +++ b/minecolonies-1.20.1/data/config/minecolonies-common.toml @@ -0,0 +1,11 @@ + +#All configuration items related to the core gameplay +[gameplay] + #Whether to generate supply ships and camps in loot chests. [Default: true] + generatesupplyloot = true + +#All configurations related to the request system +[requestsystem] + #Should the request system show debug information in the debug.log? Useful if malfunctioning. [Default: false] + enabledebuglogging = false + diff --git a/minecolonies-1.20.1/data/config/treechop-common.toml b/minecolonies-1.20.1/data/config/treechop-common.toml new file mode 100644 index 00000000..124e6dd3 --- /dev/null +++ b/minecolonies-1.20.1/data/config/treechop-common.toml @@ -0,0 +1,195 @@ + +[mod] + #Set to false to disable TreeChop without having to uninstall the mod + enabled = true + #Let TreeChop print to the log + printDebugInfo = true + +[permissions] + + [permissions.choppingEnabled] + canBeFalse = true + canBeTrue = true + + [permissions.fellingEnabled] + canBeFalse = true + canBeTrue = true + + [permissions.sneakBehavior] + canBeInvertFelling = true + canBeNone = true + canBeInvertChopping = true + + [permissions.treeMustHaveLeaves] + canBeFalse = true + canBeTrue = true + + [permissions.chopInCreativeMode] + canBeFalse = true + canBeTrue = true + +[general] + #If false, log items will be destroyed when chopping + dropLootForChoppedBlocks = true + #If true, chopped logs will drop a log item immediately instead of waiting for the tree to be felled, restoring legacy behavior. Does nothing if dropLootForChoppedBlocks is false + dropLootOnFirstChop = false + +[treeDetection] + #Maximum number of log blocks that can be detected to belong to one tree + #Range: 1 ~ 8096 + maxTreeBlocks = 1024 + #Maximum number of leaves blocks that can destroyed when a tree is felled + #Range: 1 ~ 8096 + maxLeavesBlocks = 1024 + #Destroy leaves when a tree is felled + breakLeaves = true + #Non-decayable leaves are ignored when detecting leaves + ignorePersistentLeaves = true + #Maximum distance from log blocks to destroy leaves blocks when felling + #Range: 0 ~ 16 + maxBreakLeavesDistance = 7 + + [treeDetection.logs] + #Blocks that should be considered choppable + #For block lists, specify using registry names (mod:block), tags (#mod:tag), namespaces (@mod), and Java-style regular expressions + #Regular expressions must match the whole resource name, including the colon. Some simple examples are: + # - To match any block ending in _log: ".*_log", where .* is a wildcard + # - You can also specify a mod: "treemod:.*_log" + # - To also match stripped versions: ".*_log(_stripped)?", where ? means that the text in the parenthesis is optional + #For more help, see https://github.com/hammertater/treechop/wiki/Configuration + blocks = ["#treechop:choppables", "#minecraft:logs"] + #Blocks that should never be chopped, even if included in the list above + #Specify using registry names (mod:block), tags (#mod:tag), and namespaces (@mod) + exceptions = ["minecraft:bamboo", "#dynamictrees:branches", "dynamictrees:trunk_shell"] + + [treeDetection.leaves] + #Blocks that should be considered leaves + #Specify using registry names (mod:block), tags (#mod:tag), and namespaces (@mod) + blocks = ["#treechop:leaves_like", "#minecraft:leaves", "pamhc2trees:pam[a-z]+"] + #Blocks that should never be considered leaves, even if included in the list above + #Specify using registry names (mod:block), tags (#mod:tag), and namespaces (@mod) + exceptions = [] + +[chopCounting] + #Method to use for computing the number of chops needed to fell a tree + #Allowed Values: LINEAR, LOGARITHMIC + algorithm = "LOGARITHMIC" + #How to round the number of chops needed to fell a tree; this is more meaningful for smaller trees + #Allowed Values: DOWN, NEAREST, UP + rounding = "NEAREST" + #Felling a tree can require more chops than the number of blocks in the tree + canRequireMoreChopsThanBlocks = false + + #See https://github.com/hammertater/treechop/#logarithmic + [chopCounting.logarithmic] + #Determines the number of chops required to fell a tree; higher values require more chops for bigger trees + #Range: 0.0 ~ 10000.0 + a = 10.0 + + #See https://github.com/hammertater/treechop/#linear + [chopCounting.linear] + #The number of chops per block required to fell a tree; if chopsPerBlock = 0.5, it will take 50 chops to fell a 100 block tree + #Range: 0.0 ~ 7.0 + chopsPerBlock = 1.0 + #The base number of chops required to fell a tree regardless of its size + #Range: -10000.0 ~ 10000.0 + baseNumChops = 0.0 + +[compatibility] + #https://www.curseforge.com/minecraft/mc-mods/carry-on + #https://modrinth.com/mod/carry-on + #Small fixes. + carryOn = true + #https://www.curseforge.com/minecraft/mc-mods/project-mmo + #https://modrinth.com/mod/project-mmo + #Award woodcutting XP for chopping. + projectMMO = true + #https://www.curseforge.com/minecraft/mc-mods/the-one-probe + #https://modrinth.com/mod/the-one-probe + #Shows the number of chops required to fell a tree and what loot will drop. + theOneProbe = true + #https://github.com/TerraformersMC + #Fixes starting chop radius for small logs from Terraformers mods (Terrestria, etc.) + terraformers = true + #https://github.com/AtomicStryker/atomicstrykers-minecraft-mods + #Fixes bad behavior + multiMine = true + #https://www.curseforge.com/minecraft/mc-mods/apotheosis + #Adds compatibility with the "chainsaw" enchantment. + apotheosis = true + + [compatibility.general] + #Only chop when using the correct tool for drops, if any (does nothing in vanilla, but some mods add tool requirements to logs + choppingRequiresCorrectToolForDrops = true + #Only chop when using a tool that increases block breaking speed (such as axes for logs) + choppingRequiresFastBreakingTool = false + #Prevent chopping when right-clicking blocks + preventChoppingOnRightClick = false + #Prevent infinite loops when chopping; fixes crashes when using modded items that break multiple blocks + preventChopRecursion = true + + [compatibility.general.blacklist] + #Whether the listed items should be blacklisted or whitelisted + #Allowed Values: BLACKLIST, WHITELIST + blacklistOrWhitelist = "BLACKLIST" + #List of item registry names (mod:item), tags (#mod:tag), and namespaces (@mod) for items that should not chop when used to break a log + #- Items in this list that have special support for TreeChop will not be blacklisted; see https://github.com/hammertater/treechop/blob/main/docs/compatibility.md#blacklist + items = ["botania:terra_axe", "@lumberjack", "mekanism:atomic_disassembler", "practicaltools:diamond_greataxe", "practicaltools:golden_greataxe", "practicaltools:iron_greataxe", "practicaltools:netherite_greataxe", "twilightforest:giant_pickaxe"] + + #The chop settings used by non-player entities, such as robots and machine blocks + [compatibility.general.fakePlayerChopSettings] + #Use with caution! May cause conflicts with some mods, e.g. https://github.com/hammertater/treechop/issues/71 + choppingEnabled = false + #Felling only matters if chopping is enabled; probably best to leave this on + fellingEnabled = true + treesMustHaveLeaves = true + + #A set of alternate tree detection strategies for oddly shaped trees + #For block lists, specify using registry names (mod:block), tags (#mod:tag), namespaces (@mod), and Java-style regular expressions + #Regular expressions must match the whole resource name, including the colon. Some simple examples are: + # - To match any block ending in _log: ".*_log", where .* is a wildcard + # - You can also specify a mod: "treemod:.*_log" + # - To also match stripped versions: ".*_log(_stripped)?", where ? means that the text in the parenthesis is optional + #For more help, see https://github.com/hammertater/treechop/wiki/Configuration + [compatibility.trees] + + [compatibility.trees.hugeMushrooms] + logs = ["#forge:mushroom_stems"] + leaves = ["#forge:mushroom_caps"] + + [compatibility.trees.hugeFungi] + logs = ["#minecraft:crimson_stems", "#minecraft:warped_stems"] + leaves = ["#minecraft:wart_blocks", "minecraft:shroomlight"] + + [compatibility.trees.problematicLeavesTrees] + logs = ["tropicraft:.*_log(_.*)?", "mysticbiomes:.*_log", "betternether:.*_bark", "betternether:.*_log", "alexscaves:.*_log", "alexscaves:pewen_wood"] + leaves = ["tropicraft:.*_leaves(_.*)?", "betternether:.*_leaves", "regions_unexplored:brimwood_leaves", "alexscaves:.*_branch", "alexscaves:pewen_pines"] + + [compatibility.silentgear] + #https://www.curseforge.com/minecraft/mc-mods/tinkers-construct + #https://modrinth.com/mod/tinkers-construct + #Makes saws do more chops. + enabled = true + #Number of chops a saw should perform on a single block break + #Range: 1 ~ 10000 + sawChops = 5 + + [compatibility.tinkersConstruct] + #https://www.curseforge.com/minecraft/mc-mods/tinkers-construct + #https://modrinth.com/mod/tinkers-construct + #Makes AOE tools do more chops. + enabled = true + #Number of chops that tree breaking tools (like broad axes) should perform on a single block break + #Range: 1 ~ 10000 + treeBreakingTools = 5 + #Number of chops that wood breaking tools (like hand axes) should perform on a single block break + #Range: 1 ~ 10000 + woodBreakingTools = 1 + #The chop count multiplier for each level of the expanded upgrade + #Range: 1.0 ~ 10000.0 + expandedMultiplier = 2.0 + + [compatibility.API] + #Log information about TreeChop API usage. May be useful for debugging mod compatibility issues. + verbose = false + diff --git a/minecolonies-1.20.1/data/config/xaerominimap-common.txt b/minecolonies-1.20.1/data/config/xaerominimap-common.txt new file mode 100644 index 00000000..b36023c0 --- /dev/null +++ b/minecolonies-1.20.1/data/config/xaerominimap-common.txt @@ -0,0 +1,4 @@ +allowCaveModeOnServer:true +allowNetherCaveModeOnServer:true +allowRadarOnServer:true +registerStatusEffects:true diff --git a/minecolonies-1.20.1/data/config/xaeroworldmap-common.txt b/minecolonies-1.20.1/data/config/xaeroworldmap-common.txt new file mode 100644 index 00000000..c4becb0e --- /dev/null +++ b/minecolonies-1.20.1/data/config/xaeroworldmap-common.txt @@ -0,0 +1,3 @@ +allowCaveModeOnServer:true +allowNetherCaveModeOnServer:true +registerStatusEffects:true diff --git a/minecolonies-1.20.1/data/dynmap/colorschemes/amidst.txt b/minecolonies-1.20.1/data/dynmap/colorschemes/amidst.txt new file mode 100644 index 00000000..96c3a570 --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/colorschemes/amidst.txt @@ -0,0 +1,19769 @@ +minecraft:stone 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:granite 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:polished_granite 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:diorite 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:polished_diorite 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:andesite 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:polished_andesite 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:grass_block 69 110 51 255 55 88 40 255 34 55 25 255 27 44 20 255 +minecraft:grass_block[snowy=false] 69 110 51 255 55 88 40 255 34 55 25 255 27 44 20 255 +minecraft:dirt 134 96 67 255 107 76 53 255 67 48 33 255 53 38 26 255 +minecraft:coarse_dirt 119 85 59 255 95 68 47 255 59 42 29 255 47 34 23 255 +minecraft:podzol 147 147 147 255 117 117 117 255 73 73 73 255 58 58 58 255 +minecraft:podzol[snowy=false] 91 63 24 255 72 50 19 255 45 31 12 255 36 25 9 255 +minecraft:cobblestone 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:oak_planks 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:spruce_planks 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_planks 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_planks 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_planks 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_planks 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:oak_sapling 77 106 40 110 61 84 32 110 38 53 20 110 30 42 16 110 +minecraft:oak_sapling[stage=1] 77 106 40 110 61 84 32 110 38 53 20 110 30 42 16 110 +minecraft:spruce_sapling 44 60 36 82 35 48 28 82 22 30 18 82 17 24 14 82 +minecraft:spruce_sapling[stage=1] 44 60 36 82 35 48 28 82 22 30 18 82 17 24 14 82 +minecraft:birch_sapling 127 160 79 97 101 128 63 97 63 80 39 97 50 64 31 97 +minecraft:birch_sapling[stage=1] 127 160 79 97 101 128 63 97 63 80 39 97 50 64 31 97 +minecraft:jungle_sapling 47 81 16 85 37 64 12 85 23 40 8 85 18 32 6 85 +minecraft:jungle_sapling[stage=1] 47 81 16 85 37 64 12 85 23 40 8 85 18 32 6 85 +minecraft:acacia_sapling 118 117 23 110 94 93 18 110 59 58 11 110 47 46 9 110 +minecraft:acacia_sapling[stage=1] 118 117 23 110 94 93 18 110 59 58 11 110 47 46 9 110 +minecraft:dark_oak_sapling 61 90 30 109 48 72 24 109 30 45 15 109 24 36 12 109 +minecraft:dark_oak_sapling[stage=1] 61 90 30 109 48 72 24 109 30 45 15 109 24 36 12 109 +minecraft:bedrock 85 85 85 255 68 68 68 255 42 42 42 255 34 34 34 255 +minecraft:water 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=1] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=2] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=3] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=4] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=5] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=6] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=7] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=8] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=9] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=10] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=11] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=12] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=13] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=14] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=15] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:lava 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=1] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=2] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=3] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=4] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=5] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=6] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=7] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=8] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=9] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=10] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=11] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=12] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=13] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=14] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=15] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:sand 219 207 163 255 175 165 130 255 109 103 81 255 87 82 65 255 +minecraft:red_sand 190 102 33 255 152 81 26 255 95 51 16 255 76 40 13 255 +minecraft:gravel 131 127 126 255 104 101 100 255 65 63 63 255 52 50 50 255 +minecraft:gold_ore 145 133 106 255 116 106 84 255 72 66 53 255 58 53 42 255 +minecraft:deepslate_gold_ore 115 102 78 255 92 81 62 255 57 51 39 255 46 40 31 255 +minecraft:iron_ore 136 129 122 255 108 103 97 255 68 64 61 255 54 51 48 255 +minecraft:deepslate_iron_ore 106 99 94 255 84 79 75 255 53 49 47 255 42 39 37 255 +minecraft:coal_ore 105 105 105 255 84 84 84 255 52 52 52 255 42 42 42 255 +minecraft:deepslate_coal_ore 74 74 76 255 59 59 60 255 37 37 38 255 29 29 30 255 +minecraft:nether_gold_ore 115 54 42 255 92 43 33 255 57 27 21 255 46 21 16 255 +minecraft:oak_log 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:oak_log[axis=y] 151 121 73 255 120 96 58 255 75 60 36 255 60 48 29 255 +minecraft:oak_log[axis=z] 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:spruce_log 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:spruce_log[axis=y] 108 80 46 255 86 64 36 255 54 40 23 255 43 32 18 255 +minecraft:spruce_log[axis=z] 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:birch_log 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:birch_log[axis=y] 193 179 135 255 154 143 108 255 96 89 67 255 77 71 54 255 +minecraft:birch_log[axis=z] 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:jungle_log 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:jungle_log[axis=y] 149 109 70 255 119 87 56 255 74 54 35 255 59 43 28 255 +minecraft:jungle_log[axis=z] 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:acacia_log 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:acacia_log[axis=y] 150 88 55 255 120 70 44 255 75 44 27 255 60 35 22 255 +minecraft:acacia_log[axis=z] 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:dark_oak_log 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:dark_oak_log[axis=y] 64 42 21 255 51 33 16 255 32 21 10 255 25 16 8 255 +minecraft:dark_oak_log[axis=z] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:stripped_spruce_log 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_spruce_log[axis=y] 105 80 46 255 84 64 36 255 52 40 23 255 42 32 18 255 +minecraft:stripped_spruce_log[axis=z] 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_birch_log 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_birch_log[axis=y] 191 171 116 255 152 136 92 255 95 85 58 255 76 68 46 255 +minecraft:stripped_birch_log[axis=z] 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_jungle_log 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_jungle_log[axis=y] 165 122 81 255 132 97 64 255 82 61 40 255 66 48 32 255 +minecraft:stripped_jungle_log[axis=z] 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_acacia_log 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_acacia_log[axis=y] 166 91 51 255 132 72 40 255 83 45 25 255 66 36 20 255 +minecraft:stripped_acacia_log[axis=z] 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_dark_oak_log 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:stripped_dark_oak_log[axis=y] 65 44 22 255 52 35 17 255 32 22 11 255 26 17 8 255 +minecraft:stripped_dark_oak_log[axis=z] 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:stripped_oak_log 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:stripped_oak_log[axis=y] 160 129 77 255 128 103 61 255 80 64 38 255 64 51 30 255 +minecraft:stripped_oak_log[axis=z] 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:oak_wood 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:oak_wood[axis=y] 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:oak_wood[axis=z] 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:spruce_wood 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:spruce_wood[axis=y] 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:spruce_wood[axis=z] 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:birch_wood 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:birch_wood[axis=y] 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:birch_wood[axis=z] 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:jungle_wood 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:jungle_wood[axis=y] 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:jungle_wood[axis=z] 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:acacia_wood 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:acacia_wood[axis=y] 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:acacia_wood[axis=z] 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:dark_oak_wood 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:dark_oak_wood[axis=y] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:dark_oak_wood[axis=z] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:stripped_oak_wood 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:stripped_oak_wood[axis=y] 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:stripped_oak_wood[axis=z] 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:stripped_spruce_wood 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_spruce_wood[axis=y] 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_spruce_wood[axis=z] 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_birch_wood 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_birch_wood[axis=y] 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_birch_wood[axis=z] 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_jungle_wood 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_jungle_wood[axis=y] 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_jungle_wood[axis=z] 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_acacia_wood 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_acacia_wood[axis=y] 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_acacia_wood[axis=z] 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_dark_oak_wood 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:stripped_dark_oak_wood[axis=y] 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:stripped_dark_oak_wood[axis=z] 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:oak_leaves 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=1,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=2,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=2,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=3,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=3,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=4,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=4,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=5,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=5,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=6,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=6,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=7,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=7,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:spruce_leaves 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=1,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=2,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=2,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=3,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=3,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=4,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=4,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=5,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=5,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=6,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=6,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=7,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=7,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:birch_leaves 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=1,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=2,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=2,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=3,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=3,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=4,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=4,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=5,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=5,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=6,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=6,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=7,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=7,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:jungle_leaves 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=1,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=2,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=2,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=3,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=3,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=4,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=4,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=5,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=5,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=6,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=6,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=7,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=7,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:acacia_leaves 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=1,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=2,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=2,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=3,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=3,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=4,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=4,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=5,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=5,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=6,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=6,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=7,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=7,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:dark_oak_leaves 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=1,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=2,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=2,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=3,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=3,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=4,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=4,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=5,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=5,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=6,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=6,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=7,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=7,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:azalea_leaves 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=1,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=2,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=2,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=3,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=3,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=4,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=4,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=5,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=5,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=6,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=6,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=7,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=7,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:flowering_azalea_leaves 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=1,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=2,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=2,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=3,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=3,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=4,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=4,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=5,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=5,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=6,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=6,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=7,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=7,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:sponge 195 192 74 255 156 153 59 255 97 96 37 255 78 76 29 255 +minecraft:wet_sponge 171 181 70 255 136 144 56 255 85 90 35 255 68 72 28 255 +minecraft:glass 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:lapis_ore 107 117 141 255 85 93 112 255 53 58 70 255 42 46 56 255 +minecraft:deepslate_lapis_ore 79 90 115 255 63 72 92 255 39 45 57 255 31 36 46 255 +minecraft:lapis_block 30 67 140 255 24 53 112 255 15 33 70 255 12 26 56 255 +minecraft:dispenser 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=north,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=east,triggered=true] 98 97 97 255 78 77 77 255 49 48 48 255 39 38 38 255 +minecraft:dispenser[facing=east,triggered=false] 98 97 97 255 78 77 77 255 49 48 48 255 39 38 38 255 +minecraft:dispenser[facing=south,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=south,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=west,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=west,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=up,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=up,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=down,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=down,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:sandstone 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:chiseled_sandstone 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:note_block 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:powered_rail 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=north_south,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=east_west,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=east_west,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_east,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_east,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_west,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_west,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_north,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_north,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_south,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_south,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=false,shape=north_south,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=north_south,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=east_west,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=east_west,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_east,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_east,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_west,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_west,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_north,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_north,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_south,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_south,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:detector_rail 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=north_south,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=east_west,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=east_west,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_east,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_east,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_west,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_west,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_north,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_north,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_south,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_south,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=false,shape=north_south,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=north_south,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=east_west,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=east_west,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_east,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_east,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_west,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_west,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_north,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_north,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_south,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_south,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:sticky_piston 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=east] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=south] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=west] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=up] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=down] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=north] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=east] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=south] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=west] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=up] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=down] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:cobweb 228 233 234 104 182 186 187 104 114 116 117 104 91 93 93 104 +minecraft:grass 68 109 51 139 54 87 40 139 34 54 25 139 27 43 20 139 +minecraft:fern 58 93 43 88 46 74 34 88 29 46 21 88 23 37 17 88 +minecraft:dead_bush 107 78 40 77 85 62 32 77 53 39 20 77 42 31 16 77 +minecraft:seagrass 24 94 2 76 19 75 1 76 12 47 1 76 9 37 0 76 +minecraft:tall_seagrass 27 103 4 72 21 82 3 72 13 51 2 72 10 41 1 72 +minecraft:tall_seagrass[half=lower] 21 88 1 141 16 70 0 141 10 44 0 141 8 35 0 141 +minecraft:piston 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=east] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=south] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=west] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=up] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=down] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=north] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=east] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=south] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=west] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=up] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=down] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston_head 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=north,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=north,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=north,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=east,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=east,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=east,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=east,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=south,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=south,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=south,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=south,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=west,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=west,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=west,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=west,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=up,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=up,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=up,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=up,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=down,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=down,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=down,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=down,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:white_wool 233 236 236 255 186 188 188 255 116 118 118 255 93 94 94 255 +minecraft:orange_wool 240 118 19 255 192 94 15 255 120 59 9 255 96 47 7 255 +minecraft:magenta_wool 189 68 179 255 151 54 143 255 94 34 89 255 75 27 71 255 +minecraft:light_blue_wool 58 175 217 255 46 140 173 255 29 87 108 255 23 70 86 255 +minecraft:yellow_wool 248 197 39 255 198 157 31 255 124 98 19 255 99 78 15 255 +minecraft:lime_wool 112 185 25 255 89 148 20 255 56 92 12 255 44 74 10 255 +minecraft:pink_wool 237 141 172 255 189 112 137 255 118 70 86 255 94 56 68 255 +minecraft:gray_wool 62 68 71 255 49 54 56 255 31 34 35 255 24 27 28 255 +minecraft:light_gray_wool 142 142 134 255 113 113 107 255 71 71 67 255 56 56 53 255 +minecraft:cyan_wool 21 137 145 255 16 109 116 255 10 68 72 255 8 54 58 255 +minecraft:purple_wool 121 42 172 255 96 33 137 255 60 21 86 255 48 16 68 255 +minecraft:blue_wool 53 57 157 255 42 45 125 255 26 28 78 255 21 22 62 255 +minecraft:brown_wool 114 71 40 255 91 56 32 255 57 35 20 255 45 28 16 255 +minecraft:green_wool 84 109 27 255 67 87 21 255 42 54 13 255 33 43 10 255 +minecraft:red_wool 160 39 34 255 128 31 27 255 80 19 17 255 64 15 13 255 +minecraft:black_wool 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:dandelion 147 172 43 31 117 137 34 31 73 86 21 31 58 68 17 31 +minecraft:poppy 128 64 37 34 102 51 29 34 64 32 18 34 51 25 14 34 +minecraft:blue_orchid 47 162 168 43 37 129 134 43 23 81 84 43 18 64 67 43 +minecraft:allium 158 137 183 37 126 109 146 37 79 68 91 37 63 54 73 37 +minecraft:azure_bluet 169 204 127 42 135 163 101 42 84 102 63 42 67 81 50 42 +minecraft:red_tulip 89 128 32 48 71 102 25 48 44 64 16 48 35 51 12 48 +minecraft:orange_tulip 93 142 30 40 74 113 24 40 46 71 15 40 37 56 12 40 +minecraft:white_tulip 93 164 71 44 74 131 56 44 46 82 35 44 37 65 28 44 +minecraft:pink_tulip 99 157 78 40 79 125 62 40 49 78 39 40 39 62 31 40 +minecraft:oxeye_daisy 179 202 143 50 143 161 114 50 89 101 71 50 71 80 57 50 +minecraft:cornflower 79 121 146 34 63 96 116 34 39 60 73 34 31 48 58 34 +minecraft:wither_rose 41 44 23 36 32 35 18 36 20 22 11 36 16 17 9 36 +minecraft:lily_of_the_valley 123 174 95 51 98 139 76 51 61 87 47 51 49 69 38 51 +minecraft:brown_mushroom 153 116 92 33 122 92 73 33 76 58 46 33 61 46 36 33 +minecraft:red_mushroom 216 75 67 31 172 60 53 31 108 37 33 31 86 30 26 31 +minecraft:gold_block 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:iron_block 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:bricks 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:tnt 142 62 53 255 113 49 42 255 71 31 26 255 56 24 21 255 +minecraft:tnt[unstable=false] 142 62 53 255 113 49 42 255 71 31 26 255 56 24 21 255 +minecraft:bookshelf 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:mossy_cobblestone 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:obsidian 15 10 24 255 12 8 19 255 7 5 12 255 6 4 9 255 +minecraft:torch 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:wall_torch 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:wall_torch[facing=south] 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:wall_torch[facing=west] 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:wall_torch[facing=east] 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:fire 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:soul_fire 54 195 200 145 43 156 160 145 27 97 100 145 21 78 80 145 +minecraft:spawner 36 46 62 175 28 36 49 175 18 23 31 175 14 18 24 175 +minecraft:oak_stairs 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:chest 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=single,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=left,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=left,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=right,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=right,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=single,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=single,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=left,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=left,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=right,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=right,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=single,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=single,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=left,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=left,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=right,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=right,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=single,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=single,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=left,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=left,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=right,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=right,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:redstone_wire 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:diamond_ore 121 141 140 255 96 112 112 255 60 70 70 255 48 56 56 255 +minecraft:deepslate_diamond_ore 83 106 106 255 66 84 84 255 41 53 53 255 33 42 42 255 +minecraft:diamond_block 98 237 228 255 78 189 182 255 49 118 114 255 39 94 91 255 +minecraft:crafting_table 119 73 42 255 95 58 33 255 59 36 21 255 47 29 16 255 +minecraft:wheat 8 127 15 6 6 101 12 6 4 63 7 6 3 50 6 6 +minecraft:wheat[age=1] 5 127 7 15 4 101 5 15 2 63 3 15 2 50 2 15 +minecraft:wheat[age=2] 6 133 12 32 4 106 9 32 3 66 6 32 2 53 4 32 +minecraft:wheat[age=3] 10 130 13 57 8 104 10 57 5 65 6 57 4 52 5 57 +minecraft:wheat[age=4] 37 132 18 78 29 105 14 78 18 66 9 78 14 52 7 78 +minecraft:wheat[age=5] 63 129 18 103 50 103 14 103 31 64 9 103 25 51 7 103 +minecraft:wheat[age=6] 141 133 37 125 112 106 29 125 70 66 18 125 56 53 14 125 +minecraft:wheat[age=7] 166 151 73 138 132 120 58 138 83 75 36 138 66 60 29 138 +minecraft:farmland 143 102 70 255 114 81 56 255 71 51 35 255 57 40 28 255 +minecraft:farmland[moisture=1] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=2] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=3] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=4] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=5] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=6] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=7] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:furnace 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=north,lit=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=south,lit=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=south,lit=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=west,lit=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=west,lit=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=east,lit=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=east,lit=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:oak_sign 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=0,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=1,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=1,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=2,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=2,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=3,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=3,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=4,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=4,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=5,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=5,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=6,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=6,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=7,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=7,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=8,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=8,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=9,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=9,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=10,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=10,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=11,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=11,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=12,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=12,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=13,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=13,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=14,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=14,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=15,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=15,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:spruce_sign 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=0,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=1,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=1,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=2,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=2,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=3,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=3,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=4,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=4,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=5,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=5,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=6,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=6,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=7,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=7,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=8,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=8,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=9,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=9,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=10,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=10,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=11,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=11,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=12,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=12,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=13,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=13,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=14,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=14,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=15,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=15,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:birch_sign 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=0,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=1,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=1,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=2,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=2,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=3,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=3,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=4,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=4,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=5,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=5,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=6,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=6,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=7,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=7,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=8,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=8,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=9,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=9,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=10,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=10,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=11,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=11,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=12,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=12,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=13,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=13,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=14,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=14,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=15,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=15,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:acacia_sign 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=0,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=1,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=1,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=2,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=2,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=3,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=3,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=4,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=4,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=5,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=5,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=6,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=6,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=7,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=7,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=8,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=8,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=9,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=9,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=10,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=10,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=11,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=11,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=12,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=12,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=13,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=13,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=14,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=14,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=15,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=15,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:jungle_sign 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=0,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=1,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=1,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=2,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=2,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=3,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=3,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=4,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=4,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=5,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=5,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=6,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=6,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=7,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=7,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=8,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=8,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=9,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=9,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=10,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=10,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=11,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=11,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=12,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=12,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=13,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=13,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=14,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=14,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=15,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=15,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:dark_oak_sign 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=0,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=1,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=1,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=2,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=2,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=3,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=3,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=4,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=4,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=5,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=5,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=6,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=6,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=7,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=7,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=8,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=8,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=9,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=9,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=10,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=10,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=11,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=11,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=12,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=12,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=13,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=13,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=14,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=14,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=15,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=15,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:oak_door 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:ladder 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=north,waterlogged=false] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=south,waterlogged=true] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=south,waterlogged=false] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=west,waterlogged=true] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=west,waterlogged=false] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=east,waterlogged=true] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=east,waterlogged=false] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:rail 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=north_south,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=east_west,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=east_west,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_east,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_east,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_west,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_west,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_north,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_north,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_south,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_south,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=south_east,waterlogged=true] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=south_east,waterlogged=false] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=south_west,waterlogged=true] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=south_west,waterlogged=false] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=north_west,waterlogged=true] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=north_west,waterlogged=false] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=north_east,waterlogged=true] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=north_east,waterlogged=false] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:cobblestone_stairs 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:oak_wall_sign 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=north,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=south,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=south,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=west,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=west,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=east,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=east,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:spruce_wall_sign 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=north,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=south,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=south,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=west,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=west,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=east,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=east,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:birch_wall_sign 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=north,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=south,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=south,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=west,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=west,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=east,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=east,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:acacia_wall_sign 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=north,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=south,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=south,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=west,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=west,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=east,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=east,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:jungle_wall_sign 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=north,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=south,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=south,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=west,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=west,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=east,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=east,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:dark_oak_wall_sign 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=north,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=south,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=south,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=west,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=west,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=east,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=east,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:lever 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=north,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=north,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:stone_pressure_plate 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_pressure_plate[powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:iron_door 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:oak_pressure_plate 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_pressure_plate[powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:spruce_pressure_plate 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_pressure_plate[powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_pressure_plate 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_pressure_plate[powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_pressure_plate 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_pressure_plate[powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_pressure_plate 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_pressure_plate[powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_pressure_plate 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_pressure_plate[powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:redstone_ore 140 109 109 255 112 87 87 255 70 54 54 255 56 43 43 255 +minecraft:redstone_ore[lit=false] 140 109 109 255 112 87 87 255 70 54 54 255 56 43 43 255 +minecraft:deepslate_redstone_ore 104 73 74 255 83 58 59 255 52 36 37 255 41 29 29 255 +minecraft:deepslate_redstone_ore[lit=false] 104 73 74 255 83 58 59 255 52 36 37 255 41 29 29 255 +minecraft:redstone_torch 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_torch[lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:redstone_wall_torch 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_wall_torch[facing=north,lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:redstone_wall_torch[facing=south,lit=true] 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_wall_torch[facing=south,lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:redstone_wall_torch[facing=west,lit=true] 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_wall_torch[facing=west,lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:redstone_wall_torch[facing=east,lit=true] 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_wall_torch[facing=east,lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:stone_button 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=north,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=south,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=south,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=west,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=west,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=east,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=east,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=north,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=north,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=south,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=south,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=west,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=west,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=east,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=east,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=north,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=north,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=south,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=south,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=west,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=west,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=east,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=east,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:snow 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=2] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=3] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=4] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=5] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=6] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=7] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=8] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:ice 145 183 253 190 116 146 202 190 72 91 126 190 58 73 101 190 +minecraft:snow_block 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:cactus 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=1] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=2] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=3] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=4] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=5] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=6] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=7] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=8] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=9] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=10] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=11] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=12] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=13] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=14] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=15] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:clay 160 166 179 255 128 132 143 255 80 83 89 255 64 66 71 255 +minecraft:sugar_cane 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=1] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=2] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=3] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=4] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=5] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=6] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=7] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=8] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=9] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=10] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=11] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=12] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=13] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=14] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=15] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:jukebox 93 64 47 255 74 51 37 255 46 32 23 255 37 25 18 255 +minecraft:jukebox[has_record=false] 93 64 47 255 74 51 37 255 46 32 23 255 37 25 18 255 +minecraft:oak_fence 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pumpkin 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:netherrack 97 38 38 255 77 30 30 255 48 19 19 255 38 15 15 255 +minecraft:soul_sand 81 62 50 255 64 49 40 255 40 31 25 255 32 24 20 255 +minecraft:soul_soil 75 57 46 255 60 45 36 255 37 28 23 255 30 22 18 255 +minecraft:basalt 73 72 77 255 58 57 61 255 36 36 38 255 29 28 30 255 +minecraft:basalt[axis=y] 80 81 86 255 64 64 68 255 40 40 43 255 32 32 34 255 +minecraft:basalt[axis=z] 73 72 77 255 58 57 61 255 36 36 38 255 29 28 30 255 +minecraft:polished_basalt 88 88 91 255 70 70 72 255 44 44 45 255 35 35 36 255 +minecraft:polished_basalt[axis=y] 99 98 100 255 79 78 80 255 49 49 50 255 39 39 40 255 +minecraft:polished_basalt[axis=z] 88 88 91 255 70 70 72 255 44 44 45 255 35 35 36 255 +minecraft:soul_torch 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=south] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=west] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=east] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:glowstone 171 131 84 255 136 104 67 255 85 65 42 255 68 52 33 255 +minecraft:nether_portal 91 13 193 192 72 10 154 192 45 6 96 192 36 5 77 192 +minecraft:nether_portal[axis=z] 91 13 193 192 72 10 154 192 45 6 96 192 36 5 77 192 +minecraft:carved_pumpkin 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:carved_pumpkin[facing=south] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:carved_pumpkin[facing=west] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:carved_pumpkin[facing=east] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:jack_o_lantern 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:jack_o_lantern[facing=south] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:jack_o_lantern[facing=west] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:jack_o_lantern[facing=east] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=1] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=2] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=3] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=4] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=5] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=6] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:repeater 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=north,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=north,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=north,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=south,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=south,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=south,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=south,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=west,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=west,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=west,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=west,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=east,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=east,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=east,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=east,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=north,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=north,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=north,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=north,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=south,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=south,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=south,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=south,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=west,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=west,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=west,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=west,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=east,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=east,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=east,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=east,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=north,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=north,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=north,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=north,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=south,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=south,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=south,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=south,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=west,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=west,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=west,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=west,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=east,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=east,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=east,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=east,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=north,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=north,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=north,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=north,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=south,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=south,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=south,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=south,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=west,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=west,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=west,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=west,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=east,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=east,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=east,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=east,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:white_stained_glass 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:orange_stained_glass 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:magenta_stained_glass 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:light_blue_stained_glass 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:yellow_stained_glass 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:lime_stained_glass 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:pink_stained_glass 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:gray_stained_glass 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:light_gray_stained_glass 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:cyan_stained_glass 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:purple_stained_glass 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:blue_stained_glass 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:brown_stained_glass 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:green_stained_glass 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:red_stained_glass 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:black_stained_glass 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:oak_trapdoor 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:spruce_trapdoor 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:birch_trapdoor 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:jungle_trapdoor 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:acacia_trapdoor 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:dark_oak_trapdoor 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:stone_bricks 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:mossy_stone_bricks 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:cracked_stone_bricks 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:chiseled_stone_bricks 119 118 119 255 95 94 95 255 59 59 59 255 47 47 47 255 +minecraft:infested_stone 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:infested_cobblestone 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:infested_stone_bricks 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:infested_mossy_stone_bricks 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:infested_cracked_stone_bricks 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:infested_chiseled_stone_bricks 119 118 119 255 95 94 95 255 59 59 59 255 47 47 47 255 +minecraft:brown_mushroom_block 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:iron_bars 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:chain 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=x,waterlogged=false] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=y,waterlogged=true] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=y,waterlogged=false] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=z,waterlogged=true] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=z,waterlogged=false] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:glass_pane 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:melon 111 144 30 255 88 115 24 255 55 72 15 255 44 57 12 255 +minecraft:attached_pumpkin_stem 65 104 49 32 52 83 39 32 32 52 24 32 26 41 19 32 +minecraft:attached_pumpkin_stem[facing=south] 65 104 49 32 52 83 39 32 32 52 24 32 26 41 19 32 +minecraft:attached_pumpkin_stem[facing=west] 65 104 49 32 52 83 39 32 32 52 24 32 26 41 19 32 +minecraft:attached_pumpkin_stem[facing=east] 65 104 49 32 52 83 39 32 32 52 24 32 26 41 19 32 +minecraft:attached_melon_stem 66 106 49 32 52 84 39 32 33 53 24 32 26 42 19 32 +minecraft:attached_melon_stem[facing=south] 66 106 49 32 52 84 39 32 33 53 24 32 26 42 19 32 +minecraft:attached_melon_stem[facing=west] 66 106 49 32 52 84 39 32 33 53 24 32 26 42 19 32 +minecraft:attached_melon_stem[facing=east] 66 106 49 32 52 84 39 32 33 53 24 32 26 42 19 32 +minecraft:pumpkin_stem 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=1] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=2] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=3] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=4] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=5] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=6] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=7] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:melon_stem 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=1] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=2] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=3] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=4] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=5] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=6] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=7] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:vine 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=true,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=true,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=true,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=false,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=false,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=false,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=false,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=true,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=true,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=true,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=true,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=false,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=false,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=false,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=false,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=true,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=true,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=true,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=true,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=false,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=false,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=false,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=false,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=true,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=true,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=true,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=true,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=false,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=false,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=false,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=false,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:glow_lichen 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:oak_fence_gate 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brick_stairs 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:stone_brick_stairs 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:mycelium 69 110 51 255 55 88 40 255 34 55 25 255 27 44 20 255 +minecraft:mycelium[snowy=false] 111 98 101 255 88 78 80 255 55 49 50 255 44 39 40 255 +minecraft:lily_pad 16 66 25 149 12 52 20 149 8 33 12 149 6 26 10 149 +minecraft:nether_bricks 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_wart 117 18 21 43 93 14 16 43 58 9 10 43 46 7 8 43 +minecraft:nether_wart[age=1] 115 17 18 118 92 13 14 118 57 8 9 118 46 6 7 118 +minecraft:nether_wart[age=2] 115 17 18 118 92 13 14 118 57 8 9 118 46 6 7 118 +minecraft:nether_wart[age=3] 111 18 19 159 88 14 15 159 55 9 9 159 44 7 7 159 +minecraft:enchanting_table 128 75 85 255 102 60 68 255 64 37 42 255 51 30 34 255 +minecraft:brewing_stand 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=true,has_bottle_2=false] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=false,has_bottle_2=true] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=false,has_bottle_2=false] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=true,has_bottle_2=true] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=true,has_bottle_2=false] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=true] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=false] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:cauldron 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:water_cauldron 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:water_cauldron[level=2] 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:water_cauldron[level=3] 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:lava_cauldron 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:powder_snow_cauldron 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:powder_snow_cauldron[level=2] 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:powder_snow_cauldron[level=3] 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:end_portal 117 90 156 255 93 72 124 255 58 45 78 255 46 36 62 255 +minecraft:end_portal_frame 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=true,facing=south] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=true,facing=west] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=true,facing=east] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=false,facing=north] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=false,facing=south] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=false,facing=west] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=false,facing=east] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_stone 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:dragon_egg 12 9 15 255 9 7 12 255 6 4 7 255 4 3 6 255 +minecraft:redstone_lamp 142 101 60 255 113 80 48 255 71 50 30 255 56 40 24 255 +minecraft:redstone_lamp[lit=false] 95 54 30 255 76 43 24 255 47 27 15 255 38 21 12 255 +minecraft:cocoa 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=0,facing=south] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=0,facing=west] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=0,facing=east] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=1,facing=north] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=1,facing=south] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=1,facing=west] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=1,facing=east] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=2,facing=north] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=2,facing=south] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=2,facing=west] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=2,facing=east] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:sandstone_stairs 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:emerald_ore 108 136 115 255 86 108 92 255 54 68 57 255 43 54 46 255 +minecraft:deepslate_emerald_ore 78 104 87 255 62 83 69 255 39 52 43 255 31 41 34 255 +minecraft:ender_chest 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=north,waterlogged=false] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=south,waterlogged=true] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=south,waterlogged=false] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=west,waterlogged=true] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=west,waterlogged=false] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=east,waterlogged=true] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=east,waterlogged=false] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:tripwire_hook 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=north,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:emerald_block 42 203 87 255 33 162 69 255 21 101 43 255 16 81 34 255 +minecraft:spruce_stairs 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_stairs 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_stairs 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:command_block 173 131 106 255 138 104 84 255 86 65 53 255 69 52 42 255 +minecraft:command_block[conditional=true,facing=east] 180 135 108 255 144 108 86 255 90 67 54 255 72 54 43 255 +minecraft:command_block[conditional=true,facing=south] 178 133 105 255 142 106 84 255 89 66 52 255 71 53 42 255 +minecraft:command_block[conditional=true,facing=west] 178 133 105 255 142 106 84 255 89 66 52 255 71 53 42 255 +minecraft:command_block[conditional=true,facing=up] 178 133 105 255 142 106 84 255 89 66 52 255 71 53 42 255 +minecraft:command_block[conditional=true,facing=down] 178 133 105 255 142 106 84 255 89 66 52 255 71 53 42 255 +minecraft:command_block[conditional=false,facing=north] 173 131 106 255 138 104 84 255 86 65 53 255 69 52 42 255 +minecraft:command_block[conditional=false,facing=east] 180 135 108 255 144 108 86 255 90 67 54 255 72 54 43 255 +minecraft:command_block[conditional=false,facing=south] 177 133 107 255 141 106 85 255 88 66 53 255 70 53 42 255 +minecraft:command_block[conditional=false,facing=west] 177 133 107 255 141 106 85 255 88 66 53 255 70 53 42 255 +minecraft:command_block[conditional=false,facing=up] 177 133 107 255 141 106 85 255 88 66 53 255 70 53 42 255 +minecraft:command_block[conditional=false,facing=down] 177 133 107 255 141 106 85 255 88 66 53 255 70 53 42 255 +minecraft:beacon 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:cobblestone_wall 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:mossy_cobblestone_wall 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:flower_pot 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_oak_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_spruce_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_birch_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_jungle_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_acacia_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_dark_oak_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_fern 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_dandelion 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_poppy 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_blue_orchid 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_allium 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_azure_bluet 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_red_tulip 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_orange_tulip 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_white_tulip 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_pink_tulip 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_oxeye_daisy 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_cornflower 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_lily_of_the_valley 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_wither_rose 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_red_mushroom 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_brown_mushroom 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_dead_bush 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_cactus 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:carrots 44 110 39 16 35 88 31 16 22 55 19 16 17 44 15 16 +minecraft:carrots[age=1] 44 110 39 16 35 88 31 16 22 55 19 16 17 44 15 16 +minecraft:carrots[age=2] 52 120 40 41 41 96 32 41 26 60 20 41 20 48 16 41 +minecraft:carrots[age=3] 52 120 40 41 41 96 32 41 26 60 20 41 20 48 16 41 +minecraft:carrots[age=4] 56 113 37 81 44 90 29 81 28 56 18 81 22 45 14 81 +minecraft:carrots[age=5] 56 113 37 81 44 90 29 81 28 56 18 81 22 45 14 81 +minecraft:carrots[age=6] 56 113 37 81 44 90 29 81 28 56 18 81 22 45 14 81 +minecraft:carrots[age=7] 81 123 37 110 64 98 29 110 40 61 18 110 32 49 14 110 +minecraft:potatoes 58 129 40 14 46 103 32 14 29 64 20 14 23 51 16 14 +minecraft:potatoes[age=1] 58 129 40 14 46 103 32 14 29 64 20 14 23 51 16 14 +minecraft:potatoes[age=2] 68 131 42 25 54 104 33 25 34 65 21 25 27 52 16 25 +minecraft:potatoes[age=3] 68 131 42 25 54 104 33 25 34 65 21 25 27 52 16 25 +minecraft:potatoes[age=4] 85 129 47 44 68 103 37 44 42 64 23 44 34 51 18 44 +minecraft:potatoes[age=5] 85 129 47 44 68 103 37 44 42 64 23 44 34 51 18 44 +minecraft:potatoes[age=6] 85 129 47 44 68 103 37 44 42 64 23 44 34 51 18 44 +minecraft:potatoes[age=7] 84 135 47 80 67 108 37 80 42 67 23 80 33 54 18 80 +minecraft:oak_button 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=north,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=south,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=south,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=west,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=west,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=east,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=east,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=north,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=north,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=south,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=south,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=west,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=west,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=east,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=east,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=north,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=north,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=south,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=south,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=west,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=west,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=east,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=east,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:spruce_button 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=north,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=south,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=south,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=west,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=west,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=east,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=east,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=north,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=north,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=south,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=south,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=west,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=west,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=east,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=east,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=north,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=north,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=south,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=south,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=west,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=west,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=east,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=east,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_button 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=north,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=south,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=south,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=west,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=west,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=east,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=east,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=north,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=north,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=south,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=south,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=west,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=west,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=east,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=east,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=north,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=north,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=south,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=south,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=west,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=west,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=east,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=east,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_button 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=north,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=south,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=south,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=west,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=west,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=east,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=east,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=north,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=north,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=south,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=south,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=west,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=west,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=east,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=east,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=north,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=north,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=south,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=south,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=west,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=west,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=east,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=east,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_button 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=north,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=south,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=south,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=west,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=west,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=east,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=east,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=north,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=north,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=south,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=south,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=west,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=west,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=east,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=east,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=north,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=north,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=south,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=south,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=west,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=west,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=east,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=east,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_button 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=north,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=south,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=south,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=west,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=west,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=east,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=east,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=north,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=north,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=south,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=south,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=west,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=west,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=east,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=east,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=north,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=north,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=south,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=south,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=west,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=west,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=east,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=east,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:skeleton_skull 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=1] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=2] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=3] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=4] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=5] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=6] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=7] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=8] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=9] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=10] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=11] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=12] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=13] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=14] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=15] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_wall_skull 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_wall_skull[facing=south] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_wall_skull[facing=west] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_wall_skull[facing=east] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:wither_skeleton_skull 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=1] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=2] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=3] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=4] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=5] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=6] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=7] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=8] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=9] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=10] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=11] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=12] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=13] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=14] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=15] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_wall_skull 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_wall_skull[facing=south] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_wall_skull[facing=west] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_wall_skull[facing=east] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:zombie_head 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=1] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=2] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=3] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=4] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=5] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=6] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=7] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=8] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=9] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=10] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=11] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=12] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=13] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=14] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=15] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_wall_head 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_wall_head[facing=south] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_wall_head[facing=west] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_wall_head[facing=east] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:player_head 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=1] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=2] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=3] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=4] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=5] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=6] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=7] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=8] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=9] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=10] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=11] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=12] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=13] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=14] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=15] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_wall_head 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_wall_head[facing=south] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_wall_head[facing=west] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_wall_head[facing=east] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:creeper_head 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=1] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=2] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=3] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=4] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=5] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=6] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=7] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=8] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=9] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=10] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=11] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=12] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=13] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=14] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=15] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_wall_head 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_wall_head[facing=south] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_wall_head[facing=west] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_wall_head[facing=east] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=1] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=2] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=3] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=4] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=5] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=6] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=7] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=8] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=9] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=10] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=11] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=12] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=13] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=14] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=15] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_wall_head 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_wall_head[facing=south] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_wall_head[facing=west] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_wall_head[facing=east] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:anvil 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:anvil[facing=south] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:anvil[facing=west] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:anvil[facing=east] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:chipped_anvil 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:chipped_anvil[facing=south] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:chipped_anvil[facing=west] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:chipped_anvil[facing=east] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:damaged_anvil 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:damaged_anvil[facing=south] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:damaged_anvil[facing=west] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:damaged_anvil[facing=east] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:trapped_chest 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=single,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=left,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=left,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=right,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=right,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=single,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=single,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=left,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=left,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=right,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=right,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=single,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=single,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=left,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=left,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=right,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=right,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=single,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=single,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=left,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=left,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=right,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=right,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:light_weighted_pressure_plate 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=1] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=2] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=3] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=4] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=5] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=6] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=7] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=8] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=9] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=10] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=11] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=12] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=13] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=14] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=15] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:heavy_weighted_pressure_plate 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=1] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=2] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=3] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=4] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=5] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=6] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=7] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=8] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=9] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=10] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=11] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=12] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=13] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=14] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=15] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:comparator 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=north,mode=compare,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=north,mode=subtract,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=north,mode=subtract,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=south,mode=compare,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=south,mode=compare,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=south,mode=subtract,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=south,mode=subtract,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=west,mode=compare,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=west,mode=compare,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=west,mode=subtract,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=west,mode=subtract,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=east,mode=compare,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=east,mode=compare,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=east,mode=subtract,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=east,mode=subtract,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:daylight_detector 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=1] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=2] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=3] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=4] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=5] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=6] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=7] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=8] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=9] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=10] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=11] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=12] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=13] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=14] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=15] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=false,power=0] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=1] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=2] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=3] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=4] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=5] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=6] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=7] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=8] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=9] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=10] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=11] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=12] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=13] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=14] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=15] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:redstone_block 175 24 5 255 140 19 4 255 87 12 2 255 70 9 2 255 +minecraft:nether_quartz_ore 117 65 62 255 93 52 49 255 58 32 31 255 46 26 24 255 +minecraft:hopper 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=true,facing=north] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=true,facing=south] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=true,facing=west] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=true,facing=east] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=down] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=north] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=south] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=west] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=east] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:quartz_block 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:chiseled_quartz_block 231 226 217 255 184 180 173 255 115 113 108 255 92 90 86 255 +minecraft:quartz_pillar 235 230 224 255 188 184 179 255 117 115 112 255 94 92 89 255 +minecraft:quartz_pillar[axis=y] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_pillar[axis=z] 235 230 224 255 188 184 179 255 117 115 112 255 94 92 89 255 +minecraft:quartz_stairs 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:activator_rail 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=north_south,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=east_west,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=east_west,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_east,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_east,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_west,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_west,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_north,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_north,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_south,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_south,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=false,shape=north_south,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=north_south,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=east_west,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=east_west,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_east,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_east,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_west,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_west,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_north,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_north,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_south,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_south,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:dropper 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=north,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=east,triggered=true] 97 96 96 255 77 76 76 255 48 48 48 255 38 38 38 255 +minecraft:dropper[facing=east,triggered=false] 97 96 96 255 77 76 76 255 48 48 48 255 38 38 38 255 +minecraft:dropper[facing=south,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=south,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=west,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=west,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=up,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=up,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=down,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=down,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:white_terracotta 209 178 161 255 167 142 128 255 104 89 80 255 83 71 64 255 +minecraft:orange_terracotta 161 83 37 255 128 66 29 255 80 41 18 255 64 33 14 255 +minecraft:magenta_terracotta 149 88 108 255 119 70 86 255 74 44 54 255 59 35 43 255 +minecraft:light_blue_terracotta 113 108 137 255 90 86 109 255 56 54 68 255 45 43 54 255 +minecraft:yellow_terracotta 186 133 35 255 148 106 28 255 93 66 17 255 74 53 14 255 +minecraft:lime_terracotta 103 117 52 255 82 93 41 255 51 58 26 255 41 46 20 255 +minecraft:pink_terracotta 161 78 78 255 128 62 62 255 80 39 39 255 64 31 31 255 +minecraft:gray_terracotta 57 42 35 255 45 33 28 255 28 21 17 255 22 16 14 255 +minecraft:light_gray_terracotta 135 106 97 255 108 84 77 255 67 53 48 255 54 42 38 255 +minecraft:cyan_terracotta 86 91 91 255 68 72 72 255 43 45 45 255 34 36 36 255 +minecraft:purple_terracotta 118 70 86 255 94 56 68 255 59 35 43 255 47 28 34 255 +minecraft:blue_terracotta 74 59 91 255 59 47 72 255 37 29 45 255 29 23 36 255 +minecraft:brown_terracotta 77 51 35 255 61 40 28 255 38 25 17 255 30 20 14 255 +minecraft:green_terracotta 76 83 42 255 60 66 33 255 38 41 21 255 30 33 16 255 +minecraft:red_terracotta 143 61 46 255 114 48 36 255 71 30 23 255 57 24 18 255 +minecraft:black_terracotta 37 22 16 255 29 17 12 255 18 11 8 255 14 8 6 255 +minecraft:white_stained_glass_pane 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:orange_stained_glass_pane 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:magenta_stained_glass_pane 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:light_blue_stained_glass_pane 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:yellow_stained_glass_pane 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:lime_stained_glass_pane 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:pink_stained_glass_pane 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:gray_stained_glass_pane 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:light_gray_stained_glass_pane 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:cyan_stained_glass_pane 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:purple_stained_glass_pane 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:blue_stained_glass_pane 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:brown_stained_glass_pane 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:green_stained_glass_pane 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:red_stained_glass_pane 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:black_stained_glass_pane 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:acacia_stairs 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_stairs 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:slime_block 111 192 91 180 88 153 72 180 55 96 45 180 44 76 36 180 +minecraft:iron_trapdoor 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:prismarine 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_bricks 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:dark_prismarine 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:prismarine_stairs 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_brick_stairs 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:dark_prismarine_stairs 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:prismarine_slab 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=top,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=bottom,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=bottom,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=double,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=double,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_brick_slab 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=top,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=bottom,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=bottom,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=double,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=double,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:dark_prismarine_slab 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=top,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=bottom,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=bottom,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=double,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=double,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:sea_lantern 172 200 190 255 137 160 152 255 86 100 95 255 68 80 76 255 +minecraft:hay_block 166 136 38 255 132 108 30 255 83 68 19 255 66 54 15 255 +minecraft:hay_block[axis=y] 165 139 12 255 132 111 9 255 82 69 6 255 66 55 4 255 +minecraft:hay_block[axis=z] 166 136 38 255 132 108 30 255 83 68 19 255 66 54 15 255 +minecraft:white_carpet 233 236 236 255 186 188 188 255 116 118 118 255 93 94 94 255 +minecraft:orange_carpet 240 118 19 255 192 94 15 255 120 59 9 255 96 47 7 255 +minecraft:magenta_carpet 189 68 179 255 151 54 143 255 94 34 89 255 75 27 71 255 +minecraft:light_blue_carpet 58 175 217 255 46 140 173 255 29 87 108 255 23 70 86 255 +minecraft:yellow_carpet 248 197 39 255 198 157 31 255 124 98 19 255 99 78 15 255 +minecraft:lime_carpet 112 185 25 255 89 148 20 255 56 92 12 255 44 74 10 255 +minecraft:pink_carpet 237 141 172 255 189 112 137 255 118 70 86 255 94 56 68 255 +minecraft:gray_carpet 62 68 71 255 49 54 56 255 31 34 35 255 24 27 28 255 +minecraft:light_gray_carpet 142 142 134 255 113 113 107 255 71 71 67 255 56 56 53 255 +minecraft:cyan_carpet 21 137 145 255 16 109 116 255 10 68 72 255 8 54 58 255 +minecraft:purple_carpet 121 42 172 255 96 33 137 255 60 21 86 255 48 16 68 255 +minecraft:blue_carpet 53 57 157 255 42 45 125 255 26 28 78 255 21 22 62 255 +minecraft:brown_carpet 114 71 40 255 91 56 32 255 57 35 20 255 45 28 16 255 +minecraft:green_carpet 84 109 27 255 67 87 21 255 42 54 13 255 33 43 10 255 +minecraft:red_carpet 160 39 34 255 128 31 27 255 80 19 17 255 64 15 13 255 +minecraft:black_carpet 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:terracotta 152 94 67 255 121 75 53 255 76 47 33 255 60 37 26 255 +minecraft:coal_block 16 15 15 255 12 12 12 255 8 7 7 255 6 6 6 255 +minecraft:packed_ice 141 180 250 255 112 144 200 255 70 90 125 255 56 72 100 255 +minecraft:sunflower 49 129 27 30 39 103 21 30 24 64 13 30 19 51 10 30 +minecraft:sunflower[half=lower] 56 135 30 56 44 108 24 56 28 67 15 56 22 54 12 56 +minecraft:lilac 154 125 147 74 123 100 117 74 77 62 73 74 61 50 58 74 +minecraft:lilac[half=lower] 137 124 126 89 109 99 100 89 68 62 63 89 54 49 50 89 +minecraft:rose_bush 131 66 37 92 104 52 29 92 65 33 18 92 52 26 14 92 +minecraft:rose_bush[half=lower] 97 83 37 178 77 66 29 178 48 41 18 178 38 33 14 178 +minecraft:peony 129 126 139 109 103 100 111 109 64 63 69 109 51 50 55 109 +minecraft:peony[half=lower] 86 101 93 140 68 80 74 140 43 50 46 140 34 40 37 140 +minecraft:tall_grass 71 112 53 89 56 89 42 89 35 56 26 89 28 44 21 89 +minecraft:tall_grass[half=lower] 60 96 45 186 48 76 36 186 30 48 22 186 24 38 18 186 +minecraft:large_fern 59 94 44 103 47 75 35 103 29 47 22 103 23 37 17 103 +minecraft:large_fern[half=lower] 62 98 46 175 49 78 36 175 31 49 23 175 24 39 18 175 +minecraft:white_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_sandstone 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:chiseled_red_sandstone 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_stairs 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:oak_slab 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=top,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=bottom,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=bottom,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=double,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=double,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:spruce_slab 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=top,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=bottom,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=bottom,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=double,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=double,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_slab 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=top,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=bottom,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=bottom,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=double,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=double,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_slab 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=top,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=bottom,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=bottom,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=double,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=double,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_slab 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=top,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=bottom,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=bottom,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=double,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=double,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_slab 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=top,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=bottom,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=bottom,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=double,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=double,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:stone_slab 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=top,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=bottom,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=bottom,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=double,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=double,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:smooth_stone_slab 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=top,waterlogged=false] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=bottom,waterlogged=true] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=bottom,waterlogged=false] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=double,waterlogged=true] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=double,waterlogged=false] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:sandstone_slab 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=top,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=bottom,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=bottom,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=double,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=double,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=top,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=bottom,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=bottom,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=double,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=double,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:petrified_oak_slab 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=top,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=bottom,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=bottom,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=double,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=double,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cobblestone_slab 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=top,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=bottom,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=bottom,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=double,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=double,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:brick_slab 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=top,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=bottom,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=bottom,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=double,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=double,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:stone_brick_slab 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=top,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=bottom,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=bottom,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=double,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=double,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:nether_brick_slab 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=top,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=bottom,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=bottom,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=double,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=double,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:quartz_slab 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=top,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=bottom,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=bottom,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=double,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=double,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:red_sandstone_slab 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=top,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=bottom,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=bottom,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=double,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=double,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=top,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=double,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=double,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:purpur_slab 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=top,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=bottom,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=bottom,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=double,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=double,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:smooth_stone 159 159 159 255 127 127 127 255 79 79 79 255 63 63 63 255 +minecraft:smooth_sandstone 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_quartz 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:smooth_red_sandstone 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:spruce_fence_gate 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_fence_gate 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_fence_gate 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_fence_gate 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_fence_gate 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:spruce_fence 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_fence 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_fence 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_fence 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_fence 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:spruce_door 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:birch_door 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:jungle_door 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:acacia_door 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:dark_oak_door 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:end_rod 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=east] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=south] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=west] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=up] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=down] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:chorus_plant 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_flower 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=1] 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=2] 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=3] 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=4] 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=5] 96 61 94 255 76 48 75 255 48 30 47 255 38 24 37 255 +minecraft:purpur_block 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_pillar 171 129 171 255 136 103 136 255 85 64 85 255 68 51 68 255 +minecraft:purpur_pillar[axis=y] 171 128 171 255 136 102 136 255 85 64 85 255 68 51 68 255 +minecraft:purpur_pillar[axis=z] 171 129 171 255 136 103 136 255 85 64 85 255 68 51 68 255 +minecraft:purpur_stairs 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:end_stone_bricks 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:beetroots 65 137 41 14 52 109 32 14 32 68 20 14 26 54 16 14 +minecraft:beetroots[age=1] 66 138 41 29 52 110 32 29 33 69 20 29 26 55 16 29 +minecraft:beetroots[age=2] 69 130 39 87 55 104 31 87 34 65 19 87 27 52 15 87 +minecraft:beetroots[age=3] 93 91 30 115 74 72 24 115 46 45 15 115 37 36 12 115 +minecraft:dirt_path 148 121 65 255 118 96 52 255 74 60 32 255 59 48 26 255 +minecraft:end_gateway 117 90 156 255 93 72 124 255 58 45 78 255 46 36 62 255 +minecraft:repeating_command_block 127 109 166 255 101 87 132 255 63 54 83 255 50 43 66 255 +minecraft:repeating_command_block[conditional=true,facing=east] 129 111 176 255 103 88 140 255 64 55 88 255 51 44 70 255 +minecraft:repeating_command_block[conditional=true,facing=south] 128 110 170 255 102 88 136 255 64 55 85 255 51 44 68 255 +minecraft:repeating_command_block[conditional=true,facing=west] 128 110 170 255 102 88 136 255 64 55 85 255 51 44 68 255 +minecraft:repeating_command_block[conditional=true,facing=up] 128 110 170 255 102 88 136 255 64 55 85 255 51 44 68 255 +minecraft:repeating_command_block[conditional=true,facing=down] 128 110 170 255 102 88 136 255 64 55 85 255 51 44 68 255 +minecraft:repeating_command_block[conditional=false,facing=north] 127 109 166 255 101 87 132 255 63 54 83 255 50 43 66 255 +minecraft:repeating_command_block[conditional=false,facing=east] 129 111 176 255 103 88 140 255 64 55 88 255 51 44 70 255 +minecraft:repeating_command_block[conditional=false,facing=south] 127 109 171 255 101 87 136 255 63 54 85 255 50 43 68 255 +minecraft:repeating_command_block[conditional=false,facing=west] 127 109 171 255 101 87 136 255 63 54 85 255 50 43 68 255 +minecraft:repeating_command_block[conditional=false,facing=up] 127 109 171 255 101 87 136 255 63 54 85 255 50 43 68 255 +minecraft:repeating_command_block[conditional=false,facing=down] 127 109 171 255 101 87 136 255 63 54 85 255 50 43 68 255 +minecraft:chain_command_block 129 156 144 255 103 124 115 255 64 78 72 255 51 62 57 255 +minecraft:chain_command_block[conditional=true,facing=east] 132 165 150 255 105 132 120 255 66 82 75 255 52 66 60 255 +minecraft:chain_command_block[conditional=true,facing=south] 131 161 147 255 104 128 117 255 65 80 73 255 52 64 58 255 +minecraft:chain_command_block[conditional=true,facing=west] 131 161 147 255 104 128 117 255 65 80 73 255 52 64 58 255 +minecraft:chain_command_block[conditional=true,facing=up] 131 161 147 255 104 128 117 255 65 80 73 255 52 64 58 255 +minecraft:chain_command_block[conditional=true,facing=down] 131 161 147 255 104 128 117 255 65 80 73 255 52 64 58 255 +minecraft:chain_command_block[conditional=false,facing=north] 129 156 144 255 103 124 115 255 64 78 72 255 51 62 57 255 +minecraft:chain_command_block[conditional=false,facing=east] 132 165 150 255 105 132 120 255 66 82 75 255 52 66 60 255 +minecraft:chain_command_block[conditional=false,facing=south] 129 161 147 255 103 128 117 255 64 80 73 255 51 64 58 255 +minecraft:chain_command_block[conditional=false,facing=west] 129 161 147 255 103 128 117 255 64 80 73 255 51 64 58 255 +minecraft:chain_command_block[conditional=false,facing=up] 129 161 147 255 103 128 117 255 64 80 73 255 51 64 58 255 +minecraft:chain_command_block[conditional=false,facing=down] 129 161 147 255 103 128 117 255 64 80 73 255 51 64 58 255 +minecraft:frosted_ice 140 181 252 190 112 144 201 190 70 90 126 190 56 72 100 190 +minecraft:frosted_ice[age=1] 139 180 252 193 111 144 201 193 69 90 126 193 55 72 100 193 +minecraft:frosted_ice[age=2] 137 179 252 199 109 143 201 199 68 89 126 199 54 71 100 199 +minecraft:frosted_ice[age=3] 134 177 252 212 107 141 201 212 67 88 126 212 53 70 100 212 +minecraft:magma_block 141 62 30 255 112 49 24 255 70 31 15 255 56 24 12 255 +minecraft:nether_wart_block 114 2 2 255 91 1 1 255 57 1 1 255 45 0 0 255 +minecraft:red_nether_bricks 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:bone_block 229 225 207 255 183 180 165 255 114 112 103 255 91 90 82 255 +minecraft:bone_block[axis=y] 209 206 179 255 167 164 143 255 104 103 89 255 83 82 71 255 +minecraft:bone_block[axis=z] 229 225 207 255 183 180 165 255 114 112 103 255 91 90 82 255 +minecraft:observer 71 69 69 255 56 55 55 255 35 34 34 255 28 27 27 255 +minecraft:observer[facing=north,powered=false] 71 69 69 255 56 55 55 255 35 34 34 255 28 27 27 255 +minecraft:observer[facing=east,powered=true] 103 103 103 255 82 82 82 255 51 51 51 255 41 41 41 255 +minecraft:observer[facing=east,powered=false] 103 103 103 255 82 82 82 255 51 51 51 255 41 41 41 255 +minecraft:observer[facing=south,powered=true] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=south,powered=false] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=west,powered=true] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=west,powered=false] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=up,powered=true] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=up,powered=false] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=down,powered=true] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=down,powered=false] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:shulker_box 121 83 121 255 96 66 96 255 60 41 60 255 48 33 48 255 +minecraft:shulker_box[facing=east] 139 96 139 255 111 76 111 255 69 48 69 255 55 38 55 255 +minecraft:shulker_box[facing=south] 139 97 139 255 111 77 111 255 69 48 69 255 55 38 55 255 +minecraft:shulker_box[facing=west] 139 97 139 255 111 77 111 255 69 48 69 255 55 38 55 255 +minecraft:shulker_box[facing=up] 139 97 139 255 111 77 111 255 69 48 69 255 55 38 55 255 +minecraft:shulker_box[facing=down] 139 97 139 255 111 77 111 255 69 48 69 255 55 38 55 255 +minecraft:white_shulker_box 168 173 174 255 134 138 139 255 84 86 87 255 67 69 69 255 +minecraft:white_shulker_box[facing=east] 215 220 221 255 172 176 176 255 107 110 110 255 86 88 88 255 +minecraft:white_shulker_box[facing=south] 202 207 208 255 161 165 166 255 101 103 104 255 80 82 83 255 +minecraft:white_shulker_box[facing=west] 202 207 208 255 161 165 166 255 101 103 104 255 80 82 83 255 +minecraft:white_shulker_box[facing=up] 202 207 208 255 161 165 166 255 101 103 104 255 80 82 83 255 +minecraft:white_shulker_box[facing=down] 202 207 208 255 161 165 166 255 101 103 104 255 80 82 83 255 +minecraft:orange_shulker_box 165 70 0 255 132 56 0 255 82 35 0 255 66 28 0 255 +minecraft:orange_shulker_box[facing=east] 234 106 8 255 187 84 6 255 117 53 4 255 93 42 3 255 +minecraft:orange_shulker_box[facing=south] 218 97 5 255 174 77 4 255 109 48 2 255 87 38 2 255 +minecraft:orange_shulker_box[facing=west] 218 97 5 255 174 77 4 255 109 48 2 255 87 38 2 255 +minecraft:orange_shulker_box[facing=up] 218 97 5 255 174 77 4 255 109 48 2 255 87 38 2 255 +minecraft:orange_shulker_box[facing=down] 218 97 5 255 174 77 4 255 109 48 2 255 87 38 2 255 +minecraft:magenta_shulker_box 138 38 129 255 110 30 103 255 69 19 64 255 55 15 51 255 +minecraft:magenta_shulker_box[facing=east] 173 54 163 255 138 43 130 255 86 27 81 255 69 21 65 255 +minecraft:magenta_shulker_box[facing=south] 163 48 153 255 130 38 122 255 81 24 76 255 65 19 61 255 +minecraft:magenta_shulker_box[facing=west] 163 48 153 255 130 38 122 255 81 24 76 255 65 19 61 255 +minecraft:magenta_shulker_box[facing=up] 163 48 153 255 130 38 122 255 81 24 76 255 65 19 61 255 +minecraft:magenta_shulker_box[facing=down] 163 48 153 255 130 38 122 255 81 24 76 255 65 19 61 255 +minecraft:light_blue_shulker_box 27 113 166 255 21 90 132 255 13 56 83 255 10 45 66 255 +minecraft:light_blue_shulker_box[facing=east] 49 163 212 255 39 130 169 255 24 81 106 255 19 65 84 255 +minecraft:light_blue_shulker_box[facing=south] 42 150 202 255 33 120 161 255 21 75 101 255 16 60 80 255 +minecraft:light_blue_shulker_box[facing=west] 42 150 202 255 33 120 161 255 21 75 101 255 16 60 80 255 +minecraft:light_blue_shulker_box[facing=up] 42 150 202 255 33 120 161 255 21 75 101 255 16 60 80 255 +minecraft:light_blue_shulker_box[facing=down] 42 150 202 255 33 120 161 255 21 75 101 255 16 60 80 255 +minecraft:yellow_shulker_box 209 149 14 255 167 119 11 255 104 74 7 255 83 59 5 255 +minecraft:yellow_shulker_box[facing=east] 248 188 29 255 198 150 23 255 124 94 14 255 99 75 11 255 +minecraft:yellow_shulker_box[facing=south] 240 179 24 255 192 143 19 255 120 89 12 255 96 71 9 255 +minecraft:yellow_shulker_box[facing=west] 240 179 24 255 192 143 19 255 120 89 12 255 96 71 9 255 +minecraft:yellow_shulker_box[facing=up] 240 179 24 255 192 143 19 255 120 89 12 255 96 71 9 255 +minecraft:yellow_shulker_box[facing=down] 240 179 24 255 192 143 19 255 120 89 12 255 96 71 9 255 +minecraft:lime_shulker_box 61 112 14 255 48 89 11 255 30 56 7 255 24 44 5 255 +minecraft:lime_shulker_box[facing=east] 99 172 23 255 79 137 18 255 49 86 11 255 39 68 9 255 +minecraft:lime_shulker_box[facing=south] 88 156 21 255 70 124 16 255 44 78 10 255 35 62 8 255 +minecraft:lime_shulker_box[facing=west] 88 156 21 255 70 124 16 255 44 78 10 255 35 62 8 255 +minecraft:lime_shulker_box[facing=up] 88 156 21 255 70 124 16 255 44 78 10 255 35 62 8 255 +minecraft:lime_shulker_box[facing=down] 88 156 21 255 70 124 16 255 44 78 10 255 35 62 8 255 +minecraft:pink_shulker_box 177 78 116 255 141 62 92 255 88 39 58 255 70 31 46 255 +minecraft:pink_shulker_box[facing=east] 230 121 157 255 184 96 125 255 115 60 78 255 92 48 62 255 +minecraft:pink_shulker_box[facing=south] 217 109 146 255 173 87 116 255 108 54 73 255 86 43 58 255 +minecraft:pink_shulker_box[facing=west] 217 109 146 255 173 87 116 255 108 54 73 255 86 43 58 255 +minecraft:pink_shulker_box[facing=up] 217 109 146 255 173 87 116 255 108 54 73 255 86 43 58 255 +minecraft:pink_shulker_box[facing=down] 217 109 146 255 173 87 116 255 108 54 73 255 86 43 58 255 +minecraft:gray_shulker_box 36 38 41 255 28 30 32 255 18 19 20 255 14 15 16 255 +minecraft:gray_shulker_box[facing=east] 55 58 62 255 44 46 49 255 27 29 31 255 22 23 24 255 +minecraft:gray_shulker_box[facing=south] 49 52 56 255 39 41 44 255 24 26 28 255 19 20 22 255 +minecraft:gray_shulker_box[facing=west] 49 52 56 255 39 41 44 255 24 26 28 255 19 20 22 255 +minecraft:gray_shulker_box[facing=up] 49 52 56 255 39 41 44 255 24 26 28 255 19 20 22 255 +minecraft:gray_shulker_box[facing=down] 49 52 56 255 39 41 44 255 24 26 28 255 19 20 22 255 +minecraft:light_gray_shulker_box 78 78 71 255 62 62 56 255 39 39 35 255 31 31 28 255 +minecraft:light_gray_shulker_box[facing=east] 124 124 115 255 99 99 92 255 62 62 57 255 49 49 46 255 +minecraft:light_gray_shulker_box[facing=south] 111 111 102 255 88 88 81 255 55 55 51 255 44 44 40 255 +minecraft:light_gray_shulker_box[facing=west] 111 111 102 255 88 88 81 255 55 55 51 255 44 44 40 255 +minecraft:light_gray_shulker_box[facing=up] 111 111 102 255 88 88 81 255 55 55 51 255 44 44 40 255 +minecraft:light_gray_shulker_box[facing=down] 111 111 102 255 88 88 81 255 55 55 51 255 44 44 40 255 +minecraft:cyan_shulker_box 10 82 95 255 8 65 76 255 5 41 47 255 4 32 38 255 +minecraft:cyan_shulker_box[facing=east] 20 121 135 255 16 96 108 255 10 60 67 255 8 48 54 255 +minecraft:cyan_shulker_box[facing=south] 17 110 124 255 13 88 99 255 8 55 62 255 6 44 49 255 +minecraft:cyan_shulker_box[facing=west] 17 110 124 255 13 88 99 255 8 55 62 255 6 44 49 255 +minecraft:cyan_shulker_box[facing=up] 17 110 124 255 13 88 99 255 8 55 62 255 6 44 49 255 +minecraft:cyan_shulker_box[facing=down] 17 110 124 255 13 88 99 255 8 55 62 255 6 44 49 255 +minecraft:purple_shulker_box 75 21 120 255 60 16 96 255 37 10 60 255 30 8 48 255 +minecraft:purple_shulker_box[facing=east] 103 32 156 255 82 25 124 255 51 16 78 255 41 12 62 255 +minecraft:purple_shulker_box[facing=south] 94 28 146 255 75 22 116 255 47 14 73 255 37 11 58 255 +minecraft:purple_shulker_box[facing=west] 94 28 146 255 75 22 116 255 47 14 73 255 37 11 58 255 +minecraft:purple_shulker_box[facing=up] 94 28 146 255 75 22 116 255 47 14 73 255 37 11 58 255 +minecraft:purple_shulker_box[facing=down] 94 28 146 255 75 22 116 255 47 14 73 255 37 11 58 255 +minecraft:blue_shulker_box 26 27 99 255 20 21 79 255 13 13 49 255 10 10 39 255 +minecraft:blue_shulker_box[facing=east] 43 45 140 255 34 36 112 255 21 22 70 255 17 18 56 255 +minecraft:blue_shulker_box[facing=south] 38 40 128 255 30 32 102 255 19 20 64 255 15 16 51 255 +minecraft:blue_shulker_box[facing=west] 38 40 128 255 30 32 102 255 19 20 64 255 15 16 51 255 +minecraft:blue_shulker_box[facing=up] 38 40 128 255 30 32 102 255 19 20 64 255 15 16 51 255 +minecraft:blue_shulker_box[facing=down] 38 40 128 255 30 32 102 255 19 20 64 255 15 16 51 255 +minecraft:brown_shulker_box 74 44 21 255 59 35 16 255 37 22 10 255 29 17 8 255 +minecraft:brown_shulker_box[facing=east] 106 66 35 255 84 52 28 255 53 33 17 255 42 26 14 255 +minecraft:brown_shulker_box[facing=south] 98 60 32 255 78 48 25 255 49 30 16 255 39 24 12 255 +minecraft:brown_shulker_box[facing=west] 98 60 32 255 78 48 25 255 49 30 16 255 39 24 12 255 +minecraft:brown_shulker_box[facing=up] 98 60 32 255 78 48 25 255 49 30 16 255 39 24 12 255 +minecraft:brown_shulker_box[facing=down] 98 60 32 255 78 48 25 255 49 30 16 255 39 24 12 255 +minecraft:green_shulker_box 60 75 30 255 48 60 24 255 30 37 15 255 24 30 12 255 +minecraft:green_shulker_box[facing=east] 79 100 31 255 63 80 24 255 39 50 15 255 31 40 12 255 +minecraft:green_shulker_box[facing=south] 74 94 32 255 59 75 25 255 37 47 16 255 29 37 12 255 +minecraft:green_shulker_box[facing=west] 74 94 32 255 59 75 25 255 37 47 16 255 29 37 12 255 +minecraft:green_shulker_box[facing=up] 74 94 32 255 59 75 25 255 37 47 16 255 29 37 12 255 +minecraft:green_shulker_box[facing=down] 74 94 32 255 59 75 25 255 37 47 16 255 29 37 12 255 +minecraft:red_shulker_box 102 16 16 255 81 12 12 255 51 8 8 255 40 6 6 255 +minecraft:red_shulker_box[facing=east] 140 31 30 255 112 24 24 255 70 15 15 255 56 12 12 255 +minecraft:red_shulker_box[facing=south] 129 26 26 255 103 20 20 255 64 13 13 255 51 10 10 255 +minecraft:red_shulker_box[facing=west] 129 26 26 255 103 20 20 255 64 13 13 255 51 10 10 255 +minecraft:red_shulker_box[facing=up] 129 26 26 255 103 20 20 255 64 13 13 255 51 10 10 255 +minecraft:red_shulker_box[facing=down] 129 26 26 255 103 20 20 255 64 13 13 255 51 10 10 255 +minecraft:black_shulker_box 10 12 16 255 8 9 12 255 5 6 8 255 4 4 6 255 +minecraft:black_shulker_box[facing=east] 25 25 29 255 20 20 23 255 12 12 14 255 10 10 11 255 +minecraft:black_shulker_box[facing=south] 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:black_shulker_box[facing=west] 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:black_shulker_box[facing=up] 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:black_shulker_box[facing=down] 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:white_glazed_terracotta 188 212 202 255 150 169 161 255 94 106 101 255 75 84 80 255 +minecraft:white_glazed_terracotta[facing=south] 188 212 202 255 150 169 161 255 94 106 101 255 75 84 80 255 +minecraft:white_glazed_terracotta[facing=west] 188 212 202 255 150 169 161 255 94 106 101 255 75 84 80 255 +minecraft:white_glazed_terracotta[facing=east] 188 212 202 255 150 169 161 255 94 106 101 255 75 84 80 255 +minecraft:orange_glazed_terracotta 154 147 91 255 123 117 72 255 77 73 45 255 61 58 36 255 +minecraft:orange_glazed_terracotta[facing=south] 154 147 91 255 123 117 72 255 77 73 45 255 61 58 36 255 +minecraft:orange_glazed_terracotta[facing=west] 154 147 91 255 123 117 72 255 77 73 45 255 61 58 36 255 +minecraft:orange_glazed_terracotta[facing=east] 154 147 91 255 123 117 72 255 77 73 45 255 61 58 36 255 +minecraft:magenta_glazed_terracotta 208 100 191 255 166 80 152 255 104 50 95 255 83 40 76 255 +minecraft:magenta_glazed_terracotta[facing=south] 208 100 191 255 166 80 152 255 104 50 95 255 83 40 76 255 +minecraft:magenta_glazed_terracotta[facing=west] 208 100 191 255 166 80 152 255 104 50 95 255 83 40 76 255 +minecraft:magenta_glazed_terracotta[facing=east] 208 100 191 255 166 80 152 255 104 50 95 255 83 40 76 255 +minecraft:light_blue_glazed_terracotta 94 164 208 255 75 131 166 255 47 82 104 255 37 65 83 255 +minecraft:light_blue_glazed_terracotta[facing=south] 94 164 208 255 75 131 166 255 47 82 104 255 37 65 83 255 +minecraft:light_blue_glazed_terracotta[facing=west] 94 164 208 255 75 131 166 255 47 82 104 255 37 65 83 255 +minecraft:light_blue_glazed_terracotta[facing=east] 94 164 208 255 75 131 166 255 47 82 104 255 37 65 83 255 +minecraft:yellow_glazed_terracotta 234 192 88 255 187 153 70 255 117 96 44 255 93 76 35 255 +minecraft:yellow_glazed_terracotta[facing=south] 234 192 88 255 187 153 70 255 117 96 44 255 93 76 35 255 +minecraft:yellow_glazed_terracotta[facing=west] 234 192 88 255 187 153 70 255 117 96 44 255 93 76 35 255 +minecraft:yellow_glazed_terracotta[facing=east] 234 192 88 255 187 153 70 255 117 96 44 255 93 76 35 255 +minecraft:lime_glazed_terracotta 162 197 55 255 129 157 44 255 81 98 27 255 64 78 22 255 +minecraft:lime_glazed_terracotta[facing=south] 162 197 55 255 129 157 44 255 81 98 27 255 64 78 22 255 +minecraft:lime_glazed_terracotta[facing=west] 162 197 55 255 129 157 44 255 81 98 27 255 64 78 22 255 +minecraft:lime_glazed_terracotta[facing=east] 162 197 55 255 129 157 44 255 81 98 27 255 64 78 22 255 +minecraft:pink_glazed_terracotta 235 154 181 255 188 123 144 255 117 77 90 255 94 61 72 255 +minecraft:pink_glazed_terracotta[facing=south] 235 154 181 255 188 123 144 255 117 77 90 255 94 61 72 255 +minecraft:pink_glazed_terracotta[facing=west] 235 154 181 255 188 123 144 255 117 77 90 255 94 61 72 255 +minecraft:pink_glazed_terracotta[facing=east] 235 154 181 255 188 123 144 255 117 77 90 255 94 61 72 255 +minecraft:gray_glazed_terracotta 83 90 93 255 66 72 74 255 41 45 46 255 33 36 37 255 +minecraft:gray_glazed_terracotta[facing=south] 83 90 93 255 66 72 74 255 41 45 46 255 33 36 37 255 +minecraft:gray_glazed_terracotta[facing=west] 83 90 93 255 66 72 74 255 41 45 46 255 33 36 37 255 +minecraft:gray_glazed_terracotta[facing=east] 83 90 93 255 66 72 74 255 41 45 46 255 33 36 37 255 +minecraft:light_gray_glazed_terracotta 144 166 167 255 115 132 133 255 72 83 83 255 57 66 66 255 +minecraft:light_gray_glazed_terracotta[facing=south] 144 166 167 255 115 132 133 255 72 83 83 255 57 66 66 255 +minecraft:light_gray_glazed_terracotta[facing=west] 144 166 167 255 115 132 133 255 72 83 83 255 57 66 66 255 +minecraft:light_gray_glazed_terracotta[facing=east] 144 166 167 255 115 132 133 255 72 83 83 255 57 66 66 255 +minecraft:cyan_glazed_terracotta 52 118 125 255 41 94 100 255 26 59 62 255 20 47 50 255 +minecraft:cyan_glazed_terracotta[facing=south] 52 118 125 255 41 94 100 255 26 59 62 255 20 47 50 255 +minecraft:cyan_glazed_terracotta[facing=west] 52 118 125 255 41 94 100 255 26 59 62 255 20 47 50 255 +minecraft:cyan_glazed_terracotta[facing=east] 52 118 125 255 41 94 100 255 26 59 62 255 20 47 50 255 +minecraft:purple_glazed_terracotta 109 48 152 255 87 38 121 255 54 24 76 255 43 19 60 255 +minecraft:purple_glazed_terracotta[facing=south] 109 48 152 255 87 38 121 255 54 24 76 255 43 19 60 255 +minecraft:purple_glazed_terracotta[facing=west] 109 48 152 255 87 38 121 255 54 24 76 255 43 19 60 255 +minecraft:purple_glazed_terracotta[facing=east] 109 48 152 255 87 38 121 255 54 24 76 255 43 19 60 255 +minecraft:blue_glazed_terracotta 47 64 139 255 37 51 111 255 23 32 69 255 18 25 55 255 +minecraft:blue_glazed_terracotta[facing=south] 47 64 139 255 37 51 111 255 23 32 69 255 18 25 55 255 +minecraft:blue_glazed_terracotta[facing=west] 47 64 139 255 37 51 111 255 23 32 69 255 18 25 55 255 +minecraft:blue_glazed_terracotta[facing=east] 47 64 139 255 37 51 111 255 23 32 69 255 18 25 55 255 +minecraft:brown_glazed_terracotta 119 106 85 255 95 84 68 255 59 53 42 255 47 42 34 255 +minecraft:brown_glazed_terracotta[facing=south] 119 106 85 255 95 84 68 255 59 53 42 255 47 42 34 255 +minecraft:brown_glazed_terracotta[facing=west] 119 106 85 255 95 84 68 255 59 53 42 255 47 42 34 255 +minecraft:brown_glazed_terracotta[facing=east] 119 106 85 255 95 84 68 255 59 53 42 255 47 42 34 255 +minecraft:green_glazed_terracotta 117 142 67 255 93 113 53 255 58 71 33 255 46 56 26 255 +minecraft:green_glazed_terracotta[facing=south] 117 142 67 255 93 113 53 255 58 71 33 255 46 56 26 255 +minecraft:green_glazed_terracotta[facing=west] 117 142 67 255 93 113 53 255 58 71 33 255 46 56 26 255 +minecraft:green_glazed_terracotta[facing=east] 117 142 67 255 93 113 53 255 58 71 33 255 46 56 26 255 +minecraft:red_glazed_terracotta 181 59 53 255 144 47 42 255 90 29 26 255 72 23 21 255 +minecraft:red_glazed_terracotta[facing=south] 181 59 53 255 144 47 42 255 90 29 26 255 72 23 21 255 +minecraft:red_glazed_terracotta[facing=west] 181 59 53 255 144 47 42 255 90 29 26 255 72 23 21 255 +minecraft:red_glazed_terracotta[facing=east] 181 59 53 255 144 47 42 255 90 29 26 255 72 23 21 255 +minecraft:black_glazed_terracotta 67 30 32 255 53 24 25 255 33 15 16 255 26 12 12 255 +minecraft:black_glazed_terracotta[facing=south] 67 30 32 255 53 24 25 255 33 15 16 255 26 12 12 255 +minecraft:black_glazed_terracotta[facing=west] 67 30 32 255 53 24 25 255 33 15 16 255 26 12 12 255 +minecraft:black_glazed_terracotta[facing=east] 67 30 32 255 53 24 25 255 33 15 16 255 26 12 12 255 +minecraft:white_concrete 207 213 214 255 165 170 171 255 103 106 107 255 82 85 85 255 +minecraft:orange_concrete 224 97 0 255 179 77 0 255 112 48 0 255 89 38 0 255 +minecraft:magenta_concrete 169 48 159 255 135 38 127 255 84 24 79 255 67 19 63 255 +minecraft:light_blue_concrete 35 137 198 255 28 109 158 255 17 68 99 255 14 54 79 255 +minecraft:yellow_concrete 240 175 21 255 192 140 16 255 120 87 10 255 96 70 8 255 +minecraft:lime_concrete 94 168 24 255 75 134 19 255 47 84 12 255 37 67 9 255 +minecraft:pink_concrete 213 101 142 255 170 80 113 255 106 50 71 255 85 40 56 255 +minecraft:gray_concrete 54 57 61 255 43 45 48 255 27 28 30 255 21 22 24 255 +minecraft:light_gray_concrete 125 125 115 255 100 100 92 255 62 62 57 255 50 50 46 255 +minecraft:cyan_concrete 21 119 136 255 16 95 108 255 10 59 68 255 8 47 54 255 +minecraft:purple_concrete 100 31 156 255 80 24 124 255 50 15 78 255 40 12 62 255 +minecraft:blue_concrete 44 46 143 255 35 36 114 255 22 23 71 255 17 18 57 255 +minecraft:brown_concrete 96 59 31 255 76 47 24 255 48 29 15 255 38 23 12 255 +minecraft:green_concrete 73 91 36 255 58 72 28 255 36 45 18 255 29 36 14 255 +minecraft:red_concrete 142 32 32 255 113 25 25 255 71 16 16 255 56 12 12 255 +minecraft:black_concrete 8 10 15 255 6 8 12 255 4 5 7 255 3 4 6 255 +minecraft:white_concrete_powder 225 227 227 255 180 181 181 255 112 113 113 255 90 90 90 255 +minecraft:orange_concrete_powder 227 131 31 255 181 104 24 255 113 65 15 255 90 52 12 255 +minecraft:magenta_concrete_powder 192 83 184 255 153 66 147 255 96 41 92 255 76 33 73 255 +minecraft:light_blue_concrete_powder 74 180 213 255 59 144 170 255 37 90 106 255 29 72 85 255 +minecraft:yellow_concrete_powder 232 199 54 255 185 159 43 255 116 99 27 255 92 79 21 255 +minecraft:lime_concrete_powder 125 189 41 255 100 151 32 255 62 94 20 255 50 75 16 255 +minecraft:pink_concrete_powder 228 153 181 255 182 122 144 255 114 76 90 255 91 61 72 255 +minecraft:gray_concrete_powder 76 81 84 255 60 64 67 255 38 40 42 255 30 32 33 255 +minecraft:light_gray_concrete_powder 154 154 148 255 123 123 118 255 77 77 74 255 61 61 59 255 +minecraft:cyan_concrete_powder 36 147 157 255 28 117 125 255 18 73 78 255 14 58 62 255 +minecraft:purple_concrete_powder 131 55 177 255 104 44 141 255 65 27 88 255 52 22 70 255 +minecraft:blue_concrete_powder 70 73 166 255 56 58 132 255 35 36 83 255 28 29 66 255 +minecraft:brown_concrete_powder 125 84 53 255 100 67 42 255 62 42 26 255 50 33 21 255 +minecraft:green_concrete_powder 97 119 44 255 77 95 35 255 48 59 22 255 38 47 17 255 +minecraft:red_concrete_powder 168 54 50 255 134 43 40 255 84 27 25 255 67 21 20 255 +minecraft:black_concrete_powder 25 26 31 255 20 20 24 255 12 13 15 255 10 10 12 255 +minecraft:kelp 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=1] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=2] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=3] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=4] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=5] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=6] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=7] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=8] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=9] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=10] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=11] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=12] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=13] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=14] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=15] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=16] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=17] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=18] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=19] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=20] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=21] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=22] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=23] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=24] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=25] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp_plant 40 97 14 100 32 77 11 100 20 48 7 100 16 38 5 100 +minecraft:dried_kelp_block 50 58 38 255 40 46 30 255 25 29 19 255 20 23 15 255 +minecraft:turtle_egg 228 226 191 132 182 180 152 132 114 113 95 132 91 90 76 132 +minecraft:turtle_egg[eggs=1,hatch=1] 218 214 177 132 174 171 141 132 109 107 88 132 87 85 70 132 +minecraft:turtle_egg[eggs=1,hatch=2] 207 203 165 132 165 162 132 132 103 101 82 132 82 81 66 132 +minecraft:turtle_egg[eggs=2,hatch=0] 228 226 191 132 182 180 152 132 114 113 95 132 91 90 76 132 +minecraft:turtle_egg[eggs=2,hatch=1] 218 214 177 132 174 171 141 132 109 107 88 132 87 85 70 132 +minecraft:turtle_egg[eggs=2,hatch=2] 207 203 165 132 165 162 132 132 103 101 82 132 82 81 66 132 +minecraft:turtle_egg[eggs=3,hatch=0] 228 226 191 132 182 180 152 132 114 113 95 132 91 90 76 132 +minecraft:turtle_egg[eggs=3,hatch=1] 218 214 177 132 174 171 141 132 109 107 88 132 87 85 70 132 +minecraft:turtle_egg[eggs=3,hatch=2] 207 203 165 132 165 162 132 132 103 101 82 132 82 81 66 132 +minecraft:turtle_egg[eggs=4,hatch=0] 228 226 191 132 182 180 152 132 114 113 95 132 91 90 76 132 +minecraft:turtle_egg[eggs=4,hatch=1] 218 214 177 132 174 171 141 132 109 107 88 132 87 85 70 132 +minecraft:turtle_egg[eggs=4,hatch=2] 207 203 165 132 165 162 132 132 103 101 82 132 82 81 66 132 +minecraft:dead_tube_coral_block 130 123 119 255 104 98 95 255 65 61 59 255 52 49 47 255 +minecraft:dead_brain_coral_block 124 117 114 255 99 93 91 255 62 58 57 255 49 46 45 255 +minecraft:dead_bubble_coral_block 131 123 119 255 104 98 95 255 65 61 59 255 52 49 47 255 +minecraft:dead_fire_coral_block 131 123 119 255 104 98 95 255 65 61 59 255 52 49 47 255 +minecraft:dead_horn_coral_block 133 126 122 255 106 100 97 255 66 63 61 255 53 50 48 255 +minecraft:tube_coral_block 49 87 206 255 39 69 164 255 24 43 103 255 19 34 82 255 +minecraft:brain_coral_block 207 91 159 255 165 72 127 255 103 45 79 255 82 36 63 255 +minecraft:bubble_coral_block 165 26 162 255 132 20 129 255 82 13 81 255 66 10 64 255 +minecraft:fire_coral_block 163 35 46 255 130 28 36 255 81 17 23 255 65 14 18 255 +minecraft:horn_coral_block 216 199 66 255 172 159 52 255 108 99 33 255 86 79 26 255 +minecraft:dead_tube_coral 118 111 107 152 94 88 85 152 59 55 53 152 47 44 42 152 +minecraft:dead_tube_coral[waterlogged=false] 118 111 107 152 94 88 85 152 59 55 53 152 47 44 42 152 +minecraft:dead_brain_coral 133 125 120 111 106 100 96 111 66 62 60 111 53 50 48 111 +minecraft:dead_brain_coral[waterlogged=false] 133 125 120 111 106 100 96 111 66 62 60 111 53 50 48 111 +minecraft:dead_bubble_coral 132 124 120 132 105 99 96 132 66 62 60 132 52 49 48 132 +minecraft:dead_bubble_coral[waterlogged=false] 132 124 120 132 105 99 96 132 66 62 60 132 52 49 48 132 +minecraft:dead_fire_coral 136 128 124 108 108 102 99 108 68 64 62 108 54 51 49 108 +minecraft:dead_fire_coral[waterlogged=false] 136 128 124 108 108 102 99 108 68 64 62 108 54 51 49 108 +minecraft:dead_horn_coral 142 135 129 99 113 108 103 99 71 67 64 99 56 54 51 99 +minecraft:dead_horn_coral[waterlogged=false] 142 135 129 99 113 108 103 99 71 67 64 99 56 54 51 99 +minecraft:tube_coral 47 83 197 152 37 66 157 152 23 41 98 152 18 33 78 152 +minecraft:tube_coral[waterlogged=false] 47 83 197 152 37 66 157 152 23 41 98 152 18 33 78 152 +minecraft:brain_coral 197 84 152 111 157 67 121 111 98 42 76 111 78 33 60 111 +minecraft:brain_coral[waterlogged=false] 197 84 152 111 157 67 121 111 98 42 76 111 78 33 60 111 +minecraft:bubble_coral 161 23 159 132 128 18 127 132 80 11 79 132 64 9 63 132 +minecraft:bubble_coral[waterlogged=false] 161 23 159 132 128 18 127 132 80 11 79 132 64 9 63 132 +minecraft:fire_coral 166 37 46 108 132 29 36 108 83 18 23 108 66 14 18 108 +minecraft:fire_coral[waterlogged=false] 166 37 46 108 132 29 36 108 83 18 23 108 66 14 18 108 +minecraft:horn_coral 209 186 62 99 167 148 49 99 104 93 31 99 83 74 24 99 +minecraft:horn_coral[waterlogged=false] 209 186 62 99 167 148 49 99 104 93 31 99 83 74 24 99 +minecraft:dead_tube_coral_fan 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_fan[waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_brain_coral_fan 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_fan[waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_bubble_coral_fan 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_fan[waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_fire_coral_fan 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_fan[waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_horn_coral_fan 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_fan[waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:tube_coral_fan 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_fan[waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:brain_coral_fan 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_fan[waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:bubble_coral_fan 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_fan[waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:fire_coral_fan 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_fan[waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:horn_coral_fan 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_fan[waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:dead_tube_coral_wall_fan 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=north,waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=south,waterlogged=true] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=south,waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=west,waterlogged=true] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=west,waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=east,waterlogged=true] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=east,waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_brain_coral_wall_fan 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=north,waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=south,waterlogged=true] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=south,waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=west,waterlogged=true] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=west,waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=east,waterlogged=true] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=east,waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_bubble_coral_wall_fan 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=north,waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=south,waterlogged=true] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=south,waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=west,waterlogged=true] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=west,waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=east,waterlogged=true] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=east,waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_fire_coral_wall_fan 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=north,waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=south,waterlogged=true] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=south,waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=west,waterlogged=true] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=west,waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=east,waterlogged=true] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=east,waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_horn_coral_wall_fan 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=north,waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=south,waterlogged=true] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=south,waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=west,waterlogged=true] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=west,waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=east,waterlogged=true] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=east,waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:tube_coral_wall_fan 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=north,waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=south,waterlogged=true] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=south,waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=west,waterlogged=true] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=west,waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=east,waterlogged=true] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=east,waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:brain_coral_wall_fan 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=north,waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=south,waterlogged=true] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=south,waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=west,waterlogged=true] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=west,waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=east,waterlogged=true] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=east,waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:bubble_coral_wall_fan 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=north,waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=south,waterlogged=true] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=south,waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=west,waterlogged=true] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=west,waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=east,waterlogged=true] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=east,waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:fire_coral_wall_fan 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=north,waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=south,waterlogged=true] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=south,waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=west,waterlogged=true] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=west,waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=east,waterlogged=true] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=east,waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:horn_coral_wall_fan 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=north,waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=south,waterlogged=true] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=south,waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=west,waterlogged=true] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=west,waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=east,waterlogged=true] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=east,waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:sea_pickle 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=1,waterlogged=false] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=2,waterlogged=true] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=2,waterlogged=false] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=3,waterlogged=true] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=3,waterlogged=false] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=4,waterlogged=true] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=4,waterlogged=false] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:blue_ice 116 167 253 255 92 133 202 255 58 83 126 255 46 66 101 255 +minecraft:conduit 159 139 113 143 127 111 90 143 79 69 56 143 63 55 45 143 +minecraft:conduit[waterlogged=false] 159 139 113 143 127 111 90 143 79 69 56 143 63 55 45 143 +minecraft:bamboo_sapling 92 89 35 54 73 71 28 54 46 44 17 54 36 35 14 54 +minecraft:bamboo 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=none,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=small,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=small,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=large,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=large,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=none,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=none,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=small,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=small,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=large,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=large,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:potted_bamboo 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:polished_granite_stairs 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:smooth_red_sandstone_stairs 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:mossy_stone_brick_stairs 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:polished_diorite_stairs 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:mossy_cobblestone_stairs 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:end_stone_brick_stairs 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:stone_stairs 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:smooth_sandstone_stairs 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_quartz_stairs 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:granite_stairs 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:andesite_stairs 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:red_nether_brick_stairs 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:polished_andesite_stairs 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:diorite_stairs 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:polished_granite_slab 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=top,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=bottom,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=bottom,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=double,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=double,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:smooth_red_sandstone_slab 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=top,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=double,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=double,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:mossy_stone_brick_slab 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=top,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=double,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=double,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:polished_diorite_slab 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=top,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=bottom,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=bottom,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=double,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=double,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:mossy_cobblestone_slab 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=top,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=double,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=double,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:end_stone_brick_slab 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=top,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=bottom,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=bottom,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=double,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=double,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:smooth_sandstone_slab 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=top,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=bottom,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=double,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=double,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_quartz_slab 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=top,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=bottom,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=bottom,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=double,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=double,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:granite_slab 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=top,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=bottom,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=bottom,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=double,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=double,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:andesite_slab 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=top,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=bottom,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=bottom,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=double,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=double,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:red_nether_brick_slab 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=top,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=bottom,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=bottom,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=double,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=double,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:polished_andesite_slab 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=top,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=bottom,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=bottom,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=double,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=double,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:diorite_slab 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=top,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=bottom,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=bottom,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=double,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=double,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:brick_wall 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:prismarine_wall 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:red_sandstone_wall 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:mossy_stone_brick_wall 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:granite_wall 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:stone_brick_wall 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:nether_brick_wall 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:andesite_wall 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:red_nether_brick_wall 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:sandstone_wall 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:end_stone_brick_wall 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:diorite_wall 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:scaffolding 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=0,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=1,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=1,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=2,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=2,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=3,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=3,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=4,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=4,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=5,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=5,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=6,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=6,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=7,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=7,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=0,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=0,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=1,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=1,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=2,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=2,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=3,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=3,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=4,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=4,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=5,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=5,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=6,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=6,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=7,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=7,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:loom 76 60 36 255 60 48 28 255 38 30 18 255 30 24 14 255 +minecraft:loom[facing=south] 76 60 36 255 60 48 28 255 38 30 18 255 30 24 14 255 +minecraft:loom[facing=west] 76 60 36 255 60 48 28 255 38 30 18 255 30 24 14 255 +minecraft:loom[facing=east] 76 60 36 255 60 48 28 255 38 30 18 255 30 24 14 255 +minecraft:barrel 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=north,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=east,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=east,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=south,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=south,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=west,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=west,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=up,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=up,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=down,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=down,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:smoker 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=north,lit=false] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=south,lit=true] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=south,lit=false] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=west,lit=true] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=west,lit=false] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=east,lit=true] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=east,lit=false] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:blast_furnace 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=north,lit=false] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=south,lit=true] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=south,lit=false] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=west,lit=true] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=west,lit=false] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=east,lit=true] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=east,lit=false] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:cartography_table 104 87 67 255 83 69 53 255 52 43 33 255 41 34 26 255 +minecraft:fletching_table 197 180 133 255 157 144 106 255 98 90 66 255 78 72 53 255 +minecraft:grindstone 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=floor,facing=south] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=floor,facing=west] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=floor,facing=east] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=wall,facing=north] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=wall,facing=south] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=wall,facing=west] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=wall,facing=east] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=ceiling,facing=north] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=ceiling,facing=south] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=ceiling,facing=west] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=ceiling,facing=east] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:lectern 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=north,has_book=true,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=north,has_book=false,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=north,has_book=false,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=south,has_book=true,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=south,has_book=true,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=south,has_book=false,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=south,has_book=false,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=west,has_book=true,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=west,has_book=true,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=west,has_book=false,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=west,has_book=false,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=east,has_book=true,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=east,has_book=true,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=east,has_book=false,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=east,has_book=false,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:smithing_table 57 58 70 255 45 46 56 255 28 29 35 255 22 23 28 255 +minecraft:stonecutter 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:stonecutter[facing=south] 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:stonecutter[facing=west] 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:stonecutter[facing=east] 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:bell 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=north,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=north,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=north,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:lantern 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:lantern[hanging=true,waterlogged=false] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:lantern[hanging=false,waterlogged=true] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:lantern[hanging=false,waterlogged=false] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:soul_lantern 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:soul_lantern[hanging=true,waterlogged=false] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:soul_lantern[hanging=false,waterlogged=true] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:soul_lantern[hanging=false,waterlogged=false] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:campfire 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:sweet_berry_bush 42 89 56 52 33 71 44 52 21 44 28 52 16 35 22 52 +minecraft:sweet_berry_bush[age=1] 47 94 57 138 37 75 45 138 23 47 28 138 18 37 22 138 +minecraft:sweet_berry_bush[age=2] 59 88 56 144 47 70 44 144 29 44 28 144 23 35 22 144 +minecraft:sweet_berry_bush[age=3] 68 77 50 161 54 61 40 161 34 38 25 161 27 30 20 161 +minecraft:warped_stem 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:warped_stem[axis=y] 57 103 103 255 45 82 82 255 28 51 51 255 22 41 41 255 +minecraft:warped_stem[axis=z] 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:stripped_warped_stem 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:stripped_warped_stem[axis=y] 52 128 124 255 41 102 99 255 26 64 62 255 20 51 49 255 +minecraft:stripped_warped_stem[axis=z] 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:warped_hyphae 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:warped_hyphae[axis=y] 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:warped_hyphae[axis=z] 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:stripped_warped_hyphae 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:stripped_warped_hyphae[axis=y] 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:stripped_warped_hyphae[axis=z] 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:warped_nylium 43 114 101 255 34 91 80 255 21 57 50 255 17 45 40 255 +minecraft:warped_fungus 74 109 87 49 59 87 69 49 37 54 43 49 29 43 34 49 +minecraft:warped_wart_block 22 119 121 255 17 95 96 255 11 59 60 255 8 47 48 255 +minecraft:warped_roots 20 138 124 91 16 110 99 91 10 69 62 91 8 55 49 91 +minecraft:nether_sprouts 19 151 133 30 15 120 106 30 9 75 66 30 7 60 53 30 +minecraft:crimson_stem 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:crimson_stem[axis=y] 107 51 74 255 85 40 59 255 53 25 37 255 42 20 29 255 +minecraft:crimson_stem[axis=z] 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:stripped_crimson_stem 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:stripped_crimson_stem[axis=y] 121 56 82 255 96 44 65 255 60 28 41 255 48 22 32 255 +minecraft:stripped_crimson_stem[axis=z] 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:crimson_hyphae 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:crimson_hyphae[axis=y] 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:crimson_hyphae[axis=z] 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:stripped_crimson_hyphae 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:stripped_crimson_hyphae[axis=y] 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:stripped_crimson_hyphae[axis=z] 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:crimson_nylium 130 31 31 255 104 24 24 255 65 15 15 255 52 12 12 255 +minecraft:crimson_fungus 141 44 29 59 112 35 23 59 70 22 14 59 56 17 11 59 +minecraft:shroomlight 240 146 70 255 192 116 56 255 120 73 35 255 96 58 28 255 +minecraft:weeping_vines 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=1] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=2] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=3] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=4] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=5] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=6] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=7] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=8] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=9] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=10] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=11] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=12] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=13] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=14] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=15] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=16] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=17] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=18] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=19] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=20] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=21] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=22] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=23] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=24] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=25] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines_plant 132 16 12 114 105 12 9 114 66 8 6 114 52 6 4 114 +minecraft:twisting_vines 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=1] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=2] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=3] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=4] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=5] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=6] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=7] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=8] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=9] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=10] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=11] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=12] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=13] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=14] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=15] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=16] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=17] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=18] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=19] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=20] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=21] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=22] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=23] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=24] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=25] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines_plant 20 135 122 89 16 108 97 89 10 67 61 89 8 54 48 89 +minecraft:crimson_roots 126 8 41 90 100 6 32 90 63 4 20 90 50 3 16 90 +minecraft:crimson_planks 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_planks 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_slab 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=top,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=bottom,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=bottom,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=double,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=double,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_slab 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=top,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=bottom,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=bottom,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=double,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=double,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_pressure_plate 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_pressure_plate[powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_pressure_plate 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_pressure_plate[powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_fence 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_fence 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_trapdoor 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:warped_trapdoor 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:crimson_fence_gate 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_fence_gate 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_stairs 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_stairs 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_button 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=north,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=south,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=south,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=west,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=west,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=east,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=east,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=north,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=north,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=south,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=south,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=west,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=west,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=east,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=east,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=north,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=north,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=south,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=south,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=west,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=west,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=east,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=east,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_button 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=north,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=south,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=south,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=west,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=west,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=east,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=east,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=north,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=north,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=south,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=south,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=west,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=west,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=east,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=east,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=north,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=north,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=south,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=south,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=west,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=west,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=east,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=east,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_door 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:warped_door 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:crimson_sign 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=0,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=1,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=1,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=2,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=2,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=3,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=3,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=4,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=4,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=5,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=5,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=6,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=6,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=7,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=7,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=8,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=8,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=9,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=9,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=10,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=10,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=11,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=11,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=12,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=12,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=13,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=13,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=14,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=14,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=15,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=15,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:warped_sign 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=0,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=1,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=1,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=2,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=2,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=3,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=3,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=4,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=4,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=5,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=5,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=6,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=6,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=7,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=7,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=8,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=8,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=9,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=9,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=10,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=10,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=11,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=11,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=12,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=12,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=13,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=13,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=14,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=14,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=15,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=15,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:crimson_wall_sign 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=north,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=south,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=south,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=west,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=west,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=east,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=east,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:warped_wall_sign 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=north,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=south,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=south,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=west,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=west,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=east,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=east,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:structure_block 86 71 87 255 68 56 69 255 43 35 43 255 34 28 34 255 +minecraft:structure_block[mode=load] 69 57 70 255 55 45 56 255 34 28 35 255 27 22 28 255 +minecraft:structure_block[mode=corner] 68 57 69 255 54 45 55 255 34 28 34 255 27 22 27 255 +minecraft:structure_block[mode=data] 79 65 80 255 63 52 64 255 39 32 40 255 31 26 32 255 +minecraft:jigsaw 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=down_north] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=down_south] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=down_west] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=up_east] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=up_north] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=up_south] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=up_west] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=west_up] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=east_up] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=north_up] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=south_up] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:composter 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=1] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=2] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=3] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=4] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=5] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=6] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=7] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=8] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:target 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=1] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=2] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=3] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=4] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=5] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=6] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=7] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=8] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=9] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=10] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=11] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=12] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=13] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=14] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=15] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:bee_nest 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=1] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=2] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=3] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=4] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=5] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=0] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=1] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=2] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=3] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=4] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=5] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=0] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=1] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=2] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=3] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=4] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=5] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=0] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=1] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=2] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=3] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=4] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=5] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:beehive 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=1] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=2] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=3] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=4] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=5] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=0] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=1] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=2] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=3] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=4] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=5] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=0] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=1] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=2] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=3] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=4] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=5] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=0] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=1] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=2] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=3] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=4] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=5] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:honey_block 251 185 52 191 200 148 41 191 125 92 26 191 100 74 20 191 +minecraft:honeycomb_block 229 148 29 255 183 118 23 255 114 74 14 255 91 59 11 255 +minecraft:netherite_block 66 61 63 255 52 48 50 255 33 30 31 255 26 24 25 255 +minecraft:ancient_debris 94 66 58 255 75 52 46 255 47 33 29 255 37 26 23 255 +minecraft:crying_obsidian 32 10 60 255 25 8 48 255 16 5 30 255 12 4 24 255 +minecraft:respawn_anchor 33 21 52 255 26 16 41 255 16 10 26 255 13 8 20 255 +minecraft:respawn_anchor[charges=1] 75 27 144 219 60 21 115 219 37 13 72 219 30 10 57 219 +minecraft:respawn_anchor[charges=2] 75 27 144 219 60 21 115 219 37 13 72 219 30 10 57 219 +minecraft:respawn_anchor[charges=3] 75 27 144 219 60 21 115 219 37 13 72 219 30 10 57 219 +minecraft:respawn_anchor[charges=4] 75 27 144 219 60 21 115 219 37 13 72 219 30 10 57 219 +minecraft:potted_crimson_fungus 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_warped_fungus 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_crimson_roots 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_warped_roots 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:lodestone 147 149 152 255 117 119 121 255 73 74 76 255 58 59 60 255 +minecraft:blackstone 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_stairs 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_slab 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=top,waterlogged=false] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=bottom,waterlogged=true] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=bottom,waterlogged=false] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=double,waterlogged=true] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=double,waterlogged=false] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:polished_blackstone 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_bricks 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:cracked_polished_blackstone_bricks 44 37 43 255 35 29 34 255 22 18 21 255 17 14 17 255 +minecraft:chiseled_polished_blackstone 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_brick_slab 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=top,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=bottom,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=bottom,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=double,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=double,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:gilded_blackstone 55 42 38 255 44 33 30 255 27 21 19 255 22 16 15 255 +minecraft:polished_blackstone_stairs 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=top,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=bottom,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=bottom,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=double,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=double,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_pressure_plate 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_pressure_plate[powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=north,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=south,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=south,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=west,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=west,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=east,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=east,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=north,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=north,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=south,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=south,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=west,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=west,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=east,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=east,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=north,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=north,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=south,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=south,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=west,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=west,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=east,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=east,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:chiseled_nether_bricks 47 23 28 255 37 18 22 255 23 11 14 255 18 9 11 255 +minecraft:cracked_nether_bricks 40 20 23 255 32 16 18 255 20 10 11 255 16 8 9 255 +minecraft:quartz_bricks 234 229 221 255 187 183 176 255 117 114 110 255 93 91 88 255 +minecraft:candle 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=1,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=1,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=1,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=2,lit=true,waterlogged=true] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=2,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=2,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=2,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=3,lit=true,waterlogged=true] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=3,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=3,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=3,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=4,lit=true,waterlogged=true] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=4,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=4,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=4,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:white_candle 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=1,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=1,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=1,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=2,lit=true,waterlogged=true] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=2,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=2,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=2,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=3,lit=true,waterlogged=true] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=3,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=3,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=3,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=4,lit=true,waterlogged=true] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=4,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=4,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=4,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:orange_candle 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=1,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=1,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=1,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=2,lit=true,waterlogged=true] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=2,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=2,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=2,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=3,lit=true,waterlogged=true] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=3,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=3,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=3,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=4,lit=true,waterlogged=true] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=4,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=4,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=4,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:magenta_candle 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=1,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=1,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=1,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=2,lit=true,waterlogged=true] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=2,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=2,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=2,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=3,lit=true,waterlogged=true] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=3,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=3,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=3,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=4,lit=true,waterlogged=true] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=4,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=4,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=4,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:light_blue_candle 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=1,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=1,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=1,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=2,lit=true,waterlogged=true] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=2,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=2,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=2,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=3,lit=true,waterlogged=true] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=3,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=3,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=3,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=4,lit=true,waterlogged=true] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=4,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=4,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=4,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:yellow_candle 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=1,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=1,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=1,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=2,lit=true,waterlogged=true] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=2,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=2,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=2,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=3,lit=true,waterlogged=true] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=3,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=3,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=3,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=4,lit=true,waterlogged=true] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=4,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=4,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=4,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:lime_candle 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=1,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=1,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=1,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=2,lit=true,waterlogged=true] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=2,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=2,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=2,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=3,lit=true,waterlogged=true] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=3,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=3,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=3,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=4,lit=true,waterlogged=true] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=4,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=4,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=4,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:pink_candle 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=1,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=1,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=1,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=2,lit=true,waterlogged=true] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=2,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=2,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=2,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=3,lit=true,waterlogged=true] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=3,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=3,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=3,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=4,lit=true,waterlogged=true] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=4,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=4,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=4,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:gray_candle 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=1,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=1,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=1,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=2,lit=true,waterlogged=true] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=2,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=2,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=2,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=3,lit=true,waterlogged=true] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=3,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=3,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=3,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=4,lit=true,waterlogged=true] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=4,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=4,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=4,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:light_gray_candle 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=1,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=1,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=1,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=2,lit=true,waterlogged=true] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=2,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=2,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=2,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=3,lit=true,waterlogged=true] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=3,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=3,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=3,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=4,lit=true,waterlogged=true] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=4,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=4,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=4,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:cyan_candle 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=1,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=1,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=1,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=2,lit=true,waterlogged=true] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=2,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=2,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=2,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=3,lit=true,waterlogged=true] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=3,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=3,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=3,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=4,lit=true,waterlogged=true] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=4,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=4,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=4,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:purple_candle 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=1,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=1,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=1,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=2,lit=true,waterlogged=true] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=2,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=2,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=2,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=3,lit=true,waterlogged=true] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=3,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=3,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=3,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=4,lit=true,waterlogged=true] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=4,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=4,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=4,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:blue_candle 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=1,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=1,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=1,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=2,lit=true,waterlogged=true] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=2,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=2,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=2,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=3,lit=true,waterlogged=true] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=3,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=3,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=3,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=4,lit=true,waterlogged=true] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=4,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=4,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=4,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:brown_candle 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=1,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=1,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=1,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=2,lit=true,waterlogged=true] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=2,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=2,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=2,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=3,lit=true,waterlogged=true] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=3,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=3,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=3,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=4,lit=true,waterlogged=true] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=4,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=4,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=4,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:green_candle 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=1,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=1,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=1,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=2,lit=true,waterlogged=true] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=2,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=2,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=2,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=3,lit=true,waterlogged=true] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=3,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=3,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=3,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=4,lit=true,waterlogged=true] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=4,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=4,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=4,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:red_candle 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=1,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=1,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=1,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=2,lit=true,waterlogged=true] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=2,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=2,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=2,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=3,lit=true,waterlogged=true] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=3,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=3,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=3,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=4,lit=true,waterlogged=true] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=4,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=4,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=4,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:black_candle 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=1,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=1,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=1,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=2,lit=true,waterlogged=true] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=2,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=2,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=2,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=3,lit=true,waterlogged=true] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=3,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=3,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=3,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=4,lit=true,waterlogged=true] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=4,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=4,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=4,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:white_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:white_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:orange_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:orange_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:magenta_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:magenta_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:light_blue_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:light_blue_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:yellow_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:yellow_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:lime_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:lime_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:pink_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:pink_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:gray_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:gray_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:light_gray_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:light_gray_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cyan_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cyan_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:purple_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:purple_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:blue_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:blue_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:brown_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:brown_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:green_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:green_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:red_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:red_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:black_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:black_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:amethyst_block 133 97 191 255 106 77 152 255 66 48 95 255 53 38 76 255 +minecraft:budding_amethyst 132 96 186 255 105 76 148 255 66 48 93 255 52 38 74 255 +minecraft:amethyst_cluster 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=north,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=east,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=east,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=south,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=south,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=west,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=west,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=up,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=up,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=down,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=down,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:large_amethyst_bud 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=north,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=east,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=east,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=south,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=south,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=west,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=west,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=up,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=up,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=down,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=down,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:medium_amethyst_bud 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=north,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=east,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=east,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=south,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=south,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=west,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=west,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=up,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=up,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=down,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=down,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:small_amethyst_bud 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=north,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=east,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=east,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=south,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=south,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=west,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=west,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=up,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=up,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=down,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=down,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:tuff 108 109 102 255 86 87 81 255 54 54 51 255 43 43 40 255 +minecraft:calcite 223 224 220 255 178 179 176 255 111 112 110 255 89 89 88 255 +minecraft:tinted_glass 44 38 46 131 35 30 36 131 22 19 23 131 17 15 18 131 +minecraft:powder_snow 248 253 253 255 198 202 202 255 124 126 126 255 99 101 101 255 +minecraft:sculk_sensor 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=cooldown,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=cooldown,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=inactive,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=cooldown,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=cooldown,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=inactive,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:oxidized_copper 82 162 132 255 65 129 105 255 41 81 66 255 32 64 52 255 +minecraft:weathered_copper 108 153 110 255 86 122 88 255 54 76 55 255 43 61 44 255 +minecraft:exposed_copper 161 125 103 255 128 100 82 255 80 62 51 255 64 50 41 255 +minecraft:copper_block 192 107 79 255 153 85 63 255 96 53 39 255 76 42 31 255 +minecraft:copper_ore 124 125 120 255 99 100 96 255 62 62 60 255 49 50 48 255 +minecraft:deepslate_copper_ore 92 93 89 255 73 74 71 255 46 46 44 255 36 37 35 255 +minecraft:oxidized_cut_copper 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:weathered_cut_copper 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:exposed_cut_copper 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:cut_copper 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:oxidized_cut_copper_stairs 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:weathered_cut_copper_stairs 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:exposed_cut_copper_stairs 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:cut_copper_stairs 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:oxidized_cut_copper_slab 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=top,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=bottom,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=bottom,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=double,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=double,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:weathered_cut_copper_slab 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=top,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=bottom,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=bottom,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=double,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=double,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:exposed_cut_copper_slab 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=top,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=bottom,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=bottom,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=double,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=double,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:cut_copper_slab 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=top,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=bottom,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=bottom,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=double,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=double,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_copper_block 192 107 79 255 153 85 63 255 96 53 39 255 76 42 31 255 +minecraft:waxed_weathered_copper 108 153 110 255 86 122 88 255 54 76 55 255 43 61 44 255 +minecraft:waxed_exposed_copper 161 125 103 255 128 100 82 255 80 62 51 255 64 50 41 255 +minecraft:waxed_oxidized_copper 82 162 132 255 65 129 105 255 41 81 66 255 32 64 52 255 +minecraft:waxed_oxidized_cut_copper 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_weathered_cut_copper 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_exposed_cut_copper 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_cut_copper 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_oxidized_cut_copper_stairs 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_weathered_cut_copper_stairs 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_exposed_cut_copper_stairs 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_cut_copper_stairs 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_oxidized_cut_copper_slab 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=top,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=bottom,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=bottom,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=double,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=double,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_weathered_cut_copper_slab 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=top,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=bottom,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=bottom,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=double,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=double,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_exposed_cut_copper_slab 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=top,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=bottom,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=bottom,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=double,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=double,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_cut_copper_slab 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=top,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=bottom,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=bottom,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=double,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=double,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:pointed_dripstone 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=up,waterlogged=false] 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=down,waterlogged=true] 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=down,waterlogged=false] 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=up,waterlogged=true] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=up,waterlogged=false] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=down,waterlogged=true] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=down,waterlogged=false] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=up,waterlogged=true] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=up,waterlogged=false] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=down,waterlogged=true] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=down,waterlogged=false] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=up,waterlogged=true] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=up,waterlogged=false] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=down,waterlogged=true] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=down,waterlogged=false] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=base,vertical_direction=up,waterlogged=true] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:pointed_dripstone[thickness=base,vertical_direction=up,waterlogged=false] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:pointed_dripstone[thickness=base,vertical_direction=down,waterlogged=true] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:pointed_dripstone[thickness=base,vertical_direction=down,waterlogged=false] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:dripstone_block 134 107 92 255 107 85 73 255 67 53 46 255 53 42 36 255 +minecraft:cave_vines 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=0,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=1,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=1,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=2,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=2,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=3,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=3,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=4,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=4,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=5,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=5,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=6,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=6,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=7,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=7,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=8,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=8,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=9,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=9,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=10,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=10,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=11,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=11,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=12,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=12,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=13,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=13,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=14,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=14,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=15,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=15,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=16,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=16,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=17,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=17,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=18,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=18,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=19,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=19,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=20,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=20,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=21,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=21,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=22,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=22,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=23,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=23,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=24,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=24,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=25,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=25,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines_plant 105 107 40 159 84 85 32 159 52 53 20 159 42 42 16 159 +minecraft:cave_vines_plant[berries=false] 88 101 38 143 70 80 30 143 44 50 19 143 35 40 15 143 +minecraft:spore_blossom 206 96 158 123 164 76 126 123 103 48 79 123 82 38 63 123 +minecraft:azalea 93 117 45 153 74 93 36 153 46 58 22 153 37 46 18 153 +minecraft:flowering_azalea 111 113 73 153 88 90 58 153 55 56 36 153 44 45 29 153 +minecraft:moss_carpet 89 109 45 255 71 87 36 255 44 54 22 255 35 43 18 255 +minecraft:moss_block 89 109 45 255 71 87 36 255 44 54 22 255 35 43 18 255 +minecraft:big_dripleaf_stem 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=north,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=south,waterlogged=true] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=south,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=west,waterlogged=true] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=west,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=east,waterlogged=true] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=east,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:small_dripleaf 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=north,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=north,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=north,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=south,half=upper,waterlogged=true] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=south,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=south,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=south,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=west,half=upper,waterlogged=true] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=west,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=west,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=west,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=east,half=upper,waterlogged=true] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=east,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=east,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=east,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:hanging_roots 161 115 91 74 128 92 72 74 80 57 45 74 64 46 36 74 +minecraft:hanging_roots[waterlogged=false] 161 115 91 74 128 92 72 74 80 57 45 74 64 46 36 74 +minecraft:rooted_dirt 144 103 76 255 115 82 60 255 72 51 38 255 57 41 30 255 +minecraft:deepslate 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:deepslate[axis=y] 87 87 89 255 69 69 71 255 43 43 44 255 34 34 35 255 +minecraft:deepslate[axis=z] 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:cobbled_deepslate 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=top,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=bottom,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=bottom,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=double,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=double,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:polished_deepslate 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=top,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=bottom,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=bottom,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=double,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=double,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:deepslate_tiles 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=top,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=bottom,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=bottom,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=double,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=double,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_bricks 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=top,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=bottom,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=bottom,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=double,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=double,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:chiseled_deepslate 54 54 54 255 43 43 43 255 27 27 27 255 21 21 21 255 +minecraft:cracked_deepslate_bricks 64 64 65 255 51 51 52 255 32 32 32 255 25 25 26 255 +minecraft:cracked_deepslate_tiles 52 52 52 255 41 41 41 255 26 26 26 255 20 20 20 255 +minecraft:infested_deepslate 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:infested_deepslate[axis=y] 87 87 89 255 69 69 71 255 43 43 44 255 34 34 35 255 +minecraft:infested_deepslate[axis=z] 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:smooth_basalt 72 72 78 255 57 57 62 255 36 36 39 255 28 28 31 255 +minecraft:raw_iron_block 166 135 107 255 132 108 85 255 83 67 53 255 66 54 42 255 +minecraft:raw_copper_block 154 105 79 255 123 84 63 255 77 52 39 255 61 42 31 255 +minecraft:raw_gold_block 221 169 46 255 176 135 36 255 110 84 23 255 88 67 18 255 diff --git a/minecolonies-1.20.1/data/dynmap/colorschemes/biome_rainfall_temp.txt b/minecolonies-1.20.1/data/dynmap/colorschemes/biome_rainfall_temp.txt new file mode 100644 index 00000000..a34c23ab --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/colorschemes/biome_rainfall_temp.txt @@ -0,0 +1,108 @@ +Biome Mapping +[OCEAN] 0 0 112 255 0 0 112 255 0 0 112 255 0 0 112 255 +[PLAINS] 141 179 96 255 141 179 96 255 141 179 96 255 141 179 96 255 +[DESERT] 250 148 24 255 250 148 24 255 250 148 24 255 250 148 24 255 +[EXTREME_HILLS] 96 96 96 255 96 96 96 255 96 96 96 255 96 96 96 255 +[FOREST] 5 102 33 255 5 102 33 255 5 102 33 255 5 102 33 255 +[TAIGA] 11 102 89 255 11 102 89 255 11 102 89 255 11 102 89 255 +[SWAMPLAND] 7 249 178 255 7 249 178 255 7 249 178 255 7 249 178 255 +[RIVER] 0 0 255 255 0 0 255 255 0 0 255 255 0 0 255 255 +[HELL] 191 59 59 255 191 59 59 255 191 59 59 255 191 59 59 255 +[SKY] 128 128 255 255 128 128 255 255 128 128 255 255 128 128 255 255 +[FROZEN_OCEAN] 112 112 214 255 112 112 214 255 112 112 214 255 112 112 214 255 +[FROZEN_RIVER] 160 160 255 255 160 160 255 255 160 160 255 255 160 160 255 255 +[ICE_PLAINS] 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 255 +[ICE_MOUNTAINS] 160 160 160 255 160 160 160 255 160 160 160 255 160 160 160 255 +[MUSHROOM_ISLAND] 255 0 255 255 255 0 255 255 255 0 255 255 255 0 255 255 +[MUSHROOM_SHORE] 160 0 255 255 160 0 255 255 160 0 255 255 160 0 255 255 +[BEACH] 250 222 85 255 250 222 85 255 250 222 85 255 250 222 85 255 +[DESERT_HILLS] 210 95 18 255 210 95 18 255 210 95 18 255 210 95 18 255 +[FOREST_HILLS] 34 85 28 255 34 85 28 255 34 85 28 255 34 85 28 255 +[TAIGA_HILLS] 22 57 51 255 22 57 51 255 22 57 51 255 22 57 51 255 +[SMALL_MOUNTAINS] 114 120 154 255 114 120 154 255 114 120 154 255 114 120 154 255 +[JUNGLE] 83 123 9 255 83 123 9 255 83 123 9 255 83 123 9 255 +[JUNGLE_HILLS] 44 66 5 255 44 66 5 255 44 66 5 255 44 66 5 255 +[JUNGLE_EDGE] 98 139 23 255 98 139 23 255 98 139 23 255 98 139 23 255 +[DEEP_OCEAN] 0 0 48 255 0 0 48 255 0 0 48 255 0 0 48 255 +[STONE_BEACH] 162 162 132 255 162 162 132 255 162 162 132 255 162 162 132 255 +[COLD_BEACH] 250 240 192 255 250 240 192 255 250 240 192 255 250 240 192 255 +[BIRCH_FOREST] 48 116 68 255 48 116 68 255 48 116 68 255 48 116 68 255 +[BIRCH_FOREST_HILLS] 31 95 50 255 31 95 50 255 31 95 50 255 31 95 50 255 +[ROOFED_FOREST] 64 81 26 255 64 81 26 255 64 81 26 255 64 81 26 255 +[COLD_TAIGA] 49 85 74 255 49 85 74 255 49 85 74 255 49 85 74 255 +[COLD_TAIGA_HILLS] 36 63 54 255 36 63 54 255 36 63 54 255 36 63 54 255 +[MEGA_TAIGA] 89 102 81 255 89 102 81 255 89 102 81 255 89 102 81 255 +[MEGA_TAIGA_HILLS] 69 79 62 255 69 79 62 255 69 79 62 255 69 79 62 255 +[EXTREME_HILLS_PLUS] 80 112 80 255 80 112 80 255 80 112 80 255 80 112 80 255 +[SAVANNA] 189 178 95 255 189 178 95 255 189 178 95 255 189 178 95 255 +[SAVANNA_PLATEAU] 167 157 100 255 167 157 100 255 167 157 100 255 167 157 100 255 +[MESA] 217 69 21 255 217 69 21 255 217 69 21 255 217 69 21 255 +[MESA_PLATEAU_FOREST] 176 151 101 255 176 151 101 255 176 151 101 255 176 151 101 255 +[MESA_PLATEAU] 202 140 101 255 202 140 101 255 202 140 101 255 202 140 101 255 +[SMALL_END_ISLANDS] 128 128 255 255 128 128 255 255 128 128 255 255 128 128 255 255 +[END_MIDLANDS] 128 128 255 255 128 128 255 255 128 128 255 255 128 128 255 255 +[END_HIGHLANDS] 128 128 255 255 128 128 255 255 128 128 255 255 128 128 255 255 +[END_BARRENS] 128 128 255 255 128 128 255 255 128 128 255 255 128 128 255 255 +[WARM_OCEAN] 0 0 172 255 0 0 172 255 0 0 172 255 0 0 172 255 +[LUKEWARM_OCEAN] 0 0 144 255 0 0 144 255 0 0 144 255 0 0 144 255 +[COLD_OCEAN] 32 32 112 255 32 32 112 255 32 32 112 255 32 32 112 255 +[DEEP_WARM_OCEAN] 0 0 80 255 0 0 80 255 0 0 80 255 0 0 80 255 +[DEEP_LUKEWARM_OCEAN] 0 0 64 255 0 0 64 255 0 0 64 255 0 0 64 255 +[DEEP_COLD_OCEAN] 32 32 56 255 32 32 56 255 32 32 56 255 32 32 56 255 +[DEEP_FROZEN_OCEAN] 64 64 144 255 64 64 144 255 64 64 144 255 64 64 144 255 +[THE_VOID] 0 0 0 255 0 0 0 255 0 0 0 255 0 0 0 255 +[SUNFLOWER_PLAINS] 181 219 136 255 181 219 136 255 181 219 136 255 181 219 136 255 +[DESERT_MOUNTAINS] 255 188 64 255 255 188 64 255 255 188 64 255 255 188 64 255 +[EXTREME_HILLS_MOUNTAINS] 136 136 136 255 136 136 136 255 136 136 136 255 136 136 136 255 +[FLOWER_FOREST] 45 142 73 255 45 142 73 255 45 142 73 255 45 142 73 255 +[TAIGA_MOUNTAINS] 51 142 129 255 51 142 129 255 51 142 129 255 51 142 129 255 +[SWAMPLAND_MOUNTAINS] 47 255 218 255 47 255 218 255 47 255 218 255 47 255 218 255 +[ICE_PLAINS_SPIKES] 180 220 220 255 180 220 220 255 180 220 220 255 180 220 220 255 +[JUNGLE_MOUNTAINS] 123 163 49 255 123 163 49 255 123 163 49 255 123 163 49 255 +[JUNGLE_EDGE_MOUNTAINS] 138 179 63 255 138 179 63 255 138 179 63 255 138 179 63 255 +[BIRCH_FOREST_MOUNTAINS] 88 156 108 255 88 156 108 255 88 156 108 255 88 156 108 255 +[BIRCH_FOREST_HILLS_MOUNTAINS] 71 135 90 255 71 135 90 255 71 135 90 255 71 135 90 255 +[ROOFED_FOREST_MOUNTAINS] 104 121 66 255 104 121 66 255 104 121 66 255 104 121 66 255 +[COLD_TAIGA_MOUNTAINS] 89 125 114 255 89 125 114 255 89 125 114 255 89 125 114 255 +[MEGA_SPRUCE_TAIGA] 129 142 121 255 129 142 121 255 129 142 121 255 129 142 121 255 +[MEGA_SPRUCE_TAIGA_HILLS] 109 119 102 255 109 119 102 255 109 119 102 255 109 119 102 255 +[EXTREME_HILLS_PLUS_MOUNTAINS] 120 152 120 255 120 152 120 255 120 152 120 255 120 152 120 255 +[SAVANNA_MOUNTAINS] 229 218 135 255 229 218 135 255 229 218 135 255 229 218 135 255 +[SAVANNA_PLATEAU_MOUNTAINS] 207 197 140 255 207 197 140 255 207 197 140 255 207 197 140 255 +[MESA_BRYCE] 255 109 61 255 255 109 61 255 255 109 61 255 255 109 61 255 +[MESA_PLATEAU_FOREST_MOUNTAINS] 216 191 141 255 216 191 141 255 216 191 141 255 216 191 141 255 +[MESA_PLATEAU_MOUNTAINS] 242 180 141 255 242 180 141 255 242 180 141 255 242 180 141 255 +[BEACH_MOUNTAINS] 255 255 125 255 255 255 125 255 255 255 125 255 255 255 125 255 +[COLD_BEACH_MOUNTAINS] 255 255 232 255 255 255 232 255 255 255 232 255 255 255 232 255 +[COLD_TAIGA_HILLS_MOUNTAINS] 76 103 94 255 76 103 94 255 76 103 94 255 76 103 94 255 +[DEEP_OCEAN_MOUNTAINS] 40 40 88 255 40 40 88 255 40 40 88 255 40 40 88 255 +[DESERT_HILLS_MOUNTAINS] 250 135 58 255 250 135 58 255 250 135 58 255 250 135 58 255 +[EXTREME_HILLS_EDGE_MOUNTAINS] 154 160 194 255 154 160 194 255 154 160 194 255 154 160 194 255 +[FOREST_HILLS_MOUNTAINS] 74 125 68 255 74 125 68 255 74 125 68 255 74 125 68 255 +[FROZEN_OCEAN_MOUNTAINS] 184 184 200 255 184 184 200 255 184 184 200 255 184 184 200 255 +[FROZEN_RIVER_MOUNTAINS] 200 200 255 255 200 200 255 255 200 200 255 255 200 200 255 255 +[HELL_MOUNTAINS] 255 40 40 255 255 40 40 255 255 40 40 255 255 40 40 255 +[ICE_MOUNTAINS_MOUNTAINS] 200 200 200 255 200 200 200 255 200 200 200 255 200 200 200 255 +[JUNGLE_HILLS_MOUNTAINS] 84 106 45 255 84 106 45 255 84 106 45 255 84 106 45 255 +[MUSHROOM_ISLAND_MOUNTAINS] 255 40 255 255 255 40 255 255 255 40 255 255 255 40 255 255 +[MUSHROOM_SHORE_MOUNTAINS] 200 40 255 255 200 40 255 255 200 40 255 255 200 40 255 255 +[OCEAN_MOUNTAINS] 40 40 152 255 40 40 152 255 40 40 152 255 40 40 152 255 +[RIVER_MOUNTAINS] 40 40 255 255 40 40 255 255 40 40 255 255 40 40 255 255 +[SKY_MOUNTAINS] 168 168 255 255 168 168 255 255 168 168 255 255 168 168 255 255 +[STONE_BEACH_MOUNTAINS] 202 202 172 255 202 202 172 255 202 202 172 255 202 202 172 255 +[TAIGA_HILLS_MOUNTAINS] 62 97 91 255 62 97 91 255 62 97 91 255 62 97 91 255 +[BAMBOO_JUNGLE] 118 142 20 255 118 142 20 255 118 142 20 255 118 142 20 255 +[BAMBOO_JUNGLE_HILLS] 59 71 10 255 59 71 10 255 59 71 10 255 59 71 10 255 +[SOUL_SAND_VALLEY] 82 41 33 255 82 41 33 255 82 41 33 255 82 41 33 255 +[CRIMSON_FOREST] 221 8 8 255 221 8 8 255 221 8 8 255 221 8 8 255 +[WARPED_FOREST] 73 144 123 255 73 144 123 255 73 144 123 255 73 144 123 255 +[BASALT_DELTAS] 64 54 54 255 64 54 54 255 64 54 54 255 64 54 54 255 +Rainfall/Temperature Mapping +[RAINFALL-0.0] 120 120 120 255 96 96 96 255 60 60 60 255 48 48 48 255 +[RAINFALL-1.0] 38 92 255 255 30 73 204 255 19 46 127 255 15 36 102 255 +[TEMPERATURE-0.0] 38 92 255 255 30 73 204 255 19 46 127 255 15 36 102 255 +[TEMPERATURE-0.5] 91 121 185 255 73 96 147 255 46 61 92 255 36 48 73 255 +[TEMPERATURE-0.8] 51 165 42 255 41 131 33 255 26 82 21 255 20 65 17 255 +[TEMPERATURE-0.9] 170 158 24 255 135 126 19 255 85 79 12 255 67 62 10 255 +[TEMPERATURE-0.95] 204 111 48 255 162 89 38 255 102 56 24 255 81 44 19 255 +[TEMPERATURE-1.0] 143 39 36 255 114 31 28 255 71 20 18 \ No newline at end of file diff --git a/minecolonies-1.20.1/data/dynmap/colorschemes/default.txt b/minecolonies-1.20.1/data/dynmap/colorschemes/default.txt new file mode 100644 index 00000000..96c3a570 --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/colorschemes/default.txt @@ -0,0 +1,19769 @@ +minecraft:stone 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:granite 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:polished_granite 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:diorite 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:polished_diorite 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:andesite 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:polished_andesite 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:grass_block 69 110 51 255 55 88 40 255 34 55 25 255 27 44 20 255 +minecraft:grass_block[snowy=false] 69 110 51 255 55 88 40 255 34 55 25 255 27 44 20 255 +minecraft:dirt 134 96 67 255 107 76 53 255 67 48 33 255 53 38 26 255 +minecraft:coarse_dirt 119 85 59 255 95 68 47 255 59 42 29 255 47 34 23 255 +minecraft:podzol 147 147 147 255 117 117 117 255 73 73 73 255 58 58 58 255 +minecraft:podzol[snowy=false] 91 63 24 255 72 50 19 255 45 31 12 255 36 25 9 255 +minecraft:cobblestone 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:oak_planks 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:spruce_planks 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_planks 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_planks 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_planks 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_planks 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:oak_sapling 77 106 40 110 61 84 32 110 38 53 20 110 30 42 16 110 +minecraft:oak_sapling[stage=1] 77 106 40 110 61 84 32 110 38 53 20 110 30 42 16 110 +minecraft:spruce_sapling 44 60 36 82 35 48 28 82 22 30 18 82 17 24 14 82 +minecraft:spruce_sapling[stage=1] 44 60 36 82 35 48 28 82 22 30 18 82 17 24 14 82 +minecraft:birch_sapling 127 160 79 97 101 128 63 97 63 80 39 97 50 64 31 97 +minecraft:birch_sapling[stage=1] 127 160 79 97 101 128 63 97 63 80 39 97 50 64 31 97 +minecraft:jungle_sapling 47 81 16 85 37 64 12 85 23 40 8 85 18 32 6 85 +minecraft:jungle_sapling[stage=1] 47 81 16 85 37 64 12 85 23 40 8 85 18 32 6 85 +minecraft:acacia_sapling 118 117 23 110 94 93 18 110 59 58 11 110 47 46 9 110 +minecraft:acacia_sapling[stage=1] 118 117 23 110 94 93 18 110 59 58 11 110 47 46 9 110 +minecraft:dark_oak_sapling 61 90 30 109 48 72 24 109 30 45 15 109 24 36 12 109 +minecraft:dark_oak_sapling[stage=1] 61 90 30 109 48 72 24 109 30 45 15 109 24 36 12 109 +minecraft:bedrock 85 85 85 255 68 68 68 255 42 42 42 255 34 34 34 255 +minecraft:water 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=1] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=2] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=3] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=4] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=5] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=6] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=7] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=8] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=9] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=10] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=11] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=12] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=13] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=14] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=15] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:lava 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=1] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=2] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=3] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=4] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=5] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=6] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=7] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=8] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=9] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=10] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=11] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=12] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=13] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=14] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=15] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:sand 219 207 163 255 175 165 130 255 109 103 81 255 87 82 65 255 +minecraft:red_sand 190 102 33 255 152 81 26 255 95 51 16 255 76 40 13 255 +minecraft:gravel 131 127 126 255 104 101 100 255 65 63 63 255 52 50 50 255 +minecraft:gold_ore 145 133 106 255 116 106 84 255 72 66 53 255 58 53 42 255 +minecraft:deepslate_gold_ore 115 102 78 255 92 81 62 255 57 51 39 255 46 40 31 255 +minecraft:iron_ore 136 129 122 255 108 103 97 255 68 64 61 255 54 51 48 255 +minecraft:deepslate_iron_ore 106 99 94 255 84 79 75 255 53 49 47 255 42 39 37 255 +minecraft:coal_ore 105 105 105 255 84 84 84 255 52 52 52 255 42 42 42 255 +minecraft:deepslate_coal_ore 74 74 76 255 59 59 60 255 37 37 38 255 29 29 30 255 +minecraft:nether_gold_ore 115 54 42 255 92 43 33 255 57 27 21 255 46 21 16 255 +minecraft:oak_log 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:oak_log[axis=y] 151 121 73 255 120 96 58 255 75 60 36 255 60 48 29 255 +minecraft:oak_log[axis=z] 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:spruce_log 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:spruce_log[axis=y] 108 80 46 255 86 64 36 255 54 40 23 255 43 32 18 255 +minecraft:spruce_log[axis=z] 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:birch_log 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:birch_log[axis=y] 193 179 135 255 154 143 108 255 96 89 67 255 77 71 54 255 +minecraft:birch_log[axis=z] 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:jungle_log 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:jungle_log[axis=y] 149 109 70 255 119 87 56 255 74 54 35 255 59 43 28 255 +minecraft:jungle_log[axis=z] 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:acacia_log 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:acacia_log[axis=y] 150 88 55 255 120 70 44 255 75 44 27 255 60 35 22 255 +minecraft:acacia_log[axis=z] 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:dark_oak_log 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:dark_oak_log[axis=y] 64 42 21 255 51 33 16 255 32 21 10 255 25 16 8 255 +minecraft:dark_oak_log[axis=z] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:stripped_spruce_log 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_spruce_log[axis=y] 105 80 46 255 84 64 36 255 52 40 23 255 42 32 18 255 +minecraft:stripped_spruce_log[axis=z] 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_birch_log 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_birch_log[axis=y] 191 171 116 255 152 136 92 255 95 85 58 255 76 68 46 255 +minecraft:stripped_birch_log[axis=z] 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_jungle_log 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_jungle_log[axis=y] 165 122 81 255 132 97 64 255 82 61 40 255 66 48 32 255 +minecraft:stripped_jungle_log[axis=z] 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_acacia_log 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_acacia_log[axis=y] 166 91 51 255 132 72 40 255 83 45 25 255 66 36 20 255 +minecraft:stripped_acacia_log[axis=z] 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_dark_oak_log 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:stripped_dark_oak_log[axis=y] 65 44 22 255 52 35 17 255 32 22 11 255 26 17 8 255 +minecraft:stripped_dark_oak_log[axis=z] 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:stripped_oak_log 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:stripped_oak_log[axis=y] 160 129 77 255 128 103 61 255 80 64 38 255 64 51 30 255 +minecraft:stripped_oak_log[axis=z] 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:oak_wood 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:oak_wood[axis=y] 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:oak_wood[axis=z] 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:spruce_wood 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:spruce_wood[axis=y] 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:spruce_wood[axis=z] 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:birch_wood 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:birch_wood[axis=y] 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:birch_wood[axis=z] 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:jungle_wood 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:jungle_wood[axis=y] 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:jungle_wood[axis=z] 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:acacia_wood 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:acacia_wood[axis=y] 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:acacia_wood[axis=z] 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:dark_oak_wood 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:dark_oak_wood[axis=y] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:dark_oak_wood[axis=z] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:stripped_oak_wood 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:stripped_oak_wood[axis=y] 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:stripped_oak_wood[axis=z] 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:stripped_spruce_wood 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_spruce_wood[axis=y] 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_spruce_wood[axis=z] 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_birch_wood 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_birch_wood[axis=y] 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_birch_wood[axis=z] 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_jungle_wood 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_jungle_wood[axis=y] 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_jungle_wood[axis=z] 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_acacia_wood 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_acacia_wood[axis=y] 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_acacia_wood[axis=z] 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_dark_oak_wood 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:stripped_dark_oak_wood[axis=y] 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:stripped_dark_oak_wood[axis=z] 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:oak_leaves 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=1,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=2,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=2,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=3,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=3,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=4,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=4,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=5,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=5,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=6,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=6,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=7,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=7,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:spruce_leaves 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=1,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=2,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=2,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=3,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=3,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=4,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=4,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=5,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=5,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=6,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=6,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=7,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=7,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:birch_leaves 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=1,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=2,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=2,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=3,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=3,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=4,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=4,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=5,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=5,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=6,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=6,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=7,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=7,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:jungle_leaves 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=1,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=2,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=2,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=3,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=3,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=4,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=4,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=5,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=5,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=6,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=6,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=7,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=7,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:acacia_leaves 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=1,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=2,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=2,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=3,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=3,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=4,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=4,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=5,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=5,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=6,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=6,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=7,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=7,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:dark_oak_leaves 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=1,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=2,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=2,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=3,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=3,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=4,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=4,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=5,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=5,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=6,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=6,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=7,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=7,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:azalea_leaves 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=1,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=2,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=2,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=3,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=3,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=4,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=4,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=5,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=5,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=6,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=6,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=7,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=7,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:flowering_azalea_leaves 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=1,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=2,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=2,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=3,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=3,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=4,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=4,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=5,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=5,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=6,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=6,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=7,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=7,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:sponge 195 192 74 255 156 153 59 255 97 96 37 255 78 76 29 255 +minecraft:wet_sponge 171 181 70 255 136 144 56 255 85 90 35 255 68 72 28 255 +minecraft:glass 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:lapis_ore 107 117 141 255 85 93 112 255 53 58 70 255 42 46 56 255 +minecraft:deepslate_lapis_ore 79 90 115 255 63 72 92 255 39 45 57 255 31 36 46 255 +minecraft:lapis_block 30 67 140 255 24 53 112 255 15 33 70 255 12 26 56 255 +minecraft:dispenser 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=north,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=east,triggered=true] 98 97 97 255 78 77 77 255 49 48 48 255 39 38 38 255 +minecraft:dispenser[facing=east,triggered=false] 98 97 97 255 78 77 77 255 49 48 48 255 39 38 38 255 +minecraft:dispenser[facing=south,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=south,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=west,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=west,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=up,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=up,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=down,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=down,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:sandstone 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:chiseled_sandstone 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:note_block 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:powered_rail 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=north_south,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=east_west,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=east_west,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_east,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_east,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_west,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_west,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_north,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_north,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_south,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_south,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=false,shape=north_south,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=north_south,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=east_west,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=east_west,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_east,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_east,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_west,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_west,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_north,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_north,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_south,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_south,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:detector_rail 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=north_south,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=east_west,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=east_west,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_east,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_east,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_west,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_west,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_north,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_north,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_south,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_south,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=false,shape=north_south,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=north_south,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=east_west,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=east_west,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_east,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_east,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_west,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_west,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_north,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_north,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_south,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_south,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:sticky_piston 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=east] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=south] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=west] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=up] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=down] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=north] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=east] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=south] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=west] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=up] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=down] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:cobweb 228 233 234 104 182 186 187 104 114 116 117 104 91 93 93 104 +minecraft:grass 68 109 51 139 54 87 40 139 34 54 25 139 27 43 20 139 +minecraft:fern 58 93 43 88 46 74 34 88 29 46 21 88 23 37 17 88 +minecraft:dead_bush 107 78 40 77 85 62 32 77 53 39 20 77 42 31 16 77 +minecraft:seagrass 24 94 2 76 19 75 1 76 12 47 1 76 9 37 0 76 +minecraft:tall_seagrass 27 103 4 72 21 82 3 72 13 51 2 72 10 41 1 72 +minecraft:tall_seagrass[half=lower] 21 88 1 141 16 70 0 141 10 44 0 141 8 35 0 141 +minecraft:piston 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=east] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=south] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=west] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=up] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=down] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=north] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=east] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=south] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=west] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=up] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=down] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston_head 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=north,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=north,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=north,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=east,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=east,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=east,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=east,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=south,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=south,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=south,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=south,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=west,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=west,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=west,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=west,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=up,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=up,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=up,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=up,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=down,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=down,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=down,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=down,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:white_wool 233 236 236 255 186 188 188 255 116 118 118 255 93 94 94 255 +minecraft:orange_wool 240 118 19 255 192 94 15 255 120 59 9 255 96 47 7 255 +minecraft:magenta_wool 189 68 179 255 151 54 143 255 94 34 89 255 75 27 71 255 +minecraft:light_blue_wool 58 175 217 255 46 140 173 255 29 87 108 255 23 70 86 255 +minecraft:yellow_wool 248 197 39 255 198 157 31 255 124 98 19 255 99 78 15 255 +minecraft:lime_wool 112 185 25 255 89 148 20 255 56 92 12 255 44 74 10 255 +minecraft:pink_wool 237 141 172 255 189 112 137 255 118 70 86 255 94 56 68 255 +minecraft:gray_wool 62 68 71 255 49 54 56 255 31 34 35 255 24 27 28 255 +minecraft:light_gray_wool 142 142 134 255 113 113 107 255 71 71 67 255 56 56 53 255 +minecraft:cyan_wool 21 137 145 255 16 109 116 255 10 68 72 255 8 54 58 255 +minecraft:purple_wool 121 42 172 255 96 33 137 255 60 21 86 255 48 16 68 255 +minecraft:blue_wool 53 57 157 255 42 45 125 255 26 28 78 255 21 22 62 255 +minecraft:brown_wool 114 71 40 255 91 56 32 255 57 35 20 255 45 28 16 255 +minecraft:green_wool 84 109 27 255 67 87 21 255 42 54 13 255 33 43 10 255 +minecraft:red_wool 160 39 34 255 128 31 27 255 80 19 17 255 64 15 13 255 +minecraft:black_wool 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:dandelion 147 172 43 31 117 137 34 31 73 86 21 31 58 68 17 31 +minecraft:poppy 128 64 37 34 102 51 29 34 64 32 18 34 51 25 14 34 +minecraft:blue_orchid 47 162 168 43 37 129 134 43 23 81 84 43 18 64 67 43 +minecraft:allium 158 137 183 37 126 109 146 37 79 68 91 37 63 54 73 37 +minecraft:azure_bluet 169 204 127 42 135 163 101 42 84 102 63 42 67 81 50 42 +minecraft:red_tulip 89 128 32 48 71 102 25 48 44 64 16 48 35 51 12 48 +minecraft:orange_tulip 93 142 30 40 74 113 24 40 46 71 15 40 37 56 12 40 +minecraft:white_tulip 93 164 71 44 74 131 56 44 46 82 35 44 37 65 28 44 +minecraft:pink_tulip 99 157 78 40 79 125 62 40 49 78 39 40 39 62 31 40 +minecraft:oxeye_daisy 179 202 143 50 143 161 114 50 89 101 71 50 71 80 57 50 +minecraft:cornflower 79 121 146 34 63 96 116 34 39 60 73 34 31 48 58 34 +minecraft:wither_rose 41 44 23 36 32 35 18 36 20 22 11 36 16 17 9 36 +minecraft:lily_of_the_valley 123 174 95 51 98 139 76 51 61 87 47 51 49 69 38 51 +minecraft:brown_mushroom 153 116 92 33 122 92 73 33 76 58 46 33 61 46 36 33 +minecraft:red_mushroom 216 75 67 31 172 60 53 31 108 37 33 31 86 30 26 31 +minecraft:gold_block 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:iron_block 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:bricks 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:tnt 142 62 53 255 113 49 42 255 71 31 26 255 56 24 21 255 +minecraft:tnt[unstable=false] 142 62 53 255 113 49 42 255 71 31 26 255 56 24 21 255 +minecraft:bookshelf 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:mossy_cobblestone 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:obsidian 15 10 24 255 12 8 19 255 7 5 12 255 6 4 9 255 +minecraft:torch 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:wall_torch 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:wall_torch[facing=south] 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:wall_torch[facing=west] 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:wall_torch[facing=east] 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:fire 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:soul_fire 54 195 200 145 43 156 160 145 27 97 100 145 21 78 80 145 +minecraft:spawner 36 46 62 175 28 36 49 175 18 23 31 175 14 18 24 175 +minecraft:oak_stairs 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:chest 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=single,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=left,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=left,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=right,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=right,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=single,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=single,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=left,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=left,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=right,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=right,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=single,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=single,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=left,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=left,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=right,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=right,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=single,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=single,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=left,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=left,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=right,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=right,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:redstone_wire 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:diamond_ore 121 141 140 255 96 112 112 255 60 70 70 255 48 56 56 255 +minecraft:deepslate_diamond_ore 83 106 106 255 66 84 84 255 41 53 53 255 33 42 42 255 +minecraft:diamond_block 98 237 228 255 78 189 182 255 49 118 114 255 39 94 91 255 +minecraft:crafting_table 119 73 42 255 95 58 33 255 59 36 21 255 47 29 16 255 +minecraft:wheat 8 127 15 6 6 101 12 6 4 63 7 6 3 50 6 6 +minecraft:wheat[age=1] 5 127 7 15 4 101 5 15 2 63 3 15 2 50 2 15 +minecraft:wheat[age=2] 6 133 12 32 4 106 9 32 3 66 6 32 2 53 4 32 +minecraft:wheat[age=3] 10 130 13 57 8 104 10 57 5 65 6 57 4 52 5 57 +minecraft:wheat[age=4] 37 132 18 78 29 105 14 78 18 66 9 78 14 52 7 78 +minecraft:wheat[age=5] 63 129 18 103 50 103 14 103 31 64 9 103 25 51 7 103 +minecraft:wheat[age=6] 141 133 37 125 112 106 29 125 70 66 18 125 56 53 14 125 +minecraft:wheat[age=7] 166 151 73 138 132 120 58 138 83 75 36 138 66 60 29 138 +minecraft:farmland 143 102 70 255 114 81 56 255 71 51 35 255 57 40 28 255 +minecraft:farmland[moisture=1] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=2] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=3] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=4] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=5] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=6] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=7] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:furnace 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=north,lit=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=south,lit=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=south,lit=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=west,lit=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=west,lit=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=east,lit=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=east,lit=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:oak_sign 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=0,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=1,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=1,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=2,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=2,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=3,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=3,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=4,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=4,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=5,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=5,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=6,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=6,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=7,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=7,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=8,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=8,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=9,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=9,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=10,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=10,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=11,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=11,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=12,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=12,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=13,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=13,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=14,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=14,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=15,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=15,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:spruce_sign 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=0,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=1,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=1,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=2,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=2,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=3,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=3,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=4,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=4,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=5,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=5,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=6,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=6,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=7,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=7,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=8,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=8,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=9,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=9,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=10,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=10,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=11,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=11,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=12,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=12,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=13,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=13,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=14,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=14,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=15,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=15,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:birch_sign 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=0,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=1,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=1,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=2,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=2,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=3,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=3,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=4,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=4,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=5,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=5,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=6,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=6,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=7,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=7,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=8,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=8,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=9,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=9,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=10,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=10,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=11,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=11,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=12,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=12,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=13,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=13,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=14,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=14,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=15,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=15,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:acacia_sign 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=0,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=1,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=1,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=2,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=2,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=3,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=3,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=4,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=4,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=5,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=5,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=6,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=6,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=7,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=7,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=8,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=8,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=9,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=9,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=10,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=10,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=11,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=11,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=12,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=12,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=13,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=13,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=14,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=14,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=15,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=15,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:jungle_sign 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=0,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=1,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=1,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=2,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=2,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=3,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=3,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=4,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=4,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=5,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=5,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=6,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=6,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=7,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=7,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=8,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=8,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=9,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=9,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=10,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=10,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=11,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=11,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=12,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=12,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=13,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=13,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=14,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=14,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=15,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=15,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:dark_oak_sign 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=0,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=1,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=1,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=2,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=2,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=3,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=3,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=4,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=4,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=5,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=5,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=6,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=6,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=7,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=7,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=8,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=8,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=9,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=9,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=10,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=10,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=11,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=11,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=12,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=12,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=13,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=13,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=14,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=14,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=15,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=15,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:oak_door 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:ladder 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=north,waterlogged=false] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=south,waterlogged=true] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=south,waterlogged=false] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=west,waterlogged=true] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=west,waterlogged=false] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=east,waterlogged=true] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=east,waterlogged=false] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:rail 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=north_south,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=east_west,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=east_west,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_east,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_east,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_west,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_west,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_north,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_north,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_south,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_south,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=south_east,waterlogged=true] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=south_east,waterlogged=false] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=south_west,waterlogged=true] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=south_west,waterlogged=false] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=north_west,waterlogged=true] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=north_west,waterlogged=false] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=north_east,waterlogged=true] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=north_east,waterlogged=false] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:cobblestone_stairs 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:oak_wall_sign 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=north,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=south,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=south,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=west,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=west,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=east,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=east,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:spruce_wall_sign 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=north,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=south,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=south,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=west,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=west,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=east,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=east,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:birch_wall_sign 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=north,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=south,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=south,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=west,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=west,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=east,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=east,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:acacia_wall_sign 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=north,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=south,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=south,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=west,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=west,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=east,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=east,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:jungle_wall_sign 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=north,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=south,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=south,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=west,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=west,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=east,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=east,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:dark_oak_wall_sign 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=north,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=south,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=south,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=west,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=west,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=east,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=east,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:lever 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=north,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=north,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:stone_pressure_plate 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_pressure_plate[powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:iron_door 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:oak_pressure_plate 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_pressure_plate[powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:spruce_pressure_plate 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_pressure_plate[powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_pressure_plate 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_pressure_plate[powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_pressure_plate 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_pressure_plate[powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_pressure_plate 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_pressure_plate[powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_pressure_plate 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_pressure_plate[powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:redstone_ore 140 109 109 255 112 87 87 255 70 54 54 255 56 43 43 255 +minecraft:redstone_ore[lit=false] 140 109 109 255 112 87 87 255 70 54 54 255 56 43 43 255 +minecraft:deepslate_redstone_ore 104 73 74 255 83 58 59 255 52 36 37 255 41 29 29 255 +minecraft:deepslate_redstone_ore[lit=false] 104 73 74 255 83 58 59 255 52 36 37 255 41 29 29 255 +minecraft:redstone_torch 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_torch[lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:redstone_wall_torch 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_wall_torch[facing=north,lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:redstone_wall_torch[facing=south,lit=true] 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_wall_torch[facing=south,lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:redstone_wall_torch[facing=west,lit=true] 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_wall_torch[facing=west,lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:redstone_wall_torch[facing=east,lit=true] 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_wall_torch[facing=east,lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:stone_button 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=north,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=south,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=south,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=west,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=west,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=east,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=east,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=north,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=north,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=south,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=south,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=west,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=west,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=east,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=east,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=north,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=north,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=south,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=south,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=west,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=west,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=east,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=east,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:snow 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=2] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=3] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=4] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=5] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=6] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=7] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=8] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:ice 145 183 253 190 116 146 202 190 72 91 126 190 58 73 101 190 +minecraft:snow_block 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:cactus 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=1] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=2] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=3] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=4] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=5] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=6] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=7] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=8] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=9] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=10] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=11] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=12] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=13] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=14] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=15] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:clay 160 166 179 255 128 132 143 255 80 83 89 255 64 66 71 255 +minecraft:sugar_cane 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=1] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=2] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=3] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=4] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=5] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=6] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=7] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=8] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=9] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=10] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=11] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=12] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=13] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=14] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=15] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:jukebox 93 64 47 255 74 51 37 255 46 32 23 255 37 25 18 255 +minecraft:jukebox[has_record=false] 93 64 47 255 74 51 37 255 46 32 23 255 37 25 18 255 +minecraft:oak_fence 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pumpkin 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:netherrack 97 38 38 255 77 30 30 255 48 19 19 255 38 15 15 255 +minecraft:soul_sand 81 62 50 255 64 49 40 255 40 31 25 255 32 24 20 255 +minecraft:soul_soil 75 57 46 255 60 45 36 255 37 28 23 255 30 22 18 255 +minecraft:basalt 73 72 77 255 58 57 61 255 36 36 38 255 29 28 30 255 +minecraft:basalt[axis=y] 80 81 86 255 64 64 68 255 40 40 43 255 32 32 34 255 +minecraft:basalt[axis=z] 73 72 77 255 58 57 61 255 36 36 38 255 29 28 30 255 +minecraft:polished_basalt 88 88 91 255 70 70 72 255 44 44 45 255 35 35 36 255 +minecraft:polished_basalt[axis=y] 99 98 100 255 79 78 80 255 49 49 50 255 39 39 40 255 +minecraft:polished_basalt[axis=z] 88 88 91 255 70 70 72 255 44 44 45 255 35 35 36 255 +minecraft:soul_torch 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=south] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=west] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=east] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:glowstone 171 131 84 255 136 104 67 255 85 65 42 255 68 52 33 255 +minecraft:nether_portal 91 13 193 192 72 10 154 192 45 6 96 192 36 5 77 192 +minecraft:nether_portal[axis=z] 91 13 193 192 72 10 154 192 45 6 96 192 36 5 77 192 +minecraft:carved_pumpkin 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:carved_pumpkin[facing=south] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:carved_pumpkin[facing=west] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:carved_pumpkin[facing=east] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:jack_o_lantern 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:jack_o_lantern[facing=south] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:jack_o_lantern[facing=west] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:jack_o_lantern[facing=east] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=1] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=2] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=3] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=4] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=5] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=6] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:repeater 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=north,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=north,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=north,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=south,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=south,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=south,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=south,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=west,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=west,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=west,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=west,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=east,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=east,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=east,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=east,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=north,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=north,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=north,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=north,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=south,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=south,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=south,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=south,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=west,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=west,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=west,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=west,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=east,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=east,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=east,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=east,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=north,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=north,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=north,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=north,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=south,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=south,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=south,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=south,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=west,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=west,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=west,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=west,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=east,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=east,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=east,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=east,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=north,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=north,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=north,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=north,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=south,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=south,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=south,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=south,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=west,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=west,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=west,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=west,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=east,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=east,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=east,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=east,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:white_stained_glass 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:orange_stained_glass 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:magenta_stained_glass 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:light_blue_stained_glass 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:yellow_stained_glass 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:lime_stained_glass 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:pink_stained_glass 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:gray_stained_glass 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:light_gray_stained_glass 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:cyan_stained_glass 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:purple_stained_glass 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:blue_stained_glass 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:brown_stained_glass 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:green_stained_glass 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:red_stained_glass 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:black_stained_glass 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:oak_trapdoor 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:spruce_trapdoor 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:birch_trapdoor 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:jungle_trapdoor 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:acacia_trapdoor 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:dark_oak_trapdoor 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:stone_bricks 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:mossy_stone_bricks 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:cracked_stone_bricks 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:chiseled_stone_bricks 119 118 119 255 95 94 95 255 59 59 59 255 47 47 47 255 +minecraft:infested_stone 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:infested_cobblestone 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:infested_stone_bricks 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:infested_mossy_stone_bricks 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:infested_cracked_stone_bricks 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:infested_chiseled_stone_bricks 119 118 119 255 95 94 95 255 59 59 59 255 47 47 47 255 +minecraft:brown_mushroom_block 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:iron_bars 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:chain 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=x,waterlogged=false] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=y,waterlogged=true] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=y,waterlogged=false] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=z,waterlogged=true] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=z,waterlogged=false] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:glass_pane 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:melon 111 144 30 255 88 115 24 255 55 72 15 255 44 57 12 255 +minecraft:attached_pumpkin_stem 65 104 49 32 52 83 39 32 32 52 24 32 26 41 19 32 +minecraft:attached_pumpkin_stem[facing=south] 65 104 49 32 52 83 39 32 32 52 24 32 26 41 19 32 +minecraft:attached_pumpkin_stem[facing=west] 65 104 49 32 52 83 39 32 32 52 24 32 26 41 19 32 +minecraft:attached_pumpkin_stem[facing=east] 65 104 49 32 52 83 39 32 32 52 24 32 26 41 19 32 +minecraft:attached_melon_stem 66 106 49 32 52 84 39 32 33 53 24 32 26 42 19 32 +minecraft:attached_melon_stem[facing=south] 66 106 49 32 52 84 39 32 33 53 24 32 26 42 19 32 +minecraft:attached_melon_stem[facing=west] 66 106 49 32 52 84 39 32 33 53 24 32 26 42 19 32 +minecraft:attached_melon_stem[facing=east] 66 106 49 32 52 84 39 32 33 53 24 32 26 42 19 32 +minecraft:pumpkin_stem 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=1] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=2] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=3] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=4] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=5] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=6] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=7] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:melon_stem 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=1] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=2] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=3] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=4] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=5] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=6] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=7] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:vine 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=true,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=true,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=true,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=false,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=false,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=false,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=false,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=true,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=true,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=true,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=true,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=false,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=false,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=false,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=false,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=true,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=true,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=true,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=true,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=false,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=false,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=false,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=false,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=true,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=true,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=true,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=true,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=false,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=false,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=false,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=false,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:glow_lichen 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:oak_fence_gate 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brick_stairs 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:stone_brick_stairs 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:mycelium 69 110 51 255 55 88 40 255 34 55 25 255 27 44 20 255 +minecraft:mycelium[snowy=false] 111 98 101 255 88 78 80 255 55 49 50 255 44 39 40 255 +minecraft:lily_pad 16 66 25 149 12 52 20 149 8 33 12 149 6 26 10 149 +minecraft:nether_bricks 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_wart 117 18 21 43 93 14 16 43 58 9 10 43 46 7 8 43 +minecraft:nether_wart[age=1] 115 17 18 118 92 13 14 118 57 8 9 118 46 6 7 118 +minecraft:nether_wart[age=2] 115 17 18 118 92 13 14 118 57 8 9 118 46 6 7 118 +minecraft:nether_wart[age=3] 111 18 19 159 88 14 15 159 55 9 9 159 44 7 7 159 +minecraft:enchanting_table 128 75 85 255 102 60 68 255 64 37 42 255 51 30 34 255 +minecraft:brewing_stand 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=true,has_bottle_2=false] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=false,has_bottle_2=true] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=false,has_bottle_2=false] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=true,has_bottle_2=true] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=true,has_bottle_2=false] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=true] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=false] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:cauldron 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:water_cauldron 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:water_cauldron[level=2] 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:water_cauldron[level=3] 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:lava_cauldron 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:powder_snow_cauldron 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:powder_snow_cauldron[level=2] 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:powder_snow_cauldron[level=3] 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:end_portal 117 90 156 255 93 72 124 255 58 45 78 255 46 36 62 255 +minecraft:end_portal_frame 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=true,facing=south] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=true,facing=west] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=true,facing=east] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=false,facing=north] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=false,facing=south] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=false,facing=west] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=false,facing=east] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_stone 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:dragon_egg 12 9 15 255 9 7 12 255 6 4 7 255 4 3 6 255 +minecraft:redstone_lamp 142 101 60 255 113 80 48 255 71 50 30 255 56 40 24 255 +minecraft:redstone_lamp[lit=false] 95 54 30 255 76 43 24 255 47 27 15 255 38 21 12 255 +minecraft:cocoa 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=0,facing=south] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=0,facing=west] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=0,facing=east] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=1,facing=north] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=1,facing=south] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=1,facing=west] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=1,facing=east] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=2,facing=north] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=2,facing=south] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=2,facing=west] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=2,facing=east] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:sandstone_stairs 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:emerald_ore 108 136 115 255 86 108 92 255 54 68 57 255 43 54 46 255 +minecraft:deepslate_emerald_ore 78 104 87 255 62 83 69 255 39 52 43 255 31 41 34 255 +minecraft:ender_chest 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=north,waterlogged=false] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=south,waterlogged=true] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=south,waterlogged=false] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=west,waterlogged=true] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=west,waterlogged=false] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=east,waterlogged=true] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=east,waterlogged=false] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:tripwire_hook 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=north,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:emerald_block 42 203 87 255 33 162 69 255 21 101 43 255 16 81 34 255 +minecraft:spruce_stairs 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_stairs 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_stairs 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:command_block 173 131 106 255 138 104 84 255 86 65 53 255 69 52 42 255 +minecraft:command_block[conditional=true,facing=east] 180 135 108 255 144 108 86 255 90 67 54 255 72 54 43 255 +minecraft:command_block[conditional=true,facing=south] 178 133 105 255 142 106 84 255 89 66 52 255 71 53 42 255 +minecraft:command_block[conditional=true,facing=west] 178 133 105 255 142 106 84 255 89 66 52 255 71 53 42 255 +minecraft:command_block[conditional=true,facing=up] 178 133 105 255 142 106 84 255 89 66 52 255 71 53 42 255 +minecraft:command_block[conditional=true,facing=down] 178 133 105 255 142 106 84 255 89 66 52 255 71 53 42 255 +minecraft:command_block[conditional=false,facing=north] 173 131 106 255 138 104 84 255 86 65 53 255 69 52 42 255 +minecraft:command_block[conditional=false,facing=east] 180 135 108 255 144 108 86 255 90 67 54 255 72 54 43 255 +minecraft:command_block[conditional=false,facing=south] 177 133 107 255 141 106 85 255 88 66 53 255 70 53 42 255 +minecraft:command_block[conditional=false,facing=west] 177 133 107 255 141 106 85 255 88 66 53 255 70 53 42 255 +minecraft:command_block[conditional=false,facing=up] 177 133 107 255 141 106 85 255 88 66 53 255 70 53 42 255 +minecraft:command_block[conditional=false,facing=down] 177 133 107 255 141 106 85 255 88 66 53 255 70 53 42 255 +minecraft:beacon 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:cobblestone_wall 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:mossy_cobblestone_wall 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:flower_pot 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_oak_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_spruce_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_birch_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_jungle_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_acacia_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_dark_oak_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_fern 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_dandelion 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_poppy 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_blue_orchid 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_allium 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_azure_bluet 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_red_tulip 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_orange_tulip 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_white_tulip 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_pink_tulip 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_oxeye_daisy 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_cornflower 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_lily_of_the_valley 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_wither_rose 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_red_mushroom 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_brown_mushroom 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_dead_bush 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_cactus 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:carrots 44 110 39 16 35 88 31 16 22 55 19 16 17 44 15 16 +minecraft:carrots[age=1] 44 110 39 16 35 88 31 16 22 55 19 16 17 44 15 16 +minecraft:carrots[age=2] 52 120 40 41 41 96 32 41 26 60 20 41 20 48 16 41 +minecraft:carrots[age=3] 52 120 40 41 41 96 32 41 26 60 20 41 20 48 16 41 +minecraft:carrots[age=4] 56 113 37 81 44 90 29 81 28 56 18 81 22 45 14 81 +minecraft:carrots[age=5] 56 113 37 81 44 90 29 81 28 56 18 81 22 45 14 81 +minecraft:carrots[age=6] 56 113 37 81 44 90 29 81 28 56 18 81 22 45 14 81 +minecraft:carrots[age=7] 81 123 37 110 64 98 29 110 40 61 18 110 32 49 14 110 +minecraft:potatoes 58 129 40 14 46 103 32 14 29 64 20 14 23 51 16 14 +minecraft:potatoes[age=1] 58 129 40 14 46 103 32 14 29 64 20 14 23 51 16 14 +minecraft:potatoes[age=2] 68 131 42 25 54 104 33 25 34 65 21 25 27 52 16 25 +minecraft:potatoes[age=3] 68 131 42 25 54 104 33 25 34 65 21 25 27 52 16 25 +minecraft:potatoes[age=4] 85 129 47 44 68 103 37 44 42 64 23 44 34 51 18 44 +minecraft:potatoes[age=5] 85 129 47 44 68 103 37 44 42 64 23 44 34 51 18 44 +minecraft:potatoes[age=6] 85 129 47 44 68 103 37 44 42 64 23 44 34 51 18 44 +minecraft:potatoes[age=7] 84 135 47 80 67 108 37 80 42 67 23 80 33 54 18 80 +minecraft:oak_button 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=north,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=south,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=south,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=west,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=west,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=east,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=east,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=north,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=north,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=south,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=south,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=west,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=west,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=east,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=east,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=north,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=north,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=south,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=south,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=west,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=west,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=east,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=east,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:spruce_button 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=north,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=south,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=south,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=west,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=west,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=east,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=east,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=north,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=north,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=south,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=south,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=west,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=west,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=east,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=east,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=north,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=north,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=south,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=south,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=west,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=west,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=east,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=east,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_button 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=north,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=south,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=south,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=west,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=west,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=east,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=east,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=north,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=north,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=south,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=south,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=west,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=west,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=east,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=east,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=north,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=north,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=south,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=south,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=west,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=west,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=east,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=east,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_button 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=north,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=south,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=south,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=west,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=west,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=east,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=east,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=north,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=north,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=south,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=south,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=west,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=west,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=east,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=east,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=north,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=north,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=south,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=south,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=west,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=west,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=east,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=east,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_button 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=north,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=south,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=south,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=west,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=west,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=east,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=east,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=north,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=north,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=south,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=south,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=west,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=west,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=east,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=east,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=north,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=north,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=south,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=south,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=west,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=west,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=east,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=east,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_button 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=north,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=south,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=south,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=west,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=west,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=east,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=east,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=north,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=north,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=south,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=south,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=west,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=west,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=east,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=east,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=north,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=north,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=south,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=south,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=west,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=west,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=east,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=east,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:skeleton_skull 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=1] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=2] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=3] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=4] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=5] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=6] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=7] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=8] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=9] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=10] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=11] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=12] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=13] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=14] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=15] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_wall_skull 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_wall_skull[facing=south] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_wall_skull[facing=west] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_wall_skull[facing=east] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:wither_skeleton_skull 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=1] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=2] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=3] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=4] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=5] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=6] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=7] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=8] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=9] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=10] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=11] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=12] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=13] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=14] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=15] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_wall_skull 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_wall_skull[facing=south] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_wall_skull[facing=west] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_wall_skull[facing=east] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:zombie_head 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=1] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=2] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=3] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=4] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=5] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=6] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=7] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=8] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=9] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=10] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=11] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=12] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=13] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=14] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=15] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_wall_head 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_wall_head[facing=south] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_wall_head[facing=west] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_wall_head[facing=east] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:player_head 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=1] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=2] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=3] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=4] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=5] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=6] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=7] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=8] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=9] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=10] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=11] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=12] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=13] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=14] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=15] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_wall_head 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_wall_head[facing=south] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_wall_head[facing=west] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_wall_head[facing=east] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:creeper_head 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=1] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=2] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=3] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=4] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=5] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=6] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=7] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=8] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=9] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=10] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=11] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=12] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=13] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=14] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=15] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_wall_head 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_wall_head[facing=south] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_wall_head[facing=west] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_wall_head[facing=east] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=1] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=2] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=3] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=4] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=5] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=6] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=7] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=8] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=9] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=10] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=11] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=12] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=13] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=14] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=15] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_wall_head 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_wall_head[facing=south] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_wall_head[facing=west] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_wall_head[facing=east] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:anvil 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:anvil[facing=south] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:anvil[facing=west] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:anvil[facing=east] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:chipped_anvil 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:chipped_anvil[facing=south] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:chipped_anvil[facing=west] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:chipped_anvil[facing=east] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:damaged_anvil 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:damaged_anvil[facing=south] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:damaged_anvil[facing=west] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:damaged_anvil[facing=east] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:trapped_chest 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=single,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=left,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=left,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=right,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=right,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=single,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=single,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=left,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=left,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=right,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=right,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=single,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=single,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=left,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=left,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=right,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=right,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=single,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=single,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=left,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=left,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=right,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=right,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:light_weighted_pressure_plate 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=1] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=2] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=3] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=4] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=5] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=6] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=7] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=8] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=9] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=10] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=11] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=12] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=13] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=14] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=15] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:heavy_weighted_pressure_plate 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=1] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=2] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=3] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=4] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=5] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=6] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=7] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=8] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=9] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=10] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=11] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=12] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=13] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=14] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=15] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:comparator 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=north,mode=compare,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=north,mode=subtract,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=north,mode=subtract,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=south,mode=compare,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=south,mode=compare,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=south,mode=subtract,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=south,mode=subtract,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=west,mode=compare,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=west,mode=compare,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=west,mode=subtract,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=west,mode=subtract,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=east,mode=compare,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=east,mode=compare,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=east,mode=subtract,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=east,mode=subtract,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:daylight_detector 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=1] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=2] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=3] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=4] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=5] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=6] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=7] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=8] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=9] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=10] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=11] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=12] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=13] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=14] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=15] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=false,power=0] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=1] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=2] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=3] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=4] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=5] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=6] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=7] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=8] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=9] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=10] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=11] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=12] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=13] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=14] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=15] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:redstone_block 175 24 5 255 140 19 4 255 87 12 2 255 70 9 2 255 +minecraft:nether_quartz_ore 117 65 62 255 93 52 49 255 58 32 31 255 46 26 24 255 +minecraft:hopper 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=true,facing=north] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=true,facing=south] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=true,facing=west] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=true,facing=east] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=down] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=north] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=south] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=west] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=east] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:quartz_block 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:chiseled_quartz_block 231 226 217 255 184 180 173 255 115 113 108 255 92 90 86 255 +minecraft:quartz_pillar 235 230 224 255 188 184 179 255 117 115 112 255 94 92 89 255 +minecraft:quartz_pillar[axis=y] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_pillar[axis=z] 235 230 224 255 188 184 179 255 117 115 112 255 94 92 89 255 +minecraft:quartz_stairs 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:activator_rail 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=north_south,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=east_west,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=east_west,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_east,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_east,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_west,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_west,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_north,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_north,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_south,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_south,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=false,shape=north_south,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=north_south,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=east_west,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=east_west,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_east,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_east,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_west,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_west,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_north,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_north,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_south,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_south,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:dropper 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=north,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=east,triggered=true] 97 96 96 255 77 76 76 255 48 48 48 255 38 38 38 255 +minecraft:dropper[facing=east,triggered=false] 97 96 96 255 77 76 76 255 48 48 48 255 38 38 38 255 +minecraft:dropper[facing=south,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=south,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=west,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=west,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=up,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=up,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=down,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=down,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:white_terracotta 209 178 161 255 167 142 128 255 104 89 80 255 83 71 64 255 +minecraft:orange_terracotta 161 83 37 255 128 66 29 255 80 41 18 255 64 33 14 255 +minecraft:magenta_terracotta 149 88 108 255 119 70 86 255 74 44 54 255 59 35 43 255 +minecraft:light_blue_terracotta 113 108 137 255 90 86 109 255 56 54 68 255 45 43 54 255 +minecraft:yellow_terracotta 186 133 35 255 148 106 28 255 93 66 17 255 74 53 14 255 +minecraft:lime_terracotta 103 117 52 255 82 93 41 255 51 58 26 255 41 46 20 255 +minecraft:pink_terracotta 161 78 78 255 128 62 62 255 80 39 39 255 64 31 31 255 +minecraft:gray_terracotta 57 42 35 255 45 33 28 255 28 21 17 255 22 16 14 255 +minecraft:light_gray_terracotta 135 106 97 255 108 84 77 255 67 53 48 255 54 42 38 255 +minecraft:cyan_terracotta 86 91 91 255 68 72 72 255 43 45 45 255 34 36 36 255 +minecraft:purple_terracotta 118 70 86 255 94 56 68 255 59 35 43 255 47 28 34 255 +minecraft:blue_terracotta 74 59 91 255 59 47 72 255 37 29 45 255 29 23 36 255 +minecraft:brown_terracotta 77 51 35 255 61 40 28 255 38 25 17 255 30 20 14 255 +minecraft:green_terracotta 76 83 42 255 60 66 33 255 38 41 21 255 30 33 16 255 +minecraft:red_terracotta 143 61 46 255 114 48 36 255 71 30 23 255 57 24 18 255 +minecraft:black_terracotta 37 22 16 255 29 17 12 255 18 11 8 255 14 8 6 255 +minecraft:white_stained_glass_pane 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:orange_stained_glass_pane 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:magenta_stained_glass_pane 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:light_blue_stained_glass_pane 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:yellow_stained_glass_pane 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:lime_stained_glass_pane 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:pink_stained_glass_pane 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:gray_stained_glass_pane 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:light_gray_stained_glass_pane 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:cyan_stained_glass_pane 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:purple_stained_glass_pane 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:blue_stained_glass_pane 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:brown_stained_glass_pane 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:green_stained_glass_pane 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:red_stained_glass_pane 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:black_stained_glass_pane 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:acacia_stairs 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_stairs 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:slime_block 111 192 91 180 88 153 72 180 55 96 45 180 44 76 36 180 +minecraft:iron_trapdoor 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:prismarine 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_bricks 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:dark_prismarine 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:prismarine_stairs 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_brick_stairs 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:dark_prismarine_stairs 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:prismarine_slab 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=top,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=bottom,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=bottom,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=double,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=double,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_brick_slab 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=top,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=bottom,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=bottom,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=double,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=double,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:dark_prismarine_slab 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=top,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=bottom,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=bottom,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=double,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=double,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:sea_lantern 172 200 190 255 137 160 152 255 86 100 95 255 68 80 76 255 +minecraft:hay_block 166 136 38 255 132 108 30 255 83 68 19 255 66 54 15 255 +minecraft:hay_block[axis=y] 165 139 12 255 132 111 9 255 82 69 6 255 66 55 4 255 +minecraft:hay_block[axis=z] 166 136 38 255 132 108 30 255 83 68 19 255 66 54 15 255 +minecraft:white_carpet 233 236 236 255 186 188 188 255 116 118 118 255 93 94 94 255 +minecraft:orange_carpet 240 118 19 255 192 94 15 255 120 59 9 255 96 47 7 255 +minecraft:magenta_carpet 189 68 179 255 151 54 143 255 94 34 89 255 75 27 71 255 +minecraft:light_blue_carpet 58 175 217 255 46 140 173 255 29 87 108 255 23 70 86 255 +minecraft:yellow_carpet 248 197 39 255 198 157 31 255 124 98 19 255 99 78 15 255 +minecraft:lime_carpet 112 185 25 255 89 148 20 255 56 92 12 255 44 74 10 255 +minecraft:pink_carpet 237 141 172 255 189 112 137 255 118 70 86 255 94 56 68 255 +minecraft:gray_carpet 62 68 71 255 49 54 56 255 31 34 35 255 24 27 28 255 +minecraft:light_gray_carpet 142 142 134 255 113 113 107 255 71 71 67 255 56 56 53 255 +minecraft:cyan_carpet 21 137 145 255 16 109 116 255 10 68 72 255 8 54 58 255 +minecraft:purple_carpet 121 42 172 255 96 33 137 255 60 21 86 255 48 16 68 255 +minecraft:blue_carpet 53 57 157 255 42 45 125 255 26 28 78 255 21 22 62 255 +minecraft:brown_carpet 114 71 40 255 91 56 32 255 57 35 20 255 45 28 16 255 +minecraft:green_carpet 84 109 27 255 67 87 21 255 42 54 13 255 33 43 10 255 +minecraft:red_carpet 160 39 34 255 128 31 27 255 80 19 17 255 64 15 13 255 +minecraft:black_carpet 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:terracotta 152 94 67 255 121 75 53 255 76 47 33 255 60 37 26 255 +minecraft:coal_block 16 15 15 255 12 12 12 255 8 7 7 255 6 6 6 255 +minecraft:packed_ice 141 180 250 255 112 144 200 255 70 90 125 255 56 72 100 255 +minecraft:sunflower 49 129 27 30 39 103 21 30 24 64 13 30 19 51 10 30 +minecraft:sunflower[half=lower] 56 135 30 56 44 108 24 56 28 67 15 56 22 54 12 56 +minecraft:lilac 154 125 147 74 123 100 117 74 77 62 73 74 61 50 58 74 +minecraft:lilac[half=lower] 137 124 126 89 109 99 100 89 68 62 63 89 54 49 50 89 +minecraft:rose_bush 131 66 37 92 104 52 29 92 65 33 18 92 52 26 14 92 +minecraft:rose_bush[half=lower] 97 83 37 178 77 66 29 178 48 41 18 178 38 33 14 178 +minecraft:peony 129 126 139 109 103 100 111 109 64 63 69 109 51 50 55 109 +minecraft:peony[half=lower] 86 101 93 140 68 80 74 140 43 50 46 140 34 40 37 140 +minecraft:tall_grass 71 112 53 89 56 89 42 89 35 56 26 89 28 44 21 89 +minecraft:tall_grass[half=lower] 60 96 45 186 48 76 36 186 30 48 22 186 24 38 18 186 +minecraft:large_fern 59 94 44 103 47 75 35 103 29 47 22 103 23 37 17 103 +minecraft:large_fern[half=lower] 62 98 46 175 49 78 36 175 31 49 23 175 24 39 18 175 +minecraft:white_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_sandstone 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:chiseled_red_sandstone 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_stairs 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:oak_slab 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=top,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=bottom,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=bottom,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=double,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=double,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:spruce_slab 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=top,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=bottom,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=bottom,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=double,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=double,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_slab 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=top,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=bottom,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=bottom,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=double,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=double,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_slab 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=top,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=bottom,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=bottom,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=double,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=double,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_slab 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=top,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=bottom,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=bottom,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=double,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=double,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_slab 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=top,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=bottom,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=bottom,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=double,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=double,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:stone_slab 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=top,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=bottom,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=bottom,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=double,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=double,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:smooth_stone_slab 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=top,waterlogged=false] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=bottom,waterlogged=true] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=bottom,waterlogged=false] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=double,waterlogged=true] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=double,waterlogged=false] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:sandstone_slab 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=top,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=bottom,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=bottom,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=double,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=double,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=top,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=bottom,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=bottom,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=double,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=double,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:petrified_oak_slab 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=top,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=bottom,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=bottom,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=double,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=double,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cobblestone_slab 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=top,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=bottom,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=bottom,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=double,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=double,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:brick_slab 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=top,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=bottom,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=bottom,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=double,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=double,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:stone_brick_slab 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=top,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=bottom,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=bottom,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=double,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=double,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:nether_brick_slab 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=top,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=bottom,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=bottom,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=double,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=double,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:quartz_slab 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=top,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=bottom,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=bottom,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=double,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=double,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:red_sandstone_slab 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=top,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=bottom,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=bottom,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=double,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=double,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=top,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=double,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=double,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:purpur_slab 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=top,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=bottom,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=bottom,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=double,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=double,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:smooth_stone 159 159 159 255 127 127 127 255 79 79 79 255 63 63 63 255 +minecraft:smooth_sandstone 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_quartz 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:smooth_red_sandstone 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:spruce_fence_gate 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_fence_gate 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_fence_gate 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_fence_gate 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_fence_gate 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:spruce_fence 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_fence 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_fence 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_fence 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_fence 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:spruce_door 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:birch_door 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:jungle_door 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:acacia_door 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:dark_oak_door 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:end_rod 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=east] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=south] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=west] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=up] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=down] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:chorus_plant 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_flower 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=1] 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=2] 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=3] 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=4] 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=5] 96 61 94 255 76 48 75 255 48 30 47 255 38 24 37 255 +minecraft:purpur_block 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_pillar 171 129 171 255 136 103 136 255 85 64 85 255 68 51 68 255 +minecraft:purpur_pillar[axis=y] 171 128 171 255 136 102 136 255 85 64 85 255 68 51 68 255 +minecraft:purpur_pillar[axis=z] 171 129 171 255 136 103 136 255 85 64 85 255 68 51 68 255 +minecraft:purpur_stairs 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:end_stone_bricks 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:beetroots 65 137 41 14 52 109 32 14 32 68 20 14 26 54 16 14 +minecraft:beetroots[age=1] 66 138 41 29 52 110 32 29 33 69 20 29 26 55 16 29 +minecraft:beetroots[age=2] 69 130 39 87 55 104 31 87 34 65 19 87 27 52 15 87 +minecraft:beetroots[age=3] 93 91 30 115 74 72 24 115 46 45 15 115 37 36 12 115 +minecraft:dirt_path 148 121 65 255 118 96 52 255 74 60 32 255 59 48 26 255 +minecraft:end_gateway 117 90 156 255 93 72 124 255 58 45 78 255 46 36 62 255 +minecraft:repeating_command_block 127 109 166 255 101 87 132 255 63 54 83 255 50 43 66 255 +minecraft:repeating_command_block[conditional=true,facing=east] 129 111 176 255 103 88 140 255 64 55 88 255 51 44 70 255 +minecraft:repeating_command_block[conditional=true,facing=south] 128 110 170 255 102 88 136 255 64 55 85 255 51 44 68 255 +minecraft:repeating_command_block[conditional=true,facing=west] 128 110 170 255 102 88 136 255 64 55 85 255 51 44 68 255 +minecraft:repeating_command_block[conditional=true,facing=up] 128 110 170 255 102 88 136 255 64 55 85 255 51 44 68 255 +minecraft:repeating_command_block[conditional=true,facing=down] 128 110 170 255 102 88 136 255 64 55 85 255 51 44 68 255 +minecraft:repeating_command_block[conditional=false,facing=north] 127 109 166 255 101 87 132 255 63 54 83 255 50 43 66 255 +minecraft:repeating_command_block[conditional=false,facing=east] 129 111 176 255 103 88 140 255 64 55 88 255 51 44 70 255 +minecraft:repeating_command_block[conditional=false,facing=south] 127 109 171 255 101 87 136 255 63 54 85 255 50 43 68 255 +minecraft:repeating_command_block[conditional=false,facing=west] 127 109 171 255 101 87 136 255 63 54 85 255 50 43 68 255 +minecraft:repeating_command_block[conditional=false,facing=up] 127 109 171 255 101 87 136 255 63 54 85 255 50 43 68 255 +minecraft:repeating_command_block[conditional=false,facing=down] 127 109 171 255 101 87 136 255 63 54 85 255 50 43 68 255 +minecraft:chain_command_block 129 156 144 255 103 124 115 255 64 78 72 255 51 62 57 255 +minecraft:chain_command_block[conditional=true,facing=east] 132 165 150 255 105 132 120 255 66 82 75 255 52 66 60 255 +minecraft:chain_command_block[conditional=true,facing=south] 131 161 147 255 104 128 117 255 65 80 73 255 52 64 58 255 +minecraft:chain_command_block[conditional=true,facing=west] 131 161 147 255 104 128 117 255 65 80 73 255 52 64 58 255 +minecraft:chain_command_block[conditional=true,facing=up] 131 161 147 255 104 128 117 255 65 80 73 255 52 64 58 255 +minecraft:chain_command_block[conditional=true,facing=down] 131 161 147 255 104 128 117 255 65 80 73 255 52 64 58 255 +minecraft:chain_command_block[conditional=false,facing=north] 129 156 144 255 103 124 115 255 64 78 72 255 51 62 57 255 +minecraft:chain_command_block[conditional=false,facing=east] 132 165 150 255 105 132 120 255 66 82 75 255 52 66 60 255 +minecraft:chain_command_block[conditional=false,facing=south] 129 161 147 255 103 128 117 255 64 80 73 255 51 64 58 255 +minecraft:chain_command_block[conditional=false,facing=west] 129 161 147 255 103 128 117 255 64 80 73 255 51 64 58 255 +minecraft:chain_command_block[conditional=false,facing=up] 129 161 147 255 103 128 117 255 64 80 73 255 51 64 58 255 +minecraft:chain_command_block[conditional=false,facing=down] 129 161 147 255 103 128 117 255 64 80 73 255 51 64 58 255 +minecraft:frosted_ice 140 181 252 190 112 144 201 190 70 90 126 190 56 72 100 190 +minecraft:frosted_ice[age=1] 139 180 252 193 111 144 201 193 69 90 126 193 55 72 100 193 +minecraft:frosted_ice[age=2] 137 179 252 199 109 143 201 199 68 89 126 199 54 71 100 199 +minecraft:frosted_ice[age=3] 134 177 252 212 107 141 201 212 67 88 126 212 53 70 100 212 +minecraft:magma_block 141 62 30 255 112 49 24 255 70 31 15 255 56 24 12 255 +minecraft:nether_wart_block 114 2 2 255 91 1 1 255 57 1 1 255 45 0 0 255 +minecraft:red_nether_bricks 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:bone_block 229 225 207 255 183 180 165 255 114 112 103 255 91 90 82 255 +minecraft:bone_block[axis=y] 209 206 179 255 167 164 143 255 104 103 89 255 83 82 71 255 +minecraft:bone_block[axis=z] 229 225 207 255 183 180 165 255 114 112 103 255 91 90 82 255 +minecraft:observer 71 69 69 255 56 55 55 255 35 34 34 255 28 27 27 255 +minecraft:observer[facing=north,powered=false] 71 69 69 255 56 55 55 255 35 34 34 255 28 27 27 255 +minecraft:observer[facing=east,powered=true] 103 103 103 255 82 82 82 255 51 51 51 255 41 41 41 255 +minecraft:observer[facing=east,powered=false] 103 103 103 255 82 82 82 255 51 51 51 255 41 41 41 255 +minecraft:observer[facing=south,powered=true] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=south,powered=false] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=west,powered=true] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=west,powered=false] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=up,powered=true] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=up,powered=false] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=down,powered=true] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=down,powered=false] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:shulker_box 121 83 121 255 96 66 96 255 60 41 60 255 48 33 48 255 +minecraft:shulker_box[facing=east] 139 96 139 255 111 76 111 255 69 48 69 255 55 38 55 255 +minecraft:shulker_box[facing=south] 139 97 139 255 111 77 111 255 69 48 69 255 55 38 55 255 +minecraft:shulker_box[facing=west] 139 97 139 255 111 77 111 255 69 48 69 255 55 38 55 255 +minecraft:shulker_box[facing=up] 139 97 139 255 111 77 111 255 69 48 69 255 55 38 55 255 +minecraft:shulker_box[facing=down] 139 97 139 255 111 77 111 255 69 48 69 255 55 38 55 255 +minecraft:white_shulker_box 168 173 174 255 134 138 139 255 84 86 87 255 67 69 69 255 +minecraft:white_shulker_box[facing=east] 215 220 221 255 172 176 176 255 107 110 110 255 86 88 88 255 +minecraft:white_shulker_box[facing=south] 202 207 208 255 161 165 166 255 101 103 104 255 80 82 83 255 +minecraft:white_shulker_box[facing=west] 202 207 208 255 161 165 166 255 101 103 104 255 80 82 83 255 +minecraft:white_shulker_box[facing=up] 202 207 208 255 161 165 166 255 101 103 104 255 80 82 83 255 +minecraft:white_shulker_box[facing=down] 202 207 208 255 161 165 166 255 101 103 104 255 80 82 83 255 +minecraft:orange_shulker_box 165 70 0 255 132 56 0 255 82 35 0 255 66 28 0 255 +minecraft:orange_shulker_box[facing=east] 234 106 8 255 187 84 6 255 117 53 4 255 93 42 3 255 +minecraft:orange_shulker_box[facing=south] 218 97 5 255 174 77 4 255 109 48 2 255 87 38 2 255 +minecraft:orange_shulker_box[facing=west] 218 97 5 255 174 77 4 255 109 48 2 255 87 38 2 255 +minecraft:orange_shulker_box[facing=up] 218 97 5 255 174 77 4 255 109 48 2 255 87 38 2 255 +minecraft:orange_shulker_box[facing=down] 218 97 5 255 174 77 4 255 109 48 2 255 87 38 2 255 +minecraft:magenta_shulker_box 138 38 129 255 110 30 103 255 69 19 64 255 55 15 51 255 +minecraft:magenta_shulker_box[facing=east] 173 54 163 255 138 43 130 255 86 27 81 255 69 21 65 255 +minecraft:magenta_shulker_box[facing=south] 163 48 153 255 130 38 122 255 81 24 76 255 65 19 61 255 +minecraft:magenta_shulker_box[facing=west] 163 48 153 255 130 38 122 255 81 24 76 255 65 19 61 255 +minecraft:magenta_shulker_box[facing=up] 163 48 153 255 130 38 122 255 81 24 76 255 65 19 61 255 +minecraft:magenta_shulker_box[facing=down] 163 48 153 255 130 38 122 255 81 24 76 255 65 19 61 255 +minecraft:light_blue_shulker_box 27 113 166 255 21 90 132 255 13 56 83 255 10 45 66 255 +minecraft:light_blue_shulker_box[facing=east] 49 163 212 255 39 130 169 255 24 81 106 255 19 65 84 255 +minecraft:light_blue_shulker_box[facing=south] 42 150 202 255 33 120 161 255 21 75 101 255 16 60 80 255 +minecraft:light_blue_shulker_box[facing=west] 42 150 202 255 33 120 161 255 21 75 101 255 16 60 80 255 +minecraft:light_blue_shulker_box[facing=up] 42 150 202 255 33 120 161 255 21 75 101 255 16 60 80 255 +minecraft:light_blue_shulker_box[facing=down] 42 150 202 255 33 120 161 255 21 75 101 255 16 60 80 255 +minecraft:yellow_shulker_box 209 149 14 255 167 119 11 255 104 74 7 255 83 59 5 255 +minecraft:yellow_shulker_box[facing=east] 248 188 29 255 198 150 23 255 124 94 14 255 99 75 11 255 +minecraft:yellow_shulker_box[facing=south] 240 179 24 255 192 143 19 255 120 89 12 255 96 71 9 255 +minecraft:yellow_shulker_box[facing=west] 240 179 24 255 192 143 19 255 120 89 12 255 96 71 9 255 +minecraft:yellow_shulker_box[facing=up] 240 179 24 255 192 143 19 255 120 89 12 255 96 71 9 255 +minecraft:yellow_shulker_box[facing=down] 240 179 24 255 192 143 19 255 120 89 12 255 96 71 9 255 +minecraft:lime_shulker_box 61 112 14 255 48 89 11 255 30 56 7 255 24 44 5 255 +minecraft:lime_shulker_box[facing=east] 99 172 23 255 79 137 18 255 49 86 11 255 39 68 9 255 +minecraft:lime_shulker_box[facing=south] 88 156 21 255 70 124 16 255 44 78 10 255 35 62 8 255 +minecraft:lime_shulker_box[facing=west] 88 156 21 255 70 124 16 255 44 78 10 255 35 62 8 255 +minecraft:lime_shulker_box[facing=up] 88 156 21 255 70 124 16 255 44 78 10 255 35 62 8 255 +minecraft:lime_shulker_box[facing=down] 88 156 21 255 70 124 16 255 44 78 10 255 35 62 8 255 +minecraft:pink_shulker_box 177 78 116 255 141 62 92 255 88 39 58 255 70 31 46 255 +minecraft:pink_shulker_box[facing=east] 230 121 157 255 184 96 125 255 115 60 78 255 92 48 62 255 +minecraft:pink_shulker_box[facing=south] 217 109 146 255 173 87 116 255 108 54 73 255 86 43 58 255 +minecraft:pink_shulker_box[facing=west] 217 109 146 255 173 87 116 255 108 54 73 255 86 43 58 255 +minecraft:pink_shulker_box[facing=up] 217 109 146 255 173 87 116 255 108 54 73 255 86 43 58 255 +minecraft:pink_shulker_box[facing=down] 217 109 146 255 173 87 116 255 108 54 73 255 86 43 58 255 +minecraft:gray_shulker_box 36 38 41 255 28 30 32 255 18 19 20 255 14 15 16 255 +minecraft:gray_shulker_box[facing=east] 55 58 62 255 44 46 49 255 27 29 31 255 22 23 24 255 +minecraft:gray_shulker_box[facing=south] 49 52 56 255 39 41 44 255 24 26 28 255 19 20 22 255 +minecraft:gray_shulker_box[facing=west] 49 52 56 255 39 41 44 255 24 26 28 255 19 20 22 255 +minecraft:gray_shulker_box[facing=up] 49 52 56 255 39 41 44 255 24 26 28 255 19 20 22 255 +minecraft:gray_shulker_box[facing=down] 49 52 56 255 39 41 44 255 24 26 28 255 19 20 22 255 +minecraft:light_gray_shulker_box 78 78 71 255 62 62 56 255 39 39 35 255 31 31 28 255 +minecraft:light_gray_shulker_box[facing=east] 124 124 115 255 99 99 92 255 62 62 57 255 49 49 46 255 +minecraft:light_gray_shulker_box[facing=south] 111 111 102 255 88 88 81 255 55 55 51 255 44 44 40 255 +minecraft:light_gray_shulker_box[facing=west] 111 111 102 255 88 88 81 255 55 55 51 255 44 44 40 255 +minecraft:light_gray_shulker_box[facing=up] 111 111 102 255 88 88 81 255 55 55 51 255 44 44 40 255 +minecraft:light_gray_shulker_box[facing=down] 111 111 102 255 88 88 81 255 55 55 51 255 44 44 40 255 +minecraft:cyan_shulker_box 10 82 95 255 8 65 76 255 5 41 47 255 4 32 38 255 +minecraft:cyan_shulker_box[facing=east] 20 121 135 255 16 96 108 255 10 60 67 255 8 48 54 255 +minecraft:cyan_shulker_box[facing=south] 17 110 124 255 13 88 99 255 8 55 62 255 6 44 49 255 +minecraft:cyan_shulker_box[facing=west] 17 110 124 255 13 88 99 255 8 55 62 255 6 44 49 255 +minecraft:cyan_shulker_box[facing=up] 17 110 124 255 13 88 99 255 8 55 62 255 6 44 49 255 +minecraft:cyan_shulker_box[facing=down] 17 110 124 255 13 88 99 255 8 55 62 255 6 44 49 255 +minecraft:purple_shulker_box 75 21 120 255 60 16 96 255 37 10 60 255 30 8 48 255 +minecraft:purple_shulker_box[facing=east] 103 32 156 255 82 25 124 255 51 16 78 255 41 12 62 255 +minecraft:purple_shulker_box[facing=south] 94 28 146 255 75 22 116 255 47 14 73 255 37 11 58 255 +minecraft:purple_shulker_box[facing=west] 94 28 146 255 75 22 116 255 47 14 73 255 37 11 58 255 +minecraft:purple_shulker_box[facing=up] 94 28 146 255 75 22 116 255 47 14 73 255 37 11 58 255 +minecraft:purple_shulker_box[facing=down] 94 28 146 255 75 22 116 255 47 14 73 255 37 11 58 255 +minecraft:blue_shulker_box 26 27 99 255 20 21 79 255 13 13 49 255 10 10 39 255 +minecraft:blue_shulker_box[facing=east] 43 45 140 255 34 36 112 255 21 22 70 255 17 18 56 255 +minecraft:blue_shulker_box[facing=south] 38 40 128 255 30 32 102 255 19 20 64 255 15 16 51 255 +minecraft:blue_shulker_box[facing=west] 38 40 128 255 30 32 102 255 19 20 64 255 15 16 51 255 +minecraft:blue_shulker_box[facing=up] 38 40 128 255 30 32 102 255 19 20 64 255 15 16 51 255 +minecraft:blue_shulker_box[facing=down] 38 40 128 255 30 32 102 255 19 20 64 255 15 16 51 255 +minecraft:brown_shulker_box 74 44 21 255 59 35 16 255 37 22 10 255 29 17 8 255 +minecraft:brown_shulker_box[facing=east] 106 66 35 255 84 52 28 255 53 33 17 255 42 26 14 255 +minecraft:brown_shulker_box[facing=south] 98 60 32 255 78 48 25 255 49 30 16 255 39 24 12 255 +minecraft:brown_shulker_box[facing=west] 98 60 32 255 78 48 25 255 49 30 16 255 39 24 12 255 +minecraft:brown_shulker_box[facing=up] 98 60 32 255 78 48 25 255 49 30 16 255 39 24 12 255 +minecraft:brown_shulker_box[facing=down] 98 60 32 255 78 48 25 255 49 30 16 255 39 24 12 255 +minecraft:green_shulker_box 60 75 30 255 48 60 24 255 30 37 15 255 24 30 12 255 +minecraft:green_shulker_box[facing=east] 79 100 31 255 63 80 24 255 39 50 15 255 31 40 12 255 +minecraft:green_shulker_box[facing=south] 74 94 32 255 59 75 25 255 37 47 16 255 29 37 12 255 +minecraft:green_shulker_box[facing=west] 74 94 32 255 59 75 25 255 37 47 16 255 29 37 12 255 +minecraft:green_shulker_box[facing=up] 74 94 32 255 59 75 25 255 37 47 16 255 29 37 12 255 +minecraft:green_shulker_box[facing=down] 74 94 32 255 59 75 25 255 37 47 16 255 29 37 12 255 +minecraft:red_shulker_box 102 16 16 255 81 12 12 255 51 8 8 255 40 6 6 255 +minecraft:red_shulker_box[facing=east] 140 31 30 255 112 24 24 255 70 15 15 255 56 12 12 255 +minecraft:red_shulker_box[facing=south] 129 26 26 255 103 20 20 255 64 13 13 255 51 10 10 255 +minecraft:red_shulker_box[facing=west] 129 26 26 255 103 20 20 255 64 13 13 255 51 10 10 255 +minecraft:red_shulker_box[facing=up] 129 26 26 255 103 20 20 255 64 13 13 255 51 10 10 255 +minecraft:red_shulker_box[facing=down] 129 26 26 255 103 20 20 255 64 13 13 255 51 10 10 255 +minecraft:black_shulker_box 10 12 16 255 8 9 12 255 5 6 8 255 4 4 6 255 +minecraft:black_shulker_box[facing=east] 25 25 29 255 20 20 23 255 12 12 14 255 10 10 11 255 +minecraft:black_shulker_box[facing=south] 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:black_shulker_box[facing=west] 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:black_shulker_box[facing=up] 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:black_shulker_box[facing=down] 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:white_glazed_terracotta 188 212 202 255 150 169 161 255 94 106 101 255 75 84 80 255 +minecraft:white_glazed_terracotta[facing=south] 188 212 202 255 150 169 161 255 94 106 101 255 75 84 80 255 +minecraft:white_glazed_terracotta[facing=west] 188 212 202 255 150 169 161 255 94 106 101 255 75 84 80 255 +minecraft:white_glazed_terracotta[facing=east] 188 212 202 255 150 169 161 255 94 106 101 255 75 84 80 255 +minecraft:orange_glazed_terracotta 154 147 91 255 123 117 72 255 77 73 45 255 61 58 36 255 +minecraft:orange_glazed_terracotta[facing=south] 154 147 91 255 123 117 72 255 77 73 45 255 61 58 36 255 +minecraft:orange_glazed_terracotta[facing=west] 154 147 91 255 123 117 72 255 77 73 45 255 61 58 36 255 +minecraft:orange_glazed_terracotta[facing=east] 154 147 91 255 123 117 72 255 77 73 45 255 61 58 36 255 +minecraft:magenta_glazed_terracotta 208 100 191 255 166 80 152 255 104 50 95 255 83 40 76 255 +minecraft:magenta_glazed_terracotta[facing=south] 208 100 191 255 166 80 152 255 104 50 95 255 83 40 76 255 +minecraft:magenta_glazed_terracotta[facing=west] 208 100 191 255 166 80 152 255 104 50 95 255 83 40 76 255 +minecraft:magenta_glazed_terracotta[facing=east] 208 100 191 255 166 80 152 255 104 50 95 255 83 40 76 255 +minecraft:light_blue_glazed_terracotta 94 164 208 255 75 131 166 255 47 82 104 255 37 65 83 255 +minecraft:light_blue_glazed_terracotta[facing=south] 94 164 208 255 75 131 166 255 47 82 104 255 37 65 83 255 +minecraft:light_blue_glazed_terracotta[facing=west] 94 164 208 255 75 131 166 255 47 82 104 255 37 65 83 255 +minecraft:light_blue_glazed_terracotta[facing=east] 94 164 208 255 75 131 166 255 47 82 104 255 37 65 83 255 +minecraft:yellow_glazed_terracotta 234 192 88 255 187 153 70 255 117 96 44 255 93 76 35 255 +minecraft:yellow_glazed_terracotta[facing=south] 234 192 88 255 187 153 70 255 117 96 44 255 93 76 35 255 +minecraft:yellow_glazed_terracotta[facing=west] 234 192 88 255 187 153 70 255 117 96 44 255 93 76 35 255 +minecraft:yellow_glazed_terracotta[facing=east] 234 192 88 255 187 153 70 255 117 96 44 255 93 76 35 255 +minecraft:lime_glazed_terracotta 162 197 55 255 129 157 44 255 81 98 27 255 64 78 22 255 +minecraft:lime_glazed_terracotta[facing=south] 162 197 55 255 129 157 44 255 81 98 27 255 64 78 22 255 +minecraft:lime_glazed_terracotta[facing=west] 162 197 55 255 129 157 44 255 81 98 27 255 64 78 22 255 +minecraft:lime_glazed_terracotta[facing=east] 162 197 55 255 129 157 44 255 81 98 27 255 64 78 22 255 +minecraft:pink_glazed_terracotta 235 154 181 255 188 123 144 255 117 77 90 255 94 61 72 255 +minecraft:pink_glazed_terracotta[facing=south] 235 154 181 255 188 123 144 255 117 77 90 255 94 61 72 255 +minecraft:pink_glazed_terracotta[facing=west] 235 154 181 255 188 123 144 255 117 77 90 255 94 61 72 255 +minecraft:pink_glazed_terracotta[facing=east] 235 154 181 255 188 123 144 255 117 77 90 255 94 61 72 255 +minecraft:gray_glazed_terracotta 83 90 93 255 66 72 74 255 41 45 46 255 33 36 37 255 +minecraft:gray_glazed_terracotta[facing=south] 83 90 93 255 66 72 74 255 41 45 46 255 33 36 37 255 +minecraft:gray_glazed_terracotta[facing=west] 83 90 93 255 66 72 74 255 41 45 46 255 33 36 37 255 +minecraft:gray_glazed_terracotta[facing=east] 83 90 93 255 66 72 74 255 41 45 46 255 33 36 37 255 +minecraft:light_gray_glazed_terracotta 144 166 167 255 115 132 133 255 72 83 83 255 57 66 66 255 +minecraft:light_gray_glazed_terracotta[facing=south] 144 166 167 255 115 132 133 255 72 83 83 255 57 66 66 255 +minecraft:light_gray_glazed_terracotta[facing=west] 144 166 167 255 115 132 133 255 72 83 83 255 57 66 66 255 +minecraft:light_gray_glazed_terracotta[facing=east] 144 166 167 255 115 132 133 255 72 83 83 255 57 66 66 255 +minecraft:cyan_glazed_terracotta 52 118 125 255 41 94 100 255 26 59 62 255 20 47 50 255 +minecraft:cyan_glazed_terracotta[facing=south] 52 118 125 255 41 94 100 255 26 59 62 255 20 47 50 255 +minecraft:cyan_glazed_terracotta[facing=west] 52 118 125 255 41 94 100 255 26 59 62 255 20 47 50 255 +minecraft:cyan_glazed_terracotta[facing=east] 52 118 125 255 41 94 100 255 26 59 62 255 20 47 50 255 +minecraft:purple_glazed_terracotta 109 48 152 255 87 38 121 255 54 24 76 255 43 19 60 255 +minecraft:purple_glazed_terracotta[facing=south] 109 48 152 255 87 38 121 255 54 24 76 255 43 19 60 255 +minecraft:purple_glazed_terracotta[facing=west] 109 48 152 255 87 38 121 255 54 24 76 255 43 19 60 255 +minecraft:purple_glazed_terracotta[facing=east] 109 48 152 255 87 38 121 255 54 24 76 255 43 19 60 255 +minecraft:blue_glazed_terracotta 47 64 139 255 37 51 111 255 23 32 69 255 18 25 55 255 +minecraft:blue_glazed_terracotta[facing=south] 47 64 139 255 37 51 111 255 23 32 69 255 18 25 55 255 +minecraft:blue_glazed_terracotta[facing=west] 47 64 139 255 37 51 111 255 23 32 69 255 18 25 55 255 +minecraft:blue_glazed_terracotta[facing=east] 47 64 139 255 37 51 111 255 23 32 69 255 18 25 55 255 +minecraft:brown_glazed_terracotta 119 106 85 255 95 84 68 255 59 53 42 255 47 42 34 255 +minecraft:brown_glazed_terracotta[facing=south] 119 106 85 255 95 84 68 255 59 53 42 255 47 42 34 255 +minecraft:brown_glazed_terracotta[facing=west] 119 106 85 255 95 84 68 255 59 53 42 255 47 42 34 255 +minecraft:brown_glazed_terracotta[facing=east] 119 106 85 255 95 84 68 255 59 53 42 255 47 42 34 255 +minecraft:green_glazed_terracotta 117 142 67 255 93 113 53 255 58 71 33 255 46 56 26 255 +minecraft:green_glazed_terracotta[facing=south] 117 142 67 255 93 113 53 255 58 71 33 255 46 56 26 255 +minecraft:green_glazed_terracotta[facing=west] 117 142 67 255 93 113 53 255 58 71 33 255 46 56 26 255 +minecraft:green_glazed_terracotta[facing=east] 117 142 67 255 93 113 53 255 58 71 33 255 46 56 26 255 +minecraft:red_glazed_terracotta 181 59 53 255 144 47 42 255 90 29 26 255 72 23 21 255 +minecraft:red_glazed_terracotta[facing=south] 181 59 53 255 144 47 42 255 90 29 26 255 72 23 21 255 +minecraft:red_glazed_terracotta[facing=west] 181 59 53 255 144 47 42 255 90 29 26 255 72 23 21 255 +minecraft:red_glazed_terracotta[facing=east] 181 59 53 255 144 47 42 255 90 29 26 255 72 23 21 255 +minecraft:black_glazed_terracotta 67 30 32 255 53 24 25 255 33 15 16 255 26 12 12 255 +minecraft:black_glazed_terracotta[facing=south] 67 30 32 255 53 24 25 255 33 15 16 255 26 12 12 255 +minecraft:black_glazed_terracotta[facing=west] 67 30 32 255 53 24 25 255 33 15 16 255 26 12 12 255 +minecraft:black_glazed_terracotta[facing=east] 67 30 32 255 53 24 25 255 33 15 16 255 26 12 12 255 +minecraft:white_concrete 207 213 214 255 165 170 171 255 103 106 107 255 82 85 85 255 +minecraft:orange_concrete 224 97 0 255 179 77 0 255 112 48 0 255 89 38 0 255 +minecraft:magenta_concrete 169 48 159 255 135 38 127 255 84 24 79 255 67 19 63 255 +minecraft:light_blue_concrete 35 137 198 255 28 109 158 255 17 68 99 255 14 54 79 255 +minecraft:yellow_concrete 240 175 21 255 192 140 16 255 120 87 10 255 96 70 8 255 +minecraft:lime_concrete 94 168 24 255 75 134 19 255 47 84 12 255 37 67 9 255 +minecraft:pink_concrete 213 101 142 255 170 80 113 255 106 50 71 255 85 40 56 255 +minecraft:gray_concrete 54 57 61 255 43 45 48 255 27 28 30 255 21 22 24 255 +minecraft:light_gray_concrete 125 125 115 255 100 100 92 255 62 62 57 255 50 50 46 255 +minecraft:cyan_concrete 21 119 136 255 16 95 108 255 10 59 68 255 8 47 54 255 +minecraft:purple_concrete 100 31 156 255 80 24 124 255 50 15 78 255 40 12 62 255 +minecraft:blue_concrete 44 46 143 255 35 36 114 255 22 23 71 255 17 18 57 255 +minecraft:brown_concrete 96 59 31 255 76 47 24 255 48 29 15 255 38 23 12 255 +minecraft:green_concrete 73 91 36 255 58 72 28 255 36 45 18 255 29 36 14 255 +minecraft:red_concrete 142 32 32 255 113 25 25 255 71 16 16 255 56 12 12 255 +minecraft:black_concrete 8 10 15 255 6 8 12 255 4 5 7 255 3 4 6 255 +minecraft:white_concrete_powder 225 227 227 255 180 181 181 255 112 113 113 255 90 90 90 255 +minecraft:orange_concrete_powder 227 131 31 255 181 104 24 255 113 65 15 255 90 52 12 255 +minecraft:magenta_concrete_powder 192 83 184 255 153 66 147 255 96 41 92 255 76 33 73 255 +minecraft:light_blue_concrete_powder 74 180 213 255 59 144 170 255 37 90 106 255 29 72 85 255 +minecraft:yellow_concrete_powder 232 199 54 255 185 159 43 255 116 99 27 255 92 79 21 255 +minecraft:lime_concrete_powder 125 189 41 255 100 151 32 255 62 94 20 255 50 75 16 255 +minecraft:pink_concrete_powder 228 153 181 255 182 122 144 255 114 76 90 255 91 61 72 255 +minecraft:gray_concrete_powder 76 81 84 255 60 64 67 255 38 40 42 255 30 32 33 255 +minecraft:light_gray_concrete_powder 154 154 148 255 123 123 118 255 77 77 74 255 61 61 59 255 +minecraft:cyan_concrete_powder 36 147 157 255 28 117 125 255 18 73 78 255 14 58 62 255 +minecraft:purple_concrete_powder 131 55 177 255 104 44 141 255 65 27 88 255 52 22 70 255 +minecraft:blue_concrete_powder 70 73 166 255 56 58 132 255 35 36 83 255 28 29 66 255 +minecraft:brown_concrete_powder 125 84 53 255 100 67 42 255 62 42 26 255 50 33 21 255 +minecraft:green_concrete_powder 97 119 44 255 77 95 35 255 48 59 22 255 38 47 17 255 +minecraft:red_concrete_powder 168 54 50 255 134 43 40 255 84 27 25 255 67 21 20 255 +minecraft:black_concrete_powder 25 26 31 255 20 20 24 255 12 13 15 255 10 10 12 255 +minecraft:kelp 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=1] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=2] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=3] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=4] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=5] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=6] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=7] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=8] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=9] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=10] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=11] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=12] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=13] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=14] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=15] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=16] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=17] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=18] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=19] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=20] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=21] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=22] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=23] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=24] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=25] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp_plant 40 97 14 100 32 77 11 100 20 48 7 100 16 38 5 100 +minecraft:dried_kelp_block 50 58 38 255 40 46 30 255 25 29 19 255 20 23 15 255 +minecraft:turtle_egg 228 226 191 132 182 180 152 132 114 113 95 132 91 90 76 132 +minecraft:turtle_egg[eggs=1,hatch=1] 218 214 177 132 174 171 141 132 109 107 88 132 87 85 70 132 +minecraft:turtle_egg[eggs=1,hatch=2] 207 203 165 132 165 162 132 132 103 101 82 132 82 81 66 132 +minecraft:turtle_egg[eggs=2,hatch=0] 228 226 191 132 182 180 152 132 114 113 95 132 91 90 76 132 +minecraft:turtle_egg[eggs=2,hatch=1] 218 214 177 132 174 171 141 132 109 107 88 132 87 85 70 132 +minecraft:turtle_egg[eggs=2,hatch=2] 207 203 165 132 165 162 132 132 103 101 82 132 82 81 66 132 +minecraft:turtle_egg[eggs=3,hatch=0] 228 226 191 132 182 180 152 132 114 113 95 132 91 90 76 132 +minecraft:turtle_egg[eggs=3,hatch=1] 218 214 177 132 174 171 141 132 109 107 88 132 87 85 70 132 +minecraft:turtle_egg[eggs=3,hatch=2] 207 203 165 132 165 162 132 132 103 101 82 132 82 81 66 132 +minecraft:turtle_egg[eggs=4,hatch=0] 228 226 191 132 182 180 152 132 114 113 95 132 91 90 76 132 +minecraft:turtle_egg[eggs=4,hatch=1] 218 214 177 132 174 171 141 132 109 107 88 132 87 85 70 132 +minecraft:turtle_egg[eggs=4,hatch=2] 207 203 165 132 165 162 132 132 103 101 82 132 82 81 66 132 +minecraft:dead_tube_coral_block 130 123 119 255 104 98 95 255 65 61 59 255 52 49 47 255 +minecraft:dead_brain_coral_block 124 117 114 255 99 93 91 255 62 58 57 255 49 46 45 255 +minecraft:dead_bubble_coral_block 131 123 119 255 104 98 95 255 65 61 59 255 52 49 47 255 +minecraft:dead_fire_coral_block 131 123 119 255 104 98 95 255 65 61 59 255 52 49 47 255 +minecraft:dead_horn_coral_block 133 126 122 255 106 100 97 255 66 63 61 255 53 50 48 255 +minecraft:tube_coral_block 49 87 206 255 39 69 164 255 24 43 103 255 19 34 82 255 +minecraft:brain_coral_block 207 91 159 255 165 72 127 255 103 45 79 255 82 36 63 255 +minecraft:bubble_coral_block 165 26 162 255 132 20 129 255 82 13 81 255 66 10 64 255 +minecraft:fire_coral_block 163 35 46 255 130 28 36 255 81 17 23 255 65 14 18 255 +minecraft:horn_coral_block 216 199 66 255 172 159 52 255 108 99 33 255 86 79 26 255 +minecraft:dead_tube_coral 118 111 107 152 94 88 85 152 59 55 53 152 47 44 42 152 +minecraft:dead_tube_coral[waterlogged=false] 118 111 107 152 94 88 85 152 59 55 53 152 47 44 42 152 +minecraft:dead_brain_coral 133 125 120 111 106 100 96 111 66 62 60 111 53 50 48 111 +minecraft:dead_brain_coral[waterlogged=false] 133 125 120 111 106 100 96 111 66 62 60 111 53 50 48 111 +minecraft:dead_bubble_coral 132 124 120 132 105 99 96 132 66 62 60 132 52 49 48 132 +minecraft:dead_bubble_coral[waterlogged=false] 132 124 120 132 105 99 96 132 66 62 60 132 52 49 48 132 +minecraft:dead_fire_coral 136 128 124 108 108 102 99 108 68 64 62 108 54 51 49 108 +minecraft:dead_fire_coral[waterlogged=false] 136 128 124 108 108 102 99 108 68 64 62 108 54 51 49 108 +minecraft:dead_horn_coral 142 135 129 99 113 108 103 99 71 67 64 99 56 54 51 99 +minecraft:dead_horn_coral[waterlogged=false] 142 135 129 99 113 108 103 99 71 67 64 99 56 54 51 99 +minecraft:tube_coral 47 83 197 152 37 66 157 152 23 41 98 152 18 33 78 152 +minecraft:tube_coral[waterlogged=false] 47 83 197 152 37 66 157 152 23 41 98 152 18 33 78 152 +minecraft:brain_coral 197 84 152 111 157 67 121 111 98 42 76 111 78 33 60 111 +minecraft:brain_coral[waterlogged=false] 197 84 152 111 157 67 121 111 98 42 76 111 78 33 60 111 +minecraft:bubble_coral 161 23 159 132 128 18 127 132 80 11 79 132 64 9 63 132 +minecraft:bubble_coral[waterlogged=false] 161 23 159 132 128 18 127 132 80 11 79 132 64 9 63 132 +minecraft:fire_coral 166 37 46 108 132 29 36 108 83 18 23 108 66 14 18 108 +minecraft:fire_coral[waterlogged=false] 166 37 46 108 132 29 36 108 83 18 23 108 66 14 18 108 +minecraft:horn_coral 209 186 62 99 167 148 49 99 104 93 31 99 83 74 24 99 +minecraft:horn_coral[waterlogged=false] 209 186 62 99 167 148 49 99 104 93 31 99 83 74 24 99 +minecraft:dead_tube_coral_fan 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_fan[waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_brain_coral_fan 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_fan[waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_bubble_coral_fan 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_fan[waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_fire_coral_fan 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_fan[waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_horn_coral_fan 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_fan[waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:tube_coral_fan 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_fan[waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:brain_coral_fan 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_fan[waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:bubble_coral_fan 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_fan[waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:fire_coral_fan 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_fan[waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:horn_coral_fan 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_fan[waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:dead_tube_coral_wall_fan 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=north,waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=south,waterlogged=true] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=south,waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=west,waterlogged=true] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=west,waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=east,waterlogged=true] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=east,waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_brain_coral_wall_fan 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=north,waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=south,waterlogged=true] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=south,waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=west,waterlogged=true] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=west,waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=east,waterlogged=true] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=east,waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_bubble_coral_wall_fan 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=north,waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=south,waterlogged=true] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=south,waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=west,waterlogged=true] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=west,waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=east,waterlogged=true] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=east,waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_fire_coral_wall_fan 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=north,waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=south,waterlogged=true] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=south,waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=west,waterlogged=true] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=west,waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=east,waterlogged=true] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=east,waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_horn_coral_wall_fan 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=north,waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=south,waterlogged=true] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=south,waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=west,waterlogged=true] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=west,waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=east,waterlogged=true] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=east,waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:tube_coral_wall_fan 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=north,waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=south,waterlogged=true] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=south,waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=west,waterlogged=true] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=west,waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=east,waterlogged=true] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=east,waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:brain_coral_wall_fan 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=north,waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=south,waterlogged=true] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=south,waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=west,waterlogged=true] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=west,waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=east,waterlogged=true] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=east,waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:bubble_coral_wall_fan 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=north,waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=south,waterlogged=true] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=south,waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=west,waterlogged=true] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=west,waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=east,waterlogged=true] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=east,waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:fire_coral_wall_fan 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=north,waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=south,waterlogged=true] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=south,waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=west,waterlogged=true] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=west,waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=east,waterlogged=true] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=east,waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:horn_coral_wall_fan 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=north,waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=south,waterlogged=true] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=south,waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=west,waterlogged=true] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=west,waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=east,waterlogged=true] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=east,waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:sea_pickle 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=1,waterlogged=false] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=2,waterlogged=true] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=2,waterlogged=false] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=3,waterlogged=true] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=3,waterlogged=false] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=4,waterlogged=true] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=4,waterlogged=false] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:blue_ice 116 167 253 255 92 133 202 255 58 83 126 255 46 66 101 255 +minecraft:conduit 159 139 113 143 127 111 90 143 79 69 56 143 63 55 45 143 +minecraft:conduit[waterlogged=false] 159 139 113 143 127 111 90 143 79 69 56 143 63 55 45 143 +minecraft:bamboo_sapling 92 89 35 54 73 71 28 54 46 44 17 54 36 35 14 54 +minecraft:bamboo 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=none,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=small,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=small,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=large,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=large,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=none,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=none,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=small,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=small,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=large,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=large,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:potted_bamboo 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:polished_granite_stairs 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:smooth_red_sandstone_stairs 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:mossy_stone_brick_stairs 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:polished_diorite_stairs 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:mossy_cobblestone_stairs 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:end_stone_brick_stairs 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:stone_stairs 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:smooth_sandstone_stairs 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_quartz_stairs 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:granite_stairs 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:andesite_stairs 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:red_nether_brick_stairs 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:polished_andesite_stairs 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:diorite_stairs 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:polished_granite_slab 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=top,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=bottom,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=bottom,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=double,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=double,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:smooth_red_sandstone_slab 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=top,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=double,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=double,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:mossy_stone_brick_slab 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=top,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=double,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=double,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:polished_diorite_slab 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=top,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=bottom,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=bottom,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=double,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=double,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:mossy_cobblestone_slab 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=top,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=double,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=double,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:end_stone_brick_slab 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=top,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=bottom,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=bottom,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=double,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=double,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:smooth_sandstone_slab 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=top,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=bottom,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=double,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=double,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_quartz_slab 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=top,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=bottom,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=bottom,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=double,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=double,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:granite_slab 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=top,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=bottom,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=bottom,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=double,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=double,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:andesite_slab 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=top,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=bottom,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=bottom,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=double,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=double,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:red_nether_brick_slab 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=top,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=bottom,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=bottom,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=double,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=double,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:polished_andesite_slab 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=top,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=bottom,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=bottom,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=double,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=double,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:diorite_slab 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=top,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=bottom,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=bottom,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=double,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=double,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:brick_wall 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:prismarine_wall 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:red_sandstone_wall 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:mossy_stone_brick_wall 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:granite_wall 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:stone_brick_wall 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:nether_brick_wall 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:andesite_wall 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:red_nether_brick_wall 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:sandstone_wall 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:end_stone_brick_wall 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:diorite_wall 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:scaffolding 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=0,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=1,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=1,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=2,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=2,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=3,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=3,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=4,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=4,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=5,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=5,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=6,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=6,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=7,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=7,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=0,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=0,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=1,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=1,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=2,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=2,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=3,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=3,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=4,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=4,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=5,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=5,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=6,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=6,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=7,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=7,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:loom 76 60 36 255 60 48 28 255 38 30 18 255 30 24 14 255 +minecraft:loom[facing=south] 76 60 36 255 60 48 28 255 38 30 18 255 30 24 14 255 +minecraft:loom[facing=west] 76 60 36 255 60 48 28 255 38 30 18 255 30 24 14 255 +minecraft:loom[facing=east] 76 60 36 255 60 48 28 255 38 30 18 255 30 24 14 255 +minecraft:barrel 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=north,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=east,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=east,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=south,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=south,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=west,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=west,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=up,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=up,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=down,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=down,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:smoker 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=north,lit=false] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=south,lit=true] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=south,lit=false] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=west,lit=true] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=west,lit=false] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=east,lit=true] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=east,lit=false] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:blast_furnace 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=north,lit=false] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=south,lit=true] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=south,lit=false] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=west,lit=true] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=west,lit=false] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=east,lit=true] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=east,lit=false] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:cartography_table 104 87 67 255 83 69 53 255 52 43 33 255 41 34 26 255 +minecraft:fletching_table 197 180 133 255 157 144 106 255 98 90 66 255 78 72 53 255 +minecraft:grindstone 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=floor,facing=south] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=floor,facing=west] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=floor,facing=east] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=wall,facing=north] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=wall,facing=south] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=wall,facing=west] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=wall,facing=east] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=ceiling,facing=north] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=ceiling,facing=south] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=ceiling,facing=west] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=ceiling,facing=east] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:lectern 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=north,has_book=true,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=north,has_book=false,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=north,has_book=false,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=south,has_book=true,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=south,has_book=true,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=south,has_book=false,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=south,has_book=false,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=west,has_book=true,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=west,has_book=true,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=west,has_book=false,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=west,has_book=false,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=east,has_book=true,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=east,has_book=true,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=east,has_book=false,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=east,has_book=false,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:smithing_table 57 58 70 255 45 46 56 255 28 29 35 255 22 23 28 255 +minecraft:stonecutter 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:stonecutter[facing=south] 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:stonecutter[facing=west] 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:stonecutter[facing=east] 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:bell 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=north,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=north,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=north,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:lantern 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:lantern[hanging=true,waterlogged=false] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:lantern[hanging=false,waterlogged=true] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:lantern[hanging=false,waterlogged=false] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:soul_lantern 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:soul_lantern[hanging=true,waterlogged=false] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:soul_lantern[hanging=false,waterlogged=true] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:soul_lantern[hanging=false,waterlogged=false] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:campfire 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:sweet_berry_bush 42 89 56 52 33 71 44 52 21 44 28 52 16 35 22 52 +minecraft:sweet_berry_bush[age=1] 47 94 57 138 37 75 45 138 23 47 28 138 18 37 22 138 +minecraft:sweet_berry_bush[age=2] 59 88 56 144 47 70 44 144 29 44 28 144 23 35 22 144 +minecraft:sweet_berry_bush[age=3] 68 77 50 161 54 61 40 161 34 38 25 161 27 30 20 161 +minecraft:warped_stem 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:warped_stem[axis=y] 57 103 103 255 45 82 82 255 28 51 51 255 22 41 41 255 +minecraft:warped_stem[axis=z] 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:stripped_warped_stem 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:stripped_warped_stem[axis=y] 52 128 124 255 41 102 99 255 26 64 62 255 20 51 49 255 +minecraft:stripped_warped_stem[axis=z] 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:warped_hyphae 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:warped_hyphae[axis=y] 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:warped_hyphae[axis=z] 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:stripped_warped_hyphae 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:stripped_warped_hyphae[axis=y] 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:stripped_warped_hyphae[axis=z] 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:warped_nylium 43 114 101 255 34 91 80 255 21 57 50 255 17 45 40 255 +minecraft:warped_fungus 74 109 87 49 59 87 69 49 37 54 43 49 29 43 34 49 +minecraft:warped_wart_block 22 119 121 255 17 95 96 255 11 59 60 255 8 47 48 255 +minecraft:warped_roots 20 138 124 91 16 110 99 91 10 69 62 91 8 55 49 91 +minecraft:nether_sprouts 19 151 133 30 15 120 106 30 9 75 66 30 7 60 53 30 +minecraft:crimson_stem 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:crimson_stem[axis=y] 107 51 74 255 85 40 59 255 53 25 37 255 42 20 29 255 +minecraft:crimson_stem[axis=z] 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:stripped_crimson_stem 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:stripped_crimson_stem[axis=y] 121 56 82 255 96 44 65 255 60 28 41 255 48 22 32 255 +minecraft:stripped_crimson_stem[axis=z] 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:crimson_hyphae 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:crimson_hyphae[axis=y] 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:crimson_hyphae[axis=z] 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:stripped_crimson_hyphae 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:stripped_crimson_hyphae[axis=y] 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:stripped_crimson_hyphae[axis=z] 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:crimson_nylium 130 31 31 255 104 24 24 255 65 15 15 255 52 12 12 255 +minecraft:crimson_fungus 141 44 29 59 112 35 23 59 70 22 14 59 56 17 11 59 +minecraft:shroomlight 240 146 70 255 192 116 56 255 120 73 35 255 96 58 28 255 +minecraft:weeping_vines 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=1] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=2] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=3] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=4] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=5] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=6] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=7] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=8] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=9] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=10] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=11] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=12] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=13] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=14] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=15] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=16] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=17] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=18] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=19] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=20] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=21] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=22] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=23] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=24] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=25] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines_plant 132 16 12 114 105 12 9 114 66 8 6 114 52 6 4 114 +minecraft:twisting_vines 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=1] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=2] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=3] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=4] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=5] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=6] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=7] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=8] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=9] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=10] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=11] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=12] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=13] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=14] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=15] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=16] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=17] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=18] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=19] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=20] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=21] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=22] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=23] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=24] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=25] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines_plant 20 135 122 89 16 108 97 89 10 67 61 89 8 54 48 89 +minecraft:crimson_roots 126 8 41 90 100 6 32 90 63 4 20 90 50 3 16 90 +minecraft:crimson_planks 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_planks 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_slab 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=top,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=bottom,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=bottom,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=double,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=double,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_slab 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=top,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=bottom,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=bottom,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=double,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=double,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_pressure_plate 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_pressure_plate[powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_pressure_plate 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_pressure_plate[powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_fence 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_fence 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_trapdoor 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:warped_trapdoor 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:crimson_fence_gate 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_fence_gate 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_stairs 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_stairs 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_button 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=north,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=south,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=south,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=west,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=west,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=east,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=east,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=north,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=north,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=south,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=south,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=west,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=west,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=east,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=east,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=north,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=north,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=south,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=south,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=west,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=west,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=east,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=east,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_button 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=north,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=south,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=south,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=west,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=west,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=east,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=east,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=north,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=north,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=south,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=south,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=west,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=west,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=east,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=east,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=north,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=north,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=south,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=south,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=west,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=west,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=east,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=east,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_door 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:warped_door 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:crimson_sign 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=0,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=1,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=1,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=2,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=2,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=3,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=3,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=4,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=4,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=5,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=5,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=6,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=6,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=7,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=7,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=8,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=8,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=9,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=9,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=10,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=10,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=11,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=11,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=12,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=12,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=13,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=13,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=14,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=14,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=15,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=15,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:warped_sign 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=0,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=1,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=1,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=2,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=2,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=3,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=3,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=4,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=4,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=5,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=5,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=6,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=6,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=7,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=7,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=8,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=8,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=9,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=9,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=10,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=10,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=11,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=11,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=12,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=12,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=13,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=13,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=14,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=14,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=15,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=15,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:crimson_wall_sign 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=north,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=south,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=south,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=west,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=west,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=east,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=east,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:warped_wall_sign 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=north,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=south,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=south,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=west,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=west,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=east,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=east,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:structure_block 86 71 87 255 68 56 69 255 43 35 43 255 34 28 34 255 +minecraft:structure_block[mode=load] 69 57 70 255 55 45 56 255 34 28 35 255 27 22 28 255 +minecraft:structure_block[mode=corner] 68 57 69 255 54 45 55 255 34 28 34 255 27 22 27 255 +minecraft:structure_block[mode=data] 79 65 80 255 63 52 64 255 39 32 40 255 31 26 32 255 +minecraft:jigsaw 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=down_north] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=down_south] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=down_west] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=up_east] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=up_north] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=up_south] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=up_west] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=west_up] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=east_up] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=north_up] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=south_up] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:composter 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=1] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=2] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=3] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=4] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=5] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=6] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=7] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=8] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:target 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=1] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=2] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=3] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=4] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=5] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=6] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=7] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=8] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=9] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=10] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=11] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=12] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=13] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=14] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=15] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:bee_nest 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=1] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=2] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=3] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=4] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=5] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=0] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=1] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=2] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=3] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=4] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=5] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=0] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=1] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=2] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=3] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=4] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=5] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=0] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=1] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=2] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=3] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=4] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=5] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:beehive 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=1] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=2] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=3] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=4] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=5] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=0] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=1] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=2] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=3] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=4] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=5] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=0] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=1] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=2] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=3] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=4] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=5] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=0] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=1] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=2] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=3] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=4] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=5] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:honey_block 251 185 52 191 200 148 41 191 125 92 26 191 100 74 20 191 +minecraft:honeycomb_block 229 148 29 255 183 118 23 255 114 74 14 255 91 59 11 255 +minecraft:netherite_block 66 61 63 255 52 48 50 255 33 30 31 255 26 24 25 255 +minecraft:ancient_debris 94 66 58 255 75 52 46 255 47 33 29 255 37 26 23 255 +minecraft:crying_obsidian 32 10 60 255 25 8 48 255 16 5 30 255 12 4 24 255 +minecraft:respawn_anchor 33 21 52 255 26 16 41 255 16 10 26 255 13 8 20 255 +minecraft:respawn_anchor[charges=1] 75 27 144 219 60 21 115 219 37 13 72 219 30 10 57 219 +minecraft:respawn_anchor[charges=2] 75 27 144 219 60 21 115 219 37 13 72 219 30 10 57 219 +minecraft:respawn_anchor[charges=3] 75 27 144 219 60 21 115 219 37 13 72 219 30 10 57 219 +minecraft:respawn_anchor[charges=4] 75 27 144 219 60 21 115 219 37 13 72 219 30 10 57 219 +minecraft:potted_crimson_fungus 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_warped_fungus 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_crimson_roots 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_warped_roots 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:lodestone 147 149 152 255 117 119 121 255 73 74 76 255 58 59 60 255 +minecraft:blackstone 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_stairs 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_slab 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=top,waterlogged=false] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=bottom,waterlogged=true] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=bottom,waterlogged=false] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=double,waterlogged=true] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=double,waterlogged=false] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:polished_blackstone 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_bricks 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:cracked_polished_blackstone_bricks 44 37 43 255 35 29 34 255 22 18 21 255 17 14 17 255 +minecraft:chiseled_polished_blackstone 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_brick_slab 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=top,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=bottom,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=bottom,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=double,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=double,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:gilded_blackstone 55 42 38 255 44 33 30 255 27 21 19 255 22 16 15 255 +minecraft:polished_blackstone_stairs 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=top,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=bottom,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=bottom,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=double,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=double,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_pressure_plate 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_pressure_plate[powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=north,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=south,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=south,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=west,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=west,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=east,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=east,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=north,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=north,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=south,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=south,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=west,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=west,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=east,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=east,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=north,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=north,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=south,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=south,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=west,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=west,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=east,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=east,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:chiseled_nether_bricks 47 23 28 255 37 18 22 255 23 11 14 255 18 9 11 255 +minecraft:cracked_nether_bricks 40 20 23 255 32 16 18 255 20 10 11 255 16 8 9 255 +minecraft:quartz_bricks 234 229 221 255 187 183 176 255 117 114 110 255 93 91 88 255 +minecraft:candle 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=1,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=1,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=1,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=2,lit=true,waterlogged=true] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=2,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=2,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=2,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=3,lit=true,waterlogged=true] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=3,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=3,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=3,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=4,lit=true,waterlogged=true] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=4,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=4,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=4,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:white_candle 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=1,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=1,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=1,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=2,lit=true,waterlogged=true] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=2,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=2,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=2,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=3,lit=true,waterlogged=true] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=3,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=3,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=3,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=4,lit=true,waterlogged=true] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=4,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=4,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=4,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:orange_candle 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=1,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=1,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=1,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=2,lit=true,waterlogged=true] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=2,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=2,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=2,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=3,lit=true,waterlogged=true] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=3,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=3,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=3,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=4,lit=true,waterlogged=true] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=4,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=4,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=4,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:magenta_candle 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=1,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=1,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=1,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=2,lit=true,waterlogged=true] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=2,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=2,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=2,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=3,lit=true,waterlogged=true] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=3,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=3,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=3,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=4,lit=true,waterlogged=true] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=4,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=4,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=4,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:light_blue_candle 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=1,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=1,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=1,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=2,lit=true,waterlogged=true] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=2,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=2,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=2,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=3,lit=true,waterlogged=true] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=3,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=3,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=3,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=4,lit=true,waterlogged=true] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=4,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=4,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=4,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:yellow_candle 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=1,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=1,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=1,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=2,lit=true,waterlogged=true] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=2,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=2,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=2,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=3,lit=true,waterlogged=true] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=3,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=3,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=3,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=4,lit=true,waterlogged=true] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=4,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=4,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=4,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:lime_candle 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=1,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=1,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=1,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=2,lit=true,waterlogged=true] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=2,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=2,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=2,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=3,lit=true,waterlogged=true] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=3,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=3,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=3,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=4,lit=true,waterlogged=true] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=4,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=4,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=4,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:pink_candle 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=1,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=1,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=1,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=2,lit=true,waterlogged=true] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=2,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=2,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=2,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=3,lit=true,waterlogged=true] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=3,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=3,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=3,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=4,lit=true,waterlogged=true] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=4,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=4,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=4,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:gray_candle 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=1,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=1,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=1,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=2,lit=true,waterlogged=true] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=2,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=2,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=2,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=3,lit=true,waterlogged=true] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=3,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=3,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=3,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=4,lit=true,waterlogged=true] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=4,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=4,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=4,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:light_gray_candle 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=1,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=1,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=1,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=2,lit=true,waterlogged=true] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=2,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=2,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=2,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=3,lit=true,waterlogged=true] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=3,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=3,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=3,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=4,lit=true,waterlogged=true] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=4,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=4,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=4,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:cyan_candle 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=1,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=1,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=1,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=2,lit=true,waterlogged=true] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=2,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=2,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=2,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=3,lit=true,waterlogged=true] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=3,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=3,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=3,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=4,lit=true,waterlogged=true] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=4,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=4,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=4,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:purple_candle 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=1,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=1,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=1,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=2,lit=true,waterlogged=true] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=2,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=2,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=2,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=3,lit=true,waterlogged=true] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=3,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=3,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=3,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=4,lit=true,waterlogged=true] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=4,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=4,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=4,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:blue_candle 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=1,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=1,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=1,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=2,lit=true,waterlogged=true] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=2,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=2,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=2,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=3,lit=true,waterlogged=true] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=3,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=3,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=3,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=4,lit=true,waterlogged=true] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=4,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=4,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=4,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:brown_candle 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=1,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=1,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=1,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=2,lit=true,waterlogged=true] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=2,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=2,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=2,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=3,lit=true,waterlogged=true] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=3,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=3,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=3,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=4,lit=true,waterlogged=true] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=4,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=4,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=4,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:green_candle 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=1,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=1,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=1,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=2,lit=true,waterlogged=true] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=2,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=2,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=2,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=3,lit=true,waterlogged=true] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=3,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=3,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=3,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=4,lit=true,waterlogged=true] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=4,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=4,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=4,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:red_candle 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=1,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=1,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=1,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=2,lit=true,waterlogged=true] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=2,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=2,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=2,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=3,lit=true,waterlogged=true] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=3,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=3,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=3,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=4,lit=true,waterlogged=true] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=4,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=4,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=4,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:black_candle 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=1,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=1,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=1,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=2,lit=true,waterlogged=true] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=2,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=2,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=2,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=3,lit=true,waterlogged=true] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=3,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=3,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=3,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=4,lit=true,waterlogged=true] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=4,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=4,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=4,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:white_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:white_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:orange_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:orange_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:magenta_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:magenta_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:light_blue_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:light_blue_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:yellow_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:yellow_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:lime_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:lime_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:pink_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:pink_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:gray_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:gray_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:light_gray_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:light_gray_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cyan_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cyan_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:purple_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:purple_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:blue_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:blue_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:brown_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:brown_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:green_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:green_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:red_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:red_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:black_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:black_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:amethyst_block 133 97 191 255 106 77 152 255 66 48 95 255 53 38 76 255 +minecraft:budding_amethyst 132 96 186 255 105 76 148 255 66 48 93 255 52 38 74 255 +minecraft:amethyst_cluster 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=north,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=east,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=east,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=south,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=south,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=west,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=west,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=up,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=up,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=down,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=down,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:large_amethyst_bud 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=north,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=east,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=east,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=south,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=south,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=west,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=west,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=up,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=up,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=down,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=down,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:medium_amethyst_bud 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=north,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=east,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=east,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=south,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=south,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=west,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=west,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=up,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=up,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=down,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=down,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:small_amethyst_bud 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=north,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=east,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=east,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=south,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=south,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=west,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=west,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=up,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=up,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=down,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=down,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:tuff 108 109 102 255 86 87 81 255 54 54 51 255 43 43 40 255 +minecraft:calcite 223 224 220 255 178 179 176 255 111 112 110 255 89 89 88 255 +minecraft:tinted_glass 44 38 46 131 35 30 36 131 22 19 23 131 17 15 18 131 +minecraft:powder_snow 248 253 253 255 198 202 202 255 124 126 126 255 99 101 101 255 +minecraft:sculk_sensor 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=cooldown,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=cooldown,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=inactive,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=cooldown,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=cooldown,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=inactive,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:oxidized_copper 82 162 132 255 65 129 105 255 41 81 66 255 32 64 52 255 +minecraft:weathered_copper 108 153 110 255 86 122 88 255 54 76 55 255 43 61 44 255 +minecraft:exposed_copper 161 125 103 255 128 100 82 255 80 62 51 255 64 50 41 255 +minecraft:copper_block 192 107 79 255 153 85 63 255 96 53 39 255 76 42 31 255 +minecraft:copper_ore 124 125 120 255 99 100 96 255 62 62 60 255 49 50 48 255 +minecraft:deepslate_copper_ore 92 93 89 255 73 74 71 255 46 46 44 255 36 37 35 255 +minecraft:oxidized_cut_copper 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:weathered_cut_copper 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:exposed_cut_copper 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:cut_copper 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:oxidized_cut_copper_stairs 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:weathered_cut_copper_stairs 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:exposed_cut_copper_stairs 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:cut_copper_stairs 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:oxidized_cut_copper_slab 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=top,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=bottom,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=bottom,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=double,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=double,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:weathered_cut_copper_slab 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=top,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=bottom,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=bottom,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=double,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=double,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:exposed_cut_copper_slab 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=top,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=bottom,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=bottom,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=double,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=double,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:cut_copper_slab 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=top,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=bottom,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=bottom,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=double,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=double,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_copper_block 192 107 79 255 153 85 63 255 96 53 39 255 76 42 31 255 +minecraft:waxed_weathered_copper 108 153 110 255 86 122 88 255 54 76 55 255 43 61 44 255 +minecraft:waxed_exposed_copper 161 125 103 255 128 100 82 255 80 62 51 255 64 50 41 255 +minecraft:waxed_oxidized_copper 82 162 132 255 65 129 105 255 41 81 66 255 32 64 52 255 +minecraft:waxed_oxidized_cut_copper 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_weathered_cut_copper 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_exposed_cut_copper 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_cut_copper 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_oxidized_cut_copper_stairs 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_weathered_cut_copper_stairs 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_exposed_cut_copper_stairs 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_cut_copper_stairs 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_oxidized_cut_copper_slab 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=top,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=bottom,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=bottom,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=double,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=double,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_weathered_cut_copper_slab 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=top,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=bottom,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=bottom,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=double,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=double,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_exposed_cut_copper_slab 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=top,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=bottom,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=bottom,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=double,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=double,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_cut_copper_slab 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=top,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=bottom,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=bottom,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=double,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=double,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:pointed_dripstone 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=up,waterlogged=false] 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=down,waterlogged=true] 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=down,waterlogged=false] 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=up,waterlogged=true] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=up,waterlogged=false] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=down,waterlogged=true] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=down,waterlogged=false] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=up,waterlogged=true] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=up,waterlogged=false] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=down,waterlogged=true] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=down,waterlogged=false] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=up,waterlogged=true] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=up,waterlogged=false] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=down,waterlogged=true] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=down,waterlogged=false] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=base,vertical_direction=up,waterlogged=true] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:pointed_dripstone[thickness=base,vertical_direction=up,waterlogged=false] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:pointed_dripstone[thickness=base,vertical_direction=down,waterlogged=true] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:pointed_dripstone[thickness=base,vertical_direction=down,waterlogged=false] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:dripstone_block 134 107 92 255 107 85 73 255 67 53 46 255 53 42 36 255 +minecraft:cave_vines 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=0,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=1,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=1,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=2,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=2,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=3,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=3,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=4,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=4,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=5,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=5,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=6,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=6,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=7,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=7,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=8,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=8,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=9,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=9,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=10,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=10,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=11,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=11,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=12,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=12,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=13,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=13,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=14,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=14,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=15,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=15,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=16,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=16,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=17,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=17,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=18,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=18,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=19,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=19,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=20,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=20,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=21,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=21,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=22,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=22,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=23,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=23,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=24,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=24,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=25,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=25,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines_plant 105 107 40 159 84 85 32 159 52 53 20 159 42 42 16 159 +minecraft:cave_vines_plant[berries=false] 88 101 38 143 70 80 30 143 44 50 19 143 35 40 15 143 +minecraft:spore_blossom 206 96 158 123 164 76 126 123 103 48 79 123 82 38 63 123 +minecraft:azalea 93 117 45 153 74 93 36 153 46 58 22 153 37 46 18 153 +minecraft:flowering_azalea 111 113 73 153 88 90 58 153 55 56 36 153 44 45 29 153 +minecraft:moss_carpet 89 109 45 255 71 87 36 255 44 54 22 255 35 43 18 255 +minecraft:moss_block 89 109 45 255 71 87 36 255 44 54 22 255 35 43 18 255 +minecraft:big_dripleaf_stem 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=north,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=south,waterlogged=true] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=south,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=west,waterlogged=true] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=west,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=east,waterlogged=true] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=east,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:small_dripleaf 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=north,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=north,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=north,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=south,half=upper,waterlogged=true] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=south,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=south,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=south,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=west,half=upper,waterlogged=true] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=west,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=west,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=west,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=east,half=upper,waterlogged=true] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=east,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=east,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=east,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:hanging_roots 161 115 91 74 128 92 72 74 80 57 45 74 64 46 36 74 +minecraft:hanging_roots[waterlogged=false] 161 115 91 74 128 92 72 74 80 57 45 74 64 46 36 74 +minecraft:rooted_dirt 144 103 76 255 115 82 60 255 72 51 38 255 57 41 30 255 +minecraft:deepslate 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:deepslate[axis=y] 87 87 89 255 69 69 71 255 43 43 44 255 34 34 35 255 +minecraft:deepslate[axis=z] 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:cobbled_deepslate 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=top,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=bottom,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=bottom,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=double,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=double,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:polished_deepslate 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=top,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=bottom,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=bottom,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=double,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=double,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:deepslate_tiles 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=top,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=bottom,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=bottom,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=double,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=double,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_bricks 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=top,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=bottom,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=bottom,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=double,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=double,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:chiseled_deepslate 54 54 54 255 43 43 43 255 27 27 27 255 21 21 21 255 +minecraft:cracked_deepslate_bricks 64 64 65 255 51 51 52 255 32 32 32 255 25 25 26 255 +minecraft:cracked_deepslate_tiles 52 52 52 255 41 41 41 255 26 26 26 255 20 20 20 255 +minecraft:infested_deepslate 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:infested_deepslate[axis=y] 87 87 89 255 69 69 71 255 43 43 44 255 34 34 35 255 +minecraft:infested_deepslate[axis=z] 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:smooth_basalt 72 72 78 255 57 57 62 255 36 36 39 255 28 28 31 255 +minecraft:raw_iron_block 166 135 107 255 132 108 85 255 83 67 53 255 66 54 42 255 +minecraft:raw_copper_block 154 105 79 255 123 84 63 255 77 52 39 255 61 42 31 255 +minecraft:raw_gold_block 221 169 46 255 176 135 36 255 110 84 23 255 88 67 18 255 diff --git a/minecolonies-1.20.1/data/dynmap/colorschemes/dokudark.txt b/minecolonies-1.20.1/data/dynmap/colorschemes/dokudark.txt new file mode 100644 index 00000000..174630ec --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/colorschemes/dokudark.txt @@ -0,0 +1,19763 @@ +minecraft:stone 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:granite 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:polished_granite 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:diorite 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:polished_diorite 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:andesite 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:polished_andesite 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:grass_block 63 90 45 255 50 72 36 255 31 45 22 255 25 36 18 255 +minecraft:grass_block[snowy=false] 63 90 45 255 50 72 36 255 31 45 22 255 25 36 18 255 +minecraft:dirt 64 53 43 255 51 42 34 255 32 26 21 255 25 21 17 255 +minecraft:coarse_dirt 74 64 56 255 59 51 44 255 37 32 28 255 29 25 22 255 +minecraft:podzol 193 193 193 255 154 154 154 255 96 96 96 255 77 77 77 255 +minecraft:podzol[snowy=false] 85 61 37 255 68 48 29 255 42 30 18 255 34 24 14 255 +minecraft:cobblestone 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:oak_planks 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:spruce_planks 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:birch_planks 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:jungle_planks 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:acacia_planks 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:dark_oak_planks 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:oak_sapling 43 48 33 114 34 38 26 114 21 24 16 114 17 19 13 114 +minecraft:oak_sapling[stage=1] 43 48 33 114 34 38 26 114 21 24 16 114 17 19 13 114 +minecraft:spruce_sapling 35 44 26 63 28 35 20 63 17 22 13 63 14 17 10 63 +minecraft:spruce_sapling[stage=1] 35 44 26 63 28 35 20 63 17 22 13 63 14 17 10 63 +minecraft:birch_sapling 79 86 51 91 63 68 40 91 39 43 25 91 31 34 20 91 +minecraft:birch_sapling[stage=1] 79 86 51 91 63 68 40 91 39 43 25 91 31 34 20 91 +minecraft:jungle_sapling 33 61 13 81 26 48 10 81 16 30 6 81 13 24 5 81 +minecraft:jungle_sapling[stage=1] 33 61 13 81 26 48 10 81 16 30 6 81 13 24 5 81 +minecraft:acacia_sapling 71 71 51 82 56 56 40 82 35 35 25 82 28 28 20 82 +minecraft:acacia_sapling[stage=1] 71 71 51 82 56 56 40 82 35 35 25 82 28 28 20 82 +minecraft:dark_oak_sapling 37 40 30 121 29 32 24 121 18 20 15 121 14 16 12 121 +minecraft:dark_oak_sapling[stage=1] 37 40 30 121 29 32 24 121 18 20 15 121 14 16 12 121 +minecraft:bedrock 37 36 35 255 29 28 28 255 18 18 17 255 14 14 14 255 +minecraft:water 77 193 124 144 61 154 99 144 38 96 62 144 30 77 49 144 +minecraft:water[level=1] 77 193 124 144 61 154 99 144 38 96 62 144 30 77 49 144 +minecraft:water[level=2] 77 193 124 144 61 154 99 144 38 96 62 144 30 77 49 144 +minecraft:water[level=3] 77 193 124 144 61 154 99 144 38 96 62 144 30 77 49 144 +minecraft:water[level=4] 77 193 124 144 61 154 99 144 38 96 62 144 30 77 49 144 +minecraft:water[level=5] 77 193 124 144 61 154 99 144 38 96 62 144 30 77 49 144 +minecraft:water[level=6] 77 193 124 144 61 154 99 144 38 96 62 144 30 77 49 144 +minecraft:water[level=7] 77 193 124 144 61 154 99 144 38 96 62 144 30 77 49 144 +minecraft:water[level=8] 77 193 124 144 61 154 99 144 38 96 62 144 30 77 49 144 +minecraft:water[level=9] 77 193 124 144 61 154 99 144 38 96 62 144 30 77 49 144 +minecraft:water[level=10] 77 193 124 144 61 154 99 144 38 96 62 144 30 77 49 144 +minecraft:water[level=11] 77 193 124 144 61 154 99 144 38 96 62 144 30 77 49 144 +minecraft:water[level=12] 77 193 124 144 61 154 99 144 38 96 62 144 30 77 49 144 +minecraft:water[level=13] 77 193 124 144 61 154 99 144 38 96 62 144 30 77 49 144 +minecraft:water[level=14] 77 193 124 144 61 154 99 144 38 96 62 144 30 77 49 144 +minecraft:water[level=15] 77 193 124 144 61 154 99 144 38 96 62 144 30 77 49 144 +minecraft:lava 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=1] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=2] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=3] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=4] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=5] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=6] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=7] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=8] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=9] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=10] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=11] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=12] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=13] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=14] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=15] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:sand 123 116 91 255 98 92 72 255 61 58 45 255 49 46 36 255 +minecraft:red_sand 120 88 67 255 96 70 53 255 60 44 33 255 48 35 26 255 +minecraft:gravel 55 53 43 255 44 42 34 255 27 26 21 255 22 21 17 255 +minecraft:gold_ore 108 103 82 255 86 82 65 255 54 51 41 255 43 41 32 255 +minecraft:deepslate_gold_ore 115 102 78 255 92 81 62 255 57 51 39 255 46 40 31 255 +minecraft:iron_ore 95 92 83 255 76 73 66 255 47 46 41 255 38 36 33 255 +minecraft:deepslate_iron_ore 106 99 94 255 84 79 75 255 53 49 47 255 42 39 37 255 +minecraft:coal_ore 71 75 69 255 56 60 55 255 35 37 34 255 28 30 27 255 +minecraft:deepslate_coal_ore 74 74 76 255 59 59 60 255 37 37 38 255 29 29 30 255 +minecraft:nether_gold_ore 118 76 62 255 94 60 49 255 59 38 31 255 47 30 24 255 +minecraft:oak_log 51 53 45 255 40 42 36 255 25 26 22 255 20 21 18 255 +minecraft:oak_log[axis=y] 117 113 93 255 93 90 74 255 58 56 46 255 46 45 37 255 +minecraft:oak_log[axis=z] 51 53 45 255 40 42 36 255 25 26 22 255 20 21 18 255 +minecraft:spruce_log 40 37 35 255 32 29 28 255 20 18 17 255 16 14 14 255 +minecraft:spruce_log[axis=y] 117 113 93 255 93 90 74 255 58 56 46 255 46 45 37 255 +minecraft:spruce_log[axis=z] 40 37 35 255 32 29 28 255 20 18 17 255 16 14 14 255 +minecraft:birch_log 151 147 142 255 120 117 113 255 75 73 71 255 60 58 56 255 +minecraft:birch_log[axis=y] 117 113 93 255 93 90 74 255 58 56 46 255 46 45 37 255 +minecraft:birch_log[axis=z] 151 147 142 255 120 117 113 255 75 73 71 255 60 58 56 255 +minecraft:jungle_log 35 32 18 255 28 25 14 255 17 16 9 255 14 12 7 255 +minecraft:jungle_log[axis=y] 117 113 93 255 93 90 74 255 58 56 46 255 46 45 37 255 +minecraft:jungle_log[axis=z] 35 32 18 255 28 25 14 255 17 16 9 255 14 12 7 255 +minecraft:acacia_log 78 71 60 255 62 56 48 255 39 35 30 255 31 28 24 255 +minecraft:acacia_log[axis=y] 96 71 51 255 76 56 40 255 48 35 25 255 38 28 20 255 +minecraft:acacia_log[axis=z] 78 71 60 255 62 56 48 255 39 35 30 255 31 28 24 255 +minecraft:dark_oak_log 37 34 25 255 29 27 20 255 18 17 12 255 14 13 10 255 +minecraft:dark_oak_log[axis=y] 62 54 42 255 49 43 33 255 31 27 21 255 24 21 16 255 +minecraft:dark_oak_log[axis=z] 37 34 25 255 29 27 20 255 18 17 12 255 14 13 10 255 +minecraft:stripped_spruce_log 168 149 140 255 134 119 112 255 84 74 70 255 67 59 56 255 +minecraft:stripped_spruce_log[axis=y] 151 135 127 255 120 108 101 255 75 67 63 255 60 54 50 255 +minecraft:stripped_spruce_log[axis=z] 168 149 140 255 134 119 112 255 84 74 70 255 67 59 56 255 +minecraft:stripped_birch_log 193 188 160 255 154 150 128 255 96 94 80 255 77 75 64 255 +minecraft:stripped_birch_log[axis=y] 169 164 134 255 135 131 107 255 84 82 67 255 67 65 53 255 +minecraft:stripped_birch_log[axis=z] 193 188 160 255 154 150 128 255 96 94 80 255 77 75 64 255 +minecraft:stripped_jungle_log 161 151 111 255 128 120 88 255 80 75 55 255 64 60 44 255 +minecraft:stripped_jungle_log[axis=y] 144 137 99 255 115 109 79 255 72 68 49 255 57 54 39 255 +minecraft:stripped_jungle_log[axis=z] 161 151 111 255 128 120 88 255 80 75 55 255 64 60 44 255 +minecraft:stripped_acacia_log 142 104 68 255 113 83 54 255 71 52 34 255 56 41 27 255 +minecraft:stripped_acacia_log[axis=y] 126 91 62 255 100 72 49 255 63 45 31 255 50 36 24 255 +minecraft:stripped_acacia_log[axis=z] 142 104 68 255 113 83 54 255 71 52 34 255 56 41 27 255 +minecraft:stripped_dark_oak_log 82 68 52 255 65 54 41 255 41 34 26 255 32 27 20 255 +minecraft:stripped_dark_oak_log[axis=y] 83 72 56 255 66 57 44 255 41 36 28 255 33 28 22 255 +minecraft:stripped_dark_oak_log[axis=z] 82 68 52 255 65 54 41 255 41 34 26 255 32 27 20 255 +minecraft:stripped_oak_log 196 186 154 255 156 148 123 255 98 93 77 255 78 74 61 255 +minecraft:stripped_oak_log[axis=y] 172 162 129 255 137 129 103 255 86 81 64 255 68 64 51 255 +minecraft:stripped_oak_log[axis=z] 196 186 154 255 156 148 123 255 98 93 77 255 78 74 61 255 +minecraft:oak_wood 51 53 45 255 40 42 36 255 25 26 22 255 20 21 18 255 +minecraft:oak_wood[axis=y] 51 53 45 255 40 42 36 255 25 26 22 255 20 21 18 255 +minecraft:oak_wood[axis=z] 51 53 45 255 40 42 36 255 25 26 22 255 20 21 18 255 +minecraft:spruce_wood 40 37 35 255 32 29 28 255 20 18 17 255 16 14 14 255 +minecraft:spruce_wood[axis=y] 40 37 35 255 32 29 28 255 20 18 17 255 16 14 14 255 +minecraft:spruce_wood[axis=z] 40 37 35 255 32 29 28 255 20 18 17 255 16 14 14 255 +minecraft:birch_wood 151 147 142 255 120 117 113 255 75 73 71 255 60 58 56 255 +minecraft:birch_wood[axis=y] 151 147 142 255 120 117 113 255 75 73 71 255 60 58 56 255 +minecraft:birch_wood[axis=z] 151 147 142 255 120 117 113 255 75 73 71 255 60 58 56 255 +minecraft:jungle_wood 35 32 18 255 28 25 14 255 17 16 9 255 14 12 7 255 +minecraft:jungle_wood[axis=y] 35 32 18 255 28 25 14 255 17 16 9 255 14 12 7 255 +minecraft:jungle_wood[axis=z] 35 32 18 255 28 25 14 255 17 16 9 255 14 12 7 255 +minecraft:acacia_wood 78 71 60 255 62 56 48 255 39 35 30 255 31 28 24 255 +minecraft:acacia_wood[axis=y] 78 71 60 255 62 56 48 255 39 35 30 255 31 28 24 255 +minecraft:acacia_wood[axis=z] 78 71 60 255 62 56 48 255 39 35 30 255 31 28 24 255 +minecraft:dark_oak_wood 37 34 25 255 29 27 20 255 18 17 12 255 14 13 10 255 +minecraft:dark_oak_wood[axis=y] 37 34 25 255 29 27 20 255 18 17 12 255 14 13 10 255 +minecraft:dark_oak_wood[axis=z] 37 34 25 255 29 27 20 255 18 17 12 255 14 13 10 255 +minecraft:stripped_oak_wood 196 186 154 255 156 148 123 255 98 93 77 255 78 74 61 255 +minecraft:stripped_oak_wood[axis=y] 196 186 154 255 156 148 123 255 98 93 77 255 78 74 61 255 +minecraft:stripped_oak_wood[axis=z] 196 186 154 255 156 148 123 255 98 93 77 255 78 74 61 255 +minecraft:stripped_spruce_wood 168 149 140 255 134 119 112 255 84 74 70 255 67 59 56 255 +minecraft:stripped_spruce_wood[axis=y] 168 149 140 255 134 119 112 255 84 74 70 255 67 59 56 255 +minecraft:stripped_spruce_wood[axis=z] 168 149 140 255 134 119 112 255 84 74 70 255 67 59 56 255 +minecraft:stripped_birch_wood 193 188 160 255 154 150 128 255 96 94 80 255 77 75 64 255 +minecraft:stripped_birch_wood[axis=y] 193 188 160 255 154 150 128 255 96 94 80 255 77 75 64 255 +minecraft:stripped_birch_wood[axis=z] 193 188 160 255 154 150 128 255 96 94 80 255 77 75 64 255 +minecraft:stripped_jungle_wood 161 151 111 255 128 120 88 255 80 75 55 255 64 60 44 255 +minecraft:stripped_jungle_wood[axis=y] 161 151 111 255 128 120 88 255 80 75 55 255 64 60 44 255 +minecraft:stripped_jungle_wood[axis=z] 161 151 111 255 128 120 88 255 80 75 55 255 64 60 44 255 +minecraft:stripped_acacia_wood 142 104 68 255 113 83 54 255 71 52 34 255 56 41 27 255 +minecraft:stripped_acacia_wood[axis=y] 142 104 68 255 113 83 54 255 71 52 34 255 56 41 27 255 +minecraft:stripped_acacia_wood[axis=z] 142 104 68 255 113 83 54 255 71 52 34 255 56 41 27 255 +minecraft:stripped_dark_oak_wood 82 68 52 255 65 54 41 255 41 34 26 255 32 27 20 255 +minecraft:stripped_dark_oak_wood[axis=y] 82 68 52 255 65 54 41 255 41 34 26 255 32 27 20 255 +minecraft:stripped_dark_oak_wood[axis=z] 82 68 52 255 65 54 41 255 41 34 26 255 32 27 20 255 +minecraft:oak_leaves 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:oak_leaves[distance=1,persistent=false] 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:oak_leaves[distance=2,persistent=true] 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:oak_leaves[distance=2,persistent=false] 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:oak_leaves[distance=3,persistent=true] 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:oak_leaves[distance=3,persistent=false] 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:oak_leaves[distance=4,persistent=true] 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:oak_leaves[distance=4,persistent=false] 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:oak_leaves[distance=5,persistent=true] 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:oak_leaves[distance=5,persistent=false] 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:oak_leaves[distance=6,persistent=true] 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:oak_leaves[distance=6,persistent=false] 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:oak_leaves[distance=7,persistent=true] 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:oak_leaves[distance=7,persistent=false] 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:spruce_leaves 40 53 29 229 32 42 23 229 20 26 14 229 16 21 11 229 +minecraft:spruce_leaves[distance=1,persistent=false] 40 53 29 229 32 42 23 229 20 26 14 229 16 21 11 229 +minecraft:spruce_leaves[distance=2,persistent=true] 40 53 29 229 32 42 23 229 20 26 14 229 16 21 11 229 +minecraft:spruce_leaves[distance=2,persistent=false] 40 53 29 229 32 42 23 229 20 26 14 229 16 21 11 229 +minecraft:spruce_leaves[distance=3,persistent=true] 40 53 29 229 32 42 23 229 20 26 14 229 16 21 11 229 +minecraft:spruce_leaves[distance=3,persistent=false] 40 53 29 229 32 42 23 229 20 26 14 229 16 21 11 229 +minecraft:spruce_leaves[distance=4,persistent=true] 40 53 29 229 32 42 23 229 20 26 14 229 16 21 11 229 +minecraft:spruce_leaves[distance=4,persistent=false] 40 53 29 229 32 42 23 229 20 26 14 229 16 21 11 229 +minecraft:spruce_leaves[distance=5,persistent=true] 40 53 29 229 32 42 23 229 20 26 14 229 16 21 11 229 +minecraft:spruce_leaves[distance=5,persistent=false] 40 53 29 229 32 42 23 229 20 26 14 229 16 21 11 229 +minecraft:spruce_leaves[distance=6,persistent=true] 40 53 29 229 32 42 23 229 20 26 14 229 16 21 11 229 +minecraft:spruce_leaves[distance=6,persistent=false] 40 53 29 229 32 42 23 229 20 26 14 229 16 21 11 229 +minecraft:spruce_leaves[distance=7,persistent=true] 40 53 29 229 32 42 23 229 20 26 14 229 16 21 11 229 +minecraft:spruce_leaves[distance=7,persistent=false] 40 53 29 229 32 42 23 229 20 26 14 229 16 21 11 229 +minecraft:birch_leaves 53 69 35 214 42 55 28 214 26 34 17 214 21 27 14 214 +minecraft:birch_leaves[distance=1,persistent=false] 53 69 35 214 42 55 28 214 26 34 17 214 21 27 14 214 +minecraft:birch_leaves[distance=2,persistent=true] 53 69 35 214 42 55 28 214 26 34 17 214 21 27 14 214 +minecraft:birch_leaves[distance=2,persistent=false] 53 69 35 214 42 55 28 214 26 34 17 214 21 27 14 214 +minecraft:birch_leaves[distance=3,persistent=true] 53 69 35 214 42 55 28 214 26 34 17 214 21 27 14 214 +minecraft:birch_leaves[distance=3,persistent=false] 53 69 35 214 42 55 28 214 26 34 17 214 21 27 14 214 +minecraft:birch_leaves[distance=4,persistent=true] 53 69 35 214 42 55 28 214 26 34 17 214 21 27 14 214 +minecraft:birch_leaves[distance=4,persistent=false] 53 69 35 214 42 55 28 214 26 34 17 214 21 27 14 214 +minecraft:birch_leaves[distance=5,persistent=true] 53 69 35 214 42 55 28 214 26 34 17 214 21 27 14 214 +minecraft:birch_leaves[distance=5,persistent=false] 53 69 35 214 42 55 28 214 26 34 17 214 21 27 14 214 +minecraft:birch_leaves[distance=6,persistent=true] 53 69 35 214 42 55 28 214 26 34 17 214 21 27 14 214 +minecraft:birch_leaves[distance=6,persistent=false] 53 69 35 214 42 55 28 214 26 34 17 214 21 27 14 214 +minecraft:birch_leaves[distance=7,persistent=true] 53 69 35 214 42 55 28 214 26 34 17 214 21 27 14 214 +minecraft:birch_leaves[distance=7,persistent=false] 53 69 35 214 42 55 28 214 26 34 17 214 21 27 14 214 +minecraft:jungle_leaves 22 36 13 166 17 28 10 166 11 18 6 166 8 14 5 166 +minecraft:jungle_leaves[distance=1,persistent=false] 22 36 13 166 17 28 10 166 11 18 6 166 8 14 5 166 +minecraft:jungle_leaves[distance=2,persistent=true] 22 36 13 166 17 28 10 166 11 18 6 166 8 14 5 166 +minecraft:jungle_leaves[distance=2,persistent=false] 22 36 13 166 17 28 10 166 11 18 6 166 8 14 5 166 +minecraft:jungle_leaves[distance=3,persistent=true] 22 36 13 166 17 28 10 166 11 18 6 166 8 14 5 166 +minecraft:jungle_leaves[distance=3,persistent=false] 22 36 13 166 17 28 10 166 11 18 6 166 8 14 5 166 +minecraft:jungle_leaves[distance=4,persistent=true] 22 36 13 166 17 28 10 166 11 18 6 166 8 14 5 166 +minecraft:jungle_leaves[distance=4,persistent=false] 22 36 13 166 17 28 10 166 11 18 6 166 8 14 5 166 +minecraft:jungle_leaves[distance=5,persistent=true] 22 36 13 166 17 28 10 166 11 18 6 166 8 14 5 166 +minecraft:jungle_leaves[distance=5,persistent=false] 22 36 13 166 17 28 10 166 11 18 6 166 8 14 5 166 +minecraft:jungle_leaves[distance=6,persistent=true] 22 36 13 166 17 28 10 166 11 18 6 166 8 14 5 166 +minecraft:jungle_leaves[distance=6,persistent=false] 22 36 13 166 17 28 10 166 11 18 6 166 8 14 5 166 +minecraft:jungle_leaves[distance=7,persistent=true] 22 36 13 166 17 28 10 166 11 18 6 166 8 14 5 166 +minecraft:jungle_leaves[distance=7,persistent=false] 22 36 13 166 17 28 10 166 11 18 6 166 8 14 5 166 +minecraft:acacia_leaves 39 64 22 228 31 51 17 228 19 32 11 228 15 25 8 228 +minecraft:acacia_leaves[distance=1,persistent=false] 39 64 22 228 31 51 17 228 19 32 11 228 15 25 8 228 +minecraft:acacia_leaves[distance=2,persistent=true] 39 64 22 228 31 51 17 228 19 32 11 228 15 25 8 228 +minecraft:acacia_leaves[distance=2,persistent=false] 39 64 22 228 31 51 17 228 19 32 11 228 15 25 8 228 +minecraft:acacia_leaves[distance=3,persistent=true] 39 64 22 228 31 51 17 228 19 32 11 228 15 25 8 228 +minecraft:acacia_leaves[distance=3,persistent=false] 39 64 22 228 31 51 17 228 19 32 11 228 15 25 8 228 +minecraft:acacia_leaves[distance=4,persistent=true] 39 64 22 228 31 51 17 228 19 32 11 228 15 25 8 228 +minecraft:acacia_leaves[distance=4,persistent=false] 39 64 22 228 31 51 17 228 19 32 11 228 15 25 8 228 +minecraft:acacia_leaves[distance=5,persistent=true] 39 64 22 228 31 51 17 228 19 32 11 228 15 25 8 228 +minecraft:acacia_leaves[distance=5,persistent=false] 39 64 22 228 31 51 17 228 19 32 11 228 15 25 8 228 +minecraft:acacia_leaves[distance=6,persistent=true] 39 64 22 228 31 51 17 228 19 32 11 228 15 25 8 228 +minecraft:acacia_leaves[distance=6,persistent=false] 39 64 22 228 31 51 17 228 19 32 11 228 15 25 8 228 +minecraft:acacia_leaves[distance=7,persistent=true] 39 64 22 228 31 51 17 228 19 32 11 228 15 25 8 228 +minecraft:acacia_leaves[distance=7,persistent=false] 39 64 22 228 31 51 17 228 19 32 11 228 15 25 8 228 +minecraft:dark_oak_leaves 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:dark_oak_leaves[distance=1,persistent=false] 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:dark_oak_leaves[distance=2,persistent=true] 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:dark_oak_leaves[distance=2,persistent=false] 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:dark_oak_leaves[distance=3,persistent=true] 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:dark_oak_leaves[distance=3,persistent=false] 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:dark_oak_leaves[distance=4,persistent=true] 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:dark_oak_leaves[distance=4,persistent=false] 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:dark_oak_leaves[distance=5,persistent=true] 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:dark_oak_leaves[distance=5,persistent=false] 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:dark_oak_leaves[distance=6,persistent=true] 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:dark_oak_leaves[distance=6,persistent=false] 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:dark_oak_leaves[distance=7,persistent=true] 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:dark_oak_leaves[distance=7,persistent=false] 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:azalea_leaves 20 42 5 196 16 33 4 196 10 21 2 196 8 16 2 196 +minecraft:azalea_leaves[distance=1,persistent=false] 20 42 5 196 16 33 4 196 10 21 2 196 8 16 2 196 +minecraft:azalea_leaves[distance=2,persistent=true] 20 42 5 196 16 33 4 196 10 21 2 196 8 16 2 196 +minecraft:azalea_leaves[distance=2,persistent=false] 20 42 5 196 16 33 4 196 10 21 2 196 8 16 2 196 +minecraft:azalea_leaves[distance=3,persistent=true] 20 42 5 196 16 33 4 196 10 21 2 196 8 16 2 196 +minecraft:azalea_leaves[distance=3,persistent=false] 20 42 5 196 16 33 4 196 10 21 2 196 8 16 2 196 +minecraft:azalea_leaves[distance=4,persistent=true] 20 42 5 196 16 33 4 196 10 21 2 196 8 16 2 196 +minecraft:azalea_leaves[distance=4,persistent=false] 20 42 5 196 16 33 4 196 10 21 2 196 8 16 2 196 +minecraft:azalea_leaves[distance=5,persistent=true] 20 42 5 196 16 33 4 196 10 21 2 196 8 16 2 196 +minecraft:azalea_leaves[distance=5,persistent=false] 20 42 5 196 16 33 4 196 10 21 2 196 8 16 2 196 +minecraft:azalea_leaves[distance=6,persistent=true] 20 42 5 196 16 33 4 196 10 21 2 196 8 16 2 196 +minecraft:azalea_leaves[distance=6,persistent=false] 20 42 5 196 16 33 4 196 10 21 2 196 8 16 2 196 +minecraft:azalea_leaves[distance=7,persistent=true] 20 42 5 196 16 33 4 196 10 21 2 196 8 16 2 196 +minecraft:azalea_leaves[distance=7,persistent=false] 20 42 5 196 16 33 4 196 10 21 2 196 8 16 2 196 +minecraft:flowering_azalea_leaves 22 41 8 204 17 32 6 204 11 20 4 204 8 16 3 204 +minecraft:flowering_azalea_leaves[distance=1,persistent=false] 22 41 8 204 17 32 6 204 11 20 4 204 8 16 3 204 +minecraft:flowering_azalea_leaves[distance=2,persistent=true] 22 41 8 204 17 32 6 204 11 20 4 204 8 16 3 204 +minecraft:flowering_azalea_leaves[distance=2,persistent=false] 22 41 8 204 17 32 6 204 11 20 4 204 8 16 3 204 +minecraft:flowering_azalea_leaves[distance=3,persistent=true] 22 41 8 204 17 32 6 204 11 20 4 204 8 16 3 204 +minecraft:flowering_azalea_leaves[distance=3,persistent=false] 22 41 8 204 17 32 6 204 11 20 4 204 8 16 3 204 +minecraft:flowering_azalea_leaves[distance=4,persistent=true] 22 41 8 204 17 32 6 204 11 20 4 204 8 16 3 204 +minecraft:flowering_azalea_leaves[distance=4,persistent=false] 22 41 8 204 17 32 6 204 11 20 4 204 8 16 3 204 +minecraft:flowering_azalea_leaves[distance=5,persistent=true] 22 41 8 204 17 32 6 204 11 20 4 204 8 16 3 204 +minecraft:flowering_azalea_leaves[distance=5,persistent=false] 22 41 8 204 17 32 6 204 11 20 4 204 8 16 3 204 +minecraft:flowering_azalea_leaves[distance=6,persistent=true] 22 41 8 204 17 32 6 204 11 20 4 204 8 16 3 204 +minecraft:flowering_azalea_leaves[distance=6,persistent=false] 22 41 8 204 17 32 6 204 11 20 4 204 8 16 3 204 +minecraft:flowering_azalea_leaves[distance=7,persistent=true] 22 41 8 204 17 32 6 204 11 20 4 204 8 16 3 204 +minecraft:flowering_azalea_leaves[distance=7,persistent=false] 22 41 8 204 17 32 6 204 11 20 4 204 8 16 3 204 +minecraft:sponge 183 155 92 255 146 124 73 255 91 77 46 255 73 62 36 255 +minecraft:wet_sponge 157 130 82 255 125 104 65 255 78 65 41 255 62 52 32 255 +minecraft:glass 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:lapis_ore 79 90 101 255 63 72 80 255 39 45 50 255 31 36 40 255 +minecraft:deepslate_lapis_ore 79 90 115 255 63 72 92 255 39 45 57 255 31 36 46 255 +minecraft:lapis_block 47 59 89 255 37 47 71 255 23 29 44 255 18 23 35 255 +minecraft:dispenser 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:dispenser[facing=north,triggered=false] 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:dispenser[facing=east,triggered=true] 88 95 83 255 70 76 66 255 44 47 41 255 35 38 33 255 +minecraft:dispenser[facing=east,triggered=false] 88 95 83 255 70 76 66 255 44 47 41 255 35 38 33 255 +minecraft:dispenser[facing=south,triggered=true] 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:dispenser[facing=south,triggered=false] 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:dispenser[facing=west,triggered=true] 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:dispenser[facing=west,triggered=false] 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:dispenser[facing=up,triggered=true] 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:dispenser[facing=up,triggered=false] 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:dispenser[facing=down,triggered=true] 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:dispenser[facing=down,triggered=false] 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:sandstone 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:chiseled_sandstone 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:cut_sandstone 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:note_block 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=0,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=1,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=1,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=2,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=2,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=3,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=3,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=4,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=4,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=5,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=5,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=6,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=6,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=7,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=7,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=8,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=8,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=9,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=9,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=10,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=10,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=11,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=11,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=12,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=12,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=13,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=13,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=14,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=14,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=15,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=15,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=16,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=16,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=17,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=17,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=18,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=18,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=19,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=19,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=20,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=20,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=21,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=21,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=22,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=22,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=23,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=23,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=24,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=24,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=0,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=0,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=1,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=1,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=2,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=2,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=3,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=3,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=4,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=4,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=5,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=5,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=6,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=6,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=7,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=7,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=8,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=8,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=9,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=9,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=10,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=10,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=11,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=11,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=12,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=12,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=13,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=13,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=14,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=14,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=15,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=15,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=16,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=16,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=17,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=17,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=18,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=18,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=19,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=19,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=20,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=20,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=21,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=21,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=22,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=22,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=23,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=23,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=24,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=24,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=0,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=0,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=1,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=1,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=2,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=2,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=3,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=3,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=4,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=4,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=5,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=5,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=6,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=6,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=7,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=7,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=8,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=8,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=9,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=9,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=10,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=10,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=11,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=11,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=12,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=12,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=13,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=13,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=14,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=14,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=15,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=15,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=16,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=16,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=17,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=17,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=18,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=18,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=19,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=19,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=20,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=20,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=21,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=21,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=22,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=22,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=23,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=23,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=24,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=24,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=0,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=0,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=1,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=1,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=2,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=2,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=3,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=3,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=4,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=4,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=5,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=5,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=6,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=6,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=7,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=7,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=8,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=8,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=9,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=9,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=10,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=10,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=11,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=11,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=12,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=12,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=13,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=13,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=14,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=14,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=15,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=15,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=16,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=16,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=17,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=17,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=18,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=18,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=19,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=19,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=20,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=20,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=21,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=21,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=22,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=22,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=23,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=23,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=24,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=24,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=0,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=0,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=1,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=1,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=2,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=2,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=3,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=3,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=4,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=4,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=5,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=5,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=6,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=6,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=7,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=7,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=8,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=8,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=9,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=9,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=10,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=10,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=11,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=11,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=12,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=12,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=13,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=13,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=14,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=14,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=15,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=15,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=16,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=16,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=17,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=17,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=18,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=18,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=19,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=19,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=20,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=20,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=21,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=21,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=22,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=22,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=23,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=23,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=24,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=24,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=0,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=0,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=1,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=1,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=2,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=2,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=3,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=3,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=4,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=4,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=5,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=5,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=6,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=6,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=7,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=7,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=8,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=8,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=9,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=9,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=10,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=10,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=11,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=11,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=12,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=12,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=13,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=13,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=14,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=14,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=15,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=15,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=16,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=16,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=17,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=17,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=18,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=18,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=19,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=19,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=20,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=20,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=21,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=21,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=22,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=22,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=23,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=23,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=24,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=24,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=0,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=0,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=1,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=1,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=2,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=2,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=3,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=3,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=4,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=4,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=5,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=5,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=6,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=6,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=7,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=7,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=8,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=8,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=9,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=9,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=10,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=10,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=11,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=11,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=12,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=12,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=13,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=13,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=14,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=14,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=15,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=15,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=16,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=16,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=17,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=17,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=18,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=18,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=19,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=19,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=20,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=20,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=21,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=21,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=22,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=22,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=23,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=23,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=24,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=24,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=0,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=0,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=1,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=1,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=2,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=2,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=3,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=3,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=4,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=4,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=5,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=5,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=6,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=6,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=7,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=7,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=8,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=8,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=9,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=9,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=10,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=10,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=11,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=11,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=12,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=12,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=13,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=13,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=14,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=14,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=15,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=15,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=16,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=16,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=17,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=17,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=18,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=18,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=19,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=19,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=20,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=20,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=21,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=21,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=22,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=22,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=23,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=23,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=24,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=24,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=0,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=0,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=1,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=1,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=2,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=2,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=3,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=3,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=4,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=4,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=5,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=5,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=6,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=6,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=7,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=7,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=8,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=8,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=9,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=9,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=10,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=10,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=11,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=11,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=12,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=12,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=13,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=13,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=14,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=14,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=15,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=15,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=16,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=16,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=17,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=17,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=18,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=18,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=19,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=19,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=20,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=20,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=21,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=21,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=22,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=22,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=23,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=23,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=24,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=24,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=0,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=0,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=1,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=1,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=2,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=2,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=3,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=3,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=4,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=4,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=5,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=5,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=6,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=6,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=7,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=7,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=8,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=8,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=9,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=9,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=10,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=10,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=11,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=11,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=12,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=12,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=13,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=13,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=14,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=14,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=15,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=15,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=16,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=16,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=17,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=17,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=18,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=18,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=19,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=19,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=20,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=20,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=21,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=21,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=22,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=22,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=23,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=23,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=24,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=24,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=0,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=0,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=1,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=1,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=2,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=2,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=3,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=3,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=4,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=4,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=5,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=5,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=6,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=6,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=7,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=7,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=8,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=8,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=9,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=9,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=10,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=10,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=11,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=11,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=12,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=12,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=13,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=13,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=14,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=14,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=15,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=15,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=16,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=16,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=17,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=17,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=18,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=18,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=19,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=19,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=20,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=20,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=21,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=21,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=22,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=22,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=23,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=23,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=24,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=24,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=0,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=0,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=1,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=1,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=2,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=2,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=3,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=3,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=4,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=4,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=5,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=5,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=6,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=6,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=7,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=7,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=8,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=8,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=9,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=9,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=10,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=10,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=11,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=11,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=12,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=12,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=13,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=13,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=14,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=14,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=15,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=15,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=16,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=16,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=17,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=17,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=18,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=18,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=19,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=19,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=20,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=20,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=21,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=21,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=22,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=22,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=23,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=23,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=24,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=24,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=0,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=0,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=1,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=1,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=2,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=2,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=3,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=3,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=4,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=4,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=5,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=5,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=6,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=6,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=7,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=7,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=8,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=8,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=9,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=9,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=10,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=10,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=11,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=11,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=12,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=12,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=13,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=13,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=14,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=14,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=15,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=15,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=16,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=16,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=17,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=17,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=18,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=18,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=19,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=19,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=20,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=20,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=21,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=21,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=22,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=22,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=23,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=23,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=24,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=24,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=0,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=0,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=1,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=1,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=2,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=2,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=3,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=3,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=4,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=4,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=5,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=5,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=6,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=6,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=7,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=7,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=8,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=8,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=9,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=9,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=10,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=10,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=11,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=11,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=12,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=12,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=13,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=13,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=14,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=14,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=15,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=15,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=16,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=16,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=17,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=17,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=18,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=18,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=19,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=19,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=20,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=20,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=21,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=21,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=22,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=22,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=23,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=23,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=24,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=24,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=0,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=0,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=1,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=1,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=2,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=2,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=3,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=3,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=4,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=4,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=5,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=5,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=6,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=6,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=7,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=7,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=8,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=8,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=9,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=9,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=10,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=10,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=11,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=11,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=12,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=12,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=13,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=13,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=14,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=14,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=15,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=15,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=16,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=16,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=17,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=17,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=18,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=18,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=19,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=19,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=20,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=20,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=21,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=21,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=22,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=22,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=23,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=23,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=24,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=24,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=0,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=0,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=1,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=1,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=2,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=2,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=3,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=3,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=4,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=4,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=5,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=5,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=6,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=6,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=7,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=7,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=8,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=8,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=9,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=9,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=10,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=10,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=11,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=11,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=12,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=12,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=13,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=13,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=14,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=14,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=15,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=15,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=16,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=16,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=17,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=17,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=18,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=18,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=19,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=19,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=20,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=20,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=21,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=21,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=22,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=22,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=23,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=23,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=24,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=24,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:powered_rail 78 67 47 211 62 53 37 211 39 33 23 211 31 26 18 211 +minecraft:powered_rail[powered=true,shape=north_south,waterlogged=false] 78 67 47 211 62 53 37 211 39 33 23 211 31 26 18 211 +minecraft:powered_rail[powered=true,shape=east_west,waterlogged=true] 78 67 47 211 62 53 37 211 39 33 23 211 31 26 18 211 +minecraft:powered_rail[powered=true,shape=east_west,waterlogged=false] 78 67 47 211 62 53 37 211 39 33 23 211 31 26 18 211 +minecraft:powered_rail[powered=true,shape=ascending_east,waterlogged=true] 78 67 47 211 62 53 37 211 39 33 23 211 31 26 18 211 +minecraft:powered_rail[powered=true,shape=ascending_east,waterlogged=false] 78 67 47 211 62 53 37 211 39 33 23 211 31 26 18 211 +minecraft:powered_rail[powered=true,shape=ascending_west,waterlogged=true] 78 67 47 211 62 53 37 211 39 33 23 211 31 26 18 211 +minecraft:powered_rail[powered=true,shape=ascending_west,waterlogged=false] 78 67 47 211 62 53 37 211 39 33 23 211 31 26 18 211 +minecraft:powered_rail[powered=true,shape=ascending_north,waterlogged=true] 78 67 47 211 62 53 37 211 39 33 23 211 31 26 18 211 +minecraft:powered_rail[powered=true,shape=ascending_north,waterlogged=false] 78 67 47 211 62 53 37 211 39 33 23 211 31 26 18 211 +minecraft:powered_rail[powered=true,shape=ascending_south,waterlogged=true] 78 67 47 211 62 53 37 211 39 33 23 211 31 26 18 211 +minecraft:powered_rail[powered=true,shape=ascending_south,waterlogged=false] 78 67 47 211 62 53 37 211 39 33 23 211 31 26 18 211 +minecraft:powered_rail[powered=false,shape=north_south,waterlogged=true] 75 67 46 211 60 53 36 211 37 33 23 211 30 26 18 211 +minecraft:powered_rail[powered=false,shape=north_south,waterlogged=false] 75 67 46 211 60 53 36 211 37 33 23 211 30 26 18 211 +minecraft:powered_rail[powered=false,shape=east_west,waterlogged=true] 75 67 46 211 60 53 36 211 37 33 23 211 30 26 18 211 +minecraft:powered_rail[powered=false,shape=east_west,waterlogged=false] 75 67 46 211 60 53 36 211 37 33 23 211 30 26 18 211 +minecraft:powered_rail[powered=false,shape=ascending_east,waterlogged=true] 75 67 46 211 60 53 36 211 37 33 23 211 30 26 18 211 +minecraft:powered_rail[powered=false,shape=ascending_east,waterlogged=false] 75 67 46 211 60 53 36 211 37 33 23 211 30 26 18 211 +minecraft:powered_rail[powered=false,shape=ascending_west,waterlogged=true] 75 67 46 211 60 53 36 211 37 33 23 211 30 26 18 211 +minecraft:powered_rail[powered=false,shape=ascending_west,waterlogged=false] 75 67 46 211 60 53 36 211 37 33 23 211 30 26 18 211 +minecraft:powered_rail[powered=false,shape=ascending_north,waterlogged=true] 75 67 46 211 60 53 36 211 37 33 23 211 30 26 18 211 +minecraft:powered_rail[powered=false,shape=ascending_north,waterlogged=false] 75 67 46 211 60 53 36 211 37 33 23 211 30 26 18 211 +minecraft:powered_rail[powered=false,shape=ascending_south,waterlogged=true] 75 67 46 211 60 53 36 211 37 33 23 211 30 26 18 211 +minecraft:powered_rail[powered=false,shape=ascending_south,waterlogged=false] 75 67 46 211 60 53 36 211 37 33 23 211 30 26 18 211 +minecraft:detector_rail 76 76 62 232 60 60 49 232 38 38 31 232 30 30 24 232 +minecraft:detector_rail[powered=true,shape=north_south,waterlogged=false] 76 76 62 232 60 60 49 232 38 38 31 232 30 30 24 232 +minecraft:detector_rail[powered=true,shape=east_west,waterlogged=true] 76 76 62 232 60 60 49 232 38 38 31 232 30 30 24 232 +minecraft:detector_rail[powered=true,shape=east_west,waterlogged=false] 76 76 62 232 60 60 49 232 38 38 31 232 30 30 24 232 +minecraft:detector_rail[powered=true,shape=ascending_east,waterlogged=true] 76 76 62 232 60 60 49 232 38 38 31 232 30 30 24 232 +minecraft:detector_rail[powered=true,shape=ascending_east,waterlogged=false] 76 76 62 232 60 60 49 232 38 38 31 232 30 30 24 232 +minecraft:detector_rail[powered=true,shape=ascending_west,waterlogged=true] 76 76 62 232 60 60 49 232 38 38 31 232 30 30 24 232 +minecraft:detector_rail[powered=true,shape=ascending_west,waterlogged=false] 76 76 62 232 60 60 49 232 38 38 31 232 30 30 24 232 +minecraft:detector_rail[powered=true,shape=ascending_north,waterlogged=true] 76 76 62 232 60 60 49 232 38 38 31 232 30 30 24 232 +minecraft:detector_rail[powered=true,shape=ascending_north,waterlogged=false] 76 76 62 232 60 60 49 232 38 38 31 232 30 30 24 232 +minecraft:detector_rail[powered=true,shape=ascending_south,waterlogged=true] 76 76 62 232 60 60 49 232 38 38 31 232 30 30 24 232 +minecraft:detector_rail[powered=true,shape=ascending_south,waterlogged=false] 76 76 62 232 60 60 49 232 38 38 31 232 30 30 24 232 +minecraft:detector_rail[powered=false,shape=north_south,waterlogged=true] 76 76 62 232 60 60 49 232 38 38 31 232 30 30 24 232 +minecraft:detector_rail[powered=false,shape=north_south,waterlogged=false] 76 76 62 232 60 60 49 232 38 38 31 232 30 30 24 232 +minecraft:detector_rail[powered=false,shape=east_west,waterlogged=true] 76 76 62 232 60 60 49 232 38 38 31 232 30 30 24 232 +minecraft:detector_rail[powered=false,shape=east_west,waterlogged=false] 76 76 62 232 60 60 49 232 38 38 31 232 30 30 24 232 +minecraft:detector_rail[powered=false,shape=ascending_east,waterlogged=true] 76 76 62 232 60 60 49 232 38 38 31 232 30 30 24 232 +minecraft:detector_rail[powered=false,shape=ascending_east,waterlogged=false] 76 76 62 232 60 60 49 232 38 38 31 232 30 30 24 232 +minecraft:detector_rail[powered=false,shape=ascending_west,waterlogged=true] 76 76 62 232 60 60 49 232 38 38 31 232 30 30 24 232 +minecraft:detector_rail[powered=false,shape=ascending_west,waterlogged=false] 76 76 62 232 60 60 49 232 38 38 31 232 30 30 24 232 +minecraft:detector_rail[powered=false,shape=ascending_north,waterlogged=true] 76 76 62 232 60 60 49 232 38 38 31 232 30 30 24 232 +minecraft:detector_rail[powered=false,shape=ascending_north,waterlogged=false] 76 76 62 232 60 60 49 232 38 38 31 232 30 30 24 232 +minecraft:detector_rail[powered=false,shape=ascending_south,waterlogged=true] 76 76 62 232 60 60 49 232 38 38 31 232 30 30 24 232 +minecraft:detector_rail[powered=false,shape=ascending_south,waterlogged=false] 76 76 62 232 60 60 49 232 38 38 31 232 30 30 24 232 +minecraft:sticky_piston 68 70 58 15 54 56 46 15 34 35 29 15 27 28 23 15 +minecraft:sticky_piston[extended=true,facing=east] 68 70 58 15 54 56 46 15 34 35 29 15 27 28 23 15 +minecraft:sticky_piston[extended=true,facing=south] 68 70 58 15 54 56 46 15 34 35 29 15 27 28 23 15 +minecraft:sticky_piston[extended=true,facing=west] 68 70 58 15 54 56 46 15 34 35 29 15 27 28 23 15 +minecraft:sticky_piston[extended=true,facing=up] 68 70 58 15 54 56 46 15 34 35 29 15 27 28 23 15 +minecraft:sticky_piston[extended=true,facing=down] 68 70 58 15 54 56 46 15 34 35 29 15 27 28 23 15 +minecraft:sticky_piston[extended=false,facing=north] 68 70 58 15 54 56 46 15 34 35 29 15 27 28 23 15 +minecraft:sticky_piston[extended=false,facing=east] 68 70 58 15 54 56 46 15 34 35 29 15 27 28 23 15 +minecraft:sticky_piston[extended=false,facing=south] 68 70 58 15 54 56 46 15 34 35 29 15 27 28 23 15 +minecraft:sticky_piston[extended=false,facing=west] 68 70 58 15 54 56 46 15 34 35 29 15 27 28 23 15 +minecraft:sticky_piston[extended=false,facing=up] 68 70 58 15 54 56 46 15 34 35 29 15 27 28 23 15 +minecraft:sticky_piston[extended=false,facing=down] 68 70 58 15 54 56 46 15 34 35 29 15 27 28 23 15 +minecraft:cobweb 191 193 197 76 152 154 157 76 95 96 98 76 76 77 78 76 +minecraft:grass 64 91 46 72 51 72 36 72 32 45 23 72 25 36 18 72 +minecraft:fern 43 61 30 126 34 48 24 126 21 30 15 126 17 24 12 126 +minecraft:dead_bush 65 61 43 121 52 48 34 121 32 30 21 121 26 24 17 121 +minecraft:seagrass 20 32 10 16 16 25 8 16 10 16 5 16 8 12 4 16 +minecraft:tall_seagrass 22 34 10 62 17 27 8 62 11 17 5 62 8 13 4 62 +minecraft:tall_seagrass[half=lower] 21 33 10 99 16 26 8 99 10 16 5 99 8 13 4 99 +minecraft:piston 68 70 58 15 54 56 46 15 34 35 29 15 27 28 23 15 +minecraft:piston[extended=true,facing=east] 68 70 58 15 54 56 46 15 34 35 29 15 27 28 23 15 +minecraft:piston[extended=true,facing=south] 68 70 58 15 54 56 46 15 34 35 29 15 27 28 23 15 +minecraft:piston[extended=true,facing=west] 68 70 58 15 54 56 46 15 34 35 29 15 27 28 23 15 +minecraft:piston[extended=true,facing=up] 68 70 58 15 54 56 46 15 34 35 29 15 27 28 23 15 +minecraft:piston[extended=true,facing=down] 68 70 58 15 54 56 46 15 34 35 29 15 27 28 23 15 +minecraft:piston[extended=false,facing=north] 68 70 58 15 54 56 46 15 34 35 29 15 27 28 23 15 +minecraft:piston[extended=false,facing=east] 68 70 58 15 54 56 46 15 34 35 29 15 27 28 23 15 +minecraft:piston[extended=false,facing=south] 68 70 58 15 54 56 46 15 34 35 29 15 27 28 23 15 +minecraft:piston[extended=false,facing=west] 68 70 58 15 54 56 46 15 34 35 29 15 27 28 23 15 +minecraft:piston[extended=false,facing=up] 68 70 58 15 54 56 46 15 34 35 29 15 27 28 23 15 +minecraft:piston[extended=false,facing=down] 68 70 58 15 54 56 46 15 34 35 29 15 27 28 23 15 +minecraft:piston_head 63 62 48 47 50 49 38 47 31 31 24 47 25 24 19 47 +minecraft:piston_head[facing=north,short=true,type=sticky] 63 62 48 47 50 49 38 47 31 31 24 47 25 24 19 47 +minecraft:piston_head[facing=north,short=false,type=normal] 63 62 48 47 50 49 38 47 31 31 24 47 25 24 19 47 +minecraft:piston_head[facing=north,short=false,type=sticky] 63 62 48 47 50 49 38 47 31 31 24 47 25 24 19 47 +minecraft:piston_head[facing=east,short=true,type=normal] 63 62 48 47 50 49 38 47 31 31 24 47 25 24 19 47 +minecraft:piston_head[facing=east,short=true,type=sticky] 63 62 48 47 50 49 38 47 31 31 24 47 25 24 19 47 +minecraft:piston_head[facing=east,short=false,type=normal] 63 62 48 47 50 49 38 47 31 31 24 47 25 24 19 47 +minecraft:piston_head[facing=east,short=false,type=sticky] 63 62 48 47 50 49 38 47 31 31 24 47 25 24 19 47 +minecraft:piston_head[facing=south,short=true,type=normal] 63 62 48 47 50 49 38 47 31 31 24 47 25 24 19 47 +minecraft:piston_head[facing=south,short=true,type=sticky] 63 62 48 47 50 49 38 47 31 31 24 47 25 24 19 47 +minecraft:piston_head[facing=south,short=false,type=normal] 63 62 48 47 50 49 38 47 31 31 24 47 25 24 19 47 +minecraft:piston_head[facing=south,short=false,type=sticky] 63 62 48 47 50 49 38 47 31 31 24 47 25 24 19 47 +minecraft:piston_head[facing=west,short=true,type=normal] 63 62 48 47 50 49 38 47 31 31 24 47 25 24 19 47 +minecraft:piston_head[facing=west,short=true,type=sticky] 63 62 48 47 50 49 38 47 31 31 24 47 25 24 19 47 +minecraft:piston_head[facing=west,short=false,type=normal] 63 62 48 47 50 49 38 47 31 31 24 47 25 24 19 47 +minecraft:piston_head[facing=west,short=false,type=sticky] 63 62 48 47 50 49 38 47 31 31 24 47 25 24 19 47 +minecraft:piston_head[facing=up,short=true,type=normal] 63 62 48 47 50 49 38 47 31 31 24 47 25 24 19 47 +minecraft:piston_head[facing=up,short=true,type=sticky] 63 62 48 47 50 49 38 47 31 31 24 47 25 24 19 47 +minecraft:piston_head[facing=up,short=false,type=normal] 63 62 48 47 50 49 38 47 31 31 24 47 25 24 19 47 +minecraft:piston_head[facing=up,short=false,type=sticky] 63 62 48 47 50 49 38 47 31 31 24 47 25 24 19 47 +minecraft:piston_head[facing=down,short=true,type=normal] 63 62 48 47 50 49 38 47 31 31 24 47 25 24 19 47 +minecraft:piston_head[facing=down,short=true,type=sticky] 63 62 48 47 50 49 38 47 31 31 24 47 25 24 19 47 +minecraft:piston_head[facing=down,short=false,type=normal] 63 62 48 47 50 49 38 47 31 31 24 47 25 24 19 47 +minecraft:piston_head[facing=down,short=false,type=sticky] 63 62 48 47 50 49 38 47 31 31 24 47 25 24 19 47 +minecraft:white_wool 186 181 172 255 148 144 137 255 93 90 86 255 74 72 68 255 +minecraft:orange_wool 183 98 80 255 146 78 64 255 91 49 40 255 73 39 32 255 +minecraft:magenta_wool 129 78 131 255 103 62 104 255 64 39 65 255 51 31 52 255 +minecraft:light_blue_wool 104 113 140 255 83 90 112 255 52 56 70 255 41 45 56 255 +minecraft:yellow_wool 173 136 76 255 138 108 60 255 86 68 38 255 69 54 30 255 +minecraft:lime_wool 82 134 64 255 65 107 51 255 41 67 32 255 32 53 25 255 +minecraft:pink_wool 174 133 133 255 139 106 106 255 87 66 66 255 69 53 53 255 +minecraft:gray_wool 38 36 34 255 30 28 27 255 19 18 17 255 15 14 13 255 +minecraft:light_gray_wool 83 84 76 255 66 67 60 255 41 42 38 255 33 33 30 255 +minecraft:cyan_wool 38 60 60 255 30 48 48 255 19 30 30 255 15 24 24 255 +minecraft:purple_wool 66 46 84 255 52 36 67 255 33 23 42 255 26 18 33 255 +minecraft:blue_wool 42 49 75 255 33 39 60 255 21 24 37 255 16 19 30 255 +minecraft:brown_wool 52 36 30 255 41 28 24 255 26 18 15 255 20 14 12 255 +minecraft:green_wool 40 59 29 255 32 47 23 255 20 29 14 255 16 23 11 255 +minecraft:red_wool 90 42 42 255 72 33 33 255 45 21 21 255 36 16 16 255 +minecraft:black_wool 21 19 17 255 16 15 13 255 10 9 8 255 8 7 6 255 +minecraft:dandelion 92 87 49 19 73 69 39 19 46 43 24 19 36 34 19 19 +minecraft:poppy 70 43 39 22 56 34 31 22 35 21 19 22 28 17 15 22 +minecraft:blue_orchid 61 79 87 63 48 63 69 63 30 39 43 63 24 31 34 63 +minecraft:allium 97 88 97 72 77 70 77 72 48 44 48 72 38 35 38 72 +minecraft:azure_bluet 137 142 122 43 109 113 97 43 68 71 61 43 54 56 48 43 +minecraft:red_tulip 67 49 37 84 53 39 29 84 33 24 18 84 26 19 14 84 +minecraft:orange_tulip 80 66 40 84 64 52 32 84 40 33 20 84 32 26 16 84 +minecraft:white_tulip 108 110 87 84 86 88 69 84 54 55 43 84 43 44 34 84 +minecraft:pink_tulip 99 85 72 84 79 68 57 84 49 42 36 84 39 34 28 84 +minecraft:oxeye_daisy 164 164 149 56 131 131 119 56 82 82 74 56 65 65 59 56 +minecraft:cornflower 43 52 73 60 34 41 58 60 21 26 36 60 17 20 29 60 +minecraft:wither_rose 32 36 29 18 25 28 23 18 16 18 14 18 12 14 11 18 +minecraft:lily_of_the_valley 82 97 83 45 65 77 66 45 41 48 41 45 32 38 33 45 +minecraft:brown_mushroom 74 67 55 43 59 53 44 43 37 33 27 43 29 26 22 43 +minecraft:red_mushroom 69 70 71 35 55 56 56 35 34 35 35 35 27 28 28 35 +minecraft:gold_block 154 134 94 255 123 107 75 255 77 67 47 255 61 53 37 255 +minecraft:iron_block 80 86 73 255 64 68 58 255 40 43 36 255 32 34 29 255 +minecraft:bricks 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:tnt 68 46 43 255 54 36 34 255 34 23 21 255 27 18 17 255 +minecraft:tnt[unstable=false] 68 46 43 255 54 36 34 255 34 23 21 255 27 18 17 255 +minecraft:bookshelf 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:mossy_cobblestone 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:obsidian 38 37 40 255 30 29 32 255 19 18 20 255 15 14 16 255 +minecraft:torch 70 71 62 75 56 56 49 75 35 35 31 75 28 28 24 75 +minecraft:wall_torch 70 71 62 75 56 56 49 75 35 35 31 75 28 28 24 75 +minecraft:wall_torch[facing=south] 70 71 62 75 56 56 49 75 35 35 31 75 28 28 24 75 +minecraft:wall_torch[facing=west] 70 71 62 75 56 56 49 75 35 35 31 75 28 28 24 75 +minecraft:wall_torch[facing=east] 70 71 62 75 56 56 49 75 35 35 31 75 28 28 24 75 +minecraft:fire 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=true,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=true,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=true,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=true,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=true,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=true,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=true,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=true,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=true,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=true,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=true,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=true,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=true,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=true,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=true,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=false,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=false,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=false,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=false,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=false,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=false,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=false,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=false,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=false,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=false,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=false,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=false,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=false,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=false,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=true,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=true,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=true,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=true,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=true,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=true,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=true,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=true,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=true,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=true,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=true,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=true,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=true,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=true,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=true,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=true,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=false,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=false,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=false,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=false,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=false,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=false,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=false,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=false,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=false,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=false,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=false,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=false,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=false,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=false,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=false,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=false,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=true,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=true,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=true,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=true,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=true,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=true,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=true,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=true,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=true,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=true,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=true,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=true,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=true,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=true,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=true,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=true,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=false,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=false,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=false,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=false,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=false,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=false,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=false,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=false,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=false,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=false,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=false,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=false,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=false,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=false,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=false,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=false,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=true,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=true,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=true,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=true,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=true,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=true,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=true,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=true,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=true,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=true,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=true,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=true,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=true,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=true,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=true,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=true,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=false,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=false,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=false,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=false,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=false,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=false,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=false,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=false,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=false,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=false,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=false,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=false,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=false,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=false,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=false,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=false,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=true,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=true,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=true,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=true,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=true,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=true,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=true,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=true,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=true,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=true,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=true,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=true,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=true,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=true,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=true,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=true,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=false,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=false,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=false,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=false,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=false,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=false,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=false,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=false,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=false,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=false,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=false,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=false,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=false,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=false,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=false,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=false,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=true,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=true,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=true,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=true,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=true,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=true,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=true,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=true,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=true,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=true,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=true,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=true,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=true,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=true,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=true,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=true,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=false,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=false,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=false,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=false,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=false,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=false,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=false,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=false,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=false,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=false,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=false,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=false,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=false,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=false,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=false,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=false,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=true,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=true,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=true,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=true,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=true,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=true,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=true,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=true,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=true,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=true,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=true,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=true,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=true,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=true,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=true,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=true,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=false,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=false,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=false,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=false,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=false,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=false,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=false,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=false,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=false,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=false,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=false,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=false,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=false,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=false,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=false,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=false,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=true,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=true,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=true,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=true,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=true,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=true,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=true,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=true,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=true,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=true,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=true,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=true,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=true,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=true,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=true,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=true,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=false,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=false,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=false,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=false,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=false,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=false,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=false,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=false,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=false,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=false,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=false,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=false,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=false,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=false,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=false,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=false,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=true,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=true,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=true,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=true,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=true,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=true,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=true,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=true,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=true,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=true,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=true,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=true,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=true,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=true,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=true,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=true,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=false,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=false,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=false,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=false,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=false,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=false,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=false,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=false,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=false,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=false,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=false,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=false,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=false,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=false,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=false,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=false,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=true,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=true,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=true,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=true,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=true,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=true,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=true,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=true,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=true,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=true,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=true,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=true,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=true,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=true,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=true,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=true,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=false,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=false,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=false,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=false,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=false,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=false,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=false,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=false,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=false,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=false,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=false,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=false,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=false,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=false,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=false,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=false,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=true,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=true,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=true,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=true,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=true,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=true,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=true,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=true,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=true,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=true,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=true,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=true,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=true,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=true,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=true,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=true,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=false,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=false,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=false,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=false,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=false,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=false,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=false,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=false,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=false,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=false,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=false,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=false,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=false,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=false,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=false,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=false,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=true,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=true,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=true,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=true,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=true,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=true,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=true,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=true,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=true,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=true,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=true,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=true,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=true,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=true,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=true,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=true,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=false,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=false,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=false,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=false,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=false,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=false,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=false,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=false,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=false,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=false,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=false,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=false,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=false,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=false,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=false,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=false,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=true,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=true,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=true,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=true,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=true,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=true,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=true,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=true,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=true,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=true,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=true,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=true,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=true,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=true,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=true,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=true,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=false,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=false,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=false,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=false,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=false,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=false,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=false,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=false,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=false,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=false,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=false,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=false,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=false,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=false,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=false,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=false,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=true,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=true,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=true,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=true,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=true,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=true,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=true,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=true,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=true,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=true,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=true,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=true,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=true,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=true,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=true,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=true,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=false,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=false,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=false,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=false,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=false,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=false,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=false,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=false,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=false,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=false,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=false,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=false,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=false,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=false,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=false,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=false,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=true,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=true,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=true,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=true,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=true,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=true,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=true,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=true,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=true,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=true,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=true,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=true,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=true,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=true,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=true,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=true,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=false,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=false,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=false,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=false,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=false,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=false,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=false,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=false,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=false,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=false,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=false,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=false,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=false,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=false,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=false,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=false,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=true,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=true,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=true,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=true,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=true,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=true,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=true,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=true,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=true,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=true,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=true,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=true,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=true,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=true,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=true,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=true,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=false,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=false,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=false,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=false,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=false,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=false,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=false,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=false,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=false,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=false,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=false,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=false,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=false,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=false,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=false,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=false,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:soul_fire 126 244 255 167 100 195 204 167 63 122 127 167 50 97 102 167 +minecraft:spawner 48 47 41 204 38 37 32 204 24 23 20 204 19 18 16 204 +minecraft:oak_stairs 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=north,half=top,shape=straight,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=south,half=top,shape=straight,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=south,half=top,shape=straight,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=west,half=top,shape=straight,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=west,half=top,shape=straight,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=east,half=top,shape=straight,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=east,half=top,shape=straight,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:chest 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:chest[facing=north,type=single,waterlogged=false] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:chest[facing=north,type=left,waterlogged=true] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:chest[facing=north,type=left,waterlogged=false] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:chest[facing=north,type=right,waterlogged=true] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:chest[facing=north,type=right,waterlogged=false] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:chest[facing=south,type=single,waterlogged=true] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:chest[facing=south,type=single,waterlogged=false] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:chest[facing=south,type=left,waterlogged=true] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:chest[facing=south,type=left,waterlogged=false] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:chest[facing=south,type=right,waterlogged=true] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:chest[facing=south,type=right,waterlogged=false] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:chest[facing=west,type=single,waterlogged=true] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:chest[facing=west,type=single,waterlogged=false] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:chest[facing=west,type=left,waterlogged=true] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:chest[facing=west,type=left,waterlogged=false] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:chest[facing=west,type=right,waterlogged=true] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:chest[facing=west,type=right,waterlogged=false] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:chest[facing=east,type=single,waterlogged=true] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:chest[facing=east,type=single,waterlogged=false] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:chest[facing=east,type=left,waterlogged=true] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:chest[facing=east,type=left,waterlogged=false] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:chest[facing=east,type=right,waterlogged=true] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:chest[facing=east,type=right,waterlogged=false] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:redstone_wire 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:diamond_ore 92 113 111 255 73 90 88 255 46 56 55 255 36 45 44 255 +minecraft:deepslate_diamond_ore 83 106 106 255 66 84 84 255 41 53 53 255 33 42 42 255 +minecraft:diamond_block 109 130 131 255 87 104 104 255 54 65 65 255 43 52 52 255 +minecraft:crafting_table 129 128 113 255 103 102 90 255 64 64 56 255 51 51 45 255 +minecraft:wheat 8 127 15 6 6 101 12 6 4 63 7 6 3 50 6 6 +minecraft:wheat[age=1] 5 127 7 15 4 101 5 15 2 63 3 15 2 50 2 15 +minecraft:wheat[age=2] 6 133 12 32 4 106 9 32 3 66 6 32 2 53 4 32 +minecraft:wheat[age=3] 10 130 13 57 8 104 10 57 5 65 6 57 4 52 5 57 +minecraft:wheat[age=4] 37 132 18 78 29 105 14 78 18 66 9 78 14 52 7 78 +minecraft:wheat[age=5] 63 129 18 103 50 103 14 103 31 64 9 103 25 51 7 103 +minecraft:wheat[age=6] 141 133 37 125 112 106 29 125 70 66 18 125 56 53 14 125 +minecraft:wheat[age=7] 166 151 73 138 132 120 58 138 83 75 36 138 66 60 29 138 +minecraft:farmland 75 68 49 255 60 54 39 255 37 34 24 255 30 27 19 255 +minecraft:farmland[moisture=1] 59 55 38 255 47 44 30 255 29 27 19 255 23 22 15 255 +minecraft:farmland[moisture=2] 59 55 38 255 47 44 30 255 29 27 19 255 23 22 15 255 +minecraft:farmland[moisture=3] 59 55 38 255 47 44 30 255 29 27 19 255 23 22 15 255 +minecraft:farmland[moisture=4] 59 55 38 255 47 44 30 255 29 27 19 255 23 22 15 255 +minecraft:farmland[moisture=5] 59 55 38 255 47 44 30 255 29 27 19 255 23 22 15 255 +minecraft:farmland[moisture=6] 59 55 38 255 47 44 30 255 29 27 19 255 23 22 15 255 +minecraft:farmland[moisture=7] 59 55 38 255 47 44 30 255 29 27 19 255 23 22 15 255 +minecraft:furnace 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:furnace[facing=north,lit=false] 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:furnace[facing=south,lit=true] 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:furnace[facing=south,lit=false] 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:furnace[facing=west,lit=true] 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:furnace[facing=west,lit=false] 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:furnace[facing=east,lit=true] 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:furnace[facing=east,lit=false] 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:oak_sign 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=0,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=1,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=1,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=2,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=2,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=3,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=3,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=4,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=4,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=5,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=5,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=6,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=6,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=7,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=7,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=8,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=8,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=9,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=9,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=10,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=10,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=11,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=11,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=12,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=12,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=13,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=13,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=14,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=14,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=15,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=15,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:spruce_sign 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=0,waterlogged=false] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=1,waterlogged=true] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=1,waterlogged=false] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=2,waterlogged=true] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=2,waterlogged=false] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=3,waterlogged=true] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=3,waterlogged=false] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=4,waterlogged=true] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=4,waterlogged=false] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=5,waterlogged=true] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=5,waterlogged=false] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=6,waterlogged=true] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=6,waterlogged=false] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=7,waterlogged=true] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=7,waterlogged=false] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=8,waterlogged=true] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=8,waterlogged=false] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=9,waterlogged=true] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=9,waterlogged=false] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=10,waterlogged=true] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=10,waterlogged=false] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=11,waterlogged=true] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=11,waterlogged=false] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=12,waterlogged=true] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=12,waterlogged=false] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=13,waterlogged=true] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=13,waterlogged=false] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=14,waterlogged=true] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=14,waterlogged=false] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=15,waterlogged=true] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=15,waterlogged=false] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:birch_sign 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=0,waterlogged=false] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=1,waterlogged=true] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=1,waterlogged=false] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=2,waterlogged=true] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=2,waterlogged=false] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=3,waterlogged=true] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=3,waterlogged=false] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=4,waterlogged=true] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=4,waterlogged=false] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=5,waterlogged=true] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=5,waterlogged=false] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=6,waterlogged=true] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=6,waterlogged=false] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=7,waterlogged=true] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=7,waterlogged=false] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=8,waterlogged=true] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=8,waterlogged=false] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=9,waterlogged=true] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=9,waterlogged=false] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=10,waterlogged=true] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=10,waterlogged=false] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=11,waterlogged=true] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=11,waterlogged=false] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=12,waterlogged=true] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=12,waterlogged=false] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=13,waterlogged=true] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=13,waterlogged=false] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=14,waterlogged=true] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=14,waterlogged=false] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=15,waterlogged=true] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=15,waterlogged=false] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:acacia_sign 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=0,waterlogged=false] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=1,waterlogged=true] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=1,waterlogged=false] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=2,waterlogged=true] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=2,waterlogged=false] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=3,waterlogged=true] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=3,waterlogged=false] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=4,waterlogged=true] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=4,waterlogged=false] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=5,waterlogged=true] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=5,waterlogged=false] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=6,waterlogged=true] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=6,waterlogged=false] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=7,waterlogged=true] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=7,waterlogged=false] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=8,waterlogged=true] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=8,waterlogged=false] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=9,waterlogged=true] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=9,waterlogged=false] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=10,waterlogged=true] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=10,waterlogged=false] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=11,waterlogged=true] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=11,waterlogged=false] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=12,waterlogged=true] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=12,waterlogged=false] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=13,waterlogged=true] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=13,waterlogged=false] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=14,waterlogged=true] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=14,waterlogged=false] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=15,waterlogged=true] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=15,waterlogged=false] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:jungle_sign 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=0,waterlogged=false] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=1,waterlogged=true] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=1,waterlogged=false] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=2,waterlogged=true] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=2,waterlogged=false] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=3,waterlogged=true] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=3,waterlogged=false] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=4,waterlogged=true] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=4,waterlogged=false] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=5,waterlogged=true] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=5,waterlogged=false] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=6,waterlogged=true] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=6,waterlogged=false] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=7,waterlogged=true] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=7,waterlogged=false] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=8,waterlogged=true] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=8,waterlogged=false] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=9,waterlogged=true] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=9,waterlogged=false] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=10,waterlogged=true] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=10,waterlogged=false] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=11,waterlogged=true] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=11,waterlogged=false] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=12,waterlogged=true] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=12,waterlogged=false] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=13,waterlogged=true] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=13,waterlogged=false] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=14,waterlogged=true] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=14,waterlogged=false] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=15,waterlogged=true] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=15,waterlogged=false] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:dark_oak_sign 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=0,waterlogged=false] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=1,waterlogged=true] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=1,waterlogged=false] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=2,waterlogged=true] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=2,waterlogged=false] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=3,waterlogged=true] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=3,waterlogged=false] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=4,waterlogged=true] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=4,waterlogged=false] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=5,waterlogged=true] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=5,waterlogged=false] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=6,waterlogged=true] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=6,waterlogged=false] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=7,waterlogged=true] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=7,waterlogged=false] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=8,waterlogged=true] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=8,waterlogged=false] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=9,waterlogged=true] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=9,waterlogged=false] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=10,waterlogged=true] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=10,waterlogged=false] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=11,waterlogged=true] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=11,waterlogged=false] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=12,waterlogged=true] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=12,waterlogged=false] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=13,waterlogged=true] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=13,waterlogged=false] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=14,waterlogged=true] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=14,waterlogged=false] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=15,waterlogged=true] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=15,waterlogged=false] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:oak_door 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=true,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=false,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=false,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=true,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=true,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=false,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=false,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=true,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=true,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=true,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=true,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=false,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=false,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=true,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=true,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=false,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=false,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=true,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=true,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=false,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=false,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=true,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=true,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=false,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=false,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=true,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=true,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=false,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=false,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=true,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=true,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=false,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=false,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=true,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=true,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=false,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=false,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=true,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=true,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=false,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=false,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=true,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=true,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=false,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=false,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=true,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=true,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=false,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=false,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=true,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=true,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=false,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=false,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=true,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=true,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=false,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=false,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=true,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=true,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=false,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=false,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:ladder 38 40 34 111 30 32 27 111 19 20 17 111 15 16 13 111 +minecraft:ladder[facing=north,waterlogged=false] 38 40 34 111 30 32 27 111 19 20 17 111 15 16 13 111 +minecraft:ladder[facing=south,waterlogged=true] 38 40 34 111 30 32 27 111 19 20 17 111 15 16 13 111 +minecraft:ladder[facing=south,waterlogged=false] 38 40 34 111 30 32 27 111 19 20 17 111 15 16 13 111 +minecraft:ladder[facing=west,waterlogged=true] 38 40 34 111 30 32 27 111 19 20 17 111 15 16 13 111 +minecraft:ladder[facing=west,waterlogged=false] 38 40 34 111 30 32 27 111 19 20 17 111 15 16 13 111 +minecraft:ladder[facing=east,waterlogged=true] 38 40 34 111 30 32 27 111 19 20 17 111 15 16 13 111 +minecraft:ladder[facing=east,waterlogged=false] 38 40 34 111 30 32 27 111 19 20 17 111 15 16 13 111 +minecraft:rail 62 63 50 208 49 50 40 208 31 31 25 208 24 25 20 208 +minecraft:rail[shape=north_south,waterlogged=false] 62 63 50 208 49 50 40 208 31 31 25 208 24 25 20 208 +minecraft:rail[shape=east_west,waterlogged=true] 62 63 50 208 49 50 40 208 31 31 25 208 24 25 20 208 +minecraft:rail[shape=east_west,waterlogged=false] 62 63 50 208 49 50 40 208 31 31 25 208 24 25 20 208 +minecraft:rail[shape=ascending_east,waterlogged=true] 62 63 50 208 49 50 40 208 31 31 25 208 24 25 20 208 +minecraft:rail[shape=ascending_east,waterlogged=false] 62 63 50 208 49 50 40 208 31 31 25 208 24 25 20 208 +minecraft:rail[shape=ascending_west,waterlogged=true] 62 63 50 208 49 50 40 208 31 31 25 208 24 25 20 208 +minecraft:rail[shape=ascending_west,waterlogged=false] 62 63 50 208 49 50 40 208 31 31 25 208 24 25 20 208 +minecraft:rail[shape=ascending_north,waterlogged=true] 62 63 50 208 49 50 40 208 31 31 25 208 24 25 20 208 +minecraft:rail[shape=ascending_north,waterlogged=false] 62 63 50 208 49 50 40 208 31 31 25 208 24 25 20 208 +minecraft:rail[shape=ascending_south,waterlogged=true] 62 63 50 208 49 50 40 208 31 31 25 208 24 25 20 208 +minecraft:rail[shape=ascending_south,waterlogged=false] 62 63 50 208 49 50 40 208 31 31 25 208 24 25 20 208 +minecraft:rail[shape=south_east,waterlogged=true] 64 67 54 99 51 53 43 99 32 33 27 99 25 26 21 99 +minecraft:rail[shape=south_east,waterlogged=false] 64 67 54 99 51 53 43 99 32 33 27 99 25 26 21 99 +minecraft:rail[shape=south_west,waterlogged=true] 64 67 54 99 51 53 43 99 32 33 27 99 25 26 21 99 +minecraft:rail[shape=south_west,waterlogged=false] 64 67 54 99 51 53 43 99 32 33 27 99 25 26 21 99 +minecraft:rail[shape=north_west,waterlogged=true] 64 67 54 99 51 53 43 99 32 33 27 99 25 26 21 99 +minecraft:rail[shape=north_west,waterlogged=false] 64 67 54 99 51 53 43 99 32 33 27 99 25 26 21 99 +minecraft:rail[shape=north_east,waterlogged=true] 64 67 54 99 51 53 43 99 32 33 27 99 25 26 21 99 +minecraft:rail[shape=north_east,waterlogged=false] 64 67 54 99 51 53 43 99 32 33 27 99 25 26 21 99 +minecraft:cobblestone_stairs 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:oak_wall_sign 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_wall_sign[facing=north,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_wall_sign[facing=south,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_wall_sign[facing=south,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_wall_sign[facing=west,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_wall_sign[facing=west,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_wall_sign[facing=east,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_wall_sign[facing=east,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:spruce_wall_sign 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_wall_sign[facing=north,waterlogged=false] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_wall_sign[facing=south,waterlogged=true] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_wall_sign[facing=south,waterlogged=false] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_wall_sign[facing=west,waterlogged=true] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_wall_sign[facing=west,waterlogged=false] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_wall_sign[facing=east,waterlogged=true] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_wall_sign[facing=east,waterlogged=false] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:birch_wall_sign 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_wall_sign[facing=north,waterlogged=false] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_wall_sign[facing=south,waterlogged=true] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_wall_sign[facing=south,waterlogged=false] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_wall_sign[facing=west,waterlogged=true] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_wall_sign[facing=west,waterlogged=false] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_wall_sign[facing=east,waterlogged=true] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_wall_sign[facing=east,waterlogged=false] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:acacia_wall_sign 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_wall_sign[facing=north,waterlogged=false] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_wall_sign[facing=south,waterlogged=true] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_wall_sign[facing=south,waterlogged=false] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_wall_sign[facing=west,waterlogged=true] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_wall_sign[facing=west,waterlogged=false] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_wall_sign[facing=east,waterlogged=true] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_wall_sign[facing=east,waterlogged=false] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:jungle_wall_sign 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_wall_sign[facing=north,waterlogged=false] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_wall_sign[facing=south,waterlogged=true] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_wall_sign[facing=south,waterlogged=false] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_wall_sign[facing=west,waterlogged=true] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_wall_sign[facing=west,waterlogged=false] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_wall_sign[facing=east,waterlogged=true] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_wall_sign[facing=east,waterlogged=false] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:dark_oak_wall_sign 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_wall_sign[facing=north,waterlogged=false] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_wall_sign[facing=south,waterlogged=true] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_wall_sign[facing=south,waterlogged=false] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_wall_sign[facing=west,waterlogged=true] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_wall_sign[facing=west,waterlogged=false] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_wall_sign[facing=east,waterlogged=true] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_wall_sign[facing=east,waterlogged=false] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:lever 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:lever[face=floor,facing=north,powered=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:lever[face=floor,facing=south,powered=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:lever[face=floor,facing=south,powered=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:lever[face=floor,facing=west,powered=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:lever[face=floor,facing=west,powered=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:lever[face=floor,facing=east,powered=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:lever[face=floor,facing=east,powered=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:lever[face=wall,facing=north,powered=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:lever[face=wall,facing=north,powered=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:lever[face=wall,facing=south,powered=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:lever[face=wall,facing=south,powered=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:lever[face=wall,facing=west,powered=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:lever[face=wall,facing=west,powered=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:lever[face=wall,facing=east,powered=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:lever[face=wall,facing=east,powered=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:lever[face=ceiling,facing=north,powered=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:lever[face=ceiling,facing=north,powered=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:lever[face=ceiling,facing=south,powered=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:lever[face=ceiling,facing=south,powered=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:lever[face=ceiling,facing=west,powered=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:lever[face=ceiling,facing=west,powered=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:lever[face=ceiling,facing=east,powered=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:lever[face=ceiling,facing=east,powered=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:stone_pressure_plate 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_pressure_plate[powered=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:iron_door 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=true,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=false,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=false,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=true,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=true,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=false,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=false,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=true,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=true,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=true,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=true,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=false,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=false,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=true,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=true,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=false,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=false,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=true,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=true,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=false,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=false,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=true,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=true,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=false,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=false,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=true,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=true,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=false,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=false,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=true,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=true,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=false,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=false,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=true,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=true,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=false,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=false,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=true,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=true,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=false,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=false,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=true,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=true,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=false,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=false,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=true,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=true,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=false,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=false,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=true,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=true,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=false,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=false,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=true,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=true,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=false,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=false,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=true,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=true,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=false,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=false,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:oak_pressure_plate 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_pressure_plate[powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:spruce_pressure_plate 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_pressure_plate[powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:birch_pressure_plate 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_pressure_plate[powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:jungle_pressure_plate 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_pressure_plate[powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:acacia_pressure_plate 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_pressure_plate[powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:dark_oak_pressure_plate 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_pressure_plate[powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:redstone_ore 99 73 69 255 79 58 55 255 49 36 34 255 39 29 27 255 +minecraft:redstone_ore[lit=false] 99 73 69 255 79 58 55 255 49 36 34 255 39 29 27 255 +minecraft:deepslate_redstone_ore 104 73 74 255 83 58 59 255 52 36 37 255 41 29 29 255 +minecraft:deepslate_redstone_ore[lit=false] 104 73 74 255 83 58 59 255 52 36 37 255 41 29 29 255 +minecraft:redstone_torch 85 73 63 35 68 58 50 35 42 36 31 35 34 29 25 35 +minecraft:redstone_torch[lit=false] 76 71 61 35 60 56 48 35 38 35 30 35 30 28 24 35 +minecraft:redstone_wall_torch 85 73 63 35 68 58 50 35 42 36 31 35 34 29 25 35 +minecraft:redstone_wall_torch[facing=north,lit=false] 76 71 61 35 60 56 48 35 38 35 30 35 30 28 24 35 +minecraft:redstone_wall_torch[facing=south,lit=true] 85 73 63 35 68 58 50 35 42 36 31 35 34 29 25 35 +minecraft:redstone_wall_torch[facing=south,lit=false] 76 71 61 35 60 56 48 35 38 35 30 35 30 28 24 35 +minecraft:redstone_wall_torch[facing=west,lit=true] 85 73 63 35 68 58 50 35 42 36 31 35 34 29 25 35 +minecraft:redstone_wall_torch[facing=west,lit=false] 76 71 61 35 60 56 48 35 38 35 30 35 30 28 24 35 +minecraft:redstone_wall_torch[facing=east,lit=true] 85 73 63 35 68 58 50 35 42 36 31 35 34 29 25 35 +minecraft:redstone_wall_torch[facing=east,lit=false] 76 71 61 35 60 56 48 35 38 35 30 35 30 28 24 35 +minecraft:stone_button 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_button[face=floor,facing=north,powered=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_button[face=floor,facing=south,powered=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_button[face=floor,facing=south,powered=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_button[face=floor,facing=west,powered=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_button[face=floor,facing=west,powered=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_button[face=floor,facing=east,powered=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_button[face=floor,facing=east,powered=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_button[face=wall,facing=north,powered=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_button[face=wall,facing=north,powered=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_button[face=wall,facing=south,powered=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_button[face=wall,facing=south,powered=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_button[face=wall,facing=west,powered=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_button[face=wall,facing=west,powered=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_button[face=wall,facing=east,powered=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_button[face=wall,facing=east,powered=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_button[face=ceiling,facing=north,powered=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_button[face=ceiling,facing=north,powered=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_button[face=ceiling,facing=south,powered=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_button[face=ceiling,facing=south,powered=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_button[face=ceiling,facing=west,powered=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_button[face=ceiling,facing=west,powered=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_button[face=ceiling,facing=east,powered=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_button[face=ceiling,facing=east,powered=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:snow 210 218 215 255 168 174 172 255 105 109 107 255 84 87 86 255 +minecraft:snow[layers=2] 210 218 215 255 168 174 172 255 105 109 107 255 84 87 86 255 +minecraft:snow[layers=3] 210 218 215 255 168 174 172 255 105 109 107 255 84 87 86 255 +minecraft:snow[layers=4] 210 218 215 255 168 174 172 255 105 109 107 255 84 87 86 255 +minecraft:snow[layers=5] 210 218 215 255 168 174 172 255 105 109 107 255 84 87 86 255 +minecraft:snow[layers=6] 210 218 215 255 168 174 172 255 105 109 107 255 84 87 86 255 +minecraft:snow[layers=7] 210 218 215 255 168 174 172 255 105 109 107 255 84 87 86 255 +minecraft:snow[layers=8] 210 218 215 255 168 174 172 255 105 109 107 255 84 87 86 255 +minecraft:ice 161 185 190 179 128 148 152 179 80 92 95 179 64 74 76 179 +minecraft:snow_block 210 218 215 255 168 174 172 255 105 109 107 255 84 87 86 255 +minecraft:cactus 79 84 50 195 63 67 40 195 39 42 25 195 31 33 20 195 +minecraft:cactus[age=1] 79 84 50 195 63 67 40 195 39 42 25 195 31 33 20 195 +minecraft:cactus[age=2] 79 84 50 195 63 67 40 195 39 42 25 195 31 33 20 195 +minecraft:cactus[age=3] 79 84 50 195 63 67 40 195 39 42 25 195 31 33 20 195 +minecraft:cactus[age=4] 79 84 50 195 63 67 40 195 39 42 25 195 31 33 20 195 +minecraft:cactus[age=5] 79 84 50 195 63 67 40 195 39 42 25 195 31 33 20 195 +minecraft:cactus[age=6] 79 84 50 195 63 67 40 195 39 42 25 195 31 33 20 195 +minecraft:cactus[age=7] 79 84 50 195 63 67 40 195 39 42 25 195 31 33 20 195 +minecraft:cactus[age=8] 79 84 50 195 63 67 40 195 39 42 25 195 31 33 20 195 +minecraft:cactus[age=9] 79 84 50 195 63 67 40 195 39 42 25 195 31 33 20 195 +minecraft:cactus[age=10] 79 84 50 195 63 67 40 195 39 42 25 195 31 33 20 195 +minecraft:cactus[age=11] 79 84 50 195 63 67 40 195 39 42 25 195 31 33 20 195 +minecraft:cactus[age=12] 79 84 50 195 63 67 40 195 39 42 25 195 31 33 20 195 +minecraft:cactus[age=13] 79 84 50 195 63 67 40 195 39 42 25 195 31 33 20 195 +minecraft:cactus[age=14] 79 84 50 195 63 67 40 195 39 42 25 195 31 33 20 195 +minecraft:cactus[age=15] 79 84 50 195 63 67 40 195 39 42 25 195 31 33 20 195 +minecraft:clay 108 106 104 255 86 84 83 255 54 53 52 255 43 42 41 255 +minecraft:sugar_cane 93 87 65 195 74 69 52 195 46 43 32 195 37 34 26 195 +minecraft:sugar_cane[age=1] 93 87 65 195 74 69 52 195 46 43 32 195 37 34 26 195 +minecraft:sugar_cane[age=2] 93 87 65 195 74 69 52 195 46 43 32 195 37 34 26 195 +minecraft:sugar_cane[age=3] 93 87 65 195 74 69 52 195 46 43 32 195 37 34 26 195 +minecraft:sugar_cane[age=4] 93 87 65 195 74 69 52 195 46 43 32 195 37 34 26 195 +minecraft:sugar_cane[age=5] 93 87 65 195 74 69 52 195 46 43 32 195 37 34 26 195 +minecraft:sugar_cane[age=6] 93 87 65 195 74 69 52 195 46 43 32 195 37 34 26 195 +minecraft:sugar_cane[age=7] 93 87 65 195 74 69 52 195 46 43 32 195 37 34 26 195 +minecraft:sugar_cane[age=8] 93 87 65 195 74 69 52 195 46 43 32 195 37 34 26 195 +minecraft:sugar_cane[age=9] 93 87 65 195 74 69 52 195 46 43 32 195 37 34 26 195 +minecraft:sugar_cane[age=10] 93 87 65 195 74 69 52 195 46 43 32 195 37 34 26 195 +minecraft:sugar_cane[age=11] 93 87 65 195 74 69 52 195 46 43 32 195 37 34 26 195 +minecraft:sugar_cane[age=12] 93 87 65 195 74 69 52 195 46 43 32 195 37 34 26 195 +minecraft:sugar_cane[age=13] 93 87 65 195 74 69 52 195 46 43 32 195 37 34 26 195 +minecraft:sugar_cane[age=14] 93 87 65 195 74 69 52 195 46 43 32 195 37 34 26 195 +minecraft:sugar_cane[age=15] 93 87 65 195 74 69 52 195 46 43 32 195 37 34 26 195 +minecraft:jukebox 63 63 59 255 50 50 47 255 31 31 29 255 25 25 23 255 +minecraft:jukebox[has_record=false] 63 63 59 255 50 50 47 255 31 31 29 255 25 25 23 255 +minecraft:oak_fence 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=true,west=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=false,west=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=false,west=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=true,west=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=true,west=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=false,west=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=false,west=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=true,west=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=true,west=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=false,west=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=false,west=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=true,west=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=true,west=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=false,west=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=false,west=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=true,west=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=true,west=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=false,west=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=false,west=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=true,west=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=true,west=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=false,west=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=false,west=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=true,west=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=true,west=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=false,west=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=false,west=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=true,west=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=true,west=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:pumpkin 136 88 61 255 108 70 48 255 68 44 30 255 54 35 24 255 +minecraft:netherrack 115 68 63 255 92 54 50 255 57 34 31 255 46 27 25 255 +minecraft:soul_sand 74 65 55 255 59 52 44 255 37 32 27 255 29 26 22 255 +minecraft:soul_soil 67 60 52 255 53 48 41 255 33 30 26 255 26 24 20 255 +minecraft:basalt 73 72 77 255 58 57 61 255 36 36 38 255 29 28 30 255 +minecraft:basalt[axis=y] 80 81 86 255 64 64 68 255 40 40 43 255 32 32 34 255 +minecraft:basalt[axis=z] 73 72 77 255 58 57 61 255 36 36 38 255 29 28 30 255 +minecraft:polished_basalt 88 88 91 255 70 70 72 255 44 44 45 255 35 35 36 255 +minecraft:polished_basalt[axis=y] 99 98 100 255 79 78 80 255 49 49 50 255 39 39 40 255 +minecraft:polished_basalt[axis=z] 88 88 91 255 70 70 72 255 44 44 45 255 35 35 36 255 +minecraft:soul_torch 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=south] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=west] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=east] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:glowstone 127 155 87 255 101 124 69 255 63 77 43 255 50 62 34 255 +minecraft:nether_portal 91 0 159 167 72 0 127 167 45 0 79 167 36 0 63 167 +minecraft:nether_portal[axis=z] 91 0 159 167 72 0 127 167 45 0 79 167 36 0 63 167 +minecraft:carved_pumpkin 136 88 61 255 108 70 48 255 68 44 30 255 54 35 24 255 +minecraft:carved_pumpkin[facing=south] 136 88 61 255 108 70 48 255 68 44 30 255 54 35 24 255 +minecraft:carved_pumpkin[facing=west] 136 88 61 255 108 70 48 255 68 44 30 255 54 35 24 255 +minecraft:carved_pumpkin[facing=east] 136 88 61 255 108 70 48 255 68 44 30 255 54 35 24 255 +minecraft:jack_o_lantern 136 88 61 255 108 70 48 255 68 44 30 255 54 35 24 255 +minecraft:jack_o_lantern[facing=south] 136 88 61 255 108 70 48 255 68 44 30 255 54 35 24 255 +minecraft:jack_o_lantern[facing=west] 136 88 61 255 108 70 48 255 68 44 30 255 54 35 24 255 +minecraft:jack_o_lantern[facing=east] 136 88 61 255 108 70 48 255 68 44 30 255 54 35 24 255 +minecraft:cake 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:cake[bites=1] 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:cake[bites=2] 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:cake[bites=3] 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:cake[bites=4] 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:cake[bites=5] 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:cake[bites=6] 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:repeater 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=1,facing=north,locked=true,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=1,facing=north,locked=false,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=1,facing=north,locked=false,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=1,facing=south,locked=true,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=1,facing=south,locked=true,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=1,facing=south,locked=false,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=1,facing=south,locked=false,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=1,facing=west,locked=true,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=1,facing=west,locked=true,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=1,facing=west,locked=false,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=1,facing=west,locked=false,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=1,facing=east,locked=true,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=1,facing=east,locked=true,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=1,facing=east,locked=false,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=1,facing=east,locked=false,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=2,facing=north,locked=true,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=2,facing=north,locked=true,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=2,facing=north,locked=false,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=2,facing=north,locked=false,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=2,facing=south,locked=true,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=2,facing=south,locked=true,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=2,facing=south,locked=false,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=2,facing=south,locked=false,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=2,facing=west,locked=true,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=2,facing=west,locked=true,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=2,facing=west,locked=false,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=2,facing=west,locked=false,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=2,facing=east,locked=true,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=2,facing=east,locked=true,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=2,facing=east,locked=false,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=2,facing=east,locked=false,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=3,facing=north,locked=true,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=3,facing=north,locked=true,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=3,facing=north,locked=false,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=3,facing=north,locked=false,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=3,facing=south,locked=true,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=3,facing=south,locked=true,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=3,facing=south,locked=false,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=3,facing=south,locked=false,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=3,facing=west,locked=true,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=3,facing=west,locked=true,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=3,facing=west,locked=false,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=3,facing=west,locked=false,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=3,facing=east,locked=true,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=3,facing=east,locked=true,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=3,facing=east,locked=false,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=3,facing=east,locked=false,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=4,facing=north,locked=true,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=4,facing=north,locked=true,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=4,facing=north,locked=false,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=4,facing=north,locked=false,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=4,facing=south,locked=true,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=4,facing=south,locked=true,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=4,facing=south,locked=false,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=4,facing=south,locked=false,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=4,facing=west,locked=true,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=4,facing=west,locked=true,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=4,facing=west,locked=false,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=4,facing=west,locked=false,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=4,facing=east,locked=true,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=4,facing=east,locked=true,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=4,facing=east,locked=false,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=4,facing=east,locked=false,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:white_stained_glass 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:orange_stained_glass 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:magenta_stained_glass 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:light_blue_stained_glass 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:yellow_stained_glass 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:lime_stained_glass 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:pink_stained_glass 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:gray_stained_glass 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:light_gray_stained_glass 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:cyan_stained_glass 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:purple_stained_glass 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:blue_stained_glass 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:brown_stained_glass 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:green_stained_glass 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:red_stained_glass 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:black_stained_glass 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:oak_trapdoor 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:spruce_trapdoor 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:birch_trapdoor 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:jungle_trapdoor 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:acacia_trapdoor 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:dark_oak_trapdoor 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:stone_bricks 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:mossy_stone_bricks 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:cracked_stone_bricks 73 81 71 255 58 64 56 255 36 40 35 255 29 32 28 255 +minecraft:chiseled_stone_bricks 73 80 70 255 58 64 56 255 36 40 35 255 29 32 28 255 +minecraft:infested_stone 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:infested_cobblestone 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:infested_stone_bricks 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:infested_mossy_stone_bricks 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:infested_cracked_stone_bricks 73 81 71 255 58 64 56 255 36 40 35 255 29 32 28 255 +minecraft:infested_chiseled_stone_bricks 73 80 70 255 58 64 56 255 36 40 35 255 29 32 28 255 +minecraft:brown_mushroom_block 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:iron_bars 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=true,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=false,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=false,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=true,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=true,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=false,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=false,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=true,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=true,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=false,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=false,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=true,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=true,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=false,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=false,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=true,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=true,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=false,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=false,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=true,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=true,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=false,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=false,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=true,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=true,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=false,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=false,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=true,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=true,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:glass_pane 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:melon 74 105 60 255 59 84 48 255 37 52 30 255 29 42 24 255 +minecraft:attached_pumpkin_stem 37 52 26 89 29 41 20 89 18 26 13 89 14 20 10 89 +minecraft:attached_pumpkin_stem[facing=south] 37 52 26 89 29 41 20 89 18 26 13 89 14 20 10 89 +minecraft:attached_pumpkin_stem[facing=west] 37 52 26 89 29 41 20 89 18 26 13 89 14 20 10 89 +minecraft:attached_pumpkin_stem[facing=east] 37 52 26 89 29 41 20 89 18 26 13 89 14 20 10 89 +minecraft:attached_melon_stem 38 54 27 86 30 43 21 86 19 27 13 86 15 21 10 86 +minecraft:attached_melon_stem[facing=south] 38 54 27 86 30 43 21 86 19 27 13 86 15 21 10 86 +minecraft:attached_melon_stem[facing=west] 38 54 27 86 30 43 21 86 19 27 13 86 15 21 10 86 +minecraft:attached_melon_stem[facing=east] 38 54 27 86 30 43 21 86 19 27 13 86 15 21 10 86 +minecraft:pumpkin_stem 39 55 28 30 31 44 22 30 19 27 14 30 15 22 11 30 +minecraft:pumpkin_stem[age=1] 39 55 28 30 31 44 22 30 19 27 14 30 15 22 11 30 +minecraft:pumpkin_stem[age=2] 39 55 28 30 31 44 22 30 19 27 14 30 15 22 11 30 +minecraft:pumpkin_stem[age=3] 39 55 28 30 31 44 22 30 19 27 14 30 15 22 11 30 +minecraft:pumpkin_stem[age=4] 39 55 28 30 31 44 22 30 19 27 14 30 15 22 11 30 +minecraft:pumpkin_stem[age=5] 39 55 28 30 31 44 22 30 19 27 14 30 15 22 11 30 +minecraft:pumpkin_stem[age=6] 39 55 28 30 31 44 22 30 19 27 14 30 15 22 11 30 +minecraft:pumpkin_stem[age=7] 39 55 28 30 31 44 22 30 19 27 14 30 15 22 11 30 +minecraft:melon_stem 39 55 28 30 31 44 22 30 19 27 14 30 15 22 11 30 +minecraft:melon_stem[age=1] 39 55 28 30 31 44 22 30 19 27 14 30 15 22 11 30 +minecraft:melon_stem[age=2] 39 55 28 30 31 44 22 30 19 27 14 30 15 22 11 30 +minecraft:melon_stem[age=3] 39 55 28 30 31 44 22 30 19 27 14 30 15 22 11 30 +minecraft:melon_stem[age=4] 39 55 28 30 31 44 22 30 19 27 14 30 15 22 11 30 +minecraft:melon_stem[age=5] 39 55 28 30 31 44 22 30 19 27 14 30 15 22 11 30 +minecraft:melon_stem[age=6] 39 55 28 30 31 44 22 30 19 27 14 30 15 22 11 30 +minecraft:melon_stem[age=7] 39 55 28 30 31 44 22 30 19 27 14 30 15 22 11 30 +minecraft:vine 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=true,north=true,south=true,up=true,west=false] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=true,north=true,south=true,up=false,west=true] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=true,north=true,south=true,up=false,west=false] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=true,north=true,south=false,up=true,west=true] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=true,north=true,south=false,up=true,west=false] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=true,north=true,south=false,up=false,west=true] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=true,north=true,south=false,up=false,west=false] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=true,north=false,south=true,up=true,west=true] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=true,north=false,south=true,up=true,west=false] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=true,north=false,south=true,up=false,west=true] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=true,north=false,south=true,up=false,west=false] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=true,north=false,south=false,up=true,west=true] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=true,north=false,south=false,up=true,west=false] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=true,north=false,south=false,up=false,west=true] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=true,north=false,south=false,up=false,west=false] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=false,north=true,south=true,up=true,west=true] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=false,north=true,south=true,up=true,west=false] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=false,north=true,south=true,up=false,west=true] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=false,north=true,south=true,up=false,west=false] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=false,north=true,south=false,up=true,west=true] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=false,north=true,south=false,up=true,west=false] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=false,north=true,south=false,up=false,west=true] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=false,north=true,south=false,up=false,west=false] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=false,north=false,south=true,up=true,west=true] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=false,north=false,south=true,up=true,west=false] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=false,north=false,south=true,up=false,west=true] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=false,north=false,south=true,up=false,west=false] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=false,north=false,south=false,up=true,west=true] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=false,north=false,south=false,up=true,west=false] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=false,north=false,south=false,up=false,west=true] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=false,north=false,south=false,up=false,west=false] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:glow_lichen 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:oak_fence_gate 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=true,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=false,powered=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=false,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=true,powered=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=true,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=true,powered=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=true,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=false,powered=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=false,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=true,powered=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=true,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=false,powered=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=false,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=true,powered=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=true,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=false,powered=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=false,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=true,powered=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=true,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=false,powered=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=false,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=true,powered=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=true,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=false,powered=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=false,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=true,powered=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=true,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=false,powered=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=false,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:brick_stairs 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:stone_brick_stairs 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:mycelium 63 90 45 255 50 72 36 255 31 45 22 255 25 36 18 255 +minecraft:mycelium[snowy=false] 79 61 73 255 63 48 58 255 39 30 36 255 31 24 29 255 +minecraft:lily_pad 7 31 5 157 5 24 4 157 3 15 2 157 2 12 2 157 +minecraft:nether_bricks 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=true,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=false,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=false,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=true,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=true,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=false,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=false,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=true,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=true,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=false,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=false,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=true,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=true,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=false,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=false,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=true,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=true,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=false,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=false,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=true,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=true,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=false,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=false,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=true,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=true,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=false,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=false,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=true,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=true,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_wart 60 29 32 38 48 23 25 38 30 14 16 38 24 11 12 38 +minecraft:nether_wart[age=1] 57 28 30 73 45 22 24 73 28 14 15 73 22 11 12 73 +minecraft:nether_wart[age=2] 57 28 30 73 45 22 24 73 28 14 15 73 22 11 12 73 +minecraft:nether_wart[age=3] 51 27 28 160 40 21 22 160 25 13 14 160 20 10 11 160 +minecraft:enchanting_table 35 43 36 255 28 34 28 255 17 21 18 255 14 17 14 255 +minecraft:brewing_stand 136 129 114 173 108 103 91 173 68 64 57 173 54 51 45 173 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=true,has_bottle_2=false] 136 129 114 173 108 103 91 173 68 64 57 173 54 51 45 173 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=false,has_bottle_2=true] 136 129 114 173 108 103 91 173 68 64 57 173 54 51 45 173 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=false,has_bottle_2=false] 136 129 114 173 108 103 91 173 68 64 57 173 54 51 45 173 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=true,has_bottle_2=true] 136 129 114 173 108 103 91 173 68 64 57 173 54 51 45 173 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=true,has_bottle_2=false] 136 129 114 173 108 103 91 173 68 64 57 173 54 51 45 173 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=true] 136 129 114 173 108 103 91 173 68 64 57 173 54 51 45 173 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=false] 136 129 114 173 108 103 91 173 68 64 57 173 54 51 45 173 +minecraft:cauldron 79 83 74 111 63 66 59 111 39 41 37 111 31 33 29 111 +minecraft:water_cauldron 79 83 74 111 63 66 59 111 39 41 37 111 31 33 29 111 +minecraft:water_cauldron[level=2] 79 83 74 111 63 66 59 111 39 41 37 111 31 33 29 111 +minecraft:water_cauldron[level=3] 79 83 74 111 63 66 59 111 39 41 37 111 31 33 29 111 +minecraft:lava_cauldron 79 83 74 111 63 66 59 111 39 41 37 111 31 33 29 111 +minecraft:powder_snow_cauldron 79 83 74 111 63 66 59 111 39 41 37 111 31 33 29 111 +minecraft:powder_snow_cauldron[level=2] 79 83 74 111 63 66 59 111 39 41 37 111 31 33 29 111 +minecraft:powder_snow_cauldron[level=3] 79 83 74 111 63 66 59 111 39 41 37 111 31 33 29 111 +minecraft:end_portal 0 0 63 255 0 0 50 255 0 0 31 255 0 0 25 255 +minecraft:end_portal_frame 133 127 101 255 106 101 80 255 66 63 50 255 53 50 40 255 +minecraft:end_portal_frame[eye=true,facing=south] 133 127 101 255 106 101 80 255 66 63 50 255 53 50 40 255 +minecraft:end_portal_frame[eye=true,facing=west] 133 127 101 255 106 101 80 255 66 63 50 255 53 50 40 255 +minecraft:end_portal_frame[eye=true,facing=east] 133 127 101 255 106 101 80 255 66 63 50 255 53 50 40 255 +minecraft:end_portal_frame[eye=false,facing=north] 133 127 101 255 106 101 80 255 66 63 50 255 53 50 40 255 +minecraft:end_portal_frame[eye=false,facing=south] 133 127 101 255 106 101 80 255 66 63 50 255 53 50 40 255 +minecraft:end_portal_frame[eye=false,facing=west] 133 127 101 255 106 101 80 255 66 63 50 255 53 50 40 255 +minecraft:end_portal_frame[eye=false,facing=east] 133 127 101 255 106 101 80 255 66 63 50 255 53 50 40 255 +minecraft:end_stone 133 127 101 255 106 101 80 255 66 63 50 255 53 50 40 255 +minecraft:dragon_egg 37 37 41 255 29 29 32 255 18 18 20 255 14 14 16 255 +minecraft:redstone_lamp 92 118 78 255 73 94 62 255 46 59 39 255 36 47 31 255 +minecraft:redstone_lamp[lit=false] 42 47 39 255 33 37 31 255 21 23 19 255 16 18 15 255 +minecraft:cocoa 125 102 18 131 100 81 14 131 62 51 9 131 50 40 7 131 +minecraft:cocoa[age=0,facing=south] 125 102 18 131 100 81 14 131 62 51 9 131 50 40 7 131 +minecraft:cocoa[age=0,facing=west] 125 102 18 131 100 81 14 131 62 51 9 131 50 40 7 131 +minecraft:cocoa[age=0,facing=east] 125 102 18 131 100 81 14 131 62 51 9 131 50 40 7 131 +minecraft:cocoa[age=1,facing=north] 125 102 18 131 100 81 14 131 62 51 9 131 50 40 7 131 +minecraft:cocoa[age=1,facing=south] 125 102 18 131 100 81 14 131 62 51 9 131 50 40 7 131 +minecraft:cocoa[age=1,facing=west] 125 102 18 131 100 81 14 131 62 51 9 131 50 40 7 131 +minecraft:cocoa[age=1,facing=east] 125 102 18 131 100 81 14 131 62 51 9 131 50 40 7 131 +minecraft:cocoa[age=2,facing=north] 125 102 18 131 100 81 14 131 62 51 9 131 50 40 7 131 +minecraft:cocoa[age=2,facing=south] 125 102 18 131 100 81 14 131 62 51 9 131 50 40 7 131 +minecraft:cocoa[age=2,facing=west] 125 102 18 131 100 81 14 131 62 51 9 131 50 40 7 131 +minecraft:cocoa[age=2,facing=east] 125 102 18 131 100 81 14 131 62 51 9 131 50 40 7 131 +minecraft:sandstone_stairs 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:emerald_ore 85 107 88 255 68 85 70 255 42 53 44 255 34 42 35 255 +minecraft:deepslate_emerald_ore 78 104 87 255 62 83 69 255 39 52 43 255 31 41 34 255 +minecraft:ender_chest 41 40 43 195 32 32 34 195 20 20 21 195 16 16 17 195 +minecraft:ender_chest[facing=north,waterlogged=false] 41 40 43 195 32 32 34 195 20 20 21 195 16 16 17 195 +minecraft:ender_chest[facing=south,waterlogged=true] 41 40 43 195 32 32 34 195 20 20 21 195 16 16 17 195 +minecraft:ender_chest[facing=south,waterlogged=false] 41 40 43 195 32 32 34 195 20 20 21 195 16 16 17 195 +minecraft:ender_chest[facing=west,waterlogged=true] 41 40 43 195 32 32 34 195 20 20 21 195 16 16 17 195 +minecraft:ender_chest[facing=west,waterlogged=false] 41 40 43 195 32 32 34 195 20 20 21 195 16 16 17 195 +minecraft:ender_chest[facing=east,waterlogged=true] 41 40 43 195 32 32 34 195 20 20 21 195 16 16 17 195 +minecraft:ender_chest[facing=east,waterlogged=false] 41 40 43 195 32 32 34 195 20 20 21 195 16 16 17 195 +minecraft:tripwire_hook 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:tripwire_hook[attached=true,facing=north,powered=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:tripwire_hook[attached=true,facing=south,powered=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:tripwire_hook[attached=true,facing=south,powered=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:tripwire_hook[attached=true,facing=west,powered=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:tripwire_hook[attached=true,facing=west,powered=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:tripwire_hook[attached=true,facing=east,powered=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:tripwire_hook[attached=true,facing=east,powered=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:tripwire_hook[attached=false,facing=north,powered=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:tripwire_hook[attached=false,facing=north,powered=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:tripwire_hook[attached=false,facing=south,powered=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:tripwire_hook[attached=false,facing=south,powered=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:tripwire_hook[attached=false,facing=west,powered=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:tripwire_hook[attached=false,facing=west,powered=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:tripwire_hook[attached=false,facing=east,powered=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:tripwire_hook[attached=false,facing=east,powered=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:emerald_block 64 123 81 255 51 98 64 255 32 61 40 255 25 49 32 255 +minecraft:spruce_stairs 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=north,half=top,shape=straight,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=south,half=top,shape=straight,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=south,half=top,shape=straight,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=west,half=top,shape=straight,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=west,half=top,shape=straight,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=east,half=top,shape=straight,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=east,half=top,shape=straight,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:birch_stairs 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=north,half=top,shape=straight,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=south,half=top,shape=straight,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=south,half=top,shape=straight,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=west,half=top,shape=straight,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=west,half=top,shape=straight,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=east,half=top,shape=straight,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=east,half=top,shape=straight,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:jungle_stairs 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=north,half=top,shape=straight,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=south,half=top,shape=straight,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=south,half=top,shape=straight,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=west,half=top,shape=straight,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=west,half=top,shape=straight,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=east,half=top,shape=straight,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=east,half=top,shape=straight,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:command_block 60 51 49 255 48 40 39 255 30 25 24 255 24 20 19 255 +minecraft:command_block[conditional=true,facing=east] 62 54 51 255 49 43 40 255 31 27 25 255 24 21 20 255 +minecraft:command_block[conditional=true,facing=south] 58 52 49 255 46 41 39 255 29 26 24 255 23 20 19 255 +minecraft:command_block[conditional=true,facing=west] 58 52 49 255 46 41 39 255 29 26 24 255 23 20 19 255 +minecraft:command_block[conditional=true,facing=up] 58 52 49 255 46 41 39 255 29 26 24 255 23 20 19 255 +minecraft:command_block[conditional=true,facing=down] 58 52 49 255 46 41 39 255 29 26 24 255 23 20 19 255 +minecraft:command_block[conditional=false,facing=north] 60 51 49 255 48 40 39 255 30 25 24 255 24 20 19 255 +minecraft:command_block[conditional=false,facing=east] 62 54 51 255 49 43 40 255 31 27 25 255 24 21 20 255 +minecraft:command_block[conditional=false,facing=south] 58 51 48 255 46 40 38 255 29 25 24 255 23 20 19 255 +minecraft:command_block[conditional=false,facing=west] 58 51 48 255 46 40 38 255 29 25 24 255 23 20 19 255 +minecraft:command_block[conditional=false,facing=up] 58 51 48 255 46 40 38 255 29 25 24 255 23 20 19 255 +minecraft:command_block[conditional=false,facing=down] 58 51 48 255 46 40 38 255 29 25 24 255 23 20 19 255 +minecraft:beacon 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:cobblestone_wall 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:mossy_cobblestone_wall 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:flower_pot 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_oak_sapling 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_spruce_sapling 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_birch_sapling 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_jungle_sapling 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_acacia_sapling 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_dark_oak_sapling 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_fern 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_dandelion 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_poppy 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_blue_orchid 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_allium 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_azure_bluet 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_red_tulip 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_orange_tulip 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_white_tulip 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_pink_tulip 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_oxeye_daisy 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_cornflower 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_lily_of_the_valley 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_wither_rose 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_red_mushroom 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_brown_mushroom 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_dead_bush 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_cactus 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:carrots 53 73 36 12 42 58 28 12 26 36 18 12 21 29 14 12 +minecraft:carrots[age=1] 53 73 36 12 42 58 28 12 26 36 18 12 21 29 14 12 +minecraft:carrots[age=2] 56 77 39 35 44 61 31 35 28 38 19 35 22 30 15 35 +minecraft:carrots[age=3] 56 77 39 35 44 61 31 35 28 38 19 35 22 30 15 35 +minecraft:carrots[age=4] 50 70 37 52 40 56 29 52 25 35 18 52 20 28 14 52 +minecraft:carrots[age=5] 50 70 37 52 40 56 29 52 25 35 18 52 20 28 14 52 +minecraft:carrots[age=6] 50 70 37 52 40 56 29 52 25 35 18 52 20 28 14 52 +minecraft:carrots[age=7] 53 72 37 104 42 57 29 104 26 36 18 104 21 28 14 104 +minecraft:potatoes 53 73 36 12 42 58 28 12 26 36 18 12 21 29 14 12 +minecraft:potatoes[age=1] 53 73 36 12 42 58 28 12 26 36 18 12 21 29 14 12 +minecraft:potatoes[age=2] 56 77 39 35 44 61 31 35 28 38 19 35 22 30 15 35 +minecraft:potatoes[age=3] 56 77 39 35 44 61 31 35 28 38 19 35 22 30 15 35 +minecraft:potatoes[age=4] 50 70 37 52 40 56 29 52 25 35 18 52 20 28 14 52 +minecraft:potatoes[age=5] 50 70 37 52 40 56 29 52 25 35 18 52 20 28 14 52 +minecraft:potatoes[age=6] 50 70 37 52 40 56 29 52 25 35 18 52 20 28 14 52 +minecraft:potatoes[age=7] 45 66 33 114 36 52 26 114 22 33 16 114 18 26 13 114 +minecraft:oak_button 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_button[face=floor,facing=north,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_button[face=floor,facing=south,powered=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_button[face=floor,facing=south,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_button[face=floor,facing=west,powered=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_button[face=floor,facing=west,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_button[face=floor,facing=east,powered=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_button[face=floor,facing=east,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_button[face=wall,facing=north,powered=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_button[face=wall,facing=north,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_button[face=wall,facing=south,powered=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_button[face=wall,facing=south,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_button[face=wall,facing=west,powered=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_button[face=wall,facing=west,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_button[face=wall,facing=east,powered=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_button[face=wall,facing=east,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_button[face=ceiling,facing=north,powered=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_button[face=ceiling,facing=north,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_button[face=ceiling,facing=south,powered=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_button[face=ceiling,facing=south,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_button[face=ceiling,facing=west,powered=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_button[face=ceiling,facing=west,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_button[face=ceiling,facing=east,powered=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_button[face=ceiling,facing=east,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:spruce_button 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_button[face=floor,facing=north,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_button[face=floor,facing=south,powered=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_button[face=floor,facing=south,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_button[face=floor,facing=west,powered=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_button[face=floor,facing=west,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_button[face=floor,facing=east,powered=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_button[face=floor,facing=east,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_button[face=wall,facing=north,powered=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_button[face=wall,facing=north,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_button[face=wall,facing=south,powered=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_button[face=wall,facing=south,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_button[face=wall,facing=west,powered=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_button[face=wall,facing=west,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_button[face=wall,facing=east,powered=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_button[face=wall,facing=east,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_button[face=ceiling,facing=north,powered=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_button[face=ceiling,facing=north,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_button[face=ceiling,facing=south,powered=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_button[face=ceiling,facing=south,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_button[face=ceiling,facing=west,powered=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_button[face=ceiling,facing=west,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_button[face=ceiling,facing=east,powered=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_button[face=ceiling,facing=east,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:birch_button 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_button[face=floor,facing=north,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_button[face=floor,facing=south,powered=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_button[face=floor,facing=south,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_button[face=floor,facing=west,powered=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_button[face=floor,facing=west,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_button[face=floor,facing=east,powered=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_button[face=floor,facing=east,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_button[face=wall,facing=north,powered=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_button[face=wall,facing=north,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_button[face=wall,facing=south,powered=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_button[face=wall,facing=south,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_button[face=wall,facing=west,powered=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_button[face=wall,facing=west,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_button[face=wall,facing=east,powered=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_button[face=wall,facing=east,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_button[face=ceiling,facing=north,powered=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_button[face=ceiling,facing=north,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_button[face=ceiling,facing=south,powered=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_button[face=ceiling,facing=south,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_button[face=ceiling,facing=west,powered=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_button[face=ceiling,facing=west,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_button[face=ceiling,facing=east,powered=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_button[face=ceiling,facing=east,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:jungle_button 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_button[face=floor,facing=north,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_button[face=floor,facing=south,powered=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_button[face=floor,facing=south,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_button[face=floor,facing=west,powered=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_button[face=floor,facing=west,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_button[face=floor,facing=east,powered=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_button[face=floor,facing=east,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_button[face=wall,facing=north,powered=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_button[face=wall,facing=north,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_button[face=wall,facing=south,powered=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_button[face=wall,facing=south,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_button[face=wall,facing=west,powered=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_button[face=wall,facing=west,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_button[face=wall,facing=east,powered=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_button[face=wall,facing=east,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_button[face=ceiling,facing=north,powered=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_button[face=ceiling,facing=north,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_button[face=ceiling,facing=south,powered=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_button[face=ceiling,facing=south,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_button[face=ceiling,facing=west,powered=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_button[face=ceiling,facing=west,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_button[face=ceiling,facing=east,powered=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_button[face=ceiling,facing=east,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:acacia_button 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_button[face=floor,facing=north,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_button[face=floor,facing=south,powered=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_button[face=floor,facing=south,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_button[face=floor,facing=west,powered=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_button[face=floor,facing=west,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_button[face=floor,facing=east,powered=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_button[face=floor,facing=east,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_button[face=wall,facing=north,powered=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_button[face=wall,facing=north,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_button[face=wall,facing=south,powered=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_button[face=wall,facing=south,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_button[face=wall,facing=west,powered=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_button[face=wall,facing=west,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_button[face=wall,facing=east,powered=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_button[face=wall,facing=east,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_button[face=ceiling,facing=north,powered=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_button[face=ceiling,facing=north,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_button[face=ceiling,facing=south,powered=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_button[face=ceiling,facing=south,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_button[face=ceiling,facing=west,powered=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_button[face=ceiling,facing=west,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_button[face=ceiling,facing=east,powered=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_button[face=ceiling,facing=east,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:dark_oak_button 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_button[face=floor,facing=north,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_button[face=floor,facing=south,powered=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_button[face=floor,facing=south,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_button[face=floor,facing=west,powered=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_button[face=floor,facing=west,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_button[face=floor,facing=east,powered=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_button[face=floor,facing=east,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_button[face=wall,facing=north,powered=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_button[face=wall,facing=north,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_button[face=wall,facing=south,powered=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_button[face=wall,facing=south,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_button[face=wall,facing=west,powered=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_button[face=wall,facing=west,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_button[face=wall,facing=east,powered=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_button[face=wall,facing=east,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_button[face=ceiling,facing=north,powered=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_button[face=ceiling,facing=north,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_button[face=ceiling,facing=south,powered=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_button[face=ceiling,facing=south,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_button[face=ceiling,facing=west,powered=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_button[face=ceiling,facing=west,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_button[face=ceiling,facing=east,powered=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_button[face=ceiling,facing=east,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:skeleton_skull 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=1] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=2] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=3] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=4] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=5] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=6] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=7] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=8] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=9] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=10] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=11] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=12] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=13] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=14] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=15] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_wall_skull 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_wall_skull[facing=south] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_wall_skull[facing=west] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_wall_skull[facing=east] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:wither_skeleton_skull 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=1] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=2] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=3] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=4] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=5] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=6] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=7] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=8] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=9] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=10] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=11] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=12] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=13] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=14] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=15] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_wall_skull 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_wall_skull[facing=south] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_wall_skull[facing=west] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_wall_skull[facing=east] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:zombie_head 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=1] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=2] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=3] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=4] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=5] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=6] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=7] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=8] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=9] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=10] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=11] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=12] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=13] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=14] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=15] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_wall_head 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_wall_head[facing=south] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_wall_head[facing=west] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_wall_head[facing=east] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:player_head 93 75 61 255 74 60 48 255 46 37 30 255 37 30 24 255 +minecraft:player_head[rotation=1] 93 75 61 255 74 60 48 255 46 37 30 255 37 30 24 255 +minecraft:player_head[rotation=2] 93 75 61 255 74 60 48 255 46 37 30 255 37 30 24 255 +minecraft:player_head[rotation=3] 93 75 61 255 74 60 48 255 46 37 30 255 37 30 24 255 +minecraft:player_head[rotation=4] 93 75 61 255 74 60 48 255 46 37 30 255 37 30 24 255 +minecraft:player_head[rotation=5] 93 75 61 255 74 60 48 255 46 37 30 255 37 30 24 255 +minecraft:player_head[rotation=6] 93 75 61 255 74 60 48 255 46 37 30 255 37 30 24 255 +minecraft:player_head[rotation=7] 93 75 61 255 74 60 48 255 46 37 30 255 37 30 24 255 +minecraft:player_head[rotation=8] 93 75 61 255 74 60 48 255 46 37 30 255 37 30 24 255 +minecraft:player_head[rotation=9] 93 75 61 255 74 60 48 255 46 37 30 255 37 30 24 255 +minecraft:player_head[rotation=10] 93 75 61 255 74 60 48 255 46 37 30 255 37 30 24 255 +minecraft:player_head[rotation=11] 93 75 61 255 74 60 48 255 46 37 30 255 37 30 24 255 +minecraft:player_head[rotation=12] 93 75 61 255 74 60 48 255 46 37 30 255 37 30 24 255 +minecraft:player_head[rotation=13] 93 75 61 255 74 60 48 255 46 37 30 255 37 30 24 255 +minecraft:player_head[rotation=14] 93 75 61 255 74 60 48 255 46 37 30 255 37 30 24 255 +minecraft:player_head[rotation=15] 93 75 61 255 74 60 48 255 46 37 30 255 37 30 24 255 +minecraft:player_wall_head 93 75 61 255 74 60 48 255 46 37 30 255 37 30 24 255 +minecraft:player_wall_head[facing=south] 93 75 61 255 74 60 48 255 46 37 30 255 37 30 24 255 +minecraft:player_wall_head[facing=west] 93 75 61 255 74 60 48 255 46 37 30 255 37 30 24 255 +minecraft:player_wall_head[facing=east] 93 75 61 255 74 60 48 255 46 37 30 255 37 30 24 255 +minecraft:creeper_head 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:creeper_head[rotation=1] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:creeper_head[rotation=2] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:creeper_head[rotation=3] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:creeper_head[rotation=4] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:creeper_head[rotation=5] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:creeper_head[rotation=6] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:creeper_head[rotation=7] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:creeper_head[rotation=8] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:creeper_head[rotation=9] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:creeper_head[rotation=10] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:creeper_head[rotation=11] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:creeper_head[rotation=12] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:creeper_head[rotation=13] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:creeper_head[rotation=14] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:creeper_head[rotation=15] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:creeper_wall_head 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:creeper_wall_head[facing=south] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:creeper_wall_head[facing=west] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:creeper_wall_head[facing=east] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:dragon_head 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:dragon_head[rotation=1] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:dragon_head[rotation=2] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:dragon_head[rotation=3] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:dragon_head[rotation=4] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:dragon_head[rotation=5] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:dragon_head[rotation=6] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:dragon_head[rotation=7] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:dragon_head[rotation=8] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:dragon_head[rotation=9] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:dragon_head[rotation=10] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:dragon_head[rotation=11] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:dragon_head[rotation=12] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:dragon_head[rotation=13] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:dragon_head[rotation=14] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:dragon_head[rotation=15] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:dragon_wall_head 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:dragon_wall_head[facing=south] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:dragon_wall_head[facing=west] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:dragon_wall_head[facing=east] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:anvil 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:anvil[facing=south] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:anvil[facing=west] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:anvil[facing=east] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:chipped_anvil 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:chipped_anvil[facing=south] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:chipped_anvil[facing=west] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:chipped_anvil[facing=east] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:damaged_anvil 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:damaged_anvil[facing=south] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:damaged_anvil[facing=west] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:damaged_anvil[facing=east] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:trapped_chest 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:trapped_chest[facing=north,type=single,waterlogged=false] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:trapped_chest[facing=north,type=left,waterlogged=true] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:trapped_chest[facing=north,type=left,waterlogged=false] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:trapped_chest[facing=north,type=right,waterlogged=true] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:trapped_chest[facing=north,type=right,waterlogged=false] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:trapped_chest[facing=south,type=single,waterlogged=true] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:trapped_chest[facing=south,type=single,waterlogged=false] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:trapped_chest[facing=south,type=left,waterlogged=true] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:trapped_chest[facing=south,type=left,waterlogged=false] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:trapped_chest[facing=south,type=right,waterlogged=true] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:trapped_chest[facing=south,type=right,waterlogged=false] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:trapped_chest[facing=west,type=single,waterlogged=true] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:trapped_chest[facing=west,type=single,waterlogged=false] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:trapped_chest[facing=west,type=left,waterlogged=true] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:trapped_chest[facing=west,type=left,waterlogged=false] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:trapped_chest[facing=west,type=right,waterlogged=true] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:trapped_chest[facing=west,type=right,waterlogged=false] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:trapped_chest[facing=east,type=single,waterlogged=true] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:trapped_chest[facing=east,type=single,waterlogged=false] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:trapped_chest[facing=east,type=left,waterlogged=true] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:trapped_chest[facing=east,type=left,waterlogged=false] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:trapped_chest[facing=east,type=right,waterlogged=true] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:trapped_chest[facing=east,type=right,waterlogged=false] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:light_weighted_pressure_plate 154 134 94 255 123 107 75 255 77 67 47 255 61 53 37 255 +minecraft:light_weighted_pressure_plate[power=1] 154 134 94 255 123 107 75 255 77 67 47 255 61 53 37 255 +minecraft:light_weighted_pressure_plate[power=2] 154 134 94 255 123 107 75 255 77 67 47 255 61 53 37 255 +minecraft:light_weighted_pressure_plate[power=3] 154 134 94 255 123 107 75 255 77 67 47 255 61 53 37 255 +minecraft:light_weighted_pressure_plate[power=4] 154 134 94 255 123 107 75 255 77 67 47 255 61 53 37 255 +minecraft:light_weighted_pressure_plate[power=5] 154 134 94 255 123 107 75 255 77 67 47 255 61 53 37 255 +minecraft:light_weighted_pressure_plate[power=6] 154 134 94 255 123 107 75 255 77 67 47 255 61 53 37 255 +minecraft:light_weighted_pressure_plate[power=7] 154 134 94 255 123 107 75 255 77 67 47 255 61 53 37 255 +minecraft:light_weighted_pressure_plate[power=8] 154 134 94 255 123 107 75 255 77 67 47 255 61 53 37 255 +minecraft:light_weighted_pressure_plate[power=9] 154 134 94 255 123 107 75 255 77 67 47 255 61 53 37 255 +minecraft:light_weighted_pressure_plate[power=10] 154 134 94 255 123 107 75 255 77 67 47 255 61 53 37 255 +minecraft:light_weighted_pressure_plate[power=11] 154 134 94 255 123 107 75 255 77 67 47 255 61 53 37 255 +minecraft:light_weighted_pressure_plate[power=12] 154 134 94 255 123 107 75 255 77 67 47 255 61 53 37 255 +minecraft:light_weighted_pressure_plate[power=13] 154 134 94 255 123 107 75 255 77 67 47 255 61 53 37 255 +minecraft:light_weighted_pressure_plate[power=14] 154 134 94 255 123 107 75 255 77 67 47 255 61 53 37 255 +minecraft:light_weighted_pressure_plate[power=15] 154 134 94 255 123 107 75 255 77 67 47 255 61 53 37 255 +minecraft:heavy_weighted_pressure_plate 80 86 73 255 64 68 58 255 40 43 36 255 32 34 29 255 +minecraft:heavy_weighted_pressure_plate[power=1] 80 86 73 255 64 68 58 255 40 43 36 255 32 34 29 255 +minecraft:heavy_weighted_pressure_plate[power=2] 80 86 73 255 64 68 58 255 40 43 36 255 32 34 29 255 +minecraft:heavy_weighted_pressure_plate[power=3] 80 86 73 255 64 68 58 255 40 43 36 255 32 34 29 255 +minecraft:heavy_weighted_pressure_plate[power=4] 80 86 73 255 64 68 58 255 40 43 36 255 32 34 29 255 +minecraft:heavy_weighted_pressure_plate[power=5] 80 86 73 255 64 68 58 255 40 43 36 255 32 34 29 255 +minecraft:heavy_weighted_pressure_plate[power=6] 80 86 73 255 64 68 58 255 40 43 36 255 32 34 29 255 +minecraft:heavy_weighted_pressure_plate[power=7] 80 86 73 255 64 68 58 255 40 43 36 255 32 34 29 255 +minecraft:heavy_weighted_pressure_plate[power=8] 80 86 73 255 64 68 58 255 40 43 36 255 32 34 29 255 +minecraft:heavy_weighted_pressure_plate[power=9] 80 86 73 255 64 68 58 255 40 43 36 255 32 34 29 255 +minecraft:heavy_weighted_pressure_plate[power=10] 80 86 73 255 64 68 58 255 40 43 36 255 32 34 29 255 +minecraft:heavy_weighted_pressure_plate[power=11] 80 86 73 255 64 68 58 255 40 43 36 255 32 34 29 255 +minecraft:heavy_weighted_pressure_plate[power=12] 80 86 73 255 64 68 58 255 40 43 36 255 32 34 29 255 +minecraft:heavy_weighted_pressure_plate[power=13] 80 86 73 255 64 68 58 255 40 43 36 255 32 34 29 255 +minecraft:heavy_weighted_pressure_plate[power=14] 80 86 73 255 64 68 58 255 40 43 36 255 32 34 29 255 +minecraft:heavy_weighted_pressure_plate[power=15] 80 86 73 255 64 68 58 255 40 43 36 255 32 34 29 255 +minecraft:comparator 107 111 98 255 85 88 78 255 53 55 49 255 42 44 39 255 +minecraft:comparator[facing=north,mode=compare,powered=false] 107 111 98 255 85 88 78 255 53 55 49 255 42 44 39 255 +minecraft:comparator[facing=north,mode=subtract,powered=true] 107 111 98 255 85 88 78 255 53 55 49 255 42 44 39 255 +minecraft:comparator[facing=north,mode=subtract,powered=false] 107 111 98 255 85 88 78 255 53 55 49 255 42 44 39 255 +minecraft:comparator[facing=south,mode=compare,powered=true] 107 111 98 255 85 88 78 255 53 55 49 255 42 44 39 255 +minecraft:comparator[facing=south,mode=compare,powered=false] 107 111 98 255 85 88 78 255 53 55 49 255 42 44 39 255 +minecraft:comparator[facing=south,mode=subtract,powered=true] 107 111 98 255 85 88 78 255 53 55 49 255 42 44 39 255 +minecraft:comparator[facing=south,mode=subtract,powered=false] 107 111 98 255 85 88 78 255 53 55 49 255 42 44 39 255 +minecraft:comparator[facing=west,mode=compare,powered=true] 107 111 98 255 85 88 78 255 53 55 49 255 42 44 39 255 +minecraft:comparator[facing=west,mode=compare,powered=false] 107 111 98 255 85 88 78 255 53 55 49 255 42 44 39 255 +minecraft:comparator[facing=west,mode=subtract,powered=true] 107 111 98 255 85 88 78 255 53 55 49 255 42 44 39 255 +minecraft:comparator[facing=west,mode=subtract,powered=false] 107 111 98 255 85 88 78 255 53 55 49 255 42 44 39 255 +minecraft:comparator[facing=east,mode=compare,powered=true] 107 111 98 255 85 88 78 255 53 55 49 255 42 44 39 255 +minecraft:comparator[facing=east,mode=compare,powered=false] 107 111 98 255 85 88 78 255 53 55 49 255 42 44 39 255 +minecraft:comparator[facing=east,mode=subtract,powered=true] 107 111 98 255 85 88 78 255 53 55 49 255 42 44 39 255 +minecraft:comparator[facing=east,mode=subtract,powered=false] 107 111 98 255 85 88 78 255 53 55 49 255 42 44 39 255 +minecraft:daylight_detector 68 71 61 255 54 56 48 255 34 35 30 255 27 28 24 255 +minecraft:daylight_detector[inverted=true,power=1] 68 71 61 255 54 56 48 255 34 35 30 255 27 28 24 255 +minecraft:daylight_detector[inverted=true,power=2] 68 71 61 255 54 56 48 255 34 35 30 255 27 28 24 255 +minecraft:daylight_detector[inverted=true,power=3] 68 71 61 255 54 56 48 255 34 35 30 255 27 28 24 255 +minecraft:daylight_detector[inverted=true,power=4] 68 71 61 255 54 56 48 255 34 35 30 255 27 28 24 255 +minecraft:daylight_detector[inverted=true,power=5] 68 71 61 255 54 56 48 255 34 35 30 255 27 28 24 255 +minecraft:daylight_detector[inverted=true,power=6] 68 71 61 255 54 56 48 255 34 35 30 255 27 28 24 255 +minecraft:daylight_detector[inverted=true,power=7] 68 71 61 255 54 56 48 255 34 35 30 255 27 28 24 255 +minecraft:daylight_detector[inverted=true,power=8] 68 71 61 255 54 56 48 255 34 35 30 255 27 28 24 255 +minecraft:daylight_detector[inverted=true,power=9] 68 71 61 255 54 56 48 255 34 35 30 255 27 28 24 255 +minecraft:daylight_detector[inverted=true,power=10] 68 71 61 255 54 56 48 255 34 35 30 255 27 28 24 255 +minecraft:daylight_detector[inverted=true,power=11] 68 71 61 255 54 56 48 255 34 35 30 255 27 28 24 255 +minecraft:daylight_detector[inverted=true,power=12] 68 71 61 255 54 56 48 255 34 35 30 255 27 28 24 255 +minecraft:daylight_detector[inverted=true,power=13] 68 71 61 255 54 56 48 255 34 35 30 255 27 28 24 255 +minecraft:daylight_detector[inverted=true,power=14] 68 71 61 255 54 56 48 255 34 35 30 255 27 28 24 255 +minecraft:daylight_detector[inverted=true,power=15] 68 71 61 255 54 56 48 255 34 35 30 255 27 28 24 255 +minecraft:daylight_detector[inverted=false,power=0] 69 93 77 255 55 74 61 255 34 46 38 255 27 37 30 255 +minecraft:daylight_detector[inverted=false,power=1] 69 93 77 255 55 74 61 255 34 46 38 255 27 37 30 255 +minecraft:daylight_detector[inverted=false,power=2] 69 93 77 255 55 74 61 255 34 46 38 255 27 37 30 255 +minecraft:daylight_detector[inverted=false,power=3] 69 93 77 255 55 74 61 255 34 46 38 255 27 37 30 255 +minecraft:daylight_detector[inverted=false,power=4] 69 93 77 255 55 74 61 255 34 46 38 255 27 37 30 255 +minecraft:daylight_detector[inverted=false,power=5] 69 93 77 255 55 74 61 255 34 46 38 255 27 37 30 255 +minecraft:daylight_detector[inverted=false,power=6] 69 93 77 255 55 74 61 255 34 46 38 255 27 37 30 255 +minecraft:daylight_detector[inverted=false,power=7] 69 93 77 255 55 74 61 255 34 46 38 255 27 37 30 255 +minecraft:daylight_detector[inverted=false,power=8] 69 93 77 255 55 74 61 255 34 46 38 255 27 37 30 255 +minecraft:daylight_detector[inverted=false,power=9] 69 93 77 255 55 74 61 255 34 46 38 255 27 37 30 255 +minecraft:daylight_detector[inverted=false,power=10] 69 93 77 255 55 74 61 255 34 46 38 255 27 37 30 255 +minecraft:daylight_detector[inverted=false,power=11] 69 93 77 255 55 74 61 255 34 46 38 255 27 37 30 255 +minecraft:daylight_detector[inverted=false,power=12] 69 93 77 255 55 74 61 255 34 46 38 255 27 37 30 255 +minecraft:daylight_detector[inverted=false,power=13] 69 93 77 255 55 74 61 255 34 46 38 255 27 37 30 255 +minecraft:daylight_detector[inverted=false,power=14] 69 93 77 255 55 74 61 255 34 46 38 255 27 37 30 255 +minecraft:daylight_detector[inverted=false,power=15] 69 93 77 255 55 74 61 255 34 46 38 255 27 37 30 255 +minecraft:redstone_block 87 62 60 255 69 49 48 255 43 31 30 255 34 24 24 255 +minecraft:nether_quartz_ore 103 75 69 255 82 60 55 255 51 37 34 255 41 30 27 255 +minecraft:hopper 43 43 43 255 34 34 34 255 21 21 21 255 17 17 17 255 +minecraft:hopper[enabled=true,facing=north] 43 43 43 255 34 34 34 255 21 21 21 255 17 17 17 255 +minecraft:hopper[enabled=true,facing=south] 43 43 43 255 34 34 34 255 21 21 21 255 17 17 17 255 +minecraft:hopper[enabled=true,facing=west] 43 43 43 255 34 34 34 255 21 21 21 255 17 17 17 255 +minecraft:hopper[enabled=true,facing=east] 43 43 43 255 34 34 34 255 21 21 21 255 17 17 17 255 +minecraft:hopper[enabled=false,facing=down] 43 43 43 255 34 34 34 255 21 21 21 255 17 17 17 255 +minecraft:hopper[enabled=false,facing=north] 43 43 43 255 34 34 34 255 21 21 21 255 17 17 17 255 +minecraft:hopper[enabled=false,facing=south] 43 43 43 255 34 34 34 255 21 21 21 255 17 17 17 255 +minecraft:hopper[enabled=false,facing=west] 43 43 43 255 34 34 34 255 21 21 21 255 17 17 17 255 +minecraft:hopper[enabled=false,facing=east] 43 43 43 255 34 34 34 255 21 21 21 255 17 17 17 255 +minecraft:quartz_block 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:chiseled_quartz_block 179 173 158 255 143 138 126 255 89 86 79 255 71 69 63 255 +minecraft:quartz_pillar 175 167 149 255 140 133 119 255 87 83 74 255 70 66 59 255 +minecraft:quartz_pillar[axis=y] 186 183 169 255 148 146 135 255 93 91 84 255 74 73 67 255 +minecraft:quartz_pillar[axis=z] 175 167 149 255 140 133 119 255 87 83 74 255 70 66 59 255 +minecraft:quartz_stairs 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=north,half=top,shape=straight,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=south,half=top,shape=straight,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=south,half=top,shape=straight,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=west,half=top,shape=straight,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=west,half=top,shape=straight,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=east,half=top,shape=straight,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=east,half=top,shape=straight,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:activator_rail 65 64 52 211 52 51 41 211 32 32 26 211 26 25 20 211 +minecraft:activator_rail[powered=true,shape=north_south,waterlogged=false] 65 64 52 211 52 51 41 211 32 32 26 211 26 25 20 211 +minecraft:activator_rail[powered=true,shape=east_west,waterlogged=true] 65 64 52 211 52 51 41 211 32 32 26 211 26 25 20 211 +minecraft:activator_rail[powered=true,shape=east_west,waterlogged=false] 65 64 52 211 52 51 41 211 32 32 26 211 26 25 20 211 +minecraft:activator_rail[powered=true,shape=ascending_east,waterlogged=true] 65 64 52 211 52 51 41 211 32 32 26 211 26 25 20 211 +minecraft:activator_rail[powered=true,shape=ascending_east,waterlogged=false] 65 64 52 211 52 51 41 211 32 32 26 211 26 25 20 211 +minecraft:activator_rail[powered=true,shape=ascending_west,waterlogged=true] 65 64 52 211 52 51 41 211 32 32 26 211 26 25 20 211 +minecraft:activator_rail[powered=true,shape=ascending_west,waterlogged=false] 65 64 52 211 52 51 41 211 32 32 26 211 26 25 20 211 +minecraft:activator_rail[powered=true,shape=ascending_north,waterlogged=true] 65 64 52 211 52 51 41 211 32 32 26 211 26 25 20 211 +minecraft:activator_rail[powered=true,shape=ascending_north,waterlogged=false] 65 64 52 211 52 51 41 211 32 32 26 211 26 25 20 211 +minecraft:activator_rail[powered=true,shape=ascending_south,waterlogged=true] 65 64 52 211 52 51 41 211 32 32 26 211 26 25 20 211 +minecraft:activator_rail[powered=true,shape=ascending_south,waterlogged=false] 65 64 52 211 52 51 41 211 32 32 26 211 26 25 20 211 +minecraft:activator_rail[powered=false,shape=north_south,waterlogged=true] 65 64 52 211 52 51 41 211 32 32 26 211 26 25 20 211 +minecraft:activator_rail[powered=false,shape=north_south,waterlogged=false] 65 64 52 211 52 51 41 211 32 32 26 211 26 25 20 211 +minecraft:activator_rail[powered=false,shape=east_west,waterlogged=true] 65 64 52 211 52 51 41 211 32 32 26 211 26 25 20 211 +minecraft:activator_rail[powered=false,shape=east_west,waterlogged=false] 65 64 52 211 52 51 41 211 32 32 26 211 26 25 20 211 +minecraft:activator_rail[powered=false,shape=ascending_east,waterlogged=true] 65 64 52 211 52 51 41 211 32 32 26 211 26 25 20 211 +minecraft:activator_rail[powered=false,shape=ascending_east,waterlogged=false] 65 64 52 211 52 51 41 211 32 32 26 211 26 25 20 211 +minecraft:activator_rail[powered=false,shape=ascending_west,waterlogged=true] 65 64 52 211 52 51 41 211 32 32 26 211 26 25 20 211 +minecraft:activator_rail[powered=false,shape=ascending_west,waterlogged=false] 65 64 52 211 52 51 41 211 32 32 26 211 26 25 20 211 +minecraft:activator_rail[powered=false,shape=ascending_north,waterlogged=true] 65 64 52 211 52 51 41 211 32 32 26 211 26 25 20 211 +minecraft:activator_rail[powered=false,shape=ascending_north,waterlogged=false] 65 64 52 211 52 51 41 211 32 32 26 211 26 25 20 211 +minecraft:activator_rail[powered=false,shape=ascending_south,waterlogged=true] 65 64 52 211 52 51 41 211 32 32 26 211 26 25 20 211 +minecraft:activator_rail[powered=false,shape=ascending_south,waterlogged=false] 65 64 52 211 52 51 41 211 32 32 26 211 26 25 20 211 +minecraft:dropper 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:dropper[facing=north,triggered=false] 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:dropper[facing=east,triggered=true] 88 95 83 255 70 76 66 255 44 47 41 255 35 38 33 255 +minecraft:dropper[facing=east,triggered=false] 88 95 83 255 70 76 66 255 44 47 41 255 35 38 33 255 +minecraft:dropper[facing=south,triggered=true] 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:dropper[facing=south,triggered=false] 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:dropper[facing=west,triggered=true] 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:dropper[facing=west,triggered=false] 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:dropper[facing=up,triggered=true] 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:dropper[facing=up,triggered=false] 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:dropper[facing=down,triggered=true] 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:dropper[facing=down,triggered=false] 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:white_terracotta 157 139 131 255 125 111 104 255 78 69 65 255 62 55 52 255 +minecraft:orange_terracotta 107 58 34 255 85 46 27 255 53 29 17 255 42 23 13 255 +minecraft:magenta_terracotta 101 58 81 255 80 46 64 255 50 29 40 255 40 23 32 255 +minecraft:light_blue_terracotta 77 77 96 255 61 61 76 255 38 38 48 255 30 30 38 255 +minecraft:yellow_terracotta 114 85 31 255 91 68 24 255 57 42 15 255 45 34 12 255 +minecraft:lime_terracotta 68 77 46 255 54 61 36 255 34 38 23 255 27 30 18 255 +minecraft:pink_terracotta 114 72 73 255 91 57 58 255 57 36 36 255 45 28 29 255 +minecraft:gray_terracotta 43 34 31 255 34 27 24 255 21 17 15 255 17 13 12 255 +minecraft:light_gray_terracotta 83 64 59 255 66 51 47 255 41 32 29 255 33 25 23 255 +minecraft:cyan_terracotta 46 69 69 255 36 55 55 255 23 34 34 255 18 27 27 255 +minecraft:purple_terracotta 73 45 86 255 58 36 68 255 36 22 43 255 29 18 34 255 +minecraft:blue_terracotta 49 49 71 255 39 39 56 255 24 24 35 255 19 19 28 255 +minecraft:brown_terracotta 46 37 29 255 36 29 23 255 23 18 14 255 18 14 11 255 +minecraft:green_terracotta 44 57 33 255 35 45 26 255 22 28 16 255 17 22 13 255 +minecraft:red_terracotta 96 45 36 255 76 36 28 255 48 22 18 255 38 18 14 255 +minecraft:black_terracotta 35 28 24 255 28 22 19 255 17 14 12 255 14 11 9 255 +minecraft:white_stained_glass_pane 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:orange_stained_glass_pane 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:magenta_stained_glass_pane 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:light_blue_stained_glass_pane 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:yellow_stained_glass_pane 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:lime_stained_glass_pane 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:pink_stained_glass_pane 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:gray_stained_glass_pane 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:light_gray_stained_glass_pane 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:cyan_stained_glass_pane 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:purple_stained_glass_pane 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:blue_stained_glass_pane 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:brown_stained_glass_pane 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:green_stained_glass_pane 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:red_stained_glass_pane 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:black_stained_glass_pane 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:acacia_stairs 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=north,half=top,shape=straight,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=south,half=top,shape=straight,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=south,half=top,shape=straight,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=west,half=top,shape=straight,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=west,half=top,shape=straight,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=east,half=top,shape=straight,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=east,half=top,shape=straight,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:dark_oak_stairs 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=straight,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=straight,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=straight,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=straight,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=straight,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=straight,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=straight,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:slime_block 111 192 91 180 88 153 72 180 55 96 45 180 44 76 36 180 +minecraft:iron_trapdoor 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:prismarine 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_bricks 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:dark_prismarine 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:prismarine_stairs 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=straight,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_brick_stairs 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:dark_prismarine_stairs 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=straight,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:prismarine_slab 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_slab[type=top,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_slab[type=bottom,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_slab[type=bottom,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_slab[type=double,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_slab[type=double,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_brick_slab 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_slab[type=top,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_slab[type=bottom,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_slab[type=bottom,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_slab[type=double,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_slab[type=double,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:dark_prismarine_slab 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_slab[type=top,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_slab[type=bottom,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_slab[type=bottom,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_slab[type=double,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_slab[type=double,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:sea_lantern 154 154 103 255 123 123 82 255 77 77 51 255 61 61 41 255 +minecraft:hay_block 125 120 91 255 100 96 72 255 62 60 45 255 50 48 36 255 +minecraft:hay_block[axis=y] 166 154 123 255 132 123 98 255 83 77 61 255 66 61 49 255 +minecraft:hay_block[axis=z] 125 120 91 255 100 96 72 255 62 60 45 255 50 48 36 255 +minecraft:white_carpet 186 181 172 255 148 144 137 255 93 90 86 255 74 72 68 255 +minecraft:orange_carpet 183 98 80 255 146 78 64 255 91 49 40 255 73 39 32 255 +minecraft:magenta_carpet 129 78 131 255 103 62 104 255 64 39 65 255 51 31 52 255 +minecraft:light_blue_carpet 104 113 140 255 83 90 112 255 52 56 70 255 41 45 56 255 +minecraft:yellow_carpet 173 136 76 255 138 108 60 255 86 68 38 255 69 54 30 255 +minecraft:lime_carpet 82 134 64 255 65 107 51 255 41 67 32 255 32 53 25 255 +minecraft:pink_carpet 174 133 133 255 139 106 106 255 87 66 66 255 69 53 53 255 +minecraft:gray_carpet 38 36 34 255 30 28 27 255 19 18 17 255 15 14 13 255 +minecraft:light_gray_carpet 83 84 76 255 66 67 60 255 41 42 38 255 33 33 30 255 +minecraft:cyan_carpet 38 60 60 255 30 48 48 255 19 30 30 255 15 24 24 255 +minecraft:purple_carpet 66 46 84 255 52 36 67 255 33 23 42 255 26 18 33 255 +minecraft:blue_carpet 42 49 75 255 33 39 60 255 21 24 37 255 16 19 30 255 +minecraft:brown_carpet 52 36 30 255 41 28 24 255 26 18 15 255 20 14 12 255 +minecraft:green_carpet 40 59 29 255 32 47 23 255 20 29 14 255 16 23 11 255 +minecraft:red_carpet 90 42 42 255 72 33 33 255 45 21 21 255 36 16 16 255 +minecraft:black_carpet 21 19 17 255 16 15 13 255 10 9 8 255 8 7 6 255 +minecraft:terracotta 93 68 52 255 74 54 41 255 46 34 26 255 37 27 20 255 +minecraft:coal_block 40 45 43 255 32 36 34 255 20 22 21 255 16 18 17 255 +minecraft:packed_ice 149 170 170 255 119 136 136 255 74 85 85 255 59 68 68 255 +minecraft:sunflower 47 61 30 101 37 48 24 101 23 30 15 101 18 24 12 101 +minecraft:sunflower[half=lower] 50 66 34 105 40 52 27 105 25 33 17 105 20 26 13 105 +minecraft:lilac 72 73 58 166 57 58 46 166 36 36 29 166 28 29 23 166 +minecraft:lilac[half=lower] 52 57 40 155 41 45 32 155 26 28 20 155 20 22 16 155 +minecraft:rose_bush 65 47 38 85 52 37 30 85 32 23 19 85 26 18 15 85 +minecraft:rose_bush[half=lower] 53 45 33 183 42 36 26 183 26 22 16 183 21 18 13 183 +minecraft:peony 93 86 81 113 74 68 64 113 46 43 40 113 37 34 32 113 +minecraft:peony[half=lower] 91 85 79 192 72 68 63 192 45 42 39 192 36 34 31 192 +minecraft:tall_grass 65 92 46 57 52 73 36 57 32 46 23 57 26 36 18 57 +minecraft:tall_grass[half=lower] 62 88 44 196 49 70 35 196 31 44 22 196 24 35 17 196 +minecraft:large_fern 46 65 33 81 36 52 26 81 23 32 16 81 18 26 13 81 +minecraft:large_fern[half=lower] 43 62 31 158 34 49 24 158 21 31 15 158 17 24 12 158 +minecraft:white_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:white_banner[rotation=1] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:white_banner[rotation=2] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:white_banner[rotation=3] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:white_banner[rotation=4] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:white_banner[rotation=5] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:white_banner[rotation=6] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:white_banner[rotation=7] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:white_banner[rotation=8] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:white_banner[rotation=9] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:white_banner[rotation=10] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:white_banner[rotation=11] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:white_banner[rotation=12] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:white_banner[rotation=13] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:white_banner[rotation=14] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:white_banner[rotation=15] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:orange_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:orange_banner[rotation=1] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:orange_banner[rotation=2] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:orange_banner[rotation=3] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:orange_banner[rotation=4] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:orange_banner[rotation=5] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:orange_banner[rotation=6] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:orange_banner[rotation=7] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:orange_banner[rotation=8] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:orange_banner[rotation=9] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:orange_banner[rotation=10] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:orange_banner[rotation=11] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:orange_banner[rotation=12] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:orange_banner[rotation=13] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:orange_banner[rotation=14] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:orange_banner[rotation=15] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:magenta_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:magenta_banner[rotation=1] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:magenta_banner[rotation=2] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:magenta_banner[rotation=3] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:magenta_banner[rotation=4] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:magenta_banner[rotation=5] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:magenta_banner[rotation=6] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:magenta_banner[rotation=7] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:magenta_banner[rotation=8] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:magenta_banner[rotation=9] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:magenta_banner[rotation=10] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:magenta_banner[rotation=11] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:magenta_banner[rotation=12] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:magenta_banner[rotation=13] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:magenta_banner[rotation=14] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:magenta_banner[rotation=15] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_blue_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_blue_banner[rotation=1] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_blue_banner[rotation=2] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_blue_banner[rotation=3] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_blue_banner[rotation=4] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_blue_banner[rotation=5] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_blue_banner[rotation=6] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_blue_banner[rotation=7] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_blue_banner[rotation=8] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_blue_banner[rotation=9] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_blue_banner[rotation=10] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_blue_banner[rotation=11] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_blue_banner[rotation=12] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_blue_banner[rotation=13] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_blue_banner[rotation=14] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_blue_banner[rotation=15] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:yellow_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:yellow_banner[rotation=1] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:yellow_banner[rotation=2] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:yellow_banner[rotation=3] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:yellow_banner[rotation=4] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:yellow_banner[rotation=5] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:yellow_banner[rotation=6] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:yellow_banner[rotation=7] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:yellow_banner[rotation=8] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:yellow_banner[rotation=9] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:yellow_banner[rotation=10] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:yellow_banner[rotation=11] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:yellow_banner[rotation=12] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:yellow_banner[rotation=13] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:yellow_banner[rotation=14] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:yellow_banner[rotation=15] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:lime_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:lime_banner[rotation=1] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:lime_banner[rotation=2] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:lime_banner[rotation=3] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:lime_banner[rotation=4] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:lime_banner[rotation=5] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:lime_banner[rotation=6] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:lime_banner[rotation=7] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:lime_banner[rotation=8] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:lime_banner[rotation=9] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:lime_banner[rotation=10] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:lime_banner[rotation=11] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:lime_banner[rotation=12] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:lime_banner[rotation=13] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:lime_banner[rotation=14] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:lime_banner[rotation=15] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:pink_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:pink_banner[rotation=1] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:pink_banner[rotation=2] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:pink_banner[rotation=3] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:pink_banner[rotation=4] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:pink_banner[rotation=5] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:pink_banner[rotation=6] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:pink_banner[rotation=7] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:pink_banner[rotation=8] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:pink_banner[rotation=9] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:pink_banner[rotation=10] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:pink_banner[rotation=11] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:pink_banner[rotation=12] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:pink_banner[rotation=13] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:pink_banner[rotation=14] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:pink_banner[rotation=15] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:gray_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:gray_banner[rotation=1] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:gray_banner[rotation=2] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:gray_banner[rotation=3] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:gray_banner[rotation=4] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:gray_banner[rotation=5] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:gray_banner[rotation=6] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:gray_banner[rotation=7] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:gray_banner[rotation=8] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:gray_banner[rotation=9] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:gray_banner[rotation=10] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:gray_banner[rotation=11] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:gray_banner[rotation=12] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:gray_banner[rotation=13] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:gray_banner[rotation=14] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:gray_banner[rotation=15] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_gray_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_gray_banner[rotation=1] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_gray_banner[rotation=2] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_gray_banner[rotation=3] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_gray_banner[rotation=4] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_gray_banner[rotation=5] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_gray_banner[rotation=6] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_gray_banner[rotation=7] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_gray_banner[rotation=8] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_gray_banner[rotation=9] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_gray_banner[rotation=10] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_gray_banner[rotation=11] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_gray_banner[rotation=12] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_gray_banner[rotation=13] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_gray_banner[rotation=14] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_gray_banner[rotation=15] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:cyan_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:cyan_banner[rotation=1] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:cyan_banner[rotation=2] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:cyan_banner[rotation=3] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:cyan_banner[rotation=4] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:cyan_banner[rotation=5] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:cyan_banner[rotation=6] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:cyan_banner[rotation=7] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:cyan_banner[rotation=8] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:cyan_banner[rotation=9] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:cyan_banner[rotation=10] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:cyan_banner[rotation=11] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:cyan_banner[rotation=12] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:cyan_banner[rotation=13] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:cyan_banner[rotation=14] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:cyan_banner[rotation=15] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:purple_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:purple_banner[rotation=1] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:purple_banner[rotation=2] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:purple_banner[rotation=3] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:purple_banner[rotation=4] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:purple_banner[rotation=5] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:purple_banner[rotation=6] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:purple_banner[rotation=7] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:purple_banner[rotation=8] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:purple_banner[rotation=9] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:purple_banner[rotation=10] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:purple_banner[rotation=11] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:purple_banner[rotation=12] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:purple_banner[rotation=13] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:purple_banner[rotation=14] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:purple_banner[rotation=15] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:blue_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:blue_banner[rotation=1] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:blue_banner[rotation=2] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:blue_banner[rotation=3] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:blue_banner[rotation=4] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:blue_banner[rotation=5] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:blue_banner[rotation=6] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:blue_banner[rotation=7] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:blue_banner[rotation=8] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:blue_banner[rotation=9] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:blue_banner[rotation=10] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:blue_banner[rotation=11] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:blue_banner[rotation=12] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:blue_banner[rotation=13] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:blue_banner[rotation=14] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:blue_banner[rotation=15] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:brown_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:brown_banner[rotation=1] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:brown_banner[rotation=2] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:brown_banner[rotation=3] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:brown_banner[rotation=4] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:brown_banner[rotation=5] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:brown_banner[rotation=6] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:brown_banner[rotation=7] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:brown_banner[rotation=8] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:brown_banner[rotation=9] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:brown_banner[rotation=10] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:brown_banner[rotation=11] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:brown_banner[rotation=12] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:brown_banner[rotation=13] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:brown_banner[rotation=14] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:brown_banner[rotation=15] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:green_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:green_banner[rotation=1] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:green_banner[rotation=2] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:green_banner[rotation=3] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:green_banner[rotation=4] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:green_banner[rotation=5] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:green_banner[rotation=6] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:green_banner[rotation=7] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:green_banner[rotation=8] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:green_banner[rotation=9] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:green_banner[rotation=10] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:green_banner[rotation=11] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:green_banner[rotation=12] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:green_banner[rotation=13] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:green_banner[rotation=14] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:green_banner[rotation=15] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:red_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:red_banner[rotation=1] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:red_banner[rotation=2] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:red_banner[rotation=3] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:red_banner[rotation=4] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:red_banner[rotation=5] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:red_banner[rotation=6] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:red_banner[rotation=7] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:red_banner[rotation=8] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:red_banner[rotation=9] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:red_banner[rotation=10] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:red_banner[rotation=11] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:red_banner[rotation=12] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:red_banner[rotation=13] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:red_banner[rotation=14] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:red_banner[rotation=15] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:black_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:black_banner[rotation=1] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:black_banner[rotation=2] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:black_banner[rotation=3] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:black_banner[rotation=4] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:black_banner[rotation=5] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:black_banner[rotation=6] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:black_banner[rotation=7] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:black_banner[rotation=8] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:black_banner[rotation=9] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:black_banner[rotation=10] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:black_banner[rotation=11] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:black_banner[rotation=12] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:black_banner[rotation=13] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:black_banner[rotation=14] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:black_banner[rotation=15] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:white_wall_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:white_wall_banner[facing=south] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:white_wall_banner[facing=west] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:white_wall_banner[facing=east] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:orange_wall_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:orange_wall_banner[facing=south] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:orange_wall_banner[facing=west] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:orange_wall_banner[facing=east] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:magenta_wall_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:magenta_wall_banner[facing=south] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:magenta_wall_banner[facing=west] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:magenta_wall_banner[facing=east] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_blue_wall_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_blue_wall_banner[facing=south] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_blue_wall_banner[facing=west] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_blue_wall_banner[facing=east] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:yellow_wall_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:yellow_wall_banner[facing=south] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:yellow_wall_banner[facing=west] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:yellow_wall_banner[facing=east] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:lime_wall_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:lime_wall_banner[facing=south] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:lime_wall_banner[facing=west] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:lime_wall_banner[facing=east] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:pink_wall_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:pink_wall_banner[facing=south] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:pink_wall_banner[facing=west] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:pink_wall_banner[facing=east] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:gray_wall_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:gray_wall_banner[facing=south] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:gray_wall_banner[facing=west] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:gray_wall_banner[facing=east] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_gray_wall_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_gray_wall_banner[facing=south] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_gray_wall_banner[facing=west] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_gray_wall_banner[facing=east] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:cyan_wall_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:cyan_wall_banner[facing=south] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:cyan_wall_banner[facing=west] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:cyan_wall_banner[facing=east] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:purple_wall_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:purple_wall_banner[facing=south] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:purple_wall_banner[facing=west] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:purple_wall_banner[facing=east] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:blue_wall_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:blue_wall_banner[facing=south] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:blue_wall_banner[facing=west] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:blue_wall_banner[facing=east] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:brown_wall_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:brown_wall_banner[facing=south] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:brown_wall_banner[facing=west] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:brown_wall_banner[facing=east] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:green_wall_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:green_wall_banner[facing=south] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:green_wall_banner[facing=west] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:green_wall_banner[facing=east] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:red_wall_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:red_wall_banner[facing=south] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:red_wall_banner[facing=west] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:red_wall_banner[facing=east] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:black_wall_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:black_wall_banner[facing=south] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:black_wall_banner[facing=west] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:black_wall_banner[facing=east] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:red_sandstone 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:chiseled_red_sandstone 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:cut_red_sandstone 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:red_sandstone_stairs 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:oak_slab 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_slab[type=top,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_slab[type=bottom,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_slab[type=bottom,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_slab[type=double,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_slab[type=double,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:spruce_slab 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_slab[type=top,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_slab[type=bottom,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_slab[type=bottom,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_slab[type=double,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_slab[type=double,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:birch_slab 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_slab[type=top,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_slab[type=bottom,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_slab[type=bottom,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_slab[type=double,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_slab[type=double,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:jungle_slab 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_slab[type=top,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_slab[type=bottom,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_slab[type=bottom,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_slab[type=double,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_slab[type=double,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:acacia_slab 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_slab[type=top,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_slab[type=bottom,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_slab[type=bottom,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_slab[type=double,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_slab[type=double,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:dark_oak_slab 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_slab[type=top,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_slab[type=bottom,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_slab[type=bottom,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_slab[type=double,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_slab[type=double,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:stone_slab 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_slab[type=top,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_slab[type=bottom,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_slab[type=bottom,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_slab[type=double,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_slab[type=double,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:smooth_stone_slab 115 126 111 255 92 100 88 255 57 63 55 255 46 50 44 255 +minecraft:smooth_stone_slab[type=top,waterlogged=false] 115 126 111 255 92 100 88 255 57 63 55 255 46 50 44 255 +minecraft:smooth_stone_slab[type=bottom,waterlogged=true] 115 126 111 255 92 100 88 255 57 63 55 255 46 50 44 255 +minecraft:smooth_stone_slab[type=bottom,waterlogged=false] 115 126 111 255 92 100 88 255 57 63 55 255 46 50 44 255 +minecraft:smooth_stone_slab[type=double,waterlogged=true] 115 126 111 255 92 100 88 255 57 63 55 255 46 50 44 255 +minecraft:smooth_stone_slab[type=double,waterlogged=false] 115 126 111 255 92 100 88 255 57 63 55 255 46 50 44 255 +minecraft:sandstone_slab 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:sandstone_slab[type=top,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:sandstone_slab[type=bottom,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:sandstone_slab[type=bottom,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:sandstone_slab[type=double,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:sandstone_slab[type=double,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:cut_sandstone_slab 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:cut_sandstone_slab[type=top,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:cut_sandstone_slab[type=bottom,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:cut_sandstone_slab[type=bottom,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:cut_sandstone_slab[type=double,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:cut_sandstone_slab[type=double,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:petrified_oak_slab 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:petrified_oak_slab[type=top,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:petrified_oak_slab[type=bottom,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:petrified_oak_slab[type=bottom,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:petrified_oak_slab[type=double,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:petrified_oak_slab[type=double,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:cobblestone_slab 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_slab[type=top,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_slab[type=bottom,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_slab[type=bottom,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_slab[type=double,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_slab[type=double,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:brick_slab 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_slab[type=top,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_slab[type=bottom,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_slab[type=bottom,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_slab[type=double,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_slab[type=double,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:stone_brick_slab 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_slab[type=top,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_slab[type=bottom,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_slab[type=bottom,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_slab[type=double,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_slab[type=double,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:nether_brick_slab 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_slab[type=top,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_slab[type=bottom,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_slab[type=bottom,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_slab[type=double,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_slab[type=double,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:quartz_slab 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_slab[type=top,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_slab[type=bottom,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_slab[type=bottom,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_slab[type=double,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_slab[type=double,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:red_sandstone_slab 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:red_sandstone_slab[type=top,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:red_sandstone_slab[type=bottom,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:red_sandstone_slab[type=bottom,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:red_sandstone_slab[type=double,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:red_sandstone_slab[type=double,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:cut_red_sandstone_slab 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:cut_red_sandstone_slab[type=top,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:cut_red_sandstone_slab[type=double,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:cut_red_sandstone_slab[type=double,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:purpur_slab 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_slab[type=top,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_slab[type=bottom,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_slab[type=bottom,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_slab[type=double,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_slab[type=double,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:smooth_stone 159 159 159 255 127 127 127 255 79 79 79 255 63 63 63 255 +minecraft:smooth_sandstone 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_quartz 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:smooth_red_sandstone 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:spruce_fence_gate 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=true,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=false,powered=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=false,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=true,powered=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=true,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=true,powered=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=true,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=false,powered=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=false,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=true,powered=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=true,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=false,powered=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=false,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=true,powered=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=true,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=false,powered=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=false,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=true,powered=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=true,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=false,powered=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=false,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=true,powered=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=true,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=false,powered=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=false,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=true,powered=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=true,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=false,powered=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=false,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:birch_fence_gate 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=true,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=false,powered=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=false,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=true,powered=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=true,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=true,powered=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=true,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=false,powered=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=false,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=true,powered=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=true,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=false,powered=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=false,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=true,powered=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=true,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=false,powered=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=false,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=true,powered=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=true,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=false,powered=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=false,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=true,powered=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=true,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=false,powered=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=false,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=true,powered=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=true,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=false,powered=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=false,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:jungle_fence_gate 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=true,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=false,powered=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=false,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=true,powered=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=true,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=true,powered=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=true,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=false,powered=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=false,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=true,powered=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=true,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=false,powered=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=false,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=true,powered=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=true,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=false,powered=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=false,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=true,powered=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=true,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=false,powered=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=false,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=true,powered=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=true,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=false,powered=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=false,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=true,powered=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=true,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=false,powered=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=false,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:acacia_fence_gate 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=true,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=false,powered=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=false,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=true,powered=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=true,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=true,powered=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=true,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=false,powered=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=false,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=true,powered=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=true,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=false,powered=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=false,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=true,powered=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=true,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=false,powered=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=false,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=true,powered=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=true,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=false,powered=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=false,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=true,powered=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=true,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=false,powered=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=false,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=true,powered=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=true,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=false,powered=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=false,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:dark_oak_fence_gate 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=true,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=false,powered=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=false,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=true,powered=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=true,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=true,powered=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=true,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=false,powered=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=false,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=true,powered=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=true,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=false,powered=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=false,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=true,powered=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=true,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=false,powered=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=false,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=true,powered=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=true,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=false,powered=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=false,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=true,powered=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=true,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=false,powered=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=false,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=true,powered=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=true,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=false,powered=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=false,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:spruce_fence 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=true,west=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=false,west=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=false,west=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=true,west=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=true,west=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=false,west=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=false,west=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=true,west=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=true,west=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=false,west=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=false,west=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=true,west=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=true,west=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=false,west=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=false,west=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=true,west=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=true,west=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=false,west=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=false,west=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=true,west=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=true,west=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=false,west=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=false,west=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=true,west=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=true,west=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=false,west=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=false,west=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=true,west=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=true,west=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:birch_fence 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=true,west=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=false,west=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=false,west=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=true,west=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=true,west=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=false,west=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=false,west=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=true,west=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=true,west=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=false,west=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=false,west=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=true,west=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=true,west=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=false,west=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=false,west=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=true,west=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=true,west=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=false,west=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=false,west=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=true,west=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=true,west=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=false,west=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=false,west=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=true,west=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=true,west=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=false,west=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=false,west=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=true,west=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=true,west=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:jungle_fence 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=true,west=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=false,west=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=false,west=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=true,west=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=true,west=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=false,west=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=false,west=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=true,west=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=true,west=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=false,west=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=false,west=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=true,west=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=true,west=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=false,west=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=false,west=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=true,west=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=true,west=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=false,west=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=false,west=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=true,west=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=true,west=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=false,west=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=false,west=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=true,west=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=true,west=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=false,west=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=false,west=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=true,west=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=true,west=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:acacia_fence 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=true,west=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=false,west=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=false,west=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=true,west=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=true,west=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=false,west=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=false,west=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=true,west=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=true,west=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=false,west=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=false,west=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=true,west=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=true,west=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=false,west=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=false,west=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=true,west=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=true,west=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=false,west=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=false,west=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=true,west=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=true,west=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=false,west=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=false,west=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=true,west=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=true,west=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=false,west=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=false,west=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=true,west=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=true,west=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:dark_oak_fence 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=true,west=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=false,west=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=false,west=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=true,west=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=true,west=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=false,west=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=false,west=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=true,west=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=true,west=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=false,west=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=false,west=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=true,west=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=true,west=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=false,west=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=false,west=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=true,west=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=true,west=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=false,west=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=false,west=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=true,west=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=true,west=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=false,west=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=false,west=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=true,west=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=true,west=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=false,west=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=false,west=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=true,west=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=true,west=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:spruce_door 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=true,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=false,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=false,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=true,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=true,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=false,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=false,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=true,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=true,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=true,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=true,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=false,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=false,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=true,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=true,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=false,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=false,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=true,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=true,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=false,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=false,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=true,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=true,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=false,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=false,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=true,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=true,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=false,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=false,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=true,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=true,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=false,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=false,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=true,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=true,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=false,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=false,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=true,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=true,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=false,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=false,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=true,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=true,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=false,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=false,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=true,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=true,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=false,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=false,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=true,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=true,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=false,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=false,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=true,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=true,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=false,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=false,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=true,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=true,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=false,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=false,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:birch_door 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=true,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=false,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=false,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=true,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=true,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=false,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=false,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=true,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=true,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=true,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=true,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=false,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=false,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=true,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=true,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=false,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=false,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=true,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=true,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=false,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=false,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=true,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=true,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=false,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=false,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=true,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=true,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=false,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=false,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=true,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=true,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=false,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=false,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=true,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=true,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=false,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=false,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=true,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=true,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=false,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=false,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=true,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=true,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=false,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=false,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=true,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=true,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=false,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=false,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=true,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=true,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=false,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=false,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=true,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=true,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=false,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=false,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=true,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=true,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=false,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=false,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:jungle_door 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=true,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=false,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=false,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=true,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=true,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=false,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=false,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=true,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=true,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=true,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=true,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=false,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=false,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=true,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=true,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=false,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=false,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=true,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=true,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=false,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=false,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=true,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=true,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=false,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=false,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=true,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=true,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=false,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=false,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=true,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=true,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=false,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=false,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=true,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=true,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=false,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=false,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=true,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=true,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=false,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=false,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=true,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=true,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=false,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=false,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=true,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=true,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=false,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=false,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=true,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=true,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=false,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=false,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=true,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=true,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=false,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=false,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=true,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=true,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=false,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=false,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:acacia_door 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=true,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=false,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=false,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=true,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=true,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=false,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=false,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=true,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=true,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=true,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=true,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=false,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=false,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=true,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=true,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=false,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=false,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=true,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=true,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=false,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=false,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=true,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=true,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=false,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=false,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=true,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=true,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=false,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=false,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=true,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=true,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=false,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=false,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=true,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=true,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=false,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=false,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=true,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=true,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=false,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=false,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=true,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=true,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=false,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=false,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=true,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=true,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=false,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=false,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=true,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=true,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=false,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=false,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=true,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=true,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=false,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=false,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=true,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=true,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=false,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=false,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:dark_oak_door 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=true,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=false,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=false,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=true,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=true,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=false,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=false,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=true,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=true,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=true,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=true,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=false,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=false,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=true,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=true,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=false,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=false,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=true,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=true,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=false,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=false,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=true,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=true,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=false,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=false,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=true,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=true,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=false,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=false,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=true,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=true,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=false,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=false,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=true,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=true,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=false,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=false,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=true,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=true,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=false,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=false,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=true,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=true,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=false,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=false,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=true,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=true,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=false,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=false,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=true,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=true,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=false,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=false,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=true,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=true,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=false,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=false,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=true,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=true,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=false,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=false,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:end_rod 155 165 145 53 124 132 116 53 77 82 72 53 62 66 58 53 +minecraft:end_rod[facing=east] 155 165 145 53 124 132 116 53 77 82 72 53 62 66 58 53 +minecraft:end_rod[facing=south] 155 165 145 53 124 132 116 53 77 82 72 53 62 66 58 53 +minecraft:end_rod[facing=west] 155 165 145 53 124 132 116 53 77 82 72 53 62 66 58 53 +minecraft:end_rod[facing=up] 155 165 145 53 124 132 116 53 77 82 72 53 62 66 58 53 +minecraft:end_rod[facing=down] 155 165 145 53 124 132 116 53 77 82 72 53 62 66 58 53 +minecraft:chorus_plant 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=true,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=false,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=false,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=true,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=true,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=false,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=false,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=true,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=true,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=false,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=false,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=true,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=true,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=false,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=false,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=true,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=true,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=false,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=false,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=true,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=true,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=false,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=false,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=true,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=true,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=false,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=false,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=true,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=true,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=false,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=false,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=true,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=true,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=false,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=false,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=true,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=true,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=false,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=false,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=true,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=true,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=false,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=false,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=true,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=true,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=false,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=false,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=true,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=true,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=false,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=false,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=true,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=true,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=false,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=false,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=true,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=true,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=false,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=false,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=true,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=true,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_flower 44 43 41 255 35 34 32 255 22 21 20 255 17 17 16 255 +minecraft:chorus_flower[age=1] 44 43 41 255 35 34 32 255 22 21 20 255 17 17 16 255 +minecraft:chorus_flower[age=2] 44 43 41 255 35 34 32 255 22 21 20 255 17 17 16 255 +minecraft:chorus_flower[age=3] 44 43 41 255 35 34 32 255 22 21 20 255 17 17 16 255 +minecraft:chorus_flower[age=4] 44 43 41 255 35 34 32 255 22 21 20 255 17 17 16 255 +minecraft:chorus_flower[age=5] 70 68 59 255 56 54 47 255 35 34 29 255 28 27 23 255 +minecraft:purpur_block 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_pillar 34 33 35 255 27 26 28 255 17 16 17 255 13 13 14 255 +minecraft:purpur_pillar[axis=y] 36 35 37 255 28 28 29 255 18 17 18 255 14 14 14 255 +minecraft:purpur_pillar[axis=z] 34 33 35 255 27 26 28 255 17 16 17 255 13 13 14 255 +minecraft:purpur_stairs 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=north,half=top,shape=straight,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=south,half=top,shape=straight,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=south,half=top,shape=straight,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=west,half=top,shape=straight,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=west,half=top,shape=straight,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=east,half=top,shape=straight,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=east,half=top,shape=straight,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:end_stone_bricks 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:beetroots 67 76 44 26 53 60 35 26 33 38 22 26 26 30 17 26 +minecraft:beetroots[age=1] 64 73 42 44 51 58 33 44 32 36 21 44 25 29 16 44 +minecraft:beetroots[age=2] 65 68 41 50 52 54 32 50 32 34 20 50 26 27 16 50 +minecraft:beetroots[age=3] 66 70 42 94 52 56 33 94 33 35 21 94 26 28 16 94 +minecraft:dirt_path 148 121 65 255 118 96 52 255 74 60 32 255 59 48 26 255 +minecraft:end_gateway 0 0 63 255 0 0 50 255 0 0 31 255 0 0 25 255 +minecraft:repeating_command_block 54 50 58 255 43 40 46 255 27 25 29 255 21 20 23 255 +minecraft:repeating_command_block[conditional=true,facing=east] 56 53 60 255 44 42 48 255 28 26 30 255 22 21 24 255 +minecraft:repeating_command_block[conditional=true,facing=south] 53 50 55 255 42 40 44 255 26 25 27 255 21 20 22 255 +minecraft:repeating_command_block[conditional=true,facing=west] 53 50 55 255 42 40 44 255 26 25 27 255 21 20 22 255 +minecraft:repeating_command_block[conditional=true,facing=up] 53 50 55 255 42 40 44 255 26 25 27 255 21 20 22 255 +minecraft:repeating_command_block[conditional=true,facing=down] 53 50 55 255 42 40 44 255 26 25 27 255 21 20 22 255 +minecraft:repeating_command_block[conditional=false,facing=north] 54 50 58 255 43 40 46 255 27 25 29 255 21 20 23 255 +minecraft:repeating_command_block[conditional=false,facing=east] 56 53 60 255 44 42 48 255 28 26 30 255 22 21 24 255 +minecraft:repeating_command_block[conditional=false,facing=south] 53 51 55 255 42 40 44 255 26 25 27 255 21 20 22 255 +minecraft:repeating_command_block[conditional=false,facing=west] 53 51 55 255 42 40 44 255 26 25 27 255 21 20 22 255 +minecraft:repeating_command_block[conditional=false,facing=up] 53 51 55 255 42 40 44 255 26 25 27 255 21 20 22 255 +minecraft:repeating_command_block[conditional=false,facing=down] 53 51 55 255 42 40 44 255 26 25 27 255 21 20 22 255 +minecraft:chain_command_block 54 64 44 255 43 51 35 255 27 32 22 255 21 25 17 255 +minecraft:chain_command_block[conditional=true,facing=east] 57 66 46 255 45 52 36 255 28 33 23 255 22 26 18 255 +minecraft:chain_command_block[conditional=true,facing=south] 52 62 44 255 41 49 35 255 26 31 22 255 20 24 17 255 +minecraft:chain_command_block[conditional=true,facing=west] 52 62 44 255 41 49 35 255 26 31 22 255 20 24 17 255 +minecraft:chain_command_block[conditional=true,facing=up] 52 62 44 255 41 49 35 255 26 31 22 255 20 24 17 255 +minecraft:chain_command_block[conditional=true,facing=down] 52 62 44 255 41 49 35 255 26 31 22 255 20 24 17 255 +minecraft:chain_command_block[conditional=false,facing=north] 54 64 44 255 43 51 35 255 27 32 22 255 21 25 17 255 +minecraft:chain_command_block[conditional=false,facing=east] 57 66 46 255 45 52 36 255 28 33 23 255 22 26 18 255 +minecraft:chain_command_block[conditional=false,facing=south] 54 62 45 255 43 49 36 255 27 31 22 255 21 24 18 255 +minecraft:chain_command_block[conditional=false,facing=west] 54 62 45 255 43 49 36 255 27 31 22 255 21 24 18 255 +minecraft:chain_command_block[conditional=false,facing=up] 54 62 45 255 43 49 36 255 27 31 22 255 21 24 18 255 +minecraft:chain_command_block[conditional=false,facing=down] 54 62 45 255 43 49 36 255 27 31 22 255 21 24 18 255 +minecraft:frosted_ice 161 185 190 179 128 148 152 179 80 92 95 179 64 74 76 179 +minecraft:frosted_ice[age=1] 161 185 190 179 128 148 152 179 80 92 95 179 64 74 76 179 +minecraft:frosted_ice[age=2] 161 185 190 179 128 148 152 179 80 92 95 179 64 74 76 179 +minecraft:frosted_ice[age=3] 160 184 189 179 128 147 151 179 80 92 94 179 64 73 75 179 +minecraft:magma_block 64 46 37 255 51 36 29 255 32 23 18 255 25 18 14 255 +minecraft:nether_wart_block 72 11 21 255 57 8 16 255 36 5 10 255 28 4 8 255 +minecraft:red_nether_bricks 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:bone_block 212 209 195 255 169 167 156 255 106 104 97 255 84 83 78 255 +minecraft:bone_block[axis=y] 212 208 195 255 169 166 156 255 106 104 97 255 84 83 78 255 +minecraft:bone_block[axis=z] 212 209 195 255 169 167 156 255 106 104 97 255 84 83 78 255 +minecraft:observer 94 95 85 255 75 76 68 255 47 47 42 255 37 38 34 255 +minecraft:observer[facing=north,powered=false] 94 95 85 255 75 76 68 255 47 47 42 255 37 38 34 255 +minecraft:observer[facing=east,powered=true] 98 104 92 255 78 83 73 255 49 52 46 255 39 41 36 255 +minecraft:observer[facing=east,powered=false] 98 104 92 255 78 83 73 255 49 52 46 255 39 41 36 255 +minecraft:observer[facing=south,powered=true] 122 134 119 255 97 107 95 255 61 67 59 255 48 53 47 255 +minecraft:observer[facing=south,powered=false] 122 134 119 255 97 107 95 255 61 67 59 255 48 53 47 255 +minecraft:observer[facing=west,powered=true] 122 134 119 255 97 107 95 255 61 67 59 255 48 53 47 255 +minecraft:observer[facing=west,powered=false] 122 134 119 255 97 107 95 255 61 67 59 255 48 53 47 255 +minecraft:observer[facing=up,powered=true] 122 134 119 255 97 107 95 255 61 67 59 255 48 53 47 255 +minecraft:observer[facing=up,powered=false] 122 134 119 255 97 107 95 255 61 67 59 255 48 53 47 255 +minecraft:observer[facing=down,powered=true] 122 134 119 255 97 107 95 255 61 67 59 255 48 53 47 255 +minecraft:observer[facing=down,powered=false] 122 134 119 255 97 107 95 255 61 67 59 255 48 53 47 255 +minecraft:shulker_box 53 44 62 255 42 35 49 255 26 22 31 255 21 17 24 255 +minecraft:shulker_box[facing=east] 53 44 62 255 42 35 49 255 26 22 31 255 21 17 24 255 +minecraft:shulker_box[facing=south] 53 44 62 255 42 35 49 255 26 22 31 255 21 17 24 255 +minecraft:shulker_box[facing=west] 53 44 62 255 42 35 49 255 26 22 31 255 21 17 24 255 +minecraft:shulker_box[facing=up] 53 44 62 255 42 35 49 255 26 22 31 255 21 17 24 255 +minecraft:shulker_box[facing=down] 53 44 62 255 42 35 49 255 26 22 31 255 21 17 24 255 +minecraft:white_shulker_box 148 137 122 255 118 109 97 255 74 68 61 255 59 54 48 255 +minecraft:white_shulker_box[facing=east] 148 137 123 255 118 109 98 255 74 68 61 255 59 54 49 255 +minecraft:white_shulker_box[facing=south] 146 136 121 255 116 108 96 255 73 68 60 255 58 54 48 255 +minecraft:white_shulker_box[facing=west] 146 136 121 255 116 108 96 255 73 68 60 255 58 54 48 255 +minecraft:white_shulker_box[facing=up] 146 136 121 255 116 108 96 255 73 68 60 255 58 54 48 255 +minecraft:white_shulker_box[facing=down] 146 136 121 255 116 108 96 255 73 68 60 255 58 54 48 255 +minecraft:orange_shulker_box 115 72 52 255 92 57 41 255 57 36 26 255 46 28 20 255 +minecraft:orange_shulker_box[facing=east] 115 73 53 255 92 58 42 255 57 36 26 255 46 29 21 255 +minecraft:orange_shulker_box[facing=south] 113 71 51 255 90 56 40 255 56 35 25 255 45 28 20 255 +minecraft:orange_shulker_box[facing=west] 113 71 51 255 90 56 40 255 56 35 25 255 45 28 20 255 +minecraft:orange_shulker_box[facing=up] 113 71 51 255 90 56 40 255 56 35 25 255 45 28 20 255 +minecraft:orange_shulker_box[facing=down] 113 71 51 255 90 56 40 255 56 35 25 255 45 28 20 255 +minecraft:magenta_shulker_box 83 59 79 255 66 47 63 255 41 29 39 255 33 23 31 255 +minecraft:magenta_shulker_box[facing=east] 83 59 79 255 66 47 63 255 41 29 39 255 33 23 31 255 +minecraft:magenta_shulker_box[facing=south] 82 59 79 255 65 47 63 255 41 29 39 255 32 23 31 255 +minecraft:magenta_shulker_box[facing=west] 82 59 79 255 65 47 63 255 41 29 39 255 32 23 31 255 +minecraft:magenta_shulker_box[facing=up] 82 59 79 255 65 47 63 255 41 29 39 255 32 23 31 255 +minecraft:magenta_shulker_box[facing=down] 82 59 79 255 65 47 63 255 41 29 39 255 32 23 31 255 +minecraft:light_blue_shulker_box 59 69 77 255 47 55 61 255 29 34 38 255 23 27 30 255 +minecraft:light_blue_shulker_box[facing=east] 59 69 77 255 47 55 61 255 29 34 38 255 23 27 30 255 +minecraft:light_blue_shulker_box[facing=south] 58 69 77 255 46 55 61 255 29 34 38 255 23 27 30 255 +minecraft:light_blue_shulker_box[facing=west] 58 69 77 255 46 55 61 255 29 34 38 255 23 27 30 255 +minecraft:light_blue_shulker_box[facing=up] 58 69 77 255 46 55 61 255 29 34 38 255 23 27 30 255 +minecraft:light_blue_shulker_box[facing=down] 58 69 77 255 46 55 61 255 29 34 38 255 23 27 30 255 +minecraft:yellow_shulker_box 127 102 71 255 101 81 56 255 63 51 35 255 50 40 28 255 +minecraft:yellow_shulker_box[facing=east] 127 102 71 255 101 81 56 255 63 51 35 255 50 40 28 255 +minecraft:yellow_shulker_box[facing=south] 124 100 70 255 99 80 56 255 62 50 35 255 49 40 28 255 +minecraft:yellow_shulker_box[facing=west] 124 100 70 255 99 80 56 255 62 50 35 255 49 40 28 255 +minecraft:yellow_shulker_box[facing=up] 124 100 70 255 99 80 56 255 62 50 35 255 49 40 28 255 +minecraft:yellow_shulker_box[facing=down] 124 100 70 255 99 80 56 255 62 50 35 255 49 40 28 255 +minecraft:lime_shulker_box 59 66 36 255 47 52 28 255 29 33 18 255 23 26 14 255 +minecraft:lime_shulker_box[facing=east] 59 66 36 255 47 52 28 255 29 33 18 255 23 26 14 255 +minecraft:lime_shulker_box[facing=south] 59 65 36 255 47 52 28 255 29 32 18 255 23 26 14 255 +minecraft:lime_shulker_box[facing=west] 59 65 36 255 47 52 28 255 29 32 18 255 23 26 14 255 +minecraft:lime_shulker_box[facing=up] 59 65 36 255 47 52 28 255 29 32 18 255 23 26 14 255 +minecraft:lime_shulker_box[facing=down] 59 65 36 255 47 52 28 255 29 32 18 255 23 26 14 255 +minecraft:pink_shulker_box 124 80 80 255 99 64 64 255 62 40 40 255 49 32 32 255 +minecraft:pink_shulker_box[facing=east] 124 80 80 255 99 64 64 255 62 40 40 255 49 32 32 255 +minecraft:pink_shulker_box[facing=south] 123 79 80 255 98 63 64 255 61 39 40 255 49 31 32 255 +minecraft:pink_shulker_box[facing=west] 123 79 80 255 98 63 64 255 61 39 40 255 49 31 32 255 +minecraft:pink_shulker_box[facing=up] 123 79 80 255 98 63 64 255 61 39 40 255 49 31 32 255 +minecraft:pink_shulker_box[facing=down] 123 79 80 255 98 63 64 255 61 39 40 255 49 31 32 255 +minecraft:gray_shulker_box 31 30 29 255 24 24 23 255 15 15 14 255 12 12 11 255 +minecraft:gray_shulker_box[facing=east] 31 30 29 255 24 24 23 255 15 15 14 255 12 12 11 255 +minecraft:gray_shulker_box[facing=south] 31 30 29 255 24 24 23 255 15 15 14 255 12 12 11 255 +minecraft:gray_shulker_box[facing=west] 31 30 29 255 24 24 23 255 15 15 14 255 12 12 11 255 +minecraft:gray_shulker_box[facing=up] 31 30 29 255 24 24 23 255 15 15 14 255 12 12 11 255 +minecraft:gray_shulker_box[facing=down] 31 30 29 255 24 24 23 255 15 15 14 255 12 12 11 255 +minecraft:light_gray_shulker_box 64 63 53 255 51 50 42 255 32 31 26 255 25 25 21 255 +minecraft:light_gray_shulker_box[facing=east] 64 63 53 255 51 50 42 255 32 31 26 255 25 25 21 255 +minecraft:light_gray_shulker_box[facing=south] 63 62 53 255 50 49 42 255 31 31 26 255 25 24 21 255 +minecraft:light_gray_shulker_box[facing=west] 63 62 53 255 50 49 42 255 31 31 26 255 25 24 21 255 +minecraft:light_gray_shulker_box[facing=up] 63 62 53 255 50 49 42 255 31 31 26 255 25 24 21 255 +minecraft:light_gray_shulker_box[facing=down] 63 62 53 255 50 49 42 255 31 31 26 255 25 24 21 255 +minecraft:cyan_shulker_box 32 45 47 255 25 36 37 255 16 22 23 255 12 18 18 255 +minecraft:cyan_shulker_box[facing=east] 32 45 47 255 25 36 37 255 16 22 23 255 12 18 18 255 +minecraft:cyan_shulker_box[facing=south] 32 45 47 255 25 36 37 255 16 22 23 255 12 18 18 255 +minecraft:cyan_shulker_box[facing=west] 32 45 47 255 25 36 37 255 16 22 23 255 12 18 18 255 +minecraft:cyan_shulker_box[facing=up] 32 45 47 255 25 36 37 255 16 22 23 255 12 18 18 255 +minecraft:cyan_shulker_box[facing=down] 32 45 47 255 25 36 37 255 16 22 23 255 12 18 18 255 +minecraft:purple_shulker_box 60 46 61 255 48 36 48 255 30 23 30 255 24 18 24 255 +minecraft:purple_shulker_box[facing=east] 60 46 61 255 48 36 48 255 30 23 30 255 24 18 24 255 +minecraft:purple_shulker_box[facing=south] 59 46 60 255 47 36 48 255 29 23 30 255 23 18 24 255 +minecraft:purple_shulker_box[facing=west] 59 46 60 255 47 36 48 255 29 23 30 255 23 18 24 255 +minecraft:purple_shulker_box[facing=up] 59 46 60 255 47 36 48 255 29 23 30 255 23 18 24 255 +minecraft:purple_shulker_box[facing=down] 59 46 60 255 47 36 48 255 29 23 30 255 23 18 24 255 +minecraft:blue_shulker_box 36 41 58 255 28 32 46 255 18 20 29 255 14 16 23 255 +minecraft:blue_shulker_box[facing=east] 36 41 58 255 28 32 46 255 18 20 29 255 14 16 23 255 +minecraft:blue_shulker_box[facing=south] 36 41 58 255 28 32 46 255 18 20 29 255 14 16 23 255 +minecraft:blue_shulker_box[facing=west] 36 41 58 255 28 32 46 255 18 20 29 255 14 16 23 255 +minecraft:blue_shulker_box[facing=up] 36 41 58 255 28 32 46 255 18 20 29 255 14 16 23 255 +minecraft:blue_shulker_box[facing=down] 36 41 58 255 28 32 46 255 18 20 29 255 14 16 23 255 +minecraft:brown_shulker_box 41 38 27 255 32 30 21 255 20 19 13 255 16 15 10 255 +minecraft:brown_shulker_box[facing=east] 41 38 27 255 32 30 21 255 20 19 13 255 16 15 10 255 +minecraft:brown_shulker_box[facing=south] 41 38 26 255 32 30 20 255 20 19 13 255 16 15 10 255 +minecraft:brown_shulker_box[facing=west] 41 38 26 255 32 30 20 255 20 19 13 255 16 15 10 255 +minecraft:brown_shulker_box[facing=up] 41 38 26 255 32 30 20 255 20 19 13 255 16 15 10 255 +minecraft:brown_shulker_box[facing=down] 41 38 26 255 32 30 20 255 20 19 13 255 16 15 10 255 +minecraft:green_shulker_box 38 46 36 255 30 36 28 255 19 23 18 255 15 18 14 255 +minecraft:green_shulker_box[facing=east] 38 46 36 255 30 36 28 255 19 23 18 255 15 18 14 255 +minecraft:green_shulker_box[facing=south] 38 45 36 255 30 36 28 255 19 22 18 255 15 18 14 255 +minecraft:green_shulker_box[facing=west] 38 45 36 255 30 36 28 255 19 22 18 255 15 18 14 255 +minecraft:green_shulker_box[facing=up] 38 45 36 255 30 36 28 255 19 22 18 255 15 18 14 255 +minecraft:green_shulker_box[facing=down] 38 45 36 255 30 36 28 255 19 22 18 255 15 18 14 255 +minecraft:red_shulker_box 66 40 36 255 52 32 28 255 33 20 18 255 26 16 14 255 +minecraft:red_shulker_box[facing=east] 66 40 36 255 52 32 28 255 33 20 18 255 26 16 14 255 +minecraft:red_shulker_box[facing=south] 66 39 36 255 52 31 28 255 33 19 18 255 26 15 14 255 +minecraft:red_shulker_box[facing=west] 66 39 36 255 52 31 28 255 33 19 18 255 26 15 14 255 +minecraft:red_shulker_box[facing=up] 66 39 36 255 52 31 28 255 33 19 18 255 26 15 14 255 +minecraft:red_shulker_box[facing=down] 66 39 36 255 52 31 28 255 33 19 18 255 26 15 14 255 +minecraft:black_shulker_box 36 35 37 255 28 28 29 255 18 17 18 255 14 14 14 255 +minecraft:black_shulker_box[facing=east] 36 35 37 255 28 28 29 255 18 17 18 255 14 14 14 255 +minecraft:black_shulker_box[facing=south] 36 34 37 255 28 27 29 255 18 17 18 255 14 13 14 255 +minecraft:black_shulker_box[facing=west] 36 34 37 255 28 27 29 255 18 17 18 255 14 13 14 255 +minecraft:black_shulker_box[facing=up] 36 34 37 255 28 27 29 255 18 17 18 255 14 13 14 255 +minecraft:black_shulker_box[facing=down] 36 34 37 255 28 27 29 255 18 17 18 255 14 13 14 255 +minecraft:white_glazed_terracotta 162 156 157 255 129 124 125 255 81 78 78 255 64 62 62 255 +minecraft:white_glazed_terracotta[facing=south] 162 156 157 255 129 124 125 255 81 78 78 255 64 62 62 255 +minecraft:white_glazed_terracotta[facing=west] 162 156 157 255 129 124 125 255 81 78 78 255 64 62 62 255 +minecraft:white_glazed_terracotta[facing=east] 162 156 157 255 129 124 125 255 81 78 78 255 64 62 62 255 +minecraft:orange_glazed_terracotta 188 158 133 255 150 126 106 255 94 79 66 255 75 63 53 255 +minecraft:orange_glazed_terracotta[facing=south] 188 158 133 255 150 126 106 255 94 79 66 255 75 63 53 255 +minecraft:orange_glazed_terracotta[facing=west] 188 158 133 255 150 126 106 255 94 79 66 255 75 63 53 255 +minecraft:orange_glazed_terracotta[facing=east] 188 158 133 255 150 126 106 255 94 79 66 255 75 63 53 255 +minecraft:magenta_glazed_terracotta 119 95 119 255 95 76 95 255 59 47 59 255 47 38 47 255 +minecraft:magenta_glazed_terracotta[facing=south] 119 95 119 255 95 76 95 255 59 47 59 255 47 38 47 255 +minecraft:magenta_glazed_terracotta[facing=west] 119 95 119 255 95 76 95 255 59 47 59 255 47 38 47 255 +minecraft:magenta_glazed_terracotta[facing=east] 119 95 119 255 95 76 95 255 59 47 59 255 47 38 47 255 +minecraft:light_blue_glazed_terracotta 130 131 145 255 104 104 116 255 65 65 72 255 52 52 58 255 +minecraft:light_blue_glazed_terracotta[facing=south] 130 131 145 255 104 104 116 255 65 65 72 255 52 52 58 255 +minecraft:light_blue_glazed_terracotta[facing=west] 130 131 145 255 104 104 116 255 65 65 72 255 52 52 58 255 +minecraft:light_blue_glazed_terracotta[facing=east] 130 131 145 255 104 104 116 255 65 65 72 255 52 52 58 255 +minecraft:yellow_glazed_terracotta 181 162 134 255 144 129 107 255 90 81 67 255 72 64 53 255 +minecraft:yellow_glazed_terracotta[facing=south] 181 162 134 255 144 129 107 255 90 81 67 255 72 64 53 255 +minecraft:yellow_glazed_terracotta[facing=west] 181 162 134 255 144 129 107 255 90 81 67 255 72 64 53 255 +minecraft:yellow_glazed_terracotta[facing=east] 181 162 134 255 144 129 107 255 90 81 67 255 72 64 53 255 +minecraft:lime_glazed_terracotta 104 130 98 255 83 104 78 255 52 65 49 255 41 52 39 255 +minecraft:lime_glazed_terracotta[facing=south] 104 130 98 255 83 104 78 255 52 65 49 255 41 52 39 255 +minecraft:lime_glazed_terracotta[facing=west] 104 130 98 255 83 104 78 255 52 65 49 255 41 52 39 255 +minecraft:lime_glazed_terracotta[facing=east] 104 130 98 255 83 104 78 255 52 65 49 255 41 52 39 255 +minecraft:pink_glazed_terracotta 190 167 165 255 152 133 132 255 95 83 82 255 76 66 66 255 +minecraft:pink_glazed_terracotta[facing=south] 190 167 165 255 152 133 132 255 95 83 82 255 76 66 66 255 +minecraft:pink_glazed_terracotta[facing=west] 190 167 165 255 152 133 132 255 95 83 82 255 76 66 66 255 +minecraft:pink_glazed_terracotta[facing=east] 190 167 165 255 152 133 132 255 95 83 82 255 76 66 66 255 +minecraft:gray_glazed_terracotta 153 145 127 255 122 116 101 255 76 72 63 255 61 58 50 255 +minecraft:gray_glazed_terracotta[facing=south] 153 145 127 255 122 116 101 255 76 72 63 255 61 58 50 255 +minecraft:gray_glazed_terracotta[facing=west] 153 145 127 255 122 116 101 255 76 72 63 255 61 58 50 255 +minecraft:gray_glazed_terracotta[facing=east] 153 145 127 255 122 116 101 255 76 72 63 255 61 58 50 255 +minecraft:light_gray_glazed_terracotta 102 101 95 255 81 80 76 255 51 50 47 255 40 40 38 255 +minecraft:light_gray_glazed_terracotta[facing=south] 102 101 95 255 81 80 76 255 51 50 47 255 40 40 38 255 +minecraft:light_gray_glazed_terracotta[facing=west] 102 101 95 255 81 80 76 255 51 50 47 255 40 40 38 255 +minecraft:light_gray_glazed_terracotta[facing=east] 102 101 95 255 81 80 76 255 51 50 47 255 40 40 38 255 +minecraft:cyan_glazed_terracotta 116 126 124 255 92 100 99 255 58 63 62 255 46 50 49 255 +minecraft:cyan_glazed_terracotta[facing=south] 116 126 124 255 92 100 99 255 58 63 62 255 46 50 49 255 +minecraft:cyan_glazed_terracotta[facing=west] 116 126 124 255 92 100 99 255 58 63 62 255 46 50 49 255 +minecraft:cyan_glazed_terracotta[facing=east] 116 126 124 255 92 100 99 255 58 63 62 255 46 50 49 255 +minecraft:purple_glazed_terracotta 126 114 136 255 100 91 108 255 63 57 68 255 50 45 54 255 +minecraft:purple_glazed_terracotta[facing=south] 126 114 136 255 100 91 108 255 63 57 68 255 50 45 54 255 +minecraft:purple_glazed_terracotta[facing=west] 126 114 136 255 100 91 108 255 63 57 68 255 50 45 54 255 +minecraft:purple_glazed_terracotta[facing=east] 126 114 136 255 100 91 108 255 63 57 68 255 50 45 54 255 +minecraft:blue_glazed_terracotta 135 140 149 255 108 112 119 255 67 70 74 255 54 56 59 255 +minecraft:blue_glazed_terracotta[facing=south] 135 140 149 255 108 112 119 255 67 70 74 255 54 56 59 255 +minecraft:blue_glazed_terracotta[facing=west] 135 140 149 255 108 112 119 255 67 70 74 255 54 56 59 255 +minecraft:blue_glazed_terracotta[facing=east] 135 140 149 255 108 112 119 255 67 70 74 255 54 56 59 255 +minecraft:brown_glazed_terracotta 121 112 106 255 96 89 84 255 60 56 53 255 48 44 42 255 +minecraft:brown_glazed_terracotta[facing=south] 121 112 106 255 96 89 84 255 60 56 53 255 48 44 42 255 +minecraft:brown_glazed_terracotta[facing=west] 121 112 106 255 96 89 84 255 60 56 53 255 48 44 42 255 +minecraft:brown_glazed_terracotta[facing=east] 121 112 106 255 96 89 84 255 60 56 53 255 48 44 42 255 +minecraft:green_glazed_terracotta 126 140 119 255 100 112 95 255 63 70 59 255 50 56 47 255 +minecraft:green_glazed_terracotta[facing=south] 126 140 119 255 100 112 95 255 63 70 59 255 50 56 47 255 +minecraft:green_glazed_terracotta[facing=west] 126 140 119 255 100 112 95 255 63 70 59 255 50 56 47 255 +minecraft:green_glazed_terracotta[facing=east] 126 140 119 255 100 112 95 255 63 70 59 255 50 56 47 255 +minecraft:red_glazed_terracotta 132 105 100 255 105 84 80 255 66 52 50 255 52 42 40 255 +minecraft:red_glazed_terracotta[facing=south] 132 105 100 255 105 84 80 255 66 52 50 255 52 42 40 255 +minecraft:red_glazed_terracotta[facing=west] 132 105 100 255 105 84 80 255 66 52 50 255 52 42 40 255 +minecraft:red_glazed_terracotta[facing=east] 132 105 100 255 105 84 80 255 66 52 50 255 52 42 40 255 +minecraft:black_glazed_terracotta 117 116 112 255 93 92 89 255 58 58 56 255 46 46 44 255 +minecraft:black_glazed_terracotta[facing=south] 117 116 112 255 93 92 89 255 58 58 56 255 46 46 44 255 +minecraft:black_glazed_terracotta[facing=west] 117 116 112 255 93 92 89 255 58 58 56 255 46 46 44 255 +minecraft:black_glazed_terracotta[facing=east] 117 116 112 255 93 92 89 255 58 58 56 255 46 46 44 255 +minecraft:white_concrete 179 176 149 255 143 140 119 255 89 88 74 255 71 70 59 255 +minecraft:orange_concrete 134 61 16 255 107 48 12 255 67 30 8 255 53 24 6 255 +minecraft:magenta_concrete 101 54 76 255 80 43 60 255 50 27 38 255 40 21 30 255 +minecraft:light_blue_concrete 68 97 134 255 54 77 107 255 34 48 67 255 27 38 53 255 +minecraft:yellow_concrete 165 115 22 255 132 92 17 255 82 57 11 255 66 46 8 255 +minecraft:lime_concrete 66 93 45 255 52 74 36 255 33 46 22 255 26 37 18 255 +minecraft:pink_concrete 164 88 110 255 131 70 88 255 82 44 55 255 65 35 44 255 +minecraft:gray_concrete 104 99 98 255 83 79 78 255 52 49 49 255 41 39 39 255 +minecraft:light_gray_concrete 112 127 119 255 89 101 95 255 56 63 59 255 44 50 47 255 +minecraft:cyan_concrete 50 104 97 255 40 83 77 255 25 52 48 255 20 41 38 255 +minecraft:purple_concrete 78 50 101 255 62 40 80 255 39 25 50 255 31 20 40 255 +minecraft:blue_concrete 37 49 76 255 29 39 60 255 18 24 38 255 14 19 30 255 +minecraft:brown_concrete 70 52 40 255 56 41 32 255 35 26 20 255 28 20 16 255 +minecraft:green_concrete 43 89 53 255 34 71 42 255 21 44 26 255 17 35 21 255 +minecraft:red_concrete 101 52 50 255 80 41 40 255 50 26 25 255 40 20 20 255 +minecraft:black_concrete 53 46 46 255 42 36 36 255 26 23 23 255 21 18 18 255 +minecraft:white_concrete_powder 216 212 179 255 172 169 143 255 108 106 89 255 86 84 71 255 +minecraft:orange_concrete_powder 162 73 20 255 129 58 16 255 81 36 10 255 64 29 8 255 +minecraft:magenta_concrete_powder 121 65 91 255 96 52 72 255 60 32 45 255 48 26 36 255 +minecraft:light_blue_concrete_powder 81 118 162 255 64 94 129 255 40 59 81 255 32 47 64 255 +minecraft:yellow_concrete_powder 191 140 46 255 152 112 36 255 95 70 23 255 76 56 18 255 +minecraft:lime_concrete_powder 80 112 54 255 64 89 43 255 40 56 27 255 32 44 21 255 +minecraft:pink_concrete_powder 198 107 133 255 158 85 106 255 99 53 66 255 79 42 53 255 +minecraft:gray_concrete_powder 126 119 119 255 100 95 95 255 63 59 59 255 50 47 47 255 +minecraft:light_gray_concrete_powder 141 157 149 255 112 125 119 255 70 78 74 255 56 62 59 255 +minecraft:cyan_concrete_powder 61 125 118 255 48 100 94 255 30 62 59 255 24 50 47 255 +minecraft:purple_concrete_powder 94 61 122 255 75 48 97 255 47 30 61 255 37 24 48 255 +minecraft:blue_concrete_powder 45 59 92 255 36 47 73 255 22 29 46 255 18 23 36 255 +minecraft:brown_concrete_powder 84 62 48 255 67 49 38 255 42 31 24 255 33 24 19 255 +minecraft:green_concrete_powder 53 108 64 255 42 86 51 255 26 54 32 255 21 43 25 255 +minecraft:red_concrete_powder 122 63 61 255 97 50 48 255 61 31 30 255 48 25 24 255 +minecraft:black_concrete_powder 64 56 55 255 51 44 44 255 32 28 27 255 25 22 22 255 +minecraft:kelp 41 66 19 37 32 52 15 37 20 33 9 37 16 26 7 37 +minecraft:kelp[age=1] 41 66 19 37 32 52 15 37 20 33 9 37 16 26 7 37 +minecraft:kelp[age=2] 41 66 19 37 32 52 15 37 20 33 9 37 16 26 7 37 +minecraft:kelp[age=3] 41 66 19 37 32 52 15 37 20 33 9 37 16 26 7 37 +minecraft:kelp[age=4] 41 66 19 37 32 52 15 37 20 33 9 37 16 26 7 37 +minecraft:kelp[age=5] 41 66 19 37 32 52 15 37 20 33 9 37 16 26 7 37 +minecraft:kelp[age=6] 41 66 19 37 32 52 15 37 20 33 9 37 16 26 7 37 +minecraft:kelp[age=7] 41 66 19 37 32 52 15 37 20 33 9 37 16 26 7 37 +minecraft:kelp[age=8] 41 66 19 37 32 52 15 37 20 33 9 37 16 26 7 37 +minecraft:kelp[age=9] 41 66 19 37 32 52 15 37 20 33 9 37 16 26 7 37 +minecraft:kelp[age=10] 41 66 19 37 32 52 15 37 20 33 9 37 16 26 7 37 +minecraft:kelp[age=11] 41 66 19 37 32 52 15 37 20 33 9 37 16 26 7 37 +minecraft:kelp[age=12] 41 66 19 37 32 52 15 37 20 33 9 37 16 26 7 37 +minecraft:kelp[age=13] 41 66 19 37 32 52 15 37 20 33 9 37 16 26 7 37 +minecraft:kelp[age=14] 41 66 19 37 32 52 15 37 20 33 9 37 16 26 7 37 +minecraft:kelp[age=15] 41 66 19 37 32 52 15 37 20 33 9 37 16 26 7 37 +minecraft:kelp[age=16] 41 66 19 37 32 52 15 37 20 33 9 37 16 26 7 37 +minecraft:kelp[age=17] 41 66 19 37 32 52 15 37 20 33 9 37 16 26 7 37 +minecraft:kelp[age=18] 41 66 19 37 32 52 15 37 20 33 9 37 16 26 7 37 +minecraft:kelp[age=19] 41 66 19 37 32 52 15 37 20 33 9 37 16 26 7 37 +minecraft:kelp[age=20] 41 66 19 37 32 52 15 37 20 33 9 37 16 26 7 37 +minecraft:kelp[age=21] 41 66 19 37 32 52 15 37 20 33 9 37 16 26 7 37 +minecraft:kelp[age=22] 41 66 19 37 32 52 15 37 20 33 9 37 16 26 7 37 +minecraft:kelp[age=23] 41 66 19 37 32 52 15 37 20 33 9 37 16 26 7 37 +minecraft:kelp[age=24] 41 66 19 37 32 52 15 37 20 33 9 37 16 26 7 37 +minecraft:kelp[age=25] 41 66 19 37 32 52 15 37 20 33 9 37 16 26 7 37 +minecraft:kelp_plant 30 53 15 57 24 42 12 57 15 26 7 57 12 21 6 57 +minecraft:dried_kelp_block 47 57 43 255 37 45 34 255 23 28 21 255 18 22 17 255 +minecraft:turtle_egg 211 212 186 132 168 169 148 132 105 106 93 132 84 84 74 132 +minecraft:turtle_egg[eggs=1,hatch=1] 204 205 179 132 163 164 143 132 102 102 89 132 81 82 71 132 +minecraft:turtle_egg[eggs=1,hatch=2] 192 193 167 132 153 154 133 132 96 96 83 132 76 77 66 132 +minecraft:turtle_egg[eggs=2,hatch=0] 211 212 186 132 168 169 148 132 105 106 93 132 84 84 74 132 +minecraft:turtle_egg[eggs=2,hatch=1] 204 205 179 132 163 164 143 132 102 102 89 132 81 82 71 132 +minecraft:turtle_egg[eggs=2,hatch=2] 192 193 167 132 153 154 133 132 96 96 83 132 76 77 66 132 +minecraft:turtle_egg[eggs=3,hatch=0] 211 212 186 132 168 169 148 132 105 106 93 132 84 84 74 132 +minecraft:turtle_egg[eggs=3,hatch=1] 204 205 179 132 163 164 143 132 102 102 89 132 81 82 71 132 +minecraft:turtle_egg[eggs=3,hatch=2] 192 193 167 132 153 154 133 132 96 96 83 132 76 77 66 132 +minecraft:turtle_egg[eggs=4,hatch=0] 211 212 186 132 168 169 148 132 105 106 93 132 84 84 74 132 +minecraft:turtle_egg[eggs=4,hatch=1] 204 205 179 132 163 164 143 132 102 102 89 132 81 82 71 132 +minecraft:turtle_egg[eggs=4,hatch=2] 192 193 167 132 153 154 133 132 96 96 83 132 76 77 66 132 +minecraft:dead_tube_coral_block 132 127 115 255 105 101 92 255 66 63 57 255 52 50 46 255 +minecraft:dead_brain_coral_block 170 166 154 255 136 132 123 255 85 83 77 255 68 66 61 255 +minecraft:dead_bubble_coral_block 129 125 114 255 103 100 91 255 64 62 57 255 51 50 45 255 +minecraft:dead_fire_coral_block 104 100 91 255 83 80 72 255 52 50 45 255 41 40 36 255 +minecraft:dead_horn_coral_block 116 112 100 255 92 89 80 255 58 56 50 255 46 44 40 255 +minecraft:tube_coral_block 63 72 153 255 50 57 122 255 31 36 76 255 25 28 61 255 +minecraft:brain_coral_block 155 116 122 252 124 92 97 252 77 58 61 252 62 46 48 252 +minecraft:bubble_coral_block 117 102 137 255 93 81 109 255 58 51 68 255 46 40 54 255 +minecraft:fire_coral_block 108 63 57 255 86 50 45 255 54 31 28 255 43 25 22 255 +minecraft:horn_coral_block 131 108 63 255 104 86 50 255 65 54 31 255 52 43 25 255 +minecraft:dead_tube_coral 135 131 118 143 108 104 94 143 67 65 59 143 54 52 47 143 +minecraft:dead_tube_coral[waterlogged=false] 135 131 118 143 108 104 94 143 67 65 59 143 54 52 47 143 +minecraft:dead_brain_coral 170 167 156 124 136 133 124 124 85 83 78 124 68 66 62 124 +minecraft:dead_brain_coral[waterlogged=false] 170 167 156 124 136 133 124 124 85 83 78 124 68 66 62 124 +minecraft:dead_bubble_coral 126 123 112 149 100 98 89 149 63 61 56 149 50 49 44 149 +minecraft:dead_bubble_coral[waterlogged=false] 126 123 112 149 100 98 89 149 63 61 56 149 50 49 44 149 +minecraft:dead_fire_coral 139 136 124 70 111 108 99 70 69 68 62 70 55 54 49 70 +minecraft:dead_fire_coral[waterlogged=false] 139 136 124 70 111 108 99 70 69 68 62 70 55 54 49 70 +minecraft:dead_horn_coral 123 118 106 90 98 94 84 90 61 59 53 90 49 47 42 90 +minecraft:dead_horn_coral[waterlogged=false] 123 118 106 90 98 94 84 90 61 59 53 90 49 47 42 90 +minecraft:tube_coral 65 75 163 143 52 60 130 143 32 37 81 143 26 30 65 143 +minecraft:tube_coral[waterlogged=false] 65 75 163 143 52 60 130 143 32 37 81 143 26 30 65 143 +minecraft:brain_coral 152 111 116 124 121 88 92 124 76 55 58 124 60 44 46 124 +minecraft:brain_coral[waterlogged=false] 152 111 116 124 121 88 92 124 76 55 58 124 60 44 46 124 +minecraft:bubble_coral 103 83 121 144 82 66 96 144 51 41 60 144 41 33 48 144 +minecraft:bubble_coral[waterlogged=false] 103 83 121 144 82 66 96 144 51 41 60 144 41 33 48 144 +minecraft:fire_coral 126 72 66 70 100 57 52 70 63 36 33 70 50 28 26 70 +minecraft:fire_coral[waterlogged=false] 126 72 66 70 100 57 52 70 63 36 33 70 50 28 26 70 +minecraft:horn_coral 121 97 56 90 96 77 44 90 60 48 28 90 48 38 22 90 +minecraft:horn_coral[waterlogged=false] 121 97 56 90 96 77 44 90 60 48 28 90 48 38 22 90 +minecraft:dead_tube_coral_fan 129 126 117 109 103 100 93 109 64 63 58 109 51 50 46 109 +minecraft:dead_tube_coral_fan[waterlogged=false] 129 126 117 109 103 100 93 109 64 63 58 109 51 50 46 109 +minecraft:dead_brain_coral_fan 147 144 135 94 117 115 108 94 73 72 67 94 58 57 54 94 +minecraft:dead_brain_coral_fan[waterlogged=false] 147 144 135 94 117 115 108 94 73 72 67 94 58 57 54 94 +minecraft:dead_bubble_coral_fan 137 134 125 127 109 107 100 127 68 67 62 127 54 53 50 127 +minecraft:dead_bubble_coral_fan[waterlogged=false] 137 134 125 127 109 107 100 127 68 67 62 127 54 53 50 127 +minecraft:dead_fire_coral_fan 106 103 94 109 84 82 75 109 53 51 47 109 42 41 37 109 +minecraft:dead_fire_coral_fan[waterlogged=false] 106 103 94 109 84 82 75 109 53 51 47 109 42 41 37 109 +minecraft:dead_horn_coral_fan 146 143 134 94 116 114 107 94 73 71 67 94 58 57 53 94 +minecraft:dead_horn_coral_fan[waterlogged=false] 146 143 134 94 116 114 107 94 73 71 67 94 58 57 53 94 +minecraft:tube_coral_fan 76 81 165 109 60 64 132 109 38 40 82 109 30 32 66 109 +minecraft:tube_coral_fan[waterlogged=false] 76 81 165 109 60 64 132 109 38 40 82 109 30 32 66 109 +minecraft:brain_coral_fan 151 112 119 94 120 89 95 94 75 56 59 94 60 44 47 94 +minecraft:brain_coral_fan[waterlogged=false] 151 112 119 94 120 89 95 94 75 56 59 94 60 44 47 94 +minecraft:bubble_coral_fan 126 106 145 127 100 84 116 127 63 53 72 127 50 42 58 127 +minecraft:bubble_coral_fan[waterlogged=false] 126 106 145 127 100 84 116 127 63 53 72 127 50 42 58 127 +minecraft:fire_coral_fan 130 76 72 109 104 60 57 109 65 38 36 109 52 30 28 109 +minecraft:fire_coral_fan[waterlogged=false] 130 76 72 109 104 60 57 109 65 38 36 109 52 30 28 109 +minecraft:horn_coral_fan 152 131 80 94 121 104 64 94 76 65 40 94 60 52 32 94 +minecraft:horn_coral_fan[waterlogged=false] 152 131 80 94 121 104 64 94 76 65 40 94 60 52 32 94 +minecraft:dead_tube_coral_wall_fan 129 126 117 109 103 100 93 109 64 63 58 109 51 50 46 109 +minecraft:dead_tube_coral_wall_fan[facing=north,waterlogged=false] 129 126 117 109 103 100 93 109 64 63 58 109 51 50 46 109 +minecraft:dead_tube_coral_wall_fan[facing=south,waterlogged=true] 129 126 117 109 103 100 93 109 64 63 58 109 51 50 46 109 +minecraft:dead_tube_coral_wall_fan[facing=south,waterlogged=false] 129 126 117 109 103 100 93 109 64 63 58 109 51 50 46 109 +minecraft:dead_tube_coral_wall_fan[facing=west,waterlogged=true] 129 126 117 109 103 100 93 109 64 63 58 109 51 50 46 109 +minecraft:dead_tube_coral_wall_fan[facing=west,waterlogged=false] 129 126 117 109 103 100 93 109 64 63 58 109 51 50 46 109 +minecraft:dead_tube_coral_wall_fan[facing=east,waterlogged=true] 129 126 117 109 103 100 93 109 64 63 58 109 51 50 46 109 +minecraft:dead_tube_coral_wall_fan[facing=east,waterlogged=false] 129 126 117 109 103 100 93 109 64 63 58 109 51 50 46 109 +minecraft:dead_brain_coral_wall_fan 147 144 135 94 117 115 108 94 73 72 67 94 58 57 54 94 +minecraft:dead_brain_coral_wall_fan[facing=north,waterlogged=false] 147 144 135 94 117 115 108 94 73 72 67 94 58 57 54 94 +minecraft:dead_brain_coral_wall_fan[facing=south,waterlogged=true] 147 144 135 94 117 115 108 94 73 72 67 94 58 57 54 94 +minecraft:dead_brain_coral_wall_fan[facing=south,waterlogged=false] 147 144 135 94 117 115 108 94 73 72 67 94 58 57 54 94 +minecraft:dead_brain_coral_wall_fan[facing=west,waterlogged=true] 147 144 135 94 117 115 108 94 73 72 67 94 58 57 54 94 +minecraft:dead_brain_coral_wall_fan[facing=west,waterlogged=false] 147 144 135 94 117 115 108 94 73 72 67 94 58 57 54 94 +minecraft:dead_brain_coral_wall_fan[facing=east,waterlogged=true] 147 144 135 94 117 115 108 94 73 72 67 94 58 57 54 94 +minecraft:dead_brain_coral_wall_fan[facing=east,waterlogged=false] 147 144 135 94 117 115 108 94 73 72 67 94 58 57 54 94 +minecraft:dead_bubble_coral_wall_fan 137 134 125 127 109 107 100 127 68 67 62 127 54 53 50 127 +minecraft:dead_bubble_coral_wall_fan[facing=north,waterlogged=false] 137 134 125 127 109 107 100 127 68 67 62 127 54 53 50 127 +minecraft:dead_bubble_coral_wall_fan[facing=south,waterlogged=true] 137 134 125 127 109 107 100 127 68 67 62 127 54 53 50 127 +minecraft:dead_bubble_coral_wall_fan[facing=south,waterlogged=false] 137 134 125 127 109 107 100 127 68 67 62 127 54 53 50 127 +minecraft:dead_bubble_coral_wall_fan[facing=west,waterlogged=true] 137 134 125 127 109 107 100 127 68 67 62 127 54 53 50 127 +minecraft:dead_bubble_coral_wall_fan[facing=west,waterlogged=false] 137 134 125 127 109 107 100 127 68 67 62 127 54 53 50 127 +minecraft:dead_bubble_coral_wall_fan[facing=east,waterlogged=true] 137 134 125 127 109 107 100 127 68 67 62 127 54 53 50 127 +minecraft:dead_bubble_coral_wall_fan[facing=east,waterlogged=false] 137 134 125 127 109 107 100 127 68 67 62 127 54 53 50 127 +minecraft:dead_fire_coral_wall_fan 106 103 94 109 84 82 75 109 53 51 47 109 42 41 37 109 +minecraft:dead_fire_coral_wall_fan[facing=north,waterlogged=false] 106 103 94 109 84 82 75 109 53 51 47 109 42 41 37 109 +minecraft:dead_fire_coral_wall_fan[facing=south,waterlogged=true] 106 103 94 109 84 82 75 109 53 51 47 109 42 41 37 109 +minecraft:dead_fire_coral_wall_fan[facing=south,waterlogged=false] 106 103 94 109 84 82 75 109 53 51 47 109 42 41 37 109 +minecraft:dead_fire_coral_wall_fan[facing=west,waterlogged=true] 106 103 94 109 84 82 75 109 53 51 47 109 42 41 37 109 +minecraft:dead_fire_coral_wall_fan[facing=west,waterlogged=false] 106 103 94 109 84 82 75 109 53 51 47 109 42 41 37 109 +minecraft:dead_fire_coral_wall_fan[facing=east,waterlogged=true] 106 103 94 109 84 82 75 109 53 51 47 109 42 41 37 109 +minecraft:dead_fire_coral_wall_fan[facing=east,waterlogged=false] 106 103 94 109 84 82 75 109 53 51 47 109 42 41 37 109 +minecraft:dead_horn_coral_wall_fan 146 143 134 94 116 114 107 94 73 71 67 94 58 57 53 94 +minecraft:dead_horn_coral_wall_fan[facing=north,waterlogged=false] 146 143 134 94 116 114 107 94 73 71 67 94 58 57 53 94 +minecraft:dead_horn_coral_wall_fan[facing=south,waterlogged=true] 146 143 134 94 116 114 107 94 73 71 67 94 58 57 53 94 +minecraft:dead_horn_coral_wall_fan[facing=south,waterlogged=false] 146 143 134 94 116 114 107 94 73 71 67 94 58 57 53 94 +minecraft:dead_horn_coral_wall_fan[facing=west,waterlogged=true] 146 143 134 94 116 114 107 94 73 71 67 94 58 57 53 94 +minecraft:dead_horn_coral_wall_fan[facing=west,waterlogged=false] 146 143 134 94 116 114 107 94 73 71 67 94 58 57 53 94 +minecraft:dead_horn_coral_wall_fan[facing=east,waterlogged=true] 146 143 134 94 116 114 107 94 73 71 67 94 58 57 53 94 +minecraft:dead_horn_coral_wall_fan[facing=east,waterlogged=false] 146 143 134 94 116 114 107 94 73 71 67 94 58 57 53 94 +minecraft:tube_coral_wall_fan 76 81 165 109 60 64 132 109 38 40 82 109 30 32 66 109 +minecraft:tube_coral_wall_fan[facing=north,waterlogged=false] 76 81 165 109 60 64 132 109 38 40 82 109 30 32 66 109 +minecraft:tube_coral_wall_fan[facing=south,waterlogged=true] 76 81 165 109 60 64 132 109 38 40 82 109 30 32 66 109 +minecraft:tube_coral_wall_fan[facing=south,waterlogged=false] 76 81 165 109 60 64 132 109 38 40 82 109 30 32 66 109 +minecraft:tube_coral_wall_fan[facing=west,waterlogged=true] 76 81 165 109 60 64 132 109 38 40 82 109 30 32 66 109 +minecraft:tube_coral_wall_fan[facing=west,waterlogged=false] 76 81 165 109 60 64 132 109 38 40 82 109 30 32 66 109 +minecraft:tube_coral_wall_fan[facing=east,waterlogged=true] 76 81 165 109 60 64 132 109 38 40 82 109 30 32 66 109 +minecraft:tube_coral_wall_fan[facing=east,waterlogged=false] 76 81 165 109 60 64 132 109 38 40 82 109 30 32 66 109 +minecraft:brain_coral_wall_fan 151 112 119 94 120 89 95 94 75 56 59 94 60 44 47 94 +minecraft:brain_coral_wall_fan[facing=north,waterlogged=false] 151 112 119 94 120 89 95 94 75 56 59 94 60 44 47 94 +minecraft:brain_coral_wall_fan[facing=south,waterlogged=true] 151 112 119 94 120 89 95 94 75 56 59 94 60 44 47 94 +minecraft:brain_coral_wall_fan[facing=south,waterlogged=false] 151 112 119 94 120 89 95 94 75 56 59 94 60 44 47 94 +minecraft:brain_coral_wall_fan[facing=west,waterlogged=true] 151 112 119 94 120 89 95 94 75 56 59 94 60 44 47 94 +minecraft:brain_coral_wall_fan[facing=west,waterlogged=false] 151 112 119 94 120 89 95 94 75 56 59 94 60 44 47 94 +minecraft:brain_coral_wall_fan[facing=east,waterlogged=true] 151 112 119 94 120 89 95 94 75 56 59 94 60 44 47 94 +minecraft:brain_coral_wall_fan[facing=east,waterlogged=false] 151 112 119 94 120 89 95 94 75 56 59 94 60 44 47 94 +minecraft:bubble_coral_wall_fan 126 106 145 127 100 84 116 127 63 53 72 127 50 42 58 127 +minecraft:bubble_coral_wall_fan[facing=north,waterlogged=false] 126 106 145 127 100 84 116 127 63 53 72 127 50 42 58 127 +minecraft:bubble_coral_wall_fan[facing=south,waterlogged=true] 126 106 145 127 100 84 116 127 63 53 72 127 50 42 58 127 +minecraft:bubble_coral_wall_fan[facing=south,waterlogged=false] 126 106 145 127 100 84 116 127 63 53 72 127 50 42 58 127 +minecraft:bubble_coral_wall_fan[facing=west,waterlogged=true] 126 106 145 127 100 84 116 127 63 53 72 127 50 42 58 127 +minecraft:bubble_coral_wall_fan[facing=west,waterlogged=false] 126 106 145 127 100 84 116 127 63 53 72 127 50 42 58 127 +minecraft:bubble_coral_wall_fan[facing=east,waterlogged=true] 126 106 145 127 100 84 116 127 63 53 72 127 50 42 58 127 +minecraft:bubble_coral_wall_fan[facing=east,waterlogged=false] 126 106 145 127 100 84 116 127 63 53 72 127 50 42 58 127 +minecraft:fire_coral_wall_fan 130 76 72 109 104 60 57 109 65 38 36 109 52 30 28 109 +minecraft:fire_coral_wall_fan[facing=north,waterlogged=false] 130 76 72 109 104 60 57 109 65 38 36 109 52 30 28 109 +minecraft:fire_coral_wall_fan[facing=south,waterlogged=true] 130 76 72 109 104 60 57 109 65 38 36 109 52 30 28 109 +minecraft:fire_coral_wall_fan[facing=south,waterlogged=false] 130 76 72 109 104 60 57 109 65 38 36 109 52 30 28 109 +minecraft:fire_coral_wall_fan[facing=west,waterlogged=true] 130 76 72 109 104 60 57 109 65 38 36 109 52 30 28 109 +minecraft:fire_coral_wall_fan[facing=west,waterlogged=false] 130 76 72 109 104 60 57 109 65 38 36 109 52 30 28 109 +minecraft:fire_coral_wall_fan[facing=east,waterlogged=true] 130 76 72 109 104 60 57 109 65 38 36 109 52 30 28 109 +minecraft:fire_coral_wall_fan[facing=east,waterlogged=false] 130 76 72 109 104 60 57 109 65 38 36 109 52 30 28 109 +minecraft:horn_coral_wall_fan 152 131 80 94 121 104 64 94 76 65 40 94 60 52 32 94 +minecraft:horn_coral_wall_fan[facing=north,waterlogged=false] 152 131 80 94 121 104 64 94 76 65 40 94 60 52 32 94 +minecraft:horn_coral_wall_fan[facing=south,waterlogged=true] 152 131 80 94 121 104 64 94 76 65 40 94 60 52 32 94 +minecraft:horn_coral_wall_fan[facing=south,waterlogged=false] 152 131 80 94 121 104 64 94 76 65 40 94 60 52 32 94 +minecraft:horn_coral_wall_fan[facing=west,waterlogged=true] 152 131 80 94 121 104 64 94 76 65 40 94 60 52 32 94 +minecraft:horn_coral_wall_fan[facing=west,waterlogged=false] 152 131 80 94 121 104 64 94 76 65 40 94 60 52 32 94 +minecraft:horn_coral_wall_fan[facing=east,waterlogged=true] 152 131 80 94 121 104 64 94 76 65 40 94 60 52 32 94 +minecraft:horn_coral_wall_fan[facing=east,waterlogged=false] 152 131 80 94 121 104 64 94 76 65 40 94 60 52 32 94 +minecraft:sea_pickle 78 83 37 212 62 66 29 212 39 41 18 212 31 33 14 212 +minecraft:sea_pickle[pickles=1,waterlogged=false] 78 83 37 212 62 66 29 212 39 41 18 212 31 33 14 212 +minecraft:sea_pickle[pickles=2,waterlogged=true] 78 83 37 212 62 66 29 212 39 41 18 212 31 33 14 212 +minecraft:sea_pickle[pickles=2,waterlogged=false] 78 83 37 212 62 66 29 212 39 41 18 212 31 33 14 212 +minecraft:sea_pickle[pickles=3,waterlogged=true] 78 83 37 212 62 66 29 212 39 41 18 212 31 33 14 212 +minecraft:sea_pickle[pickles=3,waterlogged=false] 78 83 37 212 62 66 29 212 39 41 18 212 31 33 14 212 +minecraft:sea_pickle[pickles=4,waterlogged=true] 78 83 37 212 62 66 29 212 39 41 18 212 31 33 14 212 +minecraft:sea_pickle[pickles=4,waterlogged=false] 78 83 37 212 62 66 29 212 39 41 18 212 31 33 14 212 +minecraft:blue_ice 139 172 191 255 111 137 152 255 69 86 95 255 55 68 76 255 +minecraft:conduit 159 139 113 143 127 111 90 143 79 69 56 143 63 55 45 143 +minecraft:conduit[waterlogged=false] 159 139 113 143 127 111 90 143 79 69 56 143 63 55 45 143 +minecraft:bamboo_sapling 56 54 42 69 44 43 33 69 28 27 21 69 22 21 16 69 +minecraft:bamboo 111 133 66 255 88 106 52 255 55 66 33 255 44 53 26 255 +minecraft:bamboo[age=0,leaves=none,stage=1] 111 133 66 255 88 106 52 255 55 66 33 255 44 53 26 255 +minecraft:bamboo[age=0,leaves=small,stage=0] 111 133 66 255 88 106 52 255 55 66 33 255 44 53 26 255 +minecraft:bamboo[age=0,leaves=small,stage=1] 111 133 66 255 88 106 52 255 55 66 33 255 44 53 26 255 +minecraft:bamboo[age=0,leaves=large,stage=0] 111 133 66 255 88 106 52 255 55 66 33 255 44 53 26 255 +minecraft:bamboo[age=0,leaves=large,stage=1] 111 133 66 255 88 106 52 255 55 66 33 255 44 53 26 255 +minecraft:bamboo[age=1,leaves=none,stage=0] 111 133 66 255 88 106 52 255 55 66 33 255 44 53 26 255 +minecraft:bamboo[age=1,leaves=none,stage=1] 111 133 66 255 88 106 52 255 55 66 33 255 44 53 26 255 +minecraft:bamboo[age=1,leaves=small,stage=0] 111 133 66 255 88 106 52 255 55 66 33 255 44 53 26 255 +minecraft:bamboo[age=1,leaves=small,stage=1] 111 133 66 255 88 106 52 255 55 66 33 255 44 53 26 255 +minecraft:bamboo[age=1,leaves=large,stage=0] 111 133 66 255 88 106 52 255 55 66 33 255 44 53 26 255 +minecraft:bamboo[age=1,leaves=large,stage=1] 111 133 66 255 88 106 52 255 55 66 33 255 44 53 26 255 +minecraft:potted_bamboo 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:polished_granite_stairs 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:smooth_red_sandstone_stairs 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:mossy_stone_brick_stairs 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:polished_diorite_stairs 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:mossy_cobblestone_stairs 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:end_stone_brick_stairs 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:stone_stairs 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:smooth_sandstone_stairs 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_quartz_stairs 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=straight,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=straight,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=straight,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=straight,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=straight,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=straight,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=straight,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:granite_stairs 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:andesite_stairs 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:red_nether_brick_stairs 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:polished_andesite_stairs 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:diorite_stairs 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:polished_granite_slab 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_slab[type=top,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_slab[type=bottom,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_slab[type=bottom,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_slab[type=double,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_slab[type=double,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:smooth_red_sandstone_slab 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_slab[type=top,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_slab[type=double,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_slab[type=double,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:mossy_stone_brick_slab 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_slab[type=top,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_slab[type=double,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_slab[type=double,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:polished_diorite_slab 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_slab[type=top,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_slab[type=bottom,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_slab[type=bottom,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_slab[type=double,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_slab[type=double,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:mossy_cobblestone_slab 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_slab[type=top,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_slab[type=double,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_slab[type=double,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:end_stone_brick_slab 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_slab[type=top,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_slab[type=bottom,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_slab[type=bottom,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_slab[type=double,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_slab[type=double,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:smooth_sandstone_slab 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_slab[type=top,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_slab[type=bottom,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_slab[type=double,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_slab[type=double,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_quartz_slab 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_slab[type=top,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_slab[type=bottom,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_slab[type=bottom,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_slab[type=double,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_slab[type=double,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:granite_slab 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_slab[type=top,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_slab[type=bottom,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_slab[type=bottom,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_slab[type=double,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_slab[type=double,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:andesite_slab 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_slab[type=top,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_slab[type=bottom,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_slab[type=bottom,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_slab[type=double,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_slab[type=double,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:red_nether_brick_slab 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_slab[type=top,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_slab[type=bottom,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_slab[type=bottom,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_slab[type=double,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_slab[type=double,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:polished_andesite_slab 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_slab[type=top,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_slab[type=bottom,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_slab[type=bottom,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_slab[type=double,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_slab[type=double,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:diorite_slab 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_slab[type=top,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_slab[type=bottom,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_slab[type=bottom,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_slab[type=double,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_slab[type=double,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:brick_wall 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:prismarine_wall 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:red_sandstone_wall 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:mossy_stone_brick_wall 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:granite_wall 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:stone_brick_wall 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:nether_brick_wall 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:andesite_wall 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:red_nether_brick_wall 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:sandstone_wall 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:end_stone_brick_wall 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:diorite_wall 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:scaffolding 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=true,distance=0,waterlogged=false] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=true,distance=1,waterlogged=true] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=true,distance=1,waterlogged=false] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=true,distance=2,waterlogged=true] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=true,distance=2,waterlogged=false] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=true,distance=3,waterlogged=true] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=true,distance=3,waterlogged=false] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=true,distance=4,waterlogged=true] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=true,distance=4,waterlogged=false] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=true,distance=5,waterlogged=true] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=true,distance=5,waterlogged=false] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=true,distance=6,waterlogged=true] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=true,distance=6,waterlogged=false] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=true,distance=7,waterlogged=true] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=true,distance=7,waterlogged=false] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=false,distance=0,waterlogged=true] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=false,distance=0,waterlogged=false] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=false,distance=1,waterlogged=true] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=false,distance=1,waterlogged=false] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=false,distance=2,waterlogged=true] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=false,distance=2,waterlogged=false] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=false,distance=3,waterlogged=true] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=false,distance=3,waterlogged=false] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=false,distance=4,waterlogged=true] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=false,distance=4,waterlogged=false] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=false,distance=5,waterlogged=true] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=false,distance=5,waterlogged=false] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=false,distance=6,waterlogged=true] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=false,distance=6,waterlogged=false] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=false,distance=7,waterlogged=true] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=false,distance=7,waterlogged=false] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:loom 53 51 38 255 42 40 30 255 26 25 19 255 21 20 15 255 +minecraft:loom[facing=south] 53 51 38 255 42 40 30 255 26 25 19 255 21 20 15 255 +minecraft:loom[facing=west] 53 51 38 255 42 40 30 255 26 25 19 255 21 20 15 255 +minecraft:loom[facing=east] 53 51 38 255 42 40 30 255 26 25 19 255 21 20 15 255 +minecraft:barrel 49 48 42 255 39 38 33 255 24 24 21 255 19 19 16 255 +minecraft:barrel[facing=north,open=false] 49 48 42 255 39 38 33 255 24 24 21 255 19 19 16 255 +minecraft:barrel[facing=east,open=true] 49 48 42 255 39 38 33 255 24 24 21 255 19 19 16 255 +minecraft:barrel[facing=east,open=false] 49 48 42 255 39 38 33 255 24 24 21 255 19 19 16 255 +minecraft:barrel[facing=south,open=true] 49 48 42 255 39 38 33 255 24 24 21 255 19 19 16 255 +minecraft:barrel[facing=south,open=false] 49 48 42 255 39 38 33 255 24 24 21 255 19 19 16 255 +minecraft:barrel[facing=west,open=true] 49 48 42 255 39 38 33 255 24 24 21 255 19 19 16 255 +minecraft:barrel[facing=west,open=false] 49 48 42 255 39 38 33 255 24 24 21 255 19 19 16 255 +minecraft:barrel[facing=up,open=true] 49 48 42 255 39 38 33 255 24 24 21 255 19 19 16 255 +minecraft:barrel[facing=up,open=false] 49 48 42 255 39 38 33 255 24 24 21 255 19 19 16 255 +minecraft:barrel[facing=down,open=true] 49 48 42 255 39 38 33 255 24 24 21 255 19 19 16 255 +minecraft:barrel[facing=down,open=false] 49 48 42 255 39 38 33 255 24 24 21 255 19 19 16 255 +minecraft:smoker 70 70 70 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:smoker[facing=north,lit=false] 70 70 70 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:smoker[facing=south,lit=true] 70 70 70 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:smoker[facing=south,lit=false] 70 70 70 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:smoker[facing=west,lit=true] 70 70 70 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:smoker[facing=west,lit=false] 70 70 70 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:smoker[facing=east,lit=true] 70 70 70 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:smoker[facing=east,lit=false] 70 70 70 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:blast_furnace 59 65 55 255 47 52 44 255 29 32 27 255 23 26 22 255 +minecraft:blast_furnace[facing=north,lit=false] 59 65 55 255 47 52 44 255 29 32 27 255 23 26 22 255 +minecraft:blast_furnace[facing=south,lit=true] 59 65 55 255 47 52 44 255 29 32 27 255 23 26 22 255 +minecraft:blast_furnace[facing=south,lit=false] 59 65 55 255 47 52 44 255 29 32 27 255 23 26 22 255 +minecraft:blast_furnace[facing=west,lit=true] 59 65 55 255 47 52 44 255 29 32 27 255 23 26 22 255 +minecraft:blast_furnace[facing=west,lit=false] 59 65 55 255 47 52 44 255 29 32 27 255 23 26 22 255 +minecraft:blast_furnace[facing=east,lit=true] 59 65 55 255 47 52 44 255 29 32 27 255 23 26 22 255 +minecraft:blast_furnace[facing=east,lit=false] 59 65 55 255 47 52 44 255 29 32 27 255 23 26 22 255 +minecraft:cartography_table 104 87 67 255 83 69 53 255 52 43 33 255 41 34 26 255 +minecraft:fletching_table 62 59 47 255 49 47 37 255 31 29 23 255 24 23 18 255 +minecraft:grindstone 37 34 25 255 29 27 20 255 18 17 12 255 14 13 10 255 +minecraft:grindstone[face=floor,facing=south] 37 34 25 255 29 27 20 255 18 17 12 255 14 13 10 255 +minecraft:grindstone[face=floor,facing=west] 37 34 25 255 29 27 20 255 18 17 12 255 14 13 10 255 +minecraft:grindstone[face=floor,facing=east] 37 34 25 255 29 27 20 255 18 17 12 255 14 13 10 255 +minecraft:grindstone[face=wall,facing=north] 37 34 25 255 29 27 20 255 18 17 12 255 14 13 10 255 +minecraft:grindstone[face=wall,facing=south] 37 34 25 255 29 27 20 255 18 17 12 255 14 13 10 255 +minecraft:grindstone[face=wall,facing=west] 37 34 25 255 29 27 20 255 18 17 12 255 14 13 10 255 +minecraft:grindstone[face=wall,facing=east] 37 34 25 255 29 27 20 255 18 17 12 255 14 13 10 255 +minecraft:grindstone[face=ceiling,facing=north] 37 34 25 255 29 27 20 255 18 17 12 255 14 13 10 255 +minecraft:grindstone[face=ceiling,facing=south] 37 34 25 255 29 27 20 255 18 17 12 255 14 13 10 255 +minecraft:grindstone[face=ceiling,facing=west] 37 34 25 255 29 27 20 255 18 17 12 255 14 13 10 255 +minecraft:grindstone[face=ceiling,facing=east] 37 34 25 255 29 27 20 255 18 17 12 255 14 13 10 255 +minecraft:lectern 45 40 32 207 36 32 25 207 22 20 16 207 18 16 12 207 +minecraft:lectern[facing=north,has_book=true,powered=false] 45 40 32 207 36 32 25 207 22 20 16 207 18 16 12 207 +minecraft:lectern[facing=north,has_book=false,powered=true] 45 40 32 207 36 32 25 207 22 20 16 207 18 16 12 207 +minecraft:lectern[facing=north,has_book=false,powered=false] 45 40 32 207 36 32 25 207 22 20 16 207 18 16 12 207 +minecraft:lectern[facing=south,has_book=true,powered=true] 45 40 32 207 36 32 25 207 22 20 16 207 18 16 12 207 +minecraft:lectern[facing=south,has_book=true,powered=false] 45 40 32 207 36 32 25 207 22 20 16 207 18 16 12 207 +minecraft:lectern[facing=south,has_book=false,powered=true] 45 40 32 207 36 32 25 207 22 20 16 207 18 16 12 207 +minecraft:lectern[facing=south,has_book=false,powered=false] 45 40 32 207 36 32 25 207 22 20 16 207 18 16 12 207 +minecraft:lectern[facing=west,has_book=true,powered=true] 45 40 32 207 36 32 25 207 22 20 16 207 18 16 12 207 +minecraft:lectern[facing=west,has_book=true,powered=false] 45 40 32 207 36 32 25 207 22 20 16 207 18 16 12 207 +minecraft:lectern[facing=west,has_book=false,powered=true] 45 40 32 207 36 32 25 207 22 20 16 207 18 16 12 207 +minecraft:lectern[facing=west,has_book=false,powered=false] 45 40 32 207 36 32 25 207 22 20 16 207 18 16 12 207 +minecraft:lectern[facing=east,has_book=true,powered=true] 45 40 32 207 36 32 25 207 22 20 16 207 18 16 12 207 +minecraft:lectern[facing=east,has_book=true,powered=false] 45 40 32 207 36 32 25 207 22 20 16 207 18 16 12 207 +minecraft:lectern[facing=east,has_book=false,powered=true] 45 40 32 207 36 32 25 207 22 20 16 207 18 16 12 207 +minecraft:lectern[facing=east,has_book=false,powered=false] 45 40 32 207 36 32 25 207 22 20 16 207 18 16 12 207 +minecraft:smithing_table 22 22 22 255 17 17 17 255 11 11 11 255 8 8 8 255 +minecraft:stonecutter 70 75 73 255 56 60 58 255 35 37 36 255 28 30 29 255 +minecraft:stonecutter[facing=south] 70 75 73 255 56 60 58 255 35 37 36 255 28 30 29 255 +minecraft:stonecutter[facing=west] 70 75 73 255 56 60 58 255 35 37 36 255 28 30 29 255 +minecraft:stonecutter[facing=east] 70 75 73 255 56 60 58 255 35 37 36 255 28 30 29 255 +minecraft:bell 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=floor,facing=north,powered=false] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=floor,facing=south,powered=true] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=floor,facing=south,powered=false] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=floor,facing=west,powered=true] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=floor,facing=west,powered=false] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=floor,facing=east,powered=true] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=floor,facing=east,powered=false] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=ceiling,facing=north,powered=true] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=ceiling,facing=north,powered=false] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=ceiling,facing=south,powered=true] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=ceiling,facing=south,powered=false] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=ceiling,facing=west,powered=true] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=ceiling,facing=west,powered=false] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=ceiling,facing=east,powered=true] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=ceiling,facing=east,powered=false] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=single_wall,facing=north,powered=true] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=single_wall,facing=north,powered=false] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=single_wall,facing=south,powered=true] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=single_wall,facing=south,powered=false] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=single_wall,facing=west,powered=true] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=single_wall,facing=west,powered=false] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=single_wall,facing=east,powered=true] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=single_wall,facing=east,powered=false] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=double_wall,facing=north,powered=true] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=double_wall,facing=north,powered=false] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=double_wall,facing=south,powered=true] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=double_wall,facing=south,powered=false] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=double_wall,facing=west,powered=true] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=double_wall,facing=west,powered=false] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=double_wall,facing=east,powered=true] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=double_wall,facing=east,powered=false] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:lantern 77 111 73 11 61 88 58 11 38 55 36 11 30 44 29 11 +minecraft:lantern[hanging=true,waterlogged=false] 77 111 73 11 61 88 58 11 38 55 36 11 30 44 29 11 +minecraft:lantern[hanging=false,waterlogged=true] 77 111 73 11 61 88 58 11 38 55 36 11 30 44 29 11 +minecraft:lantern[hanging=false,waterlogged=false] 77 111 73 11 61 88 58 11 38 55 36 11 30 44 29 11 +minecraft:soul_lantern 80 51 77 11 64 40 61 11 40 25 38 11 32 20 30 11 +minecraft:soul_lantern[hanging=true,waterlogged=false] 80 51 77 11 64 40 61 11 40 25 38 11 32 20 30 11 +minecraft:soul_lantern[hanging=false,waterlogged=true] 80 51 77 11 64 40 61 11 40 25 38 11 32 20 30 11 +minecraft:soul_lantern[hanging=false,waterlogged=false] 80 51 77 11 64 40 61 11 40 25 38 11 32 20 30 11 +minecraft:campfire 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=north,lit=true,signal_fire=true,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=north,lit=false,signal_fire=true,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=north,lit=false,signal_fire=true,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=north,lit=false,signal_fire=false,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=north,lit=false,signal_fire=false,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=south,lit=true,signal_fire=true,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=south,lit=true,signal_fire=true,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=south,lit=true,signal_fire=false,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=south,lit=true,signal_fire=false,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=south,lit=false,signal_fire=true,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=south,lit=false,signal_fire=true,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=south,lit=false,signal_fire=false,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=south,lit=false,signal_fire=false,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=west,lit=true,signal_fire=true,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=west,lit=true,signal_fire=true,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=west,lit=true,signal_fire=false,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=west,lit=true,signal_fire=false,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=west,lit=false,signal_fire=true,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=west,lit=false,signal_fire=true,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=west,lit=false,signal_fire=false,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=west,lit=false,signal_fire=false,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=east,lit=true,signal_fire=true,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=east,lit=true,signal_fire=true,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=east,lit=true,signal_fire=false,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=east,lit=true,signal_fire=false,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=east,lit=false,signal_fire=true,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=east,lit=false,signal_fire=true,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=east,lit=false,signal_fire=false,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=east,lit=false,signal_fire=false,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=true,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=false,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=false,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=true,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=true,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=false,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=false,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=true,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=true,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=false,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=false,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=true,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=true,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=false,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=false,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=true,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=true,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=false,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=false,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=true,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=true,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=false,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=false,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=true,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=true,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=false,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=false,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=true,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=true,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=false,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=false,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:sweet_berry_bush 33 42 32 71 26 33 25 71 16 21 16 71 13 16 12 71 +minecraft:sweet_berry_bush[age=1] 36 39 29 111 28 31 23 111 18 19 14 111 14 15 11 111 +minecraft:sweet_berry_bush[age=2] 33 42 33 108 26 33 26 108 16 21 16 108 13 16 13 108 +minecraft:sweet_berry_bush[age=3] 37 37 28 134 29 29 22 134 18 18 14 134 14 14 11 134 +minecraft:warped_stem 38 51 62 255 30 40 49 255 19 25 31 255 15 20 24 255 +minecraft:warped_stem[axis=y] 59 87 88 255 47 69 70 255 29 43 44 255 23 34 35 255 +minecraft:warped_stem[axis=z] 38 51 62 255 30 40 49 255 19 25 31 255 15 20 24 255 +minecraft:stripped_warped_stem 83 118 115 255 66 94 92 255 41 59 57 255 33 47 46 255 +minecraft:stripped_warped_stem[axis=y] 78 113 111 255 62 90 88 255 39 56 55 255 31 45 44 255 +minecraft:stripped_warped_stem[axis=z] 83 118 115 255 66 94 92 255 41 59 57 255 33 47 46 255 +minecraft:warped_hyphae 38 51 62 255 30 40 49 255 19 25 31 255 15 20 24 255 +minecraft:warped_hyphae[axis=y] 38 51 62 255 30 40 49 255 19 25 31 255 15 20 24 255 +minecraft:warped_hyphae[axis=z] 38 51 62 255 30 40 49 255 19 25 31 255 15 20 24 255 +minecraft:stripped_warped_hyphae 83 118 115 255 66 94 92 255 41 59 57 255 33 47 46 255 +minecraft:stripped_warped_hyphae[axis=y] 83 118 115 255 66 94 92 255 41 59 57 255 33 47 46 255 +minecraft:stripped_warped_hyphae[axis=z] 83 118 115 255 66 94 92 255 41 59 57 255 33 47 46 255 +minecraft:warped_nylium 32 78 74 255 25 62 59 255 16 39 37 255 12 31 29 255 +minecraft:warped_fungus 59 73 79 68 47 58 63 68 29 36 39 68 23 29 31 68 +minecraft:warped_wart_block 35 80 75 255 28 64 60 255 17 40 37 255 14 32 30 255 +minecraft:warped_roots 19 89 78 88 15 71 62 88 9 44 39 88 7 35 31 88 +minecraft:nether_sprouts 34 102 102 11 27 81 81 11 17 51 51 11 13 40 40 11 +minecraft:crimson_stem 43 37 37 255 34 29 29 255 21 18 18 255 17 14 14 255 +minecraft:crimson_stem[axis=y] 57 35 36 255 45 28 28 255 28 17 18 255 22 14 14 255 +minecraft:crimson_stem[axis=z] 43 37 37 255 34 29 29 255 21 18 18 255 17 14 14 255 +minecraft:stripped_crimson_stem 66 34 37 255 52 27 29 255 33 17 18 255 26 13 14 255 +minecraft:stripped_crimson_stem[axis=y] 70 37 39 255 56 29 31 255 35 18 19 255 28 14 15 255 +minecraft:stripped_crimson_stem[axis=z] 66 34 37 255 52 27 29 255 33 17 18 255 26 13 14 255 +minecraft:crimson_hyphae 43 37 37 255 34 29 29 255 21 18 18 255 17 14 14 255 +minecraft:crimson_hyphae[axis=y] 43 37 37 255 34 29 29 255 21 18 18 255 17 14 14 255 +minecraft:crimson_hyphae[axis=z] 43 37 37 255 34 29 29 255 21 18 18 255 17 14 14 255 +minecraft:stripped_crimson_hyphae 66 34 37 255 52 27 29 255 33 17 18 255 26 13 14 255 +minecraft:stripped_crimson_hyphae[axis=y] 66 34 37 255 52 27 29 255 33 17 18 255 26 13 14 255 +minecraft:stripped_crimson_hyphae[axis=z] 66 34 37 255 52 27 29 255 33 17 18 255 26 13 14 255 +minecraft:crimson_nylium 51 20 17 255 40 16 13 255 25 10 8 255 20 8 6 255 +minecraft:crimson_fungus 71 43 29 38 56 34 23 38 35 21 14 38 28 17 11 38 +minecraft:shroomlight 153 177 133 255 122 141 106 255 76 88 66 255 61 70 53 255 +minecraft:weeping_vines 71 25 13 15 56 20 10 15 35 12 6 15 28 10 5 15 +minecraft:weeping_vines[age=1] 71 25 13 15 56 20 10 15 35 12 6 15 28 10 5 15 +minecraft:weeping_vines[age=2] 71 25 13 15 56 20 10 15 35 12 6 15 28 10 5 15 +minecraft:weeping_vines[age=3] 71 25 13 15 56 20 10 15 35 12 6 15 28 10 5 15 +minecraft:weeping_vines[age=4] 71 25 13 15 56 20 10 15 35 12 6 15 28 10 5 15 +minecraft:weeping_vines[age=5] 71 25 13 15 56 20 10 15 35 12 6 15 28 10 5 15 +minecraft:weeping_vines[age=6] 71 25 13 15 56 20 10 15 35 12 6 15 28 10 5 15 +minecraft:weeping_vines[age=7] 71 25 13 15 56 20 10 15 35 12 6 15 28 10 5 15 +minecraft:weeping_vines[age=8] 71 25 13 15 56 20 10 15 35 12 6 15 28 10 5 15 +minecraft:weeping_vines[age=9] 71 25 13 15 56 20 10 15 35 12 6 15 28 10 5 15 +minecraft:weeping_vines[age=10] 71 25 13 15 56 20 10 15 35 12 6 15 28 10 5 15 +minecraft:weeping_vines[age=11] 71 25 13 15 56 20 10 15 35 12 6 15 28 10 5 15 +minecraft:weeping_vines[age=12] 71 25 13 15 56 20 10 15 35 12 6 15 28 10 5 15 +minecraft:weeping_vines[age=13] 71 25 13 15 56 20 10 15 35 12 6 15 28 10 5 15 +minecraft:weeping_vines[age=14] 71 25 13 15 56 20 10 15 35 12 6 15 28 10 5 15 +minecraft:weeping_vines[age=15] 71 25 13 15 56 20 10 15 35 12 6 15 28 10 5 15 +minecraft:weeping_vines[age=16] 71 25 13 15 56 20 10 15 35 12 6 15 28 10 5 15 +minecraft:weeping_vines[age=17] 71 25 13 15 56 20 10 15 35 12 6 15 28 10 5 15 +minecraft:weeping_vines[age=18] 71 25 13 15 56 20 10 15 35 12 6 15 28 10 5 15 +minecraft:weeping_vines[age=19] 71 25 13 15 56 20 10 15 35 12 6 15 28 10 5 15 +minecraft:weeping_vines[age=20] 71 25 13 15 56 20 10 15 35 12 6 15 28 10 5 15 +minecraft:weeping_vines[age=21] 71 25 13 15 56 20 10 15 35 12 6 15 28 10 5 15 +minecraft:weeping_vines[age=22] 71 25 13 15 56 20 10 15 35 12 6 15 28 10 5 15 +minecraft:weeping_vines[age=23] 71 25 13 15 56 20 10 15 35 12 6 15 28 10 5 15 +minecraft:weeping_vines[age=24] 71 25 13 15 56 20 10 15 35 12 6 15 28 10 5 15 +minecraft:weeping_vines[age=25] 71 25 13 15 56 20 10 15 35 12 6 15 28 10 5 15 +minecraft:weeping_vines_plant 90 54 27 97 72 43 21 97 45 27 13 97 36 21 10 97 +minecraft:twisting_vines 32 74 74 88 25 59 59 88 16 37 37 88 12 29 29 88 +minecraft:twisting_vines[age=1] 32 74 74 88 25 59 59 88 16 37 37 88 12 29 29 88 +minecraft:twisting_vines[age=2] 32 74 74 88 25 59 59 88 16 37 37 88 12 29 29 88 +minecraft:twisting_vines[age=3] 32 74 74 88 25 59 59 88 16 37 37 88 12 29 29 88 +minecraft:twisting_vines[age=4] 32 74 74 88 25 59 59 88 16 37 37 88 12 29 29 88 +minecraft:twisting_vines[age=5] 32 74 74 88 25 59 59 88 16 37 37 88 12 29 29 88 +minecraft:twisting_vines[age=6] 32 74 74 88 25 59 59 88 16 37 37 88 12 29 29 88 +minecraft:twisting_vines[age=7] 32 74 74 88 25 59 59 88 16 37 37 88 12 29 29 88 +minecraft:twisting_vines[age=8] 32 74 74 88 25 59 59 88 16 37 37 88 12 29 29 88 +minecraft:twisting_vines[age=9] 32 74 74 88 25 59 59 88 16 37 37 88 12 29 29 88 +minecraft:twisting_vines[age=10] 32 74 74 88 25 59 59 88 16 37 37 88 12 29 29 88 +minecraft:twisting_vines[age=11] 32 74 74 88 25 59 59 88 16 37 37 88 12 29 29 88 +minecraft:twisting_vines[age=12] 32 74 74 88 25 59 59 88 16 37 37 88 12 29 29 88 +minecraft:twisting_vines[age=13] 32 74 74 88 25 59 59 88 16 37 37 88 12 29 29 88 +minecraft:twisting_vines[age=14] 32 74 74 88 25 59 59 88 16 37 37 88 12 29 29 88 +minecraft:twisting_vines[age=15] 32 74 74 88 25 59 59 88 16 37 37 88 12 29 29 88 +minecraft:twisting_vines[age=16] 32 74 74 88 25 59 59 88 16 37 37 88 12 29 29 88 +minecraft:twisting_vines[age=17] 32 74 74 88 25 59 59 88 16 37 37 88 12 29 29 88 +minecraft:twisting_vines[age=18] 32 74 74 88 25 59 59 88 16 37 37 88 12 29 29 88 +minecraft:twisting_vines[age=19] 32 74 74 88 25 59 59 88 16 37 37 88 12 29 29 88 +minecraft:twisting_vines[age=20] 32 74 74 88 25 59 59 88 16 37 37 88 12 29 29 88 +minecraft:twisting_vines[age=21] 32 74 74 88 25 59 59 88 16 37 37 88 12 29 29 88 +minecraft:twisting_vines[age=22] 32 74 74 88 25 59 59 88 16 37 37 88 12 29 29 88 +minecraft:twisting_vines[age=23] 32 74 74 88 25 59 59 88 16 37 37 88 12 29 29 88 +minecraft:twisting_vines[age=24] 32 74 74 88 25 59 59 88 16 37 37 88 12 29 29 88 +minecraft:twisting_vines[age=25] 32 74 74 88 25 59 59 88 16 37 37 88 12 29 29 88 +minecraft:twisting_vines_plant 36 80 78 122 28 64 62 122 18 40 39 122 14 32 31 122 +minecraft:crimson_roots 82 44 36 91 65 35 28 91 41 22 18 91 32 17 14 91 +minecraft:crimson_planks 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:warped_planks 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:crimson_slab 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_slab[type=top,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_slab[type=bottom,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_slab[type=bottom,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_slab[type=double,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_slab[type=double,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:warped_slab 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_slab[type=top,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_slab[type=bottom,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_slab[type=bottom,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_slab[type=double,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_slab[type=double,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:crimson_pressure_plate 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_pressure_plate[powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:warped_pressure_plate 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_pressure_plate[powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:crimson_fence 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=true,west=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=false,west=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=false,west=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=true,west=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=true,west=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=false,west=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=false,west=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=true,west=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=true,west=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=false,west=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=false,west=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=true,west=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=true,west=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=false,west=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=false,west=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=true,west=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=true,west=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=false,west=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=false,west=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=true,west=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=true,west=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=false,west=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=false,west=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=true,west=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=true,west=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=false,west=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=false,west=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=true,west=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=true,west=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=false,west=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=false,west=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:warped_fence 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=true,west=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=false,west=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=false,west=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=true,west=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=true,west=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=false,west=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=false,west=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=true,west=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=true,west=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=false,west=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=false,west=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=true,west=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=true,west=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=false,west=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=false,west=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=true,west=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=true,west=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=false,west=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=false,west=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=true,west=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=true,west=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=false,west=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=false,west=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=true,west=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=true,west=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=false,west=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=false,west=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=true,west=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=true,west=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=false,west=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=false,west=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:crimson_trapdoor 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:warped_trapdoor 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:crimson_fence_gate 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=true,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=false,powered=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=false,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=true,powered=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=true,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=false,powered=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=false,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=true,powered=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=true,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=false,powered=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=false,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=true,powered=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=true,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=false,powered=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=false,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=true,powered=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=true,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=false,powered=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=false,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=true,powered=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=true,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=false,powered=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=false,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=true,powered=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=true,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=false,powered=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=false,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=true,powered=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=true,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=false,powered=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=false,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:warped_fence_gate 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=true,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=false,powered=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=false,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=true,powered=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=true,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=false,powered=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=false,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=true,powered=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=true,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=false,powered=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=false,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=true,powered=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=true,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=false,powered=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=false,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=true,powered=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=true,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=false,powered=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=false,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=true,powered=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=true,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=false,powered=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=false,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=true,powered=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=true,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=false,powered=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=false,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=true,powered=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=true,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=false,powered=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=false,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:crimson_stairs 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=north,half=top,shape=straight,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=south,half=top,shape=straight,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=south,half=top,shape=straight,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=west,half=top,shape=straight,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=west,half=top,shape=straight,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=east,half=top,shape=straight,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=east,half=top,shape=straight,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:warped_stairs 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=north,half=top,shape=straight,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=south,half=top,shape=straight,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=south,half=top,shape=straight,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=west,half=top,shape=straight,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=west,half=top,shape=straight,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=east,half=top,shape=straight,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=east,half=top,shape=straight,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:crimson_button 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_button[face=floor,facing=north,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_button[face=floor,facing=south,powered=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_button[face=floor,facing=south,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_button[face=floor,facing=west,powered=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_button[face=floor,facing=west,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_button[face=floor,facing=east,powered=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_button[face=floor,facing=east,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_button[face=wall,facing=north,powered=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_button[face=wall,facing=north,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_button[face=wall,facing=south,powered=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_button[face=wall,facing=south,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_button[face=wall,facing=west,powered=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_button[face=wall,facing=west,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_button[face=wall,facing=east,powered=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_button[face=wall,facing=east,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_button[face=ceiling,facing=north,powered=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_button[face=ceiling,facing=north,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_button[face=ceiling,facing=south,powered=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_button[face=ceiling,facing=south,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_button[face=ceiling,facing=west,powered=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_button[face=ceiling,facing=west,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_button[face=ceiling,facing=east,powered=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_button[face=ceiling,facing=east,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:warped_button 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_button[face=floor,facing=north,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_button[face=floor,facing=south,powered=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_button[face=floor,facing=south,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_button[face=floor,facing=west,powered=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_button[face=floor,facing=west,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_button[face=floor,facing=east,powered=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_button[face=floor,facing=east,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_button[face=wall,facing=north,powered=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_button[face=wall,facing=north,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_button[face=wall,facing=south,powered=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_button[face=wall,facing=south,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_button[face=wall,facing=west,powered=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_button[face=wall,facing=west,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_button[face=wall,facing=east,powered=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_button[face=wall,facing=east,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_button[face=ceiling,facing=north,powered=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_button[face=ceiling,facing=north,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_button[face=ceiling,facing=south,powered=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_button[face=ceiling,facing=south,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_button[face=ceiling,facing=west,powered=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_button[face=ceiling,facing=west,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_button[face=ceiling,facing=east,powered=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_button[face=ceiling,facing=east,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:crimson_door 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=true,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=false,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=false,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=true,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=true,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=false,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=false,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=true,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=true,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=false,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=false,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=true,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=true,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=false,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=false,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=true,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=true,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=false,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=false,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=true,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=true,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=false,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=false,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=true,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=true,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=false,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=false,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=true,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=true,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=false,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=false,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=true,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=true,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=false,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=false,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=true,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=true,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=false,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=false,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=true,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=true,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=false,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=false,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=true,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=true,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=false,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=false,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=true,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=true,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=false,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=false,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=true,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=true,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=false,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=false,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=true,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=true,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=false,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=false,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=true,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=true,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=false,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=false,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:warped_door 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=true,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=false,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=false,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=true,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=true,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=false,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=false,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=true,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=true,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=false,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=false,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=true,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=true,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=false,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=false,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=true,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=true,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=false,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=false,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=true,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=true,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=false,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=false,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=true,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=true,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=false,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=false,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=true,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=true,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=false,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=false,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=true,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=true,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=false,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=false,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=true,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=true,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=false,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=false,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=true,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=true,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=false,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=false,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=true,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=true,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=false,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=false,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=true,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=true,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=false,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=false,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=true,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=true,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=false,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=false,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=true,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=true,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=false,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=false,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=true,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=true,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=false,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=false,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:crimson_sign 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=0,waterlogged=false] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=1,waterlogged=true] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=1,waterlogged=false] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=2,waterlogged=true] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=2,waterlogged=false] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=3,waterlogged=true] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=3,waterlogged=false] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=4,waterlogged=true] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=4,waterlogged=false] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=5,waterlogged=true] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=5,waterlogged=false] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=6,waterlogged=true] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=6,waterlogged=false] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=7,waterlogged=true] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=7,waterlogged=false] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=8,waterlogged=true] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=8,waterlogged=false] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=9,waterlogged=true] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=9,waterlogged=false] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=10,waterlogged=true] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=10,waterlogged=false] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=11,waterlogged=true] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=11,waterlogged=false] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=12,waterlogged=true] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=12,waterlogged=false] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=13,waterlogged=true] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=13,waterlogged=false] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=14,waterlogged=true] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=14,waterlogged=false] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=15,waterlogged=true] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=15,waterlogged=false] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:warped_sign 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=0,waterlogged=false] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=1,waterlogged=true] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=1,waterlogged=false] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=2,waterlogged=true] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=2,waterlogged=false] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=3,waterlogged=true] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=3,waterlogged=false] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=4,waterlogged=true] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=4,waterlogged=false] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=5,waterlogged=true] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=5,waterlogged=false] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=6,waterlogged=true] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=6,waterlogged=false] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=7,waterlogged=true] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=7,waterlogged=false] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=8,waterlogged=true] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=8,waterlogged=false] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=9,waterlogged=true] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=9,waterlogged=false] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=10,waterlogged=true] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=10,waterlogged=false] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=11,waterlogged=true] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=11,waterlogged=false] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=12,waterlogged=true] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=12,waterlogged=false] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=13,waterlogged=true] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=13,waterlogged=false] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=14,waterlogged=true] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=14,waterlogged=false] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=15,waterlogged=true] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=15,waterlogged=false] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:crimson_wall_sign 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_wall_sign[facing=north,waterlogged=false] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_wall_sign[facing=south,waterlogged=true] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_wall_sign[facing=south,waterlogged=false] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_wall_sign[facing=west,waterlogged=true] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_wall_sign[facing=west,waterlogged=false] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_wall_sign[facing=east,waterlogged=true] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_wall_sign[facing=east,waterlogged=false] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:warped_wall_sign 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_wall_sign[facing=north,waterlogged=false] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_wall_sign[facing=south,waterlogged=true] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_wall_sign[facing=south,waterlogged=false] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_wall_sign[facing=west,waterlogged=true] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_wall_sign[facing=west,waterlogged=false] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_wall_sign[facing=east,waterlogged=true] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_wall_sign[facing=east,waterlogged=false] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:structure_block 48 57 58 255 38 45 46 255 24 28 29 255 19 22 23 255 +minecraft:structure_block[mode=load] 50 58 60 255 40 46 48 255 25 29 30 255 20 23 24 255 +minecraft:structure_block[mode=corner] 46 52 51 255 36 41 40 255 23 26 25 255 18 20 20 255 +minecraft:structure_block[mode=data] 48 54 54 255 38 43 43 255 24 27 27 255 19 21 21 255 +minecraft:jigsaw 62 63 42 255 49 50 33 255 31 31 21 255 24 25 16 255 +minecraft:jigsaw[orientation=down_north] 62 63 42 255 49 50 33 255 31 31 21 255 24 25 16 255 +minecraft:jigsaw[orientation=down_south] 62 63 42 255 49 50 33 255 31 31 21 255 24 25 16 255 +minecraft:jigsaw[orientation=down_west] 62 63 42 255 49 50 33 255 31 31 21 255 24 25 16 255 +minecraft:jigsaw[orientation=up_east] 62 63 42 255 49 50 33 255 31 31 21 255 24 25 16 255 +minecraft:jigsaw[orientation=up_north] 62 63 42 255 49 50 33 255 31 31 21 255 24 25 16 255 +minecraft:jigsaw[orientation=up_south] 62 63 42 255 49 50 33 255 31 31 21 255 24 25 16 255 +minecraft:jigsaw[orientation=up_west] 62 63 42 255 49 50 33 255 31 31 21 255 24 25 16 255 +minecraft:jigsaw[orientation=west_up] 62 63 42 255 49 50 33 255 31 31 21 255 24 25 16 255 +minecraft:jigsaw[orientation=east_up] 62 63 42 255 49 50 33 255 31 31 21 255 24 25 16 255 +minecraft:jigsaw[orientation=north_up] 62 63 42 255 49 50 33 255 31 31 21 255 24 25 16 255 +minecraft:jigsaw[orientation=south_up] 62 63 42 255 49 50 33 255 31 31 21 255 24 25 16 255 +minecraft:composter 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:composter[level=1] 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:composter[level=2] 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:composter[level=3] 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:composter[level=4] 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:composter[level=5] 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:composter[level=6] 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:composter[level=7] 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:composter[level=8] 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:target 130 102 86 255 104 81 68 255 65 51 43 255 52 40 34 255 +minecraft:target[power=1] 130 102 86 255 104 81 68 255 65 51 43 255 52 40 34 255 +minecraft:target[power=2] 130 102 86 255 104 81 68 255 65 51 43 255 52 40 34 255 +minecraft:target[power=3] 130 102 86 255 104 81 68 255 65 51 43 255 52 40 34 255 +minecraft:target[power=4] 130 102 86 255 104 81 68 255 65 51 43 255 52 40 34 255 +minecraft:target[power=5] 130 102 86 255 104 81 68 255 65 51 43 255 52 40 34 255 +minecraft:target[power=6] 130 102 86 255 104 81 68 255 65 51 43 255 52 40 34 255 +minecraft:target[power=7] 130 102 86 255 104 81 68 255 65 51 43 255 52 40 34 255 +minecraft:target[power=8] 130 102 86 255 104 81 68 255 65 51 43 255 52 40 34 255 +minecraft:target[power=9] 130 102 86 255 104 81 68 255 65 51 43 255 52 40 34 255 +minecraft:target[power=10] 130 102 86 255 104 81 68 255 65 51 43 255 52 40 34 255 +minecraft:target[power=11] 130 102 86 255 104 81 68 255 65 51 43 255 52 40 34 255 +minecraft:target[power=12] 130 102 86 255 104 81 68 255 65 51 43 255 52 40 34 255 +minecraft:target[power=13] 130 102 86 255 104 81 68 255 65 51 43 255 52 40 34 255 +minecraft:target[power=14] 130 102 86 255 104 81 68 255 65 51 43 255 52 40 34 255 +minecraft:target[power=15] 130 102 86 255 104 81 68 255 65 51 43 255 52 40 34 255 +minecraft:bee_nest 70 65 40 255 56 52 32 255 35 32 20 255 28 26 16 255 +minecraft:bee_nest[facing=north,honey_level=1] 70 65 40 255 56 52 32 255 35 32 20 255 28 26 16 255 +minecraft:bee_nest[facing=north,honey_level=2] 70 65 40 255 56 52 32 255 35 32 20 255 28 26 16 255 +minecraft:bee_nest[facing=north,honey_level=3] 70 65 40 255 56 52 32 255 35 32 20 255 28 26 16 255 +minecraft:bee_nest[facing=north,honey_level=4] 70 65 40 255 56 52 32 255 35 32 20 255 28 26 16 255 +minecraft:bee_nest[facing=north,honey_level=5] 70 65 40 255 56 52 32 255 35 32 20 255 28 26 16 255 +minecraft:bee_nest[facing=south,honey_level=0] 70 65 40 255 56 52 32 255 35 32 20 255 28 26 16 255 +minecraft:bee_nest[facing=south,honey_level=1] 70 65 40 255 56 52 32 255 35 32 20 255 28 26 16 255 +minecraft:bee_nest[facing=south,honey_level=2] 70 65 40 255 56 52 32 255 35 32 20 255 28 26 16 255 +minecraft:bee_nest[facing=south,honey_level=3] 70 65 40 255 56 52 32 255 35 32 20 255 28 26 16 255 +minecraft:bee_nest[facing=south,honey_level=4] 70 65 40 255 56 52 32 255 35 32 20 255 28 26 16 255 +minecraft:bee_nest[facing=south,honey_level=5] 70 65 40 255 56 52 32 255 35 32 20 255 28 26 16 255 +minecraft:bee_nest[facing=west,honey_level=0] 70 65 40 255 56 52 32 255 35 32 20 255 28 26 16 255 +minecraft:bee_nest[facing=west,honey_level=1] 70 65 40 255 56 52 32 255 35 32 20 255 28 26 16 255 +minecraft:bee_nest[facing=west,honey_level=2] 70 65 40 255 56 52 32 255 35 32 20 255 28 26 16 255 +minecraft:bee_nest[facing=west,honey_level=3] 70 65 40 255 56 52 32 255 35 32 20 255 28 26 16 255 +minecraft:bee_nest[facing=west,honey_level=4] 70 65 40 255 56 52 32 255 35 32 20 255 28 26 16 255 +minecraft:bee_nest[facing=west,honey_level=5] 70 65 40 255 56 52 32 255 35 32 20 255 28 26 16 255 +minecraft:bee_nest[facing=east,honey_level=0] 70 65 40 255 56 52 32 255 35 32 20 255 28 26 16 255 +minecraft:bee_nest[facing=east,honey_level=1] 70 65 40 255 56 52 32 255 35 32 20 255 28 26 16 255 +minecraft:bee_nest[facing=east,honey_level=2] 70 65 40 255 56 52 32 255 35 32 20 255 28 26 16 255 +minecraft:bee_nest[facing=east,honey_level=3] 70 65 40 255 56 52 32 255 35 32 20 255 28 26 16 255 +minecraft:bee_nest[facing=east,honey_level=4] 70 65 40 255 56 52 32 255 35 32 20 255 28 26 16 255 +minecraft:bee_nest[facing=east,honey_level=5] 70 65 40 255 56 52 32 255 35 32 20 255 28 26 16 255 +minecraft:beehive 59 57 44 255 47 45 35 255 29 28 22 255 23 22 17 255 +minecraft:beehive[facing=north,honey_level=1] 59 57 44 255 47 45 35 255 29 28 22 255 23 22 17 255 +minecraft:beehive[facing=north,honey_level=2] 59 57 44 255 47 45 35 255 29 28 22 255 23 22 17 255 +minecraft:beehive[facing=north,honey_level=3] 59 57 44 255 47 45 35 255 29 28 22 255 23 22 17 255 +minecraft:beehive[facing=north,honey_level=4] 59 57 44 255 47 45 35 255 29 28 22 255 23 22 17 255 +minecraft:beehive[facing=north,honey_level=5] 59 57 44 255 47 45 35 255 29 28 22 255 23 22 17 255 +minecraft:beehive[facing=south,honey_level=0] 59 57 44 255 47 45 35 255 29 28 22 255 23 22 17 255 +minecraft:beehive[facing=south,honey_level=1] 59 57 44 255 47 45 35 255 29 28 22 255 23 22 17 255 +minecraft:beehive[facing=south,honey_level=2] 59 57 44 255 47 45 35 255 29 28 22 255 23 22 17 255 +minecraft:beehive[facing=south,honey_level=3] 59 57 44 255 47 45 35 255 29 28 22 255 23 22 17 255 +minecraft:beehive[facing=south,honey_level=4] 59 57 44 255 47 45 35 255 29 28 22 255 23 22 17 255 +minecraft:beehive[facing=south,honey_level=5] 59 57 44 255 47 45 35 255 29 28 22 255 23 22 17 255 +minecraft:beehive[facing=west,honey_level=0] 59 57 44 255 47 45 35 255 29 28 22 255 23 22 17 255 +minecraft:beehive[facing=west,honey_level=1] 59 57 44 255 47 45 35 255 29 28 22 255 23 22 17 255 +minecraft:beehive[facing=west,honey_level=2] 59 57 44 255 47 45 35 255 29 28 22 255 23 22 17 255 +minecraft:beehive[facing=west,honey_level=3] 59 57 44 255 47 45 35 255 29 28 22 255 23 22 17 255 +minecraft:beehive[facing=west,honey_level=4] 59 57 44 255 47 45 35 255 29 28 22 255 23 22 17 255 +minecraft:beehive[facing=west,honey_level=5] 59 57 44 255 47 45 35 255 29 28 22 255 23 22 17 255 +minecraft:beehive[facing=east,honey_level=0] 59 57 44 255 47 45 35 255 29 28 22 255 23 22 17 255 +minecraft:beehive[facing=east,honey_level=1] 59 57 44 255 47 45 35 255 29 28 22 255 23 22 17 255 +minecraft:beehive[facing=east,honey_level=2] 59 57 44 255 47 45 35 255 29 28 22 255 23 22 17 255 +minecraft:beehive[facing=east,honey_level=3] 59 57 44 255 47 45 35 255 29 28 22 255 23 22 17 255 +minecraft:beehive[facing=east,honey_level=4] 59 57 44 255 47 45 35 255 29 28 22 255 23 22 17 255 +minecraft:beehive[facing=east,honey_level=5] 59 57 44 255 47 45 35 255 29 28 22 255 23 22 17 255 +minecraft:honey_block 211 168 90 153 168 134 72 153 105 84 45 153 84 67 36 153 +minecraft:honeycomb_block 146 93 39 255 116 74 31 255 73 46 19 255 58 37 15 255 +minecraft:netherite_block 42 45 44 255 33 36 35 255 21 22 22 255 16 18 17 255 +minecraft:ancient_debris 39 39 39 255 31 31 31 255 19 19 19 255 15 15 15 255 +minecraft:crying_obsidian 50 38 57 255 40 30 45 255 25 19 28 255 20 15 22 255 +minecraft:respawn_anchor 17 17 18 255 13 13 14 255 8 8 9 255 6 6 7 255 +minecraft:respawn_anchor[charges=1] 41 17 60 255 32 13 48 255 20 8 30 255 16 6 24 255 +minecraft:respawn_anchor[charges=2] 41 17 60 255 32 13 48 255 20 8 30 255 16 6 24 255 +minecraft:respawn_anchor[charges=3] 41 17 60 255 32 13 48 255 20 8 30 255 16 6 24 255 +minecraft:respawn_anchor[charges=4] 41 17 60 255 32 13 48 255 20 8 30 255 16 6 24 255 +minecraft:potted_crimson_fungus 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_warped_fungus 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_crimson_roots 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_warped_roots 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:lodestone 36 38 36 255 28 30 28 255 18 19 18 255 14 15 14 255 +minecraft:blackstone 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_stairs 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_slab 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=top,waterlogged=false] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=bottom,waterlogged=true] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=bottom,waterlogged=false] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=double,waterlogged=true] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=double,waterlogged=false] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:polished_blackstone 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_bricks 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:cracked_polished_blackstone_bricks 28 29 37 255 22 23 29 255 14 14 18 255 11 11 14 255 +minecraft:chiseled_polished_blackstone 29 30 38 255 23 24 30 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_slab 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_slab[type=top,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_slab[type=bottom,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_slab[type=bottom,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_slab[type=double,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_slab[type=double,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:gilded_blackstone 55 42 38 255 44 33 30 255 27 21 19 255 22 16 15 255 +minecraft:polished_blackstone_stairs 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_slab 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_slab[type=top,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_slab[type=bottom,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_slab[type=bottom,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_slab[type=double,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_slab[type=double,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_pressure_plate 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_pressure_plate[powered=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_button 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_button[face=floor,facing=north,powered=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_button[face=floor,facing=south,powered=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_button[face=floor,facing=south,powered=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_button[face=floor,facing=west,powered=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_button[face=floor,facing=west,powered=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_button[face=floor,facing=east,powered=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_button[face=floor,facing=east,powered=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_button[face=wall,facing=north,powered=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_button[face=wall,facing=north,powered=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_button[face=wall,facing=south,powered=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_button[face=wall,facing=south,powered=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_button[face=wall,facing=west,powered=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_button[face=wall,facing=west,powered=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_button[face=wall,facing=east,powered=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_button[face=wall,facing=east,powered=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_button[face=ceiling,facing=north,powered=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_button[face=ceiling,facing=north,powered=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_button[face=ceiling,facing=south,powered=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_button[face=ceiling,facing=south,powered=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_button[face=ceiling,facing=west,powered=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_button[face=ceiling,facing=west,powered=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_button[face=ceiling,facing=east,powered=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_button[face=ceiling,facing=east,powered=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:chiseled_nether_bricks 52 27 34 255 41 21 27 255 26 13 17 255 20 10 13 255 +minecraft:cracked_nether_bricks 48 25 31 255 38 20 24 255 24 12 15 255 19 10 12 255 +minecraft:quartz_bricks 194 191 178 255 155 152 142 255 97 95 89 255 77 76 71 255 +minecraft:candle 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=1,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=1,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=1,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=2,lit=true,waterlogged=true] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=2,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=2,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=2,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=3,lit=true,waterlogged=true] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=3,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=3,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=3,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=4,lit=true,waterlogged=true] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=4,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=4,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=4,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:white_candle 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=1,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=1,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=1,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=2,lit=true,waterlogged=true] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=2,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=2,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=2,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=3,lit=true,waterlogged=true] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=3,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=3,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=3,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=4,lit=true,waterlogged=true] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=4,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=4,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=4,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:orange_candle 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=1,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=1,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=1,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=2,lit=true,waterlogged=true] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=2,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=2,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=2,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=3,lit=true,waterlogged=true] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=3,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=3,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=3,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=4,lit=true,waterlogged=true] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=4,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=4,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=4,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:magenta_candle 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=1,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=1,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=1,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=2,lit=true,waterlogged=true] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=2,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=2,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=2,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=3,lit=true,waterlogged=true] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=3,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=3,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=3,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=4,lit=true,waterlogged=true] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=4,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=4,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=4,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:light_blue_candle 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=1,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=1,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=1,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=2,lit=true,waterlogged=true] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=2,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=2,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=2,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=3,lit=true,waterlogged=true] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=3,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=3,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=3,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=4,lit=true,waterlogged=true] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=4,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=4,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=4,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:yellow_candle 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=1,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=1,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=1,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=2,lit=true,waterlogged=true] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=2,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=2,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=2,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=3,lit=true,waterlogged=true] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=3,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=3,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=3,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=4,lit=true,waterlogged=true] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=4,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=4,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=4,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:lime_candle 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=1,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=1,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=1,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=2,lit=true,waterlogged=true] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=2,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=2,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=2,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=3,lit=true,waterlogged=true] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=3,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=3,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=3,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=4,lit=true,waterlogged=true] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=4,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=4,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=4,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:pink_candle 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=1,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=1,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=1,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=2,lit=true,waterlogged=true] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=2,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=2,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=2,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=3,lit=true,waterlogged=true] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=3,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=3,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=3,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=4,lit=true,waterlogged=true] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=4,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=4,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=4,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:gray_candle 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=1,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=1,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=1,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=2,lit=true,waterlogged=true] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=2,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=2,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=2,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=3,lit=true,waterlogged=true] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=3,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=3,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=3,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=4,lit=true,waterlogged=true] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=4,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=4,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=4,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:light_gray_candle 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=1,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=1,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=1,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=2,lit=true,waterlogged=true] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=2,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=2,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=2,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=3,lit=true,waterlogged=true] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=3,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=3,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=3,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=4,lit=true,waterlogged=true] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=4,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=4,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=4,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:cyan_candle 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=1,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=1,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=1,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=2,lit=true,waterlogged=true] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=2,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=2,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=2,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=3,lit=true,waterlogged=true] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=3,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=3,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=3,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=4,lit=true,waterlogged=true] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=4,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=4,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=4,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:purple_candle 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=1,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=1,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=1,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=2,lit=true,waterlogged=true] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=2,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=2,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=2,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=3,lit=true,waterlogged=true] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=3,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=3,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=3,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=4,lit=true,waterlogged=true] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=4,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=4,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=4,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:blue_candle 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=1,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=1,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=1,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=2,lit=true,waterlogged=true] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=2,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=2,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=2,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=3,lit=true,waterlogged=true] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=3,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=3,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=3,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=4,lit=true,waterlogged=true] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=4,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=4,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=4,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:brown_candle 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=1,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=1,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=1,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=2,lit=true,waterlogged=true] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=2,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=2,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=2,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=3,lit=true,waterlogged=true] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=3,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=3,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=3,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=4,lit=true,waterlogged=true] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=4,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=4,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=4,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:green_candle 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=1,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=1,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=1,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=2,lit=true,waterlogged=true] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=2,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=2,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=2,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=3,lit=true,waterlogged=true] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=3,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=3,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=3,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=4,lit=true,waterlogged=true] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=4,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=4,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=4,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:red_candle 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=1,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=1,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=1,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=2,lit=true,waterlogged=true] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=2,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=2,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=2,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=3,lit=true,waterlogged=true] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=3,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=3,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=3,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=4,lit=true,waterlogged=true] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=4,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=4,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=4,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:black_candle 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=1,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=1,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=1,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=2,lit=true,waterlogged=true] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=2,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=2,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=2,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=3,lit=true,waterlogged=true] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=3,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=3,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=3,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=4,lit=true,waterlogged=true] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=4,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=4,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=4,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:candle_cake 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:candle_cake[lit=false] 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:white_candle_cake 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:white_candle_cake[lit=false] 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:orange_candle_cake 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:orange_candle_cake[lit=false] 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:magenta_candle_cake 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:magenta_candle_cake[lit=false] 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:light_blue_candle_cake 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:light_blue_candle_cake[lit=false] 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:yellow_candle_cake 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:yellow_candle_cake[lit=false] 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:lime_candle_cake 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:lime_candle_cake[lit=false] 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:pink_candle_cake 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:pink_candle_cake[lit=false] 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:gray_candle_cake 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:gray_candle_cake[lit=false] 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:light_gray_candle_cake 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:light_gray_candle_cake[lit=false] 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:cyan_candle_cake 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:cyan_candle_cake[lit=false] 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:purple_candle_cake 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:purple_candle_cake[lit=false] 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:blue_candle_cake 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:blue_candle_cake[lit=false] 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:brown_candle_cake 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:brown_candle_cake[lit=false] 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:green_candle_cake 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:green_candle_cake[lit=false] 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:red_candle_cake 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:red_candle_cake[lit=false] 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:black_candle_cake 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:black_candle_cake[lit=false] 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:amethyst_block 133 97 191 255 106 77 152 255 66 48 95 255 53 38 76 255 +minecraft:budding_amethyst 132 96 186 255 105 76 148 255 66 48 93 255 52 38 74 255 +minecraft:amethyst_cluster 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=north,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=east,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=east,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=south,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=south,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=west,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=west,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=up,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=up,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=down,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=down,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:large_amethyst_bud 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=north,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=east,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=east,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=south,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=south,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=west,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=west,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=up,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=up,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=down,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=down,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:medium_amethyst_bud 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=north,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=east,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=east,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=south,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=south,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=west,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=west,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=up,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=up,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=down,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=down,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:small_amethyst_bud 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=north,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=east,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=east,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=south,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=south,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=west,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=west,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=up,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=up,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=down,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=down,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:tuff 108 109 102 255 86 87 81 255 54 54 51 255 43 43 40 255 +minecraft:calcite 223 224 220 255 178 179 176 255 111 112 110 255 89 89 88 255 +minecraft:tinted_glass 44 38 46 131 35 30 36 131 22 19 23 131 17 15 18 131 +minecraft:powder_snow 248 253 253 255 198 202 202 255 124 126 126 255 99 101 101 255 +minecraft:sculk_sensor 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=cooldown,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=cooldown,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=inactive,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=cooldown,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=cooldown,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=inactive,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:oxidized_copper 82 162 132 255 65 129 105 255 41 81 66 255 32 64 52 255 +minecraft:weathered_copper 108 153 110 255 86 122 88 255 54 76 55 255 43 61 44 255 +minecraft:exposed_copper 161 125 103 255 128 100 82 255 80 62 51 255 64 50 41 255 +minecraft:copper_block 192 107 79 255 153 85 63 255 96 53 39 255 76 42 31 255 +minecraft:copper_ore 124 125 120 255 99 100 96 255 62 62 60 255 49 50 48 255 +minecraft:deepslate_copper_ore 92 93 89 255 73 74 71 255 46 46 44 255 36 37 35 255 +minecraft:oxidized_cut_copper 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:weathered_cut_copper 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:exposed_cut_copper 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:cut_copper 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:oxidized_cut_copper_stairs 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:weathered_cut_copper_stairs 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:exposed_cut_copper_stairs 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:cut_copper_stairs 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:oxidized_cut_copper_slab 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=top,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=bottom,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=bottom,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=double,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=double,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:weathered_cut_copper_slab 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=top,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=bottom,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=bottom,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=double,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=double,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:exposed_cut_copper_slab 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=top,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=bottom,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=bottom,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=double,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=double,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:cut_copper_slab 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=top,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=bottom,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=bottom,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=double,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=double,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_copper_block 192 107 79 255 153 85 63 255 96 53 39 255 76 42 31 255 +minecraft:waxed_weathered_copper 108 153 110 255 86 122 88 255 54 76 55 255 43 61 44 255 +minecraft:waxed_exposed_copper 161 125 103 255 128 100 82 255 80 62 51 255 64 50 41 255 +minecraft:waxed_oxidized_copper 82 162 132 255 65 129 105 255 41 81 66 255 32 64 52 255 +minecraft:waxed_oxidized_cut_copper 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_weathered_cut_copper 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_exposed_cut_copper 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_cut_copper 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_oxidized_cut_copper_stairs 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_weathered_cut_copper_stairs 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_exposed_cut_copper_stairs 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_cut_copper_stairs 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_oxidized_cut_copper_slab 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=top,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=bottom,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=bottom,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=double,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=double,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_weathered_cut_copper_slab 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=top,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=bottom,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=bottom,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=double,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=double,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_exposed_cut_copper_slab 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=top,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=bottom,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=bottom,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=double,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=double,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_cut_copper_slab 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=top,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=bottom,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=bottom,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=double,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=double,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:pointed_dripstone 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=up,waterlogged=false] 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=down,waterlogged=true] 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=down,waterlogged=false] 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=up,waterlogged=true] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=up,waterlogged=false] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=down,waterlogged=true] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=down,waterlogged=false] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=up,waterlogged=true] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=up,waterlogged=false] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=down,waterlogged=true] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=down,waterlogged=false] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=up,waterlogged=true] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=up,waterlogged=false] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=down,waterlogged=true] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=down,waterlogged=false] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=base,vertical_direction=up,waterlogged=true] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:pointed_dripstone[thickness=base,vertical_direction=up,waterlogged=false] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:pointed_dripstone[thickness=base,vertical_direction=down,waterlogged=true] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:pointed_dripstone[thickness=base,vertical_direction=down,waterlogged=false] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:dripstone_block 134 107 92 255 107 85 73 255 67 53 46 255 53 42 36 255 +minecraft:cave_vines 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=0,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=1,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=1,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=2,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=2,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=3,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=3,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=4,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=4,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=5,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=5,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=6,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=6,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=7,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=7,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=8,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=8,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=9,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=9,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=10,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=10,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=11,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=11,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=12,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=12,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=13,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=13,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=14,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=14,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=15,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=15,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=16,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=16,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=17,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=17,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=18,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=18,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=19,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=19,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=20,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=20,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=21,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=21,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=22,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=22,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=23,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=23,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=24,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=24,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=25,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=25,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines_plant 105 107 40 159 84 85 32 159 52 53 20 159 42 42 16 159 +minecraft:cave_vines_plant[berries=false] 88 101 38 143 70 80 30 143 44 50 19 143 35 40 15 143 +minecraft:spore_blossom 206 96 158 123 164 76 126 123 103 48 79 123 82 38 63 123 +minecraft:azalea 93 117 45 153 74 93 36 153 46 58 22 153 37 46 18 153 +minecraft:flowering_azalea 111 113 73 153 88 90 58 153 55 56 36 153 44 45 29 153 +minecraft:moss_carpet 89 109 45 255 71 87 36 255 44 54 22 255 35 43 18 255 +minecraft:moss_block 89 109 45 255 71 87 36 255 44 54 22 255 35 43 18 255 +minecraft:big_dripleaf_stem 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=north,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=south,waterlogged=true] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=south,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=west,waterlogged=true] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=west,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=east,waterlogged=true] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=east,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:small_dripleaf 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=north,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=north,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=north,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=south,half=upper,waterlogged=true] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=south,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=south,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=south,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=west,half=upper,waterlogged=true] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=west,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=west,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=west,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=east,half=upper,waterlogged=true] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=east,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=east,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=east,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:hanging_roots 161 115 91 74 128 92 72 74 80 57 45 74 64 46 36 74 +minecraft:hanging_roots[waterlogged=false] 161 115 91 74 128 92 72 74 80 57 45 74 64 46 36 74 +minecraft:rooted_dirt 144 103 76 255 115 82 60 255 72 51 38 255 57 41 30 255 +minecraft:deepslate 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:deepslate[axis=y] 87 87 89 255 69 69 71 255 43 43 44 255 34 34 35 255 +minecraft:deepslate[axis=z] 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:cobbled_deepslate 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=top,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=bottom,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=bottom,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=double,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=double,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:polished_deepslate 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=top,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=bottom,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=bottom,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=double,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=double,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:deepslate_tiles 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=top,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=bottom,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=bottom,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=double,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=double,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_bricks 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=top,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=bottom,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=bottom,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=double,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=double,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:chiseled_deepslate 54 54 54 255 43 43 43 255 27 27 27 255 21 21 21 255 +minecraft:cracked_deepslate_bricks 64 64 65 255 51 51 52 255 32 32 32 255 25 25 26 255 +minecraft:cracked_deepslate_tiles 52 52 52 255 41 41 41 255 26 26 26 255 20 20 20 255 +minecraft:infested_deepslate 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:infested_deepslate[axis=y] 87 87 89 255 69 69 71 255 43 43 44 255 34 34 35 255 +minecraft:infested_deepslate[axis=z] 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:smooth_basalt 72 72 78 255 57 57 62 255 36 36 39 255 28 28 31 255 +minecraft:raw_iron_block 166 135 107 255 132 108 85 255 83 67 53 255 66 54 42 255 +minecraft:raw_copper_block 154 105 79 255 123 84 63 255 77 52 39 255 61 42 31 255 +minecraft:raw_gold_block 221 169 46 255 176 135 36 255 110 84 23 255 88 67 18 255 diff --git a/minecolonies-1.20.1/data/dynmap/colorschemes/dokuhigh.txt b/minecolonies-1.20.1/data/dynmap/colorschemes/dokuhigh.txt new file mode 100644 index 00000000..fb2931ec --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/colorschemes/dokuhigh.txt @@ -0,0 +1,19763 @@ +minecraft:stone 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:granite 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:polished_granite 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:diorite 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:polished_diorite 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:andesite 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:polished_andesite 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:grass_block 20 58 31 255 16 46 24 255 10 29 15 255 8 23 12 255 +minecraft:grass_block[snowy=false] 20 58 31 255 16 46 24 255 10 29 15 255 8 23 12 255 +minecraft:dirt 80 65 55 255 64 52 44 255 40 32 27 255 32 26 22 255 +minecraft:coarse_dirt 83 74 64 255 66 59 51 255 41 37 32 255 33 29 25 255 +minecraft:podzol 120 120 120 255 96 96 96 255 60 60 60 255 48 48 48 255 +minecraft:podzol[snowy=false] 86 66 39 255 68 52 31 255 43 33 19 255 34 26 15 255 +minecraft:cobblestone 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:oak_planks 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:spruce_planks 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:birch_planks 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:jungle_planks 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:acacia_planks 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:dark_oak_planks 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:oak_sapling 30 54 34 114 24 43 27 114 15 27 17 114 12 21 13 114 +minecraft:oak_sapling[stage=1] 30 54 34 114 24 43 27 114 15 27 17 114 12 21 13 114 +minecraft:spruce_sapling 22 47 26 63 17 37 20 63 11 23 13 63 8 18 10 63 +minecraft:spruce_sapling[stage=1] 22 47 26 63 17 37 20 63 11 23 13 63 8 18 10 63 +minecraft:birch_sapling 64 92 44 91 51 73 35 91 32 46 22 91 25 36 17 91 +minecraft:birch_sapling[stage=1] 64 92 44 91 51 73 35 91 32 46 22 91 25 36 17 91 +minecraft:jungle_sapling 30 69 9 81 24 55 7 81 15 34 4 81 12 27 3 81 +minecraft:jungle_sapling[stage=1] 30 69 9 81 24 55 7 81 15 34 4 81 12 27 3 81 +minecraft:acacia_sapling 75 76 25 81 60 60 20 81 37 38 12 81 30 30 10 81 +minecraft:acacia_sapling[stage=1] 75 76 25 81 60 60 20 81 37 38 12 81 30 30 10 81 +minecraft:dark_oak_sapling 37 40 30 121 29 32 24 121 18 20 15 121 14 16 12 121 +minecraft:dark_oak_sapling[stage=1] 37 40 30 121 29 32 24 121 18 20 15 121 14 16 12 121 +minecraft:bedrock 38 39 42 255 30 31 33 255 19 19 21 255 15 15 16 255 +minecraft:water 118 240 223 144 94 192 178 144 59 120 111 144 47 96 89 144 +minecraft:water[level=1] 118 240 223 144 94 192 178 144 59 120 111 144 47 96 89 144 +minecraft:water[level=2] 118 240 223 144 94 192 178 144 59 120 111 144 47 96 89 144 +minecraft:water[level=3] 118 240 223 144 94 192 178 144 59 120 111 144 47 96 89 144 +minecraft:water[level=4] 118 240 223 144 94 192 178 144 59 120 111 144 47 96 89 144 +minecraft:water[level=5] 118 240 223 144 94 192 178 144 59 120 111 144 47 96 89 144 +minecraft:water[level=6] 118 240 223 144 94 192 178 144 59 120 111 144 47 96 89 144 +minecraft:water[level=7] 118 240 223 144 94 192 178 144 59 120 111 144 47 96 89 144 +minecraft:water[level=8] 118 240 223 144 94 192 178 144 59 120 111 144 47 96 89 144 +minecraft:water[level=9] 118 240 223 144 94 192 178 144 59 120 111 144 47 96 89 144 +minecraft:water[level=10] 118 240 223 144 94 192 178 144 59 120 111 144 47 96 89 144 +minecraft:water[level=11] 118 240 223 144 94 192 178 144 59 120 111 144 47 96 89 144 +minecraft:water[level=12] 118 240 223 144 94 192 178 144 59 120 111 144 47 96 89 144 +minecraft:water[level=13] 118 240 223 144 94 192 178 144 59 120 111 144 47 96 89 144 +minecraft:water[level=14] 118 240 223 144 94 192 178 144 59 120 111 144 47 96 89 144 +minecraft:water[level=15] 118 240 223 144 94 192 178 144 59 120 111 144 47 96 89 144 +minecraft:lava 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=1] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=2] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=3] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=4] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=5] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=6] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=7] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=8] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=9] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=10] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=11] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=12] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=13] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=14] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=15] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:sand 225 221 196 255 180 176 156 255 112 110 98 255 90 88 78 255 +minecraft:red_sand 168 86 71 255 134 68 56 255 84 43 35 255 67 34 28 255 +minecraft:gravel 90 87 71 255 72 69 56 255 45 43 35 255 36 34 28 255 +minecraft:gold_ore 144 144 121 255 115 115 96 255 72 72 60 255 57 57 48 255 +minecraft:deepslate_gold_ore 115 102 78 255 92 81 62 255 57 51 39 255 46 40 31 255 +minecraft:iron_ore 135 135 129 255 108 108 103 255 67 67 64 255 54 54 51 255 +minecraft:deepslate_iron_ore 106 99 94 255 84 79 75 255 53 49 47 255 42 39 37 255 +minecraft:coal_ore 104 113 112 255 83 90 89 255 52 56 56 255 41 45 44 255 +minecraft:deepslate_coal_ore 74 74 76 255 59 59 60 255 37 37 38 255 29 29 30 255 +minecraft:nether_gold_ore 141 75 66 255 112 60 52 255 70 37 33 255 56 30 26 255 +minecraft:oak_log 68 56 44 255 54 44 35 255 34 28 22 255 27 22 17 255 +minecraft:oak_log[axis=y] 133 116 95 255 106 92 76 255 66 58 47 255 53 46 38 255 +minecraft:oak_log[axis=z] 68 56 44 255 54 44 35 255 34 28 22 255 27 22 17 255 +minecraft:spruce_log 46 38 30 255 36 30 24 255 23 19 15 255 18 15 12 255 +minecraft:spruce_log[axis=y] 124 103 95 255 99 82 76 255 62 51 47 255 49 41 38 255 +minecraft:spruce_log[axis=z] 46 38 30 255 36 30 24 255 23 19 15 255 18 15 12 255 +minecraft:birch_log 187 186 181 255 149 148 144 255 93 93 90 255 74 74 72 255 +minecraft:birch_log[axis=y] 133 116 95 255 106 92 76 255 66 58 47 255 53 46 38 255 +minecraft:birch_log[axis=z] 187 186 181 255 149 148 144 255 93 93 90 255 74 74 72 255 +minecraft:jungle_log 43 39 15 255 34 31 12 255 21 19 7 255 17 15 6 255 +minecraft:jungle_log[axis=y] 117 103 64 255 93 82 51 255 58 51 32 255 46 41 25 255 +minecraft:jungle_log[axis=z] 43 39 15 255 34 31 12 255 21 19 7 255 17 15 6 255 +minecraft:acacia_log 79 65 56 255 63 52 44 255 39 32 28 255 31 26 22 255 +minecraft:acacia_log[axis=y] 114 68 40 255 91 54 32 255 57 34 20 255 45 27 16 255 +minecraft:acacia_log[axis=z] 79 65 56 255 63 52 44 255 39 32 28 255 31 26 22 255 +minecraft:dark_oak_log 51 40 28 255 40 32 22 255 25 20 14 255 20 16 11 255 +minecraft:dark_oak_log[axis=y] 67 52 43 255 53 41 34 255 33 26 21 255 26 20 17 255 +minecraft:dark_oak_log[axis=z] 51 40 28 255 40 32 22 255 25 20 14 255 20 16 11 255 +minecraft:stripped_spruce_log 174 147 134 255 139 117 107 255 87 73 67 255 69 58 53 255 +minecraft:stripped_spruce_log[axis=y] 166 139 128 255 132 111 102 255 83 69 64 255 66 55 51 255 +minecraft:stripped_spruce_log[axis=z] 174 147 134 255 139 117 107 255 87 73 67 255 69 58 53 255 +minecraft:stripped_birch_log 209 197 155 255 167 157 124 255 104 98 77 255 83 78 62 255 +minecraft:stripped_birch_log[axis=y] 182 170 130 255 145 136 104 255 91 85 65 255 72 68 52 255 +minecraft:stripped_birch_log[axis=z] 209 197 155 255 167 157 124 255 104 98 77 255 83 78 62 255 +minecraft:stripped_jungle_log 182 169 117 255 145 135 93 255 91 84 58 255 72 67 46 255 +minecraft:stripped_jungle_log[axis=y] 157 141 90 255 125 112 72 255 78 70 45 255 62 56 36 255 +minecraft:stripped_jungle_log[axis=z] 182 169 117 255 145 135 93 255 91 84 58 255 72 67 46 255 +minecraft:stripped_acacia_log 160 91 48 255 128 72 38 255 80 45 24 255 64 36 19 255 +minecraft:stripped_acacia_log[axis=y] 143 81 45 255 114 64 36 255 71 40 22 255 57 32 18 255 +minecraft:stripped_acacia_log[axis=z] 160 91 48 255 128 72 38 255 80 45 24 255 64 36 19 255 +minecraft:stripped_dark_oak_log 87 67 44 255 69 53 35 255 43 33 22 255 34 26 17 255 +minecraft:stripped_dark_oak_log[axis=y] 88 68 48 255 70 54 38 255 44 34 24 255 35 27 19 255 +minecraft:stripped_dark_oak_log[axis=z] 87 67 44 255 69 53 35 255 43 33 22 255 34 26 17 255 +minecraft:stripped_oak_log 199 178 147 255 159 142 117 255 99 89 73 255 79 71 58 255 +minecraft:stripped_oak_log[axis=y] 181 163 136 255 144 130 108 255 90 81 68 255 72 65 54 255 +minecraft:stripped_oak_log[axis=z] 199 178 147 255 159 142 117 255 99 89 73 255 79 71 58 255 +minecraft:oak_wood 68 56 44 255 54 44 35 255 34 28 22 255 27 22 17 255 +minecraft:oak_wood[axis=y] 68 56 44 255 54 44 35 255 34 28 22 255 27 22 17 255 +minecraft:oak_wood[axis=z] 68 56 44 255 54 44 35 255 34 28 22 255 27 22 17 255 +minecraft:spruce_wood 46 38 30 255 36 30 24 255 23 19 15 255 18 15 12 255 +minecraft:spruce_wood[axis=y] 46 38 30 255 36 30 24 255 23 19 15 255 18 15 12 255 +minecraft:spruce_wood[axis=z] 46 38 30 255 36 30 24 255 23 19 15 255 18 15 12 255 +minecraft:birch_wood 187 186 181 255 149 148 144 255 93 93 90 255 74 74 72 255 +minecraft:birch_wood[axis=y] 187 186 181 255 149 148 144 255 93 93 90 255 74 74 72 255 +minecraft:birch_wood[axis=z] 187 186 181 255 149 148 144 255 93 93 90 255 74 74 72 255 +minecraft:jungle_wood 43 39 15 255 34 31 12 255 21 19 7 255 17 15 6 255 +minecraft:jungle_wood[axis=y] 43 39 15 255 34 31 12 255 21 19 7 255 17 15 6 255 +minecraft:jungle_wood[axis=z] 43 39 15 255 34 31 12 255 21 19 7 255 17 15 6 255 +minecraft:acacia_wood 79 65 56 255 63 52 44 255 39 32 28 255 31 26 22 255 +minecraft:acacia_wood[axis=y] 79 65 56 255 63 52 44 255 39 32 28 255 31 26 22 255 +minecraft:acacia_wood[axis=z] 79 65 56 255 63 52 44 255 39 32 28 255 31 26 22 255 +minecraft:dark_oak_wood 51 40 28 255 40 32 22 255 25 20 14 255 20 16 11 255 +minecraft:dark_oak_wood[axis=y] 51 40 28 255 40 32 22 255 25 20 14 255 20 16 11 255 +minecraft:dark_oak_wood[axis=z] 51 40 28 255 40 32 22 255 25 20 14 255 20 16 11 255 +minecraft:stripped_oak_wood 199 178 147 255 159 142 117 255 99 89 73 255 79 71 58 255 +minecraft:stripped_oak_wood[axis=y] 199 178 147 255 159 142 117 255 99 89 73 255 79 71 58 255 +minecraft:stripped_oak_wood[axis=z] 199 178 147 255 159 142 117 255 99 89 73 255 79 71 58 255 +minecraft:stripped_spruce_wood 174 147 134 255 139 117 107 255 87 73 67 255 69 58 53 255 +minecraft:stripped_spruce_wood[axis=y] 174 147 134 255 139 117 107 255 87 73 67 255 69 58 53 255 +minecraft:stripped_spruce_wood[axis=z] 174 147 134 255 139 117 107 255 87 73 67 255 69 58 53 255 +minecraft:stripped_birch_wood 209 197 155 255 167 157 124 255 104 98 77 255 83 78 62 255 +minecraft:stripped_birch_wood[axis=y] 209 197 155 255 167 157 124 255 104 98 77 255 83 78 62 255 +minecraft:stripped_birch_wood[axis=z] 209 197 155 255 167 157 124 255 104 98 77 255 83 78 62 255 +minecraft:stripped_jungle_wood 182 169 117 255 145 135 93 255 91 84 58 255 72 67 46 255 +minecraft:stripped_jungle_wood[axis=y] 182 169 117 255 145 135 93 255 91 84 58 255 72 67 46 255 +minecraft:stripped_jungle_wood[axis=z] 182 169 117 255 145 135 93 255 91 84 58 255 72 67 46 255 +minecraft:stripped_acacia_wood 160 91 48 255 128 72 38 255 80 45 24 255 64 36 19 255 +minecraft:stripped_acacia_wood[axis=y] 160 91 48 255 128 72 38 255 80 45 24 255 64 36 19 255 +minecraft:stripped_acacia_wood[axis=z] 160 91 48 255 128 72 38 255 80 45 24 255 64 36 19 255 +minecraft:stripped_dark_oak_wood 87 67 44 255 69 53 35 255 43 33 22 255 34 26 17 255 +minecraft:stripped_dark_oak_wood[axis=y] 87 67 44 255 69 53 35 255 43 33 22 255 34 26 17 255 +minecraft:stripped_dark_oak_wood[axis=z] 87 67 44 255 69 53 35 255 43 33 22 255 34 26 17 255 +minecraft:oak_leaves 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:oak_leaves[distance=1,persistent=false] 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:oak_leaves[distance=2,persistent=true] 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:oak_leaves[distance=2,persistent=false] 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:oak_leaves[distance=3,persistent=true] 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:oak_leaves[distance=3,persistent=false] 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:oak_leaves[distance=4,persistent=true] 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:oak_leaves[distance=4,persistent=false] 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:oak_leaves[distance=5,persistent=true] 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:oak_leaves[distance=5,persistent=false] 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:oak_leaves[distance=6,persistent=true] 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:oak_leaves[distance=6,persistent=false] 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:oak_leaves[distance=7,persistent=true] 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:oak_leaves[distance=7,persistent=false] 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:spruce_leaves 26 63 35 229 20 50 28 229 13 31 17 229 10 25 14 229 +minecraft:spruce_leaves[distance=1,persistent=false] 26 63 35 229 20 50 28 229 13 31 17 229 10 25 14 229 +minecraft:spruce_leaves[distance=2,persistent=true] 26 63 35 229 20 50 28 229 13 31 17 229 10 25 14 229 +minecraft:spruce_leaves[distance=2,persistent=false] 26 63 35 229 20 50 28 229 13 31 17 229 10 25 14 229 +minecraft:spruce_leaves[distance=3,persistent=true] 26 63 35 229 20 50 28 229 13 31 17 229 10 25 14 229 +minecraft:spruce_leaves[distance=3,persistent=false] 26 63 35 229 20 50 28 229 13 31 17 229 10 25 14 229 +minecraft:spruce_leaves[distance=4,persistent=true] 26 63 35 229 20 50 28 229 13 31 17 229 10 25 14 229 +minecraft:spruce_leaves[distance=4,persistent=false] 26 63 35 229 20 50 28 229 13 31 17 229 10 25 14 229 +minecraft:spruce_leaves[distance=5,persistent=true] 26 63 35 229 20 50 28 229 13 31 17 229 10 25 14 229 +minecraft:spruce_leaves[distance=5,persistent=false] 26 63 35 229 20 50 28 229 13 31 17 229 10 25 14 229 +minecraft:spruce_leaves[distance=6,persistent=true] 26 63 35 229 20 50 28 229 13 31 17 229 10 25 14 229 +minecraft:spruce_leaves[distance=6,persistent=false] 26 63 35 229 20 50 28 229 13 31 17 229 10 25 14 229 +minecraft:spruce_leaves[distance=7,persistent=true] 26 63 35 229 20 50 28 229 13 31 17 229 10 25 14 229 +minecraft:spruce_leaves[distance=7,persistent=false] 26 63 35 229 20 50 28 229 13 31 17 229 10 25 14 229 +minecraft:birch_leaves 86 113 57 166 68 90 45 166 43 56 28 166 34 45 22 166 +minecraft:birch_leaves[distance=1,persistent=false] 86 113 57 166 68 90 45 166 43 56 28 166 34 45 22 166 +minecraft:birch_leaves[distance=2,persistent=true] 86 113 57 166 68 90 45 166 43 56 28 166 34 45 22 166 +minecraft:birch_leaves[distance=2,persistent=false] 86 113 57 166 68 90 45 166 43 56 28 166 34 45 22 166 +minecraft:birch_leaves[distance=3,persistent=true] 86 113 57 166 68 90 45 166 43 56 28 166 34 45 22 166 +minecraft:birch_leaves[distance=3,persistent=false] 86 113 57 166 68 90 45 166 43 56 28 166 34 45 22 166 +minecraft:birch_leaves[distance=4,persistent=true] 86 113 57 166 68 90 45 166 43 56 28 166 34 45 22 166 +minecraft:birch_leaves[distance=4,persistent=false] 86 113 57 166 68 90 45 166 43 56 28 166 34 45 22 166 +minecraft:birch_leaves[distance=5,persistent=true] 86 113 57 166 68 90 45 166 43 56 28 166 34 45 22 166 +minecraft:birch_leaves[distance=5,persistent=false] 86 113 57 166 68 90 45 166 43 56 28 166 34 45 22 166 +minecraft:birch_leaves[distance=6,persistent=true] 86 113 57 166 68 90 45 166 43 56 28 166 34 45 22 166 +minecraft:birch_leaves[distance=6,persistent=false] 86 113 57 166 68 90 45 166 43 56 28 166 34 45 22 166 +minecraft:birch_leaves[distance=7,persistent=true] 86 113 57 166 68 90 45 166 43 56 28 166 34 45 22 166 +minecraft:birch_leaves[distance=7,persistent=false] 86 113 57 166 68 90 45 166 43 56 28 166 34 45 22 166 +minecraft:jungle_leaves 14 63 26 232 11 50 20 232 7 31 13 232 5 25 10 232 +minecraft:jungle_leaves[distance=1,persistent=false] 14 63 26 232 11 50 20 232 7 31 13 232 5 25 10 232 +minecraft:jungle_leaves[distance=2,persistent=true] 14 63 26 232 11 50 20 232 7 31 13 232 5 25 10 232 +minecraft:jungle_leaves[distance=2,persistent=false] 14 63 26 232 11 50 20 232 7 31 13 232 5 25 10 232 +minecraft:jungle_leaves[distance=3,persistent=true] 14 63 26 232 11 50 20 232 7 31 13 232 5 25 10 232 +minecraft:jungle_leaves[distance=3,persistent=false] 14 63 26 232 11 50 20 232 7 31 13 232 5 25 10 232 +minecraft:jungle_leaves[distance=4,persistent=true] 14 63 26 232 11 50 20 232 7 31 13 232 5 25 10 232 +minecraft:jungle_leaves[distance=4,persistent=false] 14 63 26 232 11 50 20 232 7 31 13 232 5 25 10 232 +minecraft:jungle_leaves[distance=5,persistent=true] 14 63 26 232 11 50 20 232 7 31 13 232 5 25 10 232 +minecraft:jungle_leaves[distance=5,persistent=false] 14 63 26 232 11 50 20 232 7 31 13 232 5 25 10 232 +minecraft:jungle_leaves[distance=6,persistent=true] 14 63 26 232 11 50 20 232 7 31 13 232 5 25 10 232 +minecraft:jungle_leaves[distance=6,persistent=false] 14 63 26 232 11 50 20 232 7 31 13 232 5 25 10 232 +minecraft:jungle_leaves[distance=7,persistent=true] 14 63 26 232 11 50 20 232 7 31 13 232 5 25 10 232 +minecraft:jungle_leaves[distance=7,persistent=false] 14 63 26 232 11 50 20 232 7 31 13 232 5 25 10 232 +minecraft:acacia_leaves 15 68 28 228 12 54 22 228 7 34 14 228 6 27 11 228 +minecraft:acacia_leaves[distance=1,persistent=false] 15 68 28 228 12 54 22 228 7 34 14 228 6 27 11 228 +minecraft:acacia_leaves[distance=2,persistent=true] 15 68 28 228 12 54 22 228 7 34 14 228 6 27 11 228 +minecraft:acacia_leaves[distance=2,persistent=false] 15 68 28 228 12 54 22 228 7 34 14 228 6 27 11 228 +minecraft:acacia_leaves[distance=3,persistent=true] 15 68 28 228 12 54 22 228 7 34 14 228 6 27 11 228 +minecraft:acacia_leaves[distance=3,persistent=false] 15 68 28 228 12 54 22 228 7 34 14 228 6 27 11 228 +minecraft:acacia_leaves[distance=4,persistent=true] 15 68 28 228 12 54 22 228 7 34 14 228 6 27 11 228 +minecraft:acacia_leaves[distance=4,persistent=false] 15 68 28 228 12 54 22 228 7 34 14 228 6 27 11 228 +minecraft:acacia_leaves[distance=5,persistent=true] 15 68 28 228 12 54 22 228 7 34 14 228 6 27 11 228 +minecraft:acacia_leaves[distance=5,persistent=false] 15 68 28 228 12 54 22 228 7 34 14 228 6 27 11 228 +minecraft:acacia_leaves[distance=6,persistent=true] 15 68 28 228 12 54 22 228 7 34 14 228 6 27 11 228 +minecraft:acacia_leaves[distance=6,persistent=false] 15 68 28 228 12 54 22 228 7 34 14 228 6 27 11 228 +minecraft:acacia_leaves[distance=7,persistent=true] 15 68 28 228 12 54 22 228 7 34 14 228 6 27 11 228 +minecraft:acacia_leaves[distance=7,persistent=false] 15 68 28 228 12 54 22 228 7 34 14 228 6 27 11 228 +minecraft:dark_oak_leaves 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:dark_oak_leaves[distance=1,persistent=false] 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:dark_oak_leaves[distance=2,persistent=true] 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:dark_oak_leaves[distance=2,persistent=false] 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:dark_oak_leaves[distance=3,persistent=true] 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:dark_oak_leaves[distance=3,persistent=false] 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:dark_oak_leaves[distance=4,persistent=true] 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:dark_oak_leaves[distance=4,persistent=false] 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:dark_oak_leaves[distance=5,persistent=true] 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:dark_oak_leaves[distance=5,persistent=false] 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:dark_oak_leaves[distance=6,persistent=true] 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:dark_oak_leaves[distance=6,persistent=false] 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:dark_oak_leaves[distance=7,persistent=true] 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:dark_oak_leaves[distance=7,persistent=false] 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:azalea_leaves 8 45 7 196 6 36 5 196 4 22 3 196 3 18 2 196 +minecraft:azalea_leaves[distance=1,persistent=false] 8 45 7 196 6 36 5 196 4 22 3 196 3 18 2 196 +minecraft:azalea_leaves[distance=2,persistent=true] 8 45 7 196 6 36 5 196 4 22 3 196 3 18 2 196 +minecraft:azalea_leaves[distance=2,persistent=false] 8 45 7 196 6 36 5 196 4 22 3 196 3 18 2 196 +minecraft:azalea_leaves[distance=3,persistent=true] 8 45 7 196 6 36 5 196 4 22 3 196 3 18 2 196 +minecraft:azalea_leaves[distance=3,persistent=false] 8 45 7 196 6 36 5 196 4 22 3 196 3 18 2 196 +minecraft:azalea_leaves[distance=4,persistent=true] 8 45 7 196 6 36 5 196 4 22 3 196 3 18 2 196 +minecraft:azalea_leaves[distance=4,persistent=false] 8 45 7 196 6 36 5 196 4 22 3 196 3 18 2 196 +minecraft:azalea_leaves[distance=5,persistent=true] 8 45 7 196 6 36 5 196 4 22 3 196 3 18 2 196 +minecraft:azalea_leaves[distance=5,persistent=false] 8 45 7 196 6 36 5 196 4 22 3 196 3 18 2 196 +minecraft:azalea_leaves[distance=6,persistent=true] 8 45 7 196 6 36 5 196 4 22 3 196 3 18 2 196 +minecraft:azalea_leaves[distance=6,persistent=false] 8 45 7 196 6 36 5 196 4 22 3 196 3 18 2 196 +minecraft:azalea_leaves[distance=7,persistent=true] 8 45 7 196 6 36 5 196 4 22 3 196 3 18 2 196 +minecraft:azalea_leaves[distance=7,persistent=false] 8 45 7 196 6 36 5 196 4 22 3 196 3 18 2 196 +minecraft:flowering_azalea_leaves 8 43 9 204 6 34 7 204 4 21 4 204 3 17 3 204 +minecraft:flowering_azalea_leaves[distance=1,persistent=false] 8 43 9 204 6 34 7 204 4 21 4 204 3 17 3 204 +minecraft:flowering_azalea_leaves[distance=2,persistent=true] 8 43 9 204 6 34 7 204 4 21 4 204 3 17 3 204 +minecraft:flowering_azalea_leaves[distance=2,persistent=false] 8 43 9 204 6 34 7 204 4 21 4 204 3 17 3 204 +minecraft:flowering_azalea_leaves[distance=3,persistent=true] 8 43 9 204 6 34 7 204 4 21 4 204 3 17 3 204 +minecraft:flowering_azalea_leaves[distance=3,persistent=false] 8 43 9 204 6 34 7 204 4 21 4 204 3 17 3 204 +minecraft:flowering_azalea_leaves[distance=4,persistent=true] 8 43 9 204 6 34 7 204 4 21 4 204 3 17 3 204 +minecraft:flowering_azalea_leaves[distance=4,persistent=false] 8 43 9 204 6 34 7 204 4 21 4 204 3 17 3 204 +minecraft:flowering_azalea_leaves[distance=5,persistent=true] 8 43 9 204 6 34 7 204 4 21 4 204 3 17 3 204 +minecraft:flowering_azalea_leaves[distance=5,persistent=false] 8 43 9 204 6 34 7 204 4 21 4 204 3 17 3 204 +minecraft:flowering_azalea_leaves[distance=6,persistent=true] 8 43 9 204 6 34 7 204 4 21 4 204 3 17 3 204 +minecraft:flowering_azalea_leaves[distance=6,persistent=false] 8 43 9 204 6 34 7 204 4 21 4 204 3 17 3 204 +minecraft:flowering_azalea_leaves[distance=7,persistent=true] 8 43 9 204 6 34 7 204 4 21 4 204 3 17 3 204 +minecraft:flowering_azalea_leaves[distance=7,persistent=false] 8 43 9 204 6 34 7 204 4 21 4 204 3 17 3 204 +minecraft:sponge 186 167 86 255 148 133 68 255 93 83 43 255 74 66 34 255 +minecraft:wet_sponge 163 145 72 255 130 116 57 255 81 72 36 255 65 58 28 255 +minecraft:glass 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:lapis_ore 109 130 150 255 87 104 120 255 54 65 75 255 43 52 60 255 +minecraft:deepslate_lapis_ore 79 90 115 255 63 72 92 255 39 45 57 255 31 36 46 255 +minecraft:lapis_block 41 81 146 255 32 64 116 255 20 40 73 255 16 32 58 255 +minecraft:dispenser 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:dispenser[facing=north,triggered=false] 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:dispenser[facing=east,triggered=true] 137 140 129 255 109 112 103 255 68 70 64 255 54 56 51 255 +minecraft:dispenser[facing=east,triggered=false] 137 140 129 255 109 112 103 255 68 70 64 255 54 56 51 255 +minecraft:dispenser[facing=south,triggered=true] 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:dispenser[facing=south,triggered=false] 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:dispenser[facing=west,triggered=true] 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:dispenser[facing=west,triggered=false] 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:dispenser[facing=up,triggered=true] 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:dispenser[facing=up,triggered=false] 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:dispenser[facing=down,triggered=true] 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:dispenser[facing=down,triggered=false] 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:sandstone 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:chiseled_sandstone 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:cut_sandstone 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:note_block 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=0,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=1,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=1,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=2,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=2,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=3,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=3,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=4,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=4,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=5,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=5,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=6,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=6,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=7,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=7,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=8,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=8,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=9,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=9,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=10,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=10,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=11,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=11,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=12,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=12,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=13,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=13,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=14,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=14,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=15,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=15,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=16,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=16,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=17,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=17,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=18,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=18,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=19,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=19,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=20,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=20,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=21,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=21,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=22,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=22,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=23,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=23,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=24,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=24,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=0,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=0,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=1,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=1,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=2,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=2,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=3,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=3,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=4,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=4,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=5,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=5,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=6,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=6,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=7,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=7,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=8,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=8,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=9,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=9,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=10,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=10,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=11,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=11,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=12,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=12,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=13,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=13,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=14,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=14,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=15,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=15,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=16,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=16,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=17,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=17,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=18,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=18,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=19,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=19,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=20,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=20,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=21,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=21,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=22,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=22,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=23,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=23,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=24,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=24,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=0,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=0,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=1,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=1,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=2,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=2,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=3,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=3,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=4,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=4,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=5,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=5,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=6,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=6,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=7,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=7,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=8,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=8,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=9,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=9,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=10,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=10,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=11,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=11,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=12,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=12,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=13,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=13,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=14,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=14,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=15,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=15,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=16,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=16,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=17,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=17,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=18,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=18,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=19,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=19,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=20,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=20,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=21,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=21,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=22,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=22,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=23,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=23,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=24,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=24,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=0,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=0,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=1,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=1,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=2,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=2,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=3,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=3,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=4,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=4,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=5,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=5,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=6,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=6,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=7,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=7,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=8,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=8,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=9,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=9,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=10,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=10,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=11,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=11,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=12,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=12,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=13,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=13,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=14,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=14,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=15,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=15,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=16,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=16,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=17,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=17,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=18,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=18,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=19,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=19,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=20,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=20,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=21,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=21,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=22,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=22,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=23,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=23,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=24,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=24,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=0,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=0,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=1,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=1,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=2,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=2,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=3,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=3,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=4,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=4,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=5,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=5,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=6,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=6,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=7,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=7,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=8,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=8,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=9,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=9,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=10,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=10,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=11,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=11,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=12,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=12,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=13,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=13,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=14,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=14,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=15,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=15,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=16,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=16,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=17,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=17,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=18,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=18,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=19,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=19,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=20,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=20,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=21,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=21,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=22,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=22,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=23,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=23,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=24,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=24,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=0,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=0,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=1,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=1,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=2,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=2,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=3,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=3,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=4,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=4,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=5,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=5,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=6,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=6,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=7,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=7,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=8,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=8,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=9,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=9,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=10,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=10,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=11,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=11,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=12,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=12,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=13,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=13,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=14,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=14,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=15,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=15,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=16,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=16,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=17,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=17,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=18,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=18,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=19,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=19,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=20,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=20,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=21,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=21,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=22,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=22,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=23,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=23,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=24,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=24,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=0,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=0,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=1,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=1,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=2,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=2,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=3,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=3,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=4,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=4,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=5,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=5,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=6,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=6,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=7,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=7,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=8,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=8,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=9,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=9,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=10,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=10,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=11,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=11,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=12,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=12,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=13,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=13,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=14,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=14,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=15,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=15,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=16,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=16,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=17,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=17,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=18,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=18,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=19,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=19,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=20,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=20,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=21,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=21,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=22,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=22,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=23,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=23,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=24,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=24,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=0,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=0,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=1,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=1,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=2,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=2,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=3,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=3,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=4,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=4,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=5,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=5,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=6,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=6,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=7,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=7,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=8,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=8,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=9,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=9,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=10,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=10,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=11,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=11,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=12,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=12,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=13,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=13,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=14,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=14,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=15,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=15,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=16,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=16,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=17,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=17,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=18,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=18,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=19,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=19,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=20,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=20,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=21,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=21,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=22,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=22,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=23,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=23,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=24,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=24,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=0,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=0,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=1,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=1,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=2,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=2,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=3,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=3,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=4,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=4,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=5,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=5,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=6,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=6,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=7,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=7,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=8,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=8,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=9,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=9,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=10,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=10,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=11,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=11,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=12,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=12,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=13,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=13,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=14,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=14,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=15,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=15,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=16,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=16,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=17,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=17,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=18,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=18,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=19,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=19,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=20,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=20,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=21,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=21,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=22,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=22,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=23,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=23,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=24,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=24,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=0,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=0,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=1,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=1,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=2,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=2,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=3,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=3,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=4,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=4,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=5,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=5,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=6,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=6,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=7,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=7,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=8,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=8,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=9,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=9,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=10,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=10,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=11,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=11,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=12,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=12,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=13,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=13,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=14,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=14,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=15,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=15,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=16,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=16,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=17,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=17,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=18,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=18,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=19,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=19,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=20,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=20,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=21,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=21,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=22,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=22,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=23,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=23,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=24,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=24,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=0,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=0,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=1,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=1,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=2,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=2,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=3,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=3,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=4,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=4,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=5,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=5,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=6,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=6,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=7,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=7,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=8,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=8,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=9,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=9,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=10,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=10,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=11,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=11,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=12,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=12,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=13,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=13,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=14,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=14,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=15,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=15,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=16,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=16,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=17,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=17,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=18,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=18,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=19,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=19,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=20,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=20,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=21,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=21,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=22,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=22,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=23,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=23,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=24,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=24,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=0,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=0,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=1,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=1,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=2,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=2,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=3,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=3,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=4,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=4,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=5,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=5,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=6,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=6,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=7,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=7,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=8,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=8,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=9,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=9,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=10,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=10,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=11,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=11,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=12,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=12,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=13,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=13,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=14,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=14,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=15,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=15,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=16,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=16,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=17,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=17,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=18,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=18,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=19,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=19,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=20,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=20,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=21,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=21,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=22,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=22,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=23,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=23,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=24,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=24,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=0,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=0,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=1,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=1,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=2,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=2,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=3,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=3,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=4,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=4,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=5,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=5,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=6,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=6,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=7,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=7,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=8,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=8,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=9,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=9,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=10,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=10,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=11,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=11,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=12,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=12,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=13,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=13,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=14,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=14,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=15,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=15,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=16,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=16,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=17,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=17,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=18,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=18,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=19,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=19,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=20,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=20,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=21,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=21,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=22,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=22,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=23,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=23,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=24,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=24,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=0,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=0,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=1,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=1,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=2,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=2,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=3,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=3,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=4,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=4,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=5,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=5,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=6,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=6,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=7,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=7,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=8,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=8,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=9,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=9,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=10,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=10,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=11,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=11,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=12,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=12,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=13,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=13,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=14,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=14,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=15,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=15,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=16,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=16,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=17,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=17,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=18,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=18,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=19,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=19,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=20,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=20,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=21,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=21,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=22,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=22,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=23,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=23,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=24,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=24,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=0,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=0,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=1,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=1,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=2,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=2,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=3,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=3,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=4,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=4,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=5,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=5,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=6,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=6,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=7,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=7,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=8,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=8,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=9,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=9,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=10,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=10,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=11,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=11,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=12,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=12,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=13,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=13,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=14,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=14,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=15,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=15,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=16,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=16,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=17,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=17,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=18,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=18,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=19,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=19,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=20,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=20,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=21,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=21,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=22,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=22,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=23,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=23,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=24,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=24,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=0,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=0,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=1,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=1,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=2,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=2,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=3,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=3,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=4,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=4,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=5,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=5,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=6,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=6,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=7,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=7,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=8,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=8,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=9,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=9,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=10,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=10,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=11,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=11,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=12,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=12,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=13,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=13,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=14,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=14,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=15,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=15,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=16,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=16,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=17,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=17,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=18,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=18,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=19,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=19,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=20,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=20,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=21,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=21,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=22,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=22,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=23,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=23,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=24,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=24,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:powered_rail 91 75 49 211 72 60 39 211 45 37 24 211 36 30 19 211 +minecraft:powered_rail[powered=true,shape=north_south,waterlogged=false] 91 75 49 211 72 60 39 211 45 37 24 211 36 30 19 211 +minecraft:powered_rail[powered=true,shape=east_west,waterlogged=true] 91 75 49 211 72 60 39 211 45 37 24 211 36 30 19 211 +minecraft:powered_rail[powered=true,shape=east_west,waterlogged=false] 91 75 49 211 72 60 39 211 45 37 24 211 36 30 19 211 +minecraft:powered_rail[powered=true,shape=ascending_east,waterlogged=true] 91 75 49 211 72 60 39 211 45 37 24 211 36 30 19 211 +minecraft:powered_rail[powered=true,shape=ascending_east,waterlogged=false] 91 75 49 211 72 60 39 211 45 37 24 211 36 30 19 211 +minecraft:powered_rail[powered=true,shape=ascending_west,waterlogged=true] 91 75 49 211 72 60 39 211 45 37 24 211 36 30 19 211 +minecraft:powered_rail[powered=true,shape=ascending_west,waterlogged=false] 91 75 49 211 72 60 39 211 45 37 24 211 36 30 19 211 +minecraft:powered_rail[powered=true,shape=ascending_north,waterlogged=true] 91 75 49 211 72 60 39 211 45 37 24 211 36 30 19 211 +minecraft:powered_rail[powered=true,shape=ascending_north,waterlogged=false] 91 75 49 211 72 60 39 211 45 37 24 211 36 30 19 211 +minecraft:powered_rail[powered=true,shape=ascending_south,waterlogged=true] 91 75 49 211 72 60 39 211 45 37 24 211 36 30 19 211 +minecraft:powered_rail[powered=true,shape=ascending_south,waterlogged=false] 91 75 49 211 72 60 39 211 45 37 24 211 36 30 19 211 +minecraft:powered_rail[powered=false,shape=north_south,waterlogged=true] 90 75 49 211 72 60 39 211 45 37 24 211 36 30 19 211 +minecraft:powered_rail[powered=false,shape=north_south,waterlogged=false] 90 75 49 211 72 60 39 211 45 37 24 211 36 30 19 211 +minecraft:powered_rail[powered=false,shape=east_west,waterlogged=true] 90 75 49 211 72 60 39 211 45 37 24 211 36 30 19 211 +minecraft:powered_rail[powered=false,shape=east_west,waterlogged=false] 90 75 49 211 72 60 39 211 45 37 24 211 36 30 19 211 +minecraft:powered_rail[powered=false,shape=ascending_east,waterlogged=true] 90 75 49 211 72 60 39 211 45 37 24 211 36 30 19 211 +minecraft:powered_rail[powered=false,shape=ascending_east,waterlogged=false] 90 75 49 211 72 60 39 211 45 37 24 211 36 30 19 211 +minecraft:powered_rail[powered=false,shape=ascending_west,waterlogged=true] 90 75 49 211 72 60 39 211 45 37 24 211 36 30 19 211 +minecraft:powered_rail[powered=false,shape=ascending_west,waterlogged=false] 90 75 49 211 72 60 39 211 45 37 24 211 36 30 19 211 +minecraft:powered_rail[powered=false,shape=ascending_north,waterlogged=true] 90 75 49 211 72 60 39 211 45 37 24 211 36 30 19 211 +minecraft:powered_rail[powered=false,shape=ascending_north,waterlogged=false] 90 75 49 211 72 60 39 211 45 37 24 211 36 30 19 211 +minecraft:powered_rail[powered=false,shape=ascending_south,waterlogged=true] 90 75 49 211 72 60 39 211 45 37 24 211 36 30 19 211 +minecraft:powered_rail[powered=false,shape=ascending_south,waterlogged=false] 90 75 49 211 72 60 39 211 45 37 24 211 36 30 19 211 +minecraft:detector_rail 106 98 83 232 84 78 66 232 53 49 41 232 42 39 33 232 +minecraft:detector_rail[powered=true,shape=north_south,waterlogged=false] 106 98 83 232 84 78 66 232 53 49 41 232 42 39 33 232 +minecraft:detector_rail[powered=true,shape=east_west,waterlogged=true] 106 98 83 232 84 78 66 232 53 49 41 232 42 39 33 232 +minecraft:detector_rail[powered=true,shape=east_west,waterlogged=false] 106 98 83 232 84 78 66 232 53 49 41 232 42 39 33 232 +minecraft:detector_rail[powered=true,shape=ascending_east,waterlogged=true] 106 98 83 232 84 78 66 232 53 49 41 232 42 39 33 232 +minecraft:detector_rail[powered=true,shape=ascending_east,waterlogged=false] 106 98 83 232 84 78 66 232 53 49 41 232 42 39 33 232 +minecraft:detector_rail[powered=true,shape=ascending_west,waterlogged=true] 106 98 83 232 84 78 66 232 53 49 41 232 42 39 33 232 +minecraft:detector_rail[powered=true,shape=ascending_west,waterlogged=false] 106 98 83 232 84 78 66 232 53 49 41 232 42 39 33 232 +minecraft:detector_rail[powered=true,shape=ascending_north,waterlogged=true] 106 98 83 232 84 78 66 232 53 49 41 232 42 39 33 232 +minecraft:detector_rail[powered=true,shape=ascending_north,waterlogged=false] 106 98 83 232 84 78 66 232 53 49 41 232 42 39 33 232 +minecraft:detector_rail[powered=true,shape=ascending_south,waterlogged=true] 106 98 83 232 84 78 66 232 53 49 41 232 42 39 33 232 +minecraft:detector_rail[powered=true,shape=ascending_south,waterlogged=false] 106 98 83 232 84 78 66 232 53 49 41 232 42 39 33 232 +minecraft:detector_rail[powered=false,shape=north_south,waterlogged=true] 106 98 83 232 84 78 66 232 53 49 41 232 42 39 33 232 +minecraft:detector_rail[powered=false,shape=north_south,waterlogged=false] 106 98 83 232 84 78 66 232 53 49 41 232 42 39 33 232 +minecraft:detector_rail[powered=false,shape=east_west,waterlogged=true] 106 98 83 232 84 78 66 232 53 49 41 232 42 39 33 232 +minecraft:detector_rail[powered=false,shape=east_west,waterlogged=false] 106 98 83 232 84 78 66 232 53 49 41 232 42 39 33 232 +minecraft:detector_rail[powered=false,shape=ascending_east,waterlogged=true] 106 98 83 232 84 78 66 232 53 49 41 232 42 39 33 232 +minecraft:detector_rail[powered=false,shape=ascending_east,waterlogged=false] 106 98 83 232 84 78 66 232 53 49 41 232 42 39 33 232 +minecraft:detector_rail[powered=false,shape=ascending_west,waterlogged=true] 106 98 83 232 84 78 66 232 53 49 41 232 42 39 33 232 +minecraft:detector_rail[powered=false,shape=ascending_west,waterlogged=false] 106 98 83 232 84 78 66 232 53 49 41 232 42 39 33 232 +minecraft:detector_rail[powered=false,shape=ascending_north,waterlogged=true] 106 98 83 232 84 78 66 232 53 49 41 232 42 39 33 232 +minecraft:detector_rail[powered=false,shape=ascending_north,waterlogged=false] 106 98 83 232 84 78 66 232 53 49 41 232 42 39 33 232 +minecraft:detector_rail[powered=false,shape=ascending_south,waterlogged=true] 106 98 83 232 84 78 66 232 53 49 41 232 42 39 33 232 +minecraft:detector_rail[powered=false,shape=ascending_south,waterlogged=false] 106 98 83 232 84 78 66 232 53 49 41 232 42 39 33 232 +minecraft:sticky_piston 90 77 52 15 72 61 41 15 45 38 26 15 36 30 20 15 +minecraft:sticky_piston[extended=true,facing=east] 90 77 52 15 72 61 41 15 45 38 26 15 36 30 20 15 +minecraft:sticky_piston[extended=true,facing=south] 90 77 52 15 72 61 41 15 45 38 26 15 36 30 20 15 +minecraft:sticky_piston[extended=true,facing=west] 90 77 52 15 72 61 41 15 45 38 26 15 36 30 20 15 +minecraft:sticky_piston[extended=true,facing=up] 90 77 52 15 72 61 41 15 45 38 26 15 36 30 20 15 +minecraft:sticky_piston[extended=true,facing=down] 90 77 52 15 72 61 41 15 45 38 26 15 36 30 20 15 +minecraft:sticky_piston[extended=false,facing=north] 90 77 52 15 72 61 41 15 45 38 26 15 36 30 20 15 +minecraft:sticky_piston[extended=false,facing=east] 90 77 52 15 72 61 41 15 45 38 26 15 36 30 20 15 +minecraft:sticky_piston[extended=false,facing=south] 90 77 52 15 72 61 41 15 45 38 26 15 36 30 20 15 +minecraft:sticky_piston[extended=false,facing=west] 90 77 52 15 72 61 41 15 45 38 26 15 36 30 20 15 +minecraft:sticky_piston[extended=false,facing=up] 90 77 52 15 72 61 41 15 45 38 26 15 36 30 20 15 +minecraft:sticky_piston[extended=false,facing=down] 90 77 52 15 72 61 41 15 45 38 26 15 36 30 20 15 +minecraft:cobweb 193 201 209 74 154 160 167 74 96 100 104 74 77 80 83 74 +minecraft:grass 21 60 32 64 16 48 25 64 10 30 16 64 8 24 12 64 +minecraft:fern 22 63 34 126 17 50 27 126 11 31 17 126 8 25 13 126 +minecraft:dead_bush 83 101 87 124 66 80 69 124 41 50 43 124 33 40 34 124 +minecraft:seagrass 7 52 19 67 5 41 15 67 3 26 9 67 2 20 7 67 +minecraft:tall_seagrass 7 55 20 62 5 44 16 62 3 27 10 62 2 22 8 62 +minecraft:tall_seagrass[half=lower] 7 53 19 99 5 42 15 99 3 26 9 99 2 21 7 99 +minecraft:piston 90 77 52 15 72 61 41 15 45 38 26 15 36 30 20 15 +minecraft:piston[extended=true,facing=east] 90 77 52 15 72 61 41 15 45 38 26 15 36 30 20 15 +minecraft:piston[extended=true,facing=south] 90 77 52 15 72 61 41 15 45 38 26 15 36 30 20 15 +minecraft:piston[extended=true,facing=west] 90 77 52 15 72 61 41 15 45 38 26 15 36 30 20 15 +minecraft:piston[extended=true,facing=up] 90 77 52 15 72 61 41 15 45 38 26 15 36 30 20 15 +minecraft:piston[extended=true,facing=down] 90 77 52 15 72 61 41 15 45 38 26 15 36 30 20 15 +minecraft:piston[extended=false,facing=north] 90 77 52 15 72 61 41 15 45 38 26 15 36 30 20 15 +minecraft:piston[extended=false,facing=east] 90 77 52 15 72 61 41 15 45 38 26 15 36 30 20 15 +minecraft:piston[extended=false,facing=south] 90 77 52 15 72 61 41 15 45 38 26 15 36 30 20 15 +minecraft:piston[extended=false,facing=west] 90 77 52 15 72 61 41 15 45 38 26 15 36 30 20 15 +minecraft:piston[extended=false,facing=up] 90 77 52 15 72 61 41 15 45 38 26 15 36 30 20 15 +minecraft:piston[extended=false,facing=down] 90 77 52 15 72 61 41 15 45 38 26 15 36 30 20 15 +minecraft:piston_head 72 62 47 47 57 49 37 47 36 31 23 47 28 24 18 47 +minecraft:piston_head[facing=north,short=true,type=sticky] 72 62 47 47 57 49 37 47 36 31 23 47 28 24 18 47 +minecraft:piston_head[facing=north,short=false,type=normal] 72 62 47 47 57 49 37 47 36 31 23 47 28 24 18 47 +minecraft:piston_head[facing=north,short=false,type=sticky] 72 62 47 47 57 49 37 47 36 31 23 47 28 24 18 47 +minecraft:piston_head[facing=east,short=true,type=normal] 72 62 47 47 57 49 37 47 36 31 23 47 28 24 18 47 +minecraft:piston_head[facing=east,short=true,type=sticky] 72 62 47 47 57 49 37 47 36 31 23 47 28 24 18 47 +minecraft:piston_head[facing=east,short=false,type=normal] 72 62 47 47 57 49 37 47 36 31 23 47 28 24 18 47 +minecraft:piston_head[facing=east,short=false,type=sticky] 72 62 47 47 57 49 37 47 36 31 23 47 28 24 18 47 +minecraft:piston_head[facing=south,short=true,type=normal] 72 62 47 47 57 49 37 47 36 31 23 47 28 24 18 47 +minecraft:piston_head[facing=south,short=true,type=sticky] 72 62 47 47 57 49 37 47 36 31 23 47 28 24 18 47 +minecraft:piston_head[facing=south,short=false,type=normal] 72 62 47 47 57 49 37 47 36 31 23 47 28 24 18 47 +minecraft:piston_head[facing=south,short=false,type=sticky] 72 62 47 47 57 49 37 47 36 31 23 47 28 24 18 47 +minecraft:piston_head[facing=west,short=true,type=normal] 72 62 47 47 57 49 37 47 36 31 23 47 28 24 18 47 +minecraft:piston_head[facing=west,short=true,type=sticky] 72 62 47 47 57 49 37 47 36 31 23 47 28 24 18 47 +minecraft:piston_head[facing=west,short=false,type=normal] 72 62 47 47 57 49 37 47 36 31 23 47 28 24 18 47 +minecraft:piston_head[facing=west,short=false,type=sticky] 72 62 47 47 57 49 37 47 36 31 23 47 28 24 18 47 +minecraft:piston_head[facing=up,short=true,type=normal] 72 62 47 47 57 49 37 47 36 31 23 47 28 24 18 47 +minecraft:piston_head[facing=up,short=true,type=sticky] 72 62 47 47 57 49 37 47 36 31 23 47 28 24 18 47 +minecraft:piston_head[facing=up,short=false,type=normal] 72 62 47 47 57 49 37 47 36 31 23 47 28 24 18 47 +minecraft:piston_head[facing=up,short=false,type=sticky] 72 62 47 47 57 49 37 47 36 31 23 47 28 24 18 47 +minecraft:piston_head[facing=down,short=true,type=normal] 72 62 47 47 57 49 37 47 36 31 23 47 28 24 18 47 +minecraft:piston_head[facing=down,short=true,type=sticky] 72 62 47 47 57 49 37 47 36 31 23 47 28 24 18 47 +minecraft:piston_head[facing=down,short=false,type=normal] 72 62 47 47 57 49 37 47 36 31 23 47 28 24 18 47 +minecraft:piston_head[facing=down,short=false,type=sticky] 72 62 47 47 57 49 37 47 36 31 23 47 28 24 18 47 +minecraft:white_wool 222 224 221 255 177 179 176 255 111 112 110 255 88 89 88 255 +minecraft:orange_wool 225 120 68 255 180 96 54 255 112 60 34 255 90 48 27 255 +minecraft:magenta_wool 177 100 205 255 141 80 164 255 88 50 102 255 70 40 82 255 +minecraft:light_blue_wool 122 171 214 255 97 136 171 255 61 85 107 255 48 68 85 255 +minecraft:yellow_wool 218 191 69 255 174 152 55 255 109 95 34 255 87 76 27 255 +minecraft:lime_wool 89 199 80 255 71 159 64 255 44 99 40 255 35 79 32 255 +minecraft:pink_wool 222 172 183 255 177 137 146 255 111 86 91 255 88 68 73 255 +minecraft:gray_wool 44 48 48 255 35 38 38 255 22 24 24 255 17 19 19 255 +minecraft:light_gray_wool 130 140 139 255 104 112 111 255 65 70 69 255 52 56 55 255 +minecraft:cyan_wool 25 113 131 255 20 90 104 255 12 56 65 255 10 45 52 255 +minecraft:purple_wool 82 57 162 255 65 45 129 255 41 28 81 255 32 22 64 255 +minecraft:blue_wool 28 72 150 255 22 57 120 255 14 36 75 255 11 28 60 255 +minecraft:brown_wool 64 49 34 255 51 39 27 255 32 24 17 255 25 19 13 255 +minecraft:green_wool 35 108 35 255 28 86 28 255 17 54 17 255 14 43 14 255 +minecraft:red_wool 126 39 44 255 100 31 35 255 63 19 22 255 50 15 17 255 +minecraft:black_wool 15 18 18 255 12 14 14 255 7 9 9 255 6 7 7 255 +minecraft:dandelion 119 112 33 19 95 89 26 19 59 56 16 19 47 44 13 19 +minecraft:poppy 93 33 28 22 74 26 22 22 46 16 14 22 37 13 11 22 +minecraft:blue_orchid 56 99 133 63 44 79 106 63 28 49 66 63 22 39 53 63 +minecraft:allium 116 104 128 68 92 83 102 68 58 52 64 68 46 41 51 68 +minecraft:azure_bluet 54 69 67 69 43 55 53 69 27 34 33 69 21 27 26 69 +minecraft:red_tulip 91 69 54 104 72 55 43 104 45 34 27 104 36 27 21 104 +minecraft:orange_tulip 92 92 50 104 73 73 40 104 46 46 25 104 36 36 20 104 +minecraft:white_tulip 111 135 114 104 88 108 91 104 55 67 57 104 44 54 45 104 +minecraft:pink_tulip 108 100 85 104 86 80 68 104 54 50 42 104 43 40 34 104 +minecraft:oxeye_daisy 180 183 162 51 144 146 129 51 90 91 81 51 72 73 64 51 +minecraft:cornflower 59 94 127 60 47 75 101 60 29 47 63 60 23 37 50 60 +minecraft:wither_rose 32 36 29 18 25 28 23 18 16 18 14 18 12 14 11 18 +minecraft:lily_of_the_valley 126 154 120 45 100 123 96 45 63 77 60 45 50 61 48 45 +minecraft:brown_mushroom 77 103 123 43 61 82 98 43 38 51 61 43 30 41 49 43 +minecraft:red_mushroom 151 87 76 35 120 69 60 35 75 43 38 35 60 34 30 35 +minecraft:gold_block 161 139 82 255 128 111 65 255 80 69 41 255 64 55 32 255 +minecraft:iron_block 158 153 122 255 126 122 97 255 79 76 61 255 63 61 48 255 +minecraft:bricks 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:tnt 84 35 29 255 67 28 23 255 42 17 14 255 33 14 11 255 +minecraft:tnt[unstable=false] 84 35 29 255 67 28 23 255 42 17 14 255 33 14 11 255 +minecraft:bookshelf 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:mossy_cobblestone 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:obsidian 37 44 56 255 29 35 44 255 18 22 28 255 14 17 22 255 +minecraft:torch 93 80 51 75 74 64 40 75 46 40 25 75 37 32 20 75 +minecraft:wall_torch 93 80 51 75 74 64 40 75 46 40 25 75 37 32 20 75 +minecraft:wall_torch[facing=south] 93 80 51 75 74 64 40 75 46 40 25 75 37 32 20 75 +minecraft:wall_torch[facing=west] 93 80 51 75 74 64 40 75 46 40 25 75 37 32 20 75 +minecraft:wall_torch[facing=east] 93 80 51 75 74 64 40 75 46 40 25 75 37 32 20 75 +minecraft:fire 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=true,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=true,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=true,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=true,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=true,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=true,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=true,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=true,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=true,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=true,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=true,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=true,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=true,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=true,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=true,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=false,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=false,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=false,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=false,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=false,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=false,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=false,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=false,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=false,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=false,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=false,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=false,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=false,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=false,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=true,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=true,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=true,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=true,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=true,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=true,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=true,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=true,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=true,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=true,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=true,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=true,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=true,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=true,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=true,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=true,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=false,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=false,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=false,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=false,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=false,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=false,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=false,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=false,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=false,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=false,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=false,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=false,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=false,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=false,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=false,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=false,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=true,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=true,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=true,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=true,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=true,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=true,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=true,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=true,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=true,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=true,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=true,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=true,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=true,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=true,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=true,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=true,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=false,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=false,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=false,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=false,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=false,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=false,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=false,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=false,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=false,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=false,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=false,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=false,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=false,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=false,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=false,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=false,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=true,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=true,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=true,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=true,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=true,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=true,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=true,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=true,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=true,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=true,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=true,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=true,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=true,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=true,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=true,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=true,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=false,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=false,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=false,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=false,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=false,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=false,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=false,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=false,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=false,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=false,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=false,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=false,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=false,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=false,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=false,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=false,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=true,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=true,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=true,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=true,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=true,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=true,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=true,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=true,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=true,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=true,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=true,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=true,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=true,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=true,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=true,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=true,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=false,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=false,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=false,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=false,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=false,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=false,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=false,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=false,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=false,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=false,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=false,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=false,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=false,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=false,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=false,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=false,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=true,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=true,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=true,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=true,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=true,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=true,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=true,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=true,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=true,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=true,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=true,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=true,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=true,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=true,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=true,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=true,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=false,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=false,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=false,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=false,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=false,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=false,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=false,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=false,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=false,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=false,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=false,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=false,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=false,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=false,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=false,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=false,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=true,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=true,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=true,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=true,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=true,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=true,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=true,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=true,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=true,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=true,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=true,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=true,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=true,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=true,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=true,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=true,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=false,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=false,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=false,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=false,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=false,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=false,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=false,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=false,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=false,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=false,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=false,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=false,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=false,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=false,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=false,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=false,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=true,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=true,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=true,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=true,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=true,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=true,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=true,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=true,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=true,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=true,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=true,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=true,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=true,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=true,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=true,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=true,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=false,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=false,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=false,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=false,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=false,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=false,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=false,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=false,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=false,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=false,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=false,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=false,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=false,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=false,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=false,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=false,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=true,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=true,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=true,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=true,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=true,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=true,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=true,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=true,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=true,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=true,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=true,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=true,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=true,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=true,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=true,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=true,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=false,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=false,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=false,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=false,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=false,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=false,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=false,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=false,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=false,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=false,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=false,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=false,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=false,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=false,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=false,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=false,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=true,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=true,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=true,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=true,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=true,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=true,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=true,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=true,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=true,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=true,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=true,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=true,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=true,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=true,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=true,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=true,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=false,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=false,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=false,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=false,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=false,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=false,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=false,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=false,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=false,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=false,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=false,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=false,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=false,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=false,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=false,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=false,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=true,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=true,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=true,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=true,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=true,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=true,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=true,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=true,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=true,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=true,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=true,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=true,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=true,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=true,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=true,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=true,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=false,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=false,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=false,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=false,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=false,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=false,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=false,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=false,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=false,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=false,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=false,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=false,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=false,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=false,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=false,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=false,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=true,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=true,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=true,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=true,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=true,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=true,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=true,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=true,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=true,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=true,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=true,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=true,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=true,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=true,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=true,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=true,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=false,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=false,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=false,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=false,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=false,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=false,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=false,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=false,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=false,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=false,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=false,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=false,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=false,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=false,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=false,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=false,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=true,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=true,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=true,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=true,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=true,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=true,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=true,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=true,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=true,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=true,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=true,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=true,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=true,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=true,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=true,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=true,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=false,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=false,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=false,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=false,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=false,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=false,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=false,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=false,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=false,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=false,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=false,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=false,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=false,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=false,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=false,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=false,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=true,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=true,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=true,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=true,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=true,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=true,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=true,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=true,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=true,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=true,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=true,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=true,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=true,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=true,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=true,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=true,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=false,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=false,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=false,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=false,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=false,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=false,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=false,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=false,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=false,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=false,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=false,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=false,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=false,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=false,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=false,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=false,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=true,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=true,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=true,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=true,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=true,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=true,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=true,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=true,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=true,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=true,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=true,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=true,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=true,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=true,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=true,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=true,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=false,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=false,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=false,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=false,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=false,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=false,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=false,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=false,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=false,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=false,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=false,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=false,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=false,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=false,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=false,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=false,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=true,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=true,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=true,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=true,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=true,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=true,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=true,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=true,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=true,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=true,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=true,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=true,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=true,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=true,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=true,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=true,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=false,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=false,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=false,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=false,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=false,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=false,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=false,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=false,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=false,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=false,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=false,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=false,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=false,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=false,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=false,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=false,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:soul_fire 126 244 255 167 100 195 204 167 63 122 127 167 50 97 102 167 +minecraft:spawner 54 54 48 204 43 43 38 204 27 27 24 204 21 21 19 204 +minecraft:oak_stairs 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=north,half=top,shape=straight,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=south,half=top,shape=straight,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=south,half=top,shape=straight,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=west,half=top,shape=straight,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=west,half=top,shape=straight,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=east,half=top,shape=straight,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=east,half=top,shape=straight,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:chest 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:chest[facing=north,type=single,waterlogged=false] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:chest[facing=north,type=left,waterlogged=true] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:chest[facing=north,type=left,waterlogged=false] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:chest[facing=north,type=right,waterlogged=true] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:chest[facing=north,type=right,waterlogged=false] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:chest[facing=south,type=single,waterlogged=true] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:chest[facing=south,type=single,waterlogged=false] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:chest[facing=south,type=left,waterlogged=true] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:chest[facing=south,type=left,waterlogged=false] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:chest[facing=south,type=right,waterlogged=true] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:chest[facing=south,type=right,waterlogged=false] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:chest[facing=west,type=single,waterlogged=true] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:chest[facing=west,type=single,waterlogged=false] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:chest[facing=west,type=left,waterlogged=true] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:chest[facing=west,type=left,waterlogged=false] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:chest[facing=west,type=right,waterlogged=true] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:chest[facing=west,type=right,waterlogged=false] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:chest[facing=east,type=single,waterlogged=true] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:chest[facing=east,type=single,waterlogged=false] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:chest[facing=east,type=left,waterlogged=true] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:chest[facing=east,type=left,waterlogged=false] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:chest[facing=east,type=right,waterlogged=true] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:chest[facing=east,type=right,waterlogged=false] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:redstone_wire 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:diamond_ore 123 153 155 255 98 122 124 255 61 76 77 255 49 61 62 255 +minecraft:deepslate_diamond_ore 83 106 106 255 66 84 84 255 41 53 53 255 33 42 42 255 +minecraft:diamond_block 130 144 133 255 104 115 106 255 65 72 66 255 52 57 53 255 +minecraft:crafting_table 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:wheat 34 69 44 29 27 55 35 29 17 34 22 29 13 27 17 29 +minecraft:wheat[age=1] 33 67 43 39 26 53 34 39 16 33 21 39 13 26 17 39 +minecraft:wheat[age=2] 33 67 43 50 26 53 34 50 16 33 21 50 13 26 17 50 +minecraft:wheat[age=3] 33 66 42 60 26 52 33 60 16 33 21 60 13 26 16 60 +minecraft:wheat[age=4] 42 81 43 82 33 64 34 82 21 40 21 82 16 32 17 82 +minecraft:wheat[age=5] 55 93 50 109 44 74 40 109 27 46 25 109 22 37 20 109 +minecraft:wheat[age=6] 83 106 56 123 66 84 44 123 41 53 28 123 33 42 22 123 +minecraft:wheat[age=7] 146 135 91 134 116 108 72 134 73 67 45 134 58 54 36 134 +minecraft:farmland 54 74 54 255 43 59 43 255 27 37 27 255 21 29 21 255 +minecraft:farmland[moisture=1] 45 67 50 255 36 53 40 255 22 33 25 255 18 26 20 255 +minecraft:farmland[moisture=2] 45 67 50 255 36 53 40 255 22 33 25 255 18 26 20 255 +minecraft:farmland[moisture=3] 45 67 50 255 36 53 40 255 22 33 25 255 18 26 20 255 +minecraft:farmland[moisture=4] 45 67 50 255 36 53 40 255 22 33 25 255 18 26 20 255 +minecraft:farmland[moisture=5] 45 67 50 255 36 53 40 255 22 33 25 255 18 26 20 255 +minecraft:farmland[moisture=6] 45 67 50 255 36 53 40 255 22 33 25 255 18 26 20 255 +minecraft:farmland[moisture=7] 45 67 50 255 36 53 40 255 22 33 25 255 18 26 20 255 +minecraft:furnace 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:furnace[facing=north,lit=false] 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:furnace[facing=south,lit=true] 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:furnace[facing=south,lit=false] 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:furnace[facing=west,lit=true] 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:furnace[facing=west,lit=false] 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:furnace[facing=east,lit=true] 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:furnace[facing=east,lit=false] 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:oak_sign 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=0,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=1,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=1,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=2,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=2,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=3,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=3,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=4,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=4,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=5,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=5,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=6,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=6,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=7,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=7,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=8,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=8,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=9,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=9,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=10,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=10,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=11,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=11,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=12,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=12,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=13,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=13,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=14,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=14,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=15,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=15,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:spruce_sign 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=0,waterlogged=false] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=1,waterlogged=true] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=1,waterlogged=false] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=2,waterlogged=true] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=2,waterlogged=false] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=3,waterlogged=true] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=3,waterlogged=false] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=4,waterlogged=true] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=4,waterlogged=false] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=5,waterlogged=true] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=5,waterlogged=false] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=6,waterlogged=true] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=6,waterlogged=false] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=7,waterlogged=true] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=7,waterlogged=false] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=8,waterlogged=true] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=8,waterlogged=false] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=9,waterlogged=true] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=9,waterlogged=false] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=10,waterlogged=true] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=10,waterlogged=false] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=11,waterlogged=true] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=11,waterlogged=false] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=12,waterlogged=true] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=12,waterlogged=false] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=13,waterlogged=true] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=13,waterlogged=false] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=14,waterlogged=true] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=14,waterlogged=false] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=15,waterlogged=true] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=15,waterlogged=false] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:birch_sign 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=0,waterlogged=false] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=1,waterlogged=true] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=1,waterlogged=false] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=2,waterlogged=true] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=2,waterlogged=false] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=3,waterlogged=true] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=3,waterlogged=false] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=4,waterlogged=true] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=4,waterlogged=false] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=5,waterlogged=true] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=5,waterlogged=false] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=6,waterlogged=true] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=6,waterlogged=false] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=7,waterlogged=true] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=7,waterlogged=false] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=8,waterlogged=true] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=8,waterlogged=false] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=9,waterlogged=true] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=9,waterlogged=false] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=10,waterlogged=true] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=10,waterlogged=false] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=11,waterlogged=true] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=11,waterlogged=false] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=12,waterlogged=true] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=12,waterlogged=false] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=13,waterlogged=true] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=13,waterlogged=false] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=14,waterlogged=true] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=14,waterlogged=false] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=15,waterlogged=true] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=15,waterlogged=false] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:acacia_sign 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=0,waterlogged=false] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=1,waterlogged=true] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=1,waterlogged=false] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=2,waterlogged=true] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=2,waterlogged=false] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=3,waterlogged=true] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=3,waterlogged=false] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=4,waterlogged=true] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=4,waterlogged=false] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=5,waterlogged=true] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=5,waterlogged=false] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=6,waterlogged=true] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=6,waterlogged=false] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=7,waterlogged=true] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=7,waterlogged=false] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=8,waterlogged=true] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=8,waterlogged=false] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=9,waterlogged=true] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=9,waterlogged=false] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=10,waterlogged=true] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=10,waterlogged=false] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=11,waterlogged=true] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=11,waterlogged=false] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=12,waterlogged=true] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=12,waterlogged=false] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=13,waterlogged=true] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=13,waterlogged=false] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=14,waterlogged=true] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=14,waterlogged=false] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=15,waterlogged=true] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=15,waterlogged=false] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:jungle_sign 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=0,waterlogged=false] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=1,waterlogged=true] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=1,waterlogged=false] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=2,waterlogged=true] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=2,waterlogged=false] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=3,waterlogged=true] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=3,waterlogged=false] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=4,waterlogged=true] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=4,waterlogged=false] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=5,waterlogged=true] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=5,waterlogged=false] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=6,waterlogged=true] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=6,waterlogged=false] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=7,waterlogged=true] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=7,waterlogged=false] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=8,waterlogged=true] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=8,waterlogged=false] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=9,waterlogged=true] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=9,waterlogged=false] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=10,waterlogged=true] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=10,waterlogged=false] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=11,waterlogged=true] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=11,waterlogged=false] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=12,waterlogged=true] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=12,waterlogged=false] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=13,waterlogged=true] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=13,waterlogged=false] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=14,waterlogged=true] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=14,waterlogged=false] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=15,waterlogged=true] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=15,waterlogged=false] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:dark_oak_sign 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=0,waterlogged=false] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=1,waterlogged=true] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=1,waterlogged=false] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=2,waterlogged=true] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=2,waterlogged=false] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=3,waterlogged=true] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=3,waterlogged=false] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=4,waterlogged=true] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=4,waterlogged=false] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=5,waterlogged=true] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=5,waterlogged=false] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=6,waterlogged=true] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=6,waterlogged=false] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=7,waterlogged=true] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=7,waterlogged=false] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=8,waterlogged=true] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=8,waterlogged=false] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=9,waterlogged=true] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=9,waterlogged=false] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=10,waterlogged=true] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=10,waterlogged=false] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=11,waterlogged=true] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=11,waterlogged=false] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=12,waterlogged=true] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=12,waterlogged=false] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=13,waterlogged=true] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=13,waterlogged=false] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=14,waterlogged=true] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=14,waterlogged=false] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=15,waterlogged=true] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=15,waterlogged=false] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:oak_door 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=true,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=false,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=false,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=true,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=true,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=false,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=false,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=true,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=true,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=true,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=true,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=false,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=false,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=true,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=true,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=false,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=false,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=true,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=true,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=false,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=false,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=true,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=true,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=false,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=false,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=true,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=true,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=false,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=false,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=true,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=true,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=false,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=false,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=true,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=true,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=false,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=false,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=true,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=true,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=false,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=false,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=true,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=true,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=false,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=false,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=true,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=true,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=false,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=false,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=true,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=true,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=false,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=false,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=true,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=true,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=false,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=false,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=true,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=true,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=false,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=false,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:ladder 56 50 33 109 44 40 26 109 28 25 16 109 22 20 13 109 +minecraft:ladder[facing=north,waterlogged=false] 56 50 33 109 44 40 26 109 28 25 16 109 22 20 13 109 +minecraft:ladder[facing=south,waterlogged=true] 56 50 33 109 44 40 26 109 28 25 16 109 22 20 13 109 +minecraft:ladder[facing=south,waterlogged=false] 56 50 33 109 44 40 26 109 28 25 16 109 22 20 13 109 +minecraft:ladder[facing=west,waterlogged=true] 56 50 33 109 44 40 26 109 28 25 16 109 22 20 13 109 +minecraft:ladder[facing=west,waterlogged=false] 56 50 33 109 44 40 26 109 28 25 16 109 22 20 13 109 +minecraft:ladder[facing=east,waterlogged=true] 56 50 33 109 44 40 26 109 28 25 16 109 22 20 13 109 +minecraft:ladder[facing=east,waterlogged=false] 56 50 33 109 44 40 26 109 28 25 16 109 22 20 13 109 +minecraft:rail 96 92 74 208 76 73 59 208 48 46 37 208 38 36 29 208 +minecraft:rail[shape=north_south,waterlogged=false] 96 92 74 208 76 73 59 208 48 46 37 208 38 36 29 208 +minecraft:rail[shape=east_west,waterlogged=true] 96 92 74 208 76 73 59 208 48 46 37 208 38 36 29 208 +minecraft:rail[shape=east_west,waterlogged=false] 96 92 74 208 76 73 59 208 48 46 37 208 38 36 29 208 +minecraft:rail[shape=ascending_east,waterlogged=true] 96 92 74 208 76 73 59 208 48 46 37 208 38 36 29 208 +minecraft:rail[shape=ascending_east,waterlogged=false] 96 92 74 208 76 73 59 208 48 46 37 208 38 36 29 208 +minecraft:rail[shape=ascending_west,waterlogged=true] 96 92 74 208 76 73 59 208 48 46 37 208 38 36 29 208 +minecraft:rail[shape=ascending_west,waterlogged=false] 96 92 74 208 76 73 59 208 48 46 37 208 38 36 29 208 +minecraft:rail[shape=ascending_north,waterlogged=true] 96 92 74 208 76 73 59 208 48 46 37 208 38 36 29 208 +minecraft:rail[shape=ascending_north,waterlogged=false] 96 92 74 208 76 73 59 208 48 46 37 208 38 36 29 208 +minecraft:rail[shape=ascending_south,waterlogged=true] 96 92 74 208 76 73 59 208 48 46 37 208 38 36 29 208 +minecraft:rail[shape=ascending_south,waterlogged=false] 96 92 74 208 76 73 59 208 48 46 37 208 38 36 29 208 +minecraft:rail[shape=south_east,waterlogged=true] 92 91 81 99 73 72 64 99 46 45 40 99 36 36 32 99 +minecraft:rail[shape=south_east,waterlogged=false] 92 91 81 99 73 72 64 99 46 45 40 99 36 36 32 99 +minecraft:rail[shape=south_west,waterlogged=true] 92 91 81 99 73 72 64 99 46 45 40 99 36 36 32 99 +minecraft:rail[shape=south_west,waterlogged=false] 92 91 81 99 73 72 64 99 46 45 40 99 36 36 32 99 +minecraft:rail[shape=north_west,waterlogged=true] 92 91 81 99 73 72 64 99 46 45 40 99 36 36 32 99 +minecraft:rail[shape=north_west,waterlogged=false] 92 91 81 99 73 72 64 99 46 45 40 99 36 36 32 99 +minecraft:rail[shape=north_east,waterlogged=true] 92 91 81 99 73 72 64 99 46 45 40 99 36 36 32 99 +minecraft:rail[shape=north_east,waterlogged=false] 92 91 81 99 73 72 64 99 46 45 40 99 36 36 32 99 +minecraft:cobblestone_stairs 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:oak_wall_sign 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_wall_sign[facing=north,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_wall_sign[facing=south,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_wall_sign[facing=south,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_wall_sign[facing=west,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_wall_sign[facing=west,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_wall_sign[facing=east,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_wall_sign[facing=east,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:spruce_wall_sign 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_wall_sign[facing=north,waterlogged=false] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_wall_sign[facing=south,waterlogged=true] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_wall_sign[facing=south,waterlogged=false] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_wall_sign[facing=west,waterlogged=true] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_wall_sign[facing=west,waterlogged=false] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_wall_sign[facing=east,waterlogged=true] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_wall_sign[facing=east,waterlogged=false] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:birch_wall_sign 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_wall_sign[facing=north,waterlogged=false] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_wall_sign[facing=south,waterlogged=true] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_wall_sign[facing=south,waterlogged=false] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_wall_sign[facing=west,waterlogged=true] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_wall_sign[facing=west,waterlogged=false] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_wall_sign[facing=east,waterlogged=true] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_wall_sign[facing=east,waterlogged=false] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:acacia_wall_sign 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_wall_sign[facing=north,waterlogged=false] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_wall_sign[facing=south,waterlogged=true] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_wall_sign[facing=south,waterlogged=false] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_wall_sign[facing=west,waterlogged=true] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_wall_sign[facing=west,waterlogged=false] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_wall_sign[facing=east,waterlogged=true] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_wall_sign[facing=east,waterlogged=false] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:jungle_wall_sign 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_wall_sign[facing=north,waterlogged=false] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_wall_sign[facing=south,waterlogged=true] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_wall_sign[facing=south,waterlogged=false] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_wall_sign[facing=west,waterlogged=true] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_wall_sign[facing=west,waterlogged=false] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_wall_sign[facing=east,waterlogged=true] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_wall_sign[facing=east,waterlogged=false] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:dark_oak_wall_sign 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_wall_sign[facing=north,waterlogged=false] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_wall_sign[facing=south,waterlogged=true] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_wall_sign[facing=south,waterlogged=false] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_wall_sign[facing=west,waterlogged=true] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_wall_sign[facing=west,waterlogged=false] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_wall_sign[facing=east,waterlogged=true] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_wall_sign[facing=east,waterlogged=false] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:lever 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:lever[face=floor,facing=north,powered=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:lever[face=floor,facing=south,powered=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:lever[face=floor,facing=south,powered=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:lever[face=floor,facing=west,powered=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:lever[face=floor,facing=west,powered=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:lever[face=floor,facing=east,powered=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:lever[face=floor,facing=east,powered=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:lever[face=wall,facing=north,powered=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:lever[face=wall,facing=north,powered=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:lever[face=wall,facing=south,powered=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:lever[face=wall,facing=south,powered=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:lever[face=wall,facing=west,powered=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:lever[face=wall,facing=west,powered=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:lever[face=wall,facing=east,powered=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:lever[face=wall,facing=east,powered=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:lever[face=ceiling,facing=north,powered=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:lever[face=ceiling,facing=north,powered=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:lever[face=ceiling,facing=south,powered=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:lever[face=ceiling,facing=south,powered=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:lever[face=ceiling,facing=west,powered=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:lever[face=ceiling,facing=west,powered=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:lever[face=ceiling,facing=east,powered=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:lever[face=ceiling,facing=east,powered=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:stone_pressure_plate 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_pressure_plate[powered=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:iron_door 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=true,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=false,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=false,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=true,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=true,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=false,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=false,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=true,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=true,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=true,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=true,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=false,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=false,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=true,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=true,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=false,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=false,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=true,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=true,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=false,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=false,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=true,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=true,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=false,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=false,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=true,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=true,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=false,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=false,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=true,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=true,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=false,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=false,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=true,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=true,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=false,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=false,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=true,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=true,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=false,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=false,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=true,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=true,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=false,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=false,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=true,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=true,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=false,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=false,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=true,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=true,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=false,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=false,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=true,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=true,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=false,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=false,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=true,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=true,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=false,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=false,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:oak_pressure_plate 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_pressure_plate[powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:spruce_pressure_plate 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_pressure_plate[powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:birch_pressure_plate 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_pressure_plate[powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:jungle_pressure_plate 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_pressure_plate[powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:acacia_pressure_plate 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_pressure_plate[powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:dark_oak_pressure_plate 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_pressure_plate[powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:redstone_ore 135 100 99 255 108 80 79 255 67 50 49 255 54 40 39 255 +minecraft:redstone_ore[lit=false] 135 100 99 255 108 80 79 255 67 50 49 255 54 40 39 255 +minecraft:deepslate_redstone_ore 104 73 74 255 83 58 59 255 52 36 37 255 41 29 29 255 +minecraft:deepslate_redstone_ore[lit=false] 104 73 74 255 83 58 59 255 52 36 37 255 41 29 29 255 +minecraft:redstone_torch 114 83 57 35 91 66 45 35 57 41 28 35 45 33 22 35 +minecraft:redstone_torch[lit=false] 102 82 56 35 81 65 44 35 51 41 28 35 40 32 22 35 +minecraft:redstone_wall_torch 114 83 57 35 91 66 45 35 57 41 28 35 45 33 22 35 +minecraft:redstone_wall_torch[facing=north,lit=false] 102 82 56 35 81 65 44 35 51 41 28 35 40 32 22 35 +minecraft:redstone_wall_torch[facing=south,lit=true] 114 83 57 35 91 66 45 35 57 41 28 35 45 33 22 35 +minecraft:redstone_wall_torch[facing=south,lit=false] 102 82 56 35 81 65 44 35 51 41 28 35 40 32 22 35 +minecraft:redstone_wall_torch[facing=west,lit=true] 114 83 57 35 91 66 45 35 57 41 28 35 45 33 22 35 +minecraft:redstone_wall_torch[facing=west,lit=false] 102 82 56 35 81 65 44 35 51 41 28 35 40 32 22 35 +minecraft:redstone_wall_torch[facing=east,lit=true] 114 83 57 35 91 66 45 35 57 41 28 35 45 33 22 35 +minecraft:redstone_wall_torch[facing=east,lit=false] 102 82 56 35 81 65 44 35 51 41 28 35 40 32 22 35 +minecraft:stone_button 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_button[face=floor,facing=north,powered=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_button[face=floor,facing=south,powered=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_button[face=floor,facing=south,powered=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_button[face=floor,facing=west,powered=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_button[face=floor,facing=west,powered=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_button[face=floor,facing=east,powered=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_button[face=floor,facing=east,powered=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_button[face=wall,facing=north,powered=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_button[face=wall,facing=north,powered=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_button[face=wall,facing=south,powered=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_button[face=wall,facing=south,powered=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_button[face=wall,facing=west,powered=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_button[face=wall,facing=west,powered=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_button[face=wall,facing=east,powered=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_button[face=wall,facing=east,powered=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_button[face=ceiling,facing=north,powered=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_button[face=ceiling,facing=north,powered=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_button[face=ceiling,facing=south,powered=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_button[face=ceiling,facing=south,powered=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_button[face=ceiling,facing=west,powered=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_button[face=ceiling,facing=west,powered=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_button[face=ceiling,facing=east,powered=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_button[face=ceiling,facing=east,powered=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:snow 224 230 236 255 179 184 188 255 112 115 118 255 89 92 94 255 +minecraft:snow[layers=2] 224 230 236 255 179 184 188 255 112 115 118 255 89 92 94 255 +minecraft:snow[layers=3] 224 230 236 255 179 184 188 255 112 115 118 255 89 92 94 255 +minecraft:snow[layers=4] 224 230 236 255 179 184 188 255 112 115 118 255 89 92 94 255 +minecraft:snow[layers=5] 224 230 236 255 179 184 188 255 112 115 118 255 89 92 94 255 +minecraft:snow[layers=6] 224 230 236 255 179 184 188 255 112 115 118 255 89 92 94 255 +minecraft:snow[layers=7] 224 230 236 255 179 184 188 255 112 115 118 255 89 92 94 255 +minecraft:snow[layers=8] 224 230 236 255 179 184 188 255 112 115 118 255 89 92 94 255 +minecraft:ice 162 228 235 179 129 182 188 179 81 114 117 179 64 91 94 179 +minecraft:snow_block 224 230 236 255 179 184 188 255 112 115 118 255 89 92 94 255 +minecraft:cactus 55 98 78 195 44 78 62 195 27 49 39 195 22 39 31 195 +minecraft:cactus[age=1] 55 98 78 195 44 78 62 195 27 49 39 195 22 39 31 195 +minecraft:cactus[age=2] 55 98 78 195 44 78 62 195 27 49 39 195 22 39 31 195 +minecraft:cactus[age=3] 55 98 78 195 44 78 62 195 27 49 39 195 22 39 31 195 +minecraft:cactus[age=4] 55 98 78 195 44 78 62 195 27 49 39 195 22 39 31 195 +minecraft:cactus[age=5] 55 98 78 195 44 78 62 195 27 49 39 195 22 39 31 195 +minecraft:cactus[age=6] 55 98 78 195 44 78 62 195 27 49 39 195 22 39 31 195 +minecraft:cactus[age=7] 55 98 78 195 44 78 62 195 27 49 39 195 22 39 31 195 +minecraft:cactus[age=8] 55 98 78 195 44 78 62 195 27 49 39 195 22 39 31 195 +minecraft:cactus[age=9] 55 98 78 195 44 78 62 195 27 49 39 195 22 39 31 195 +minecraft:cactus[age=10] 55 98 78 195 44 78 62 195 27 49 39 195 22 39 31 195 +minecraft:cactus[age=11] 55 98 78 195 44 78 62 195 27 49 39 195 22 39 31 195 +minecraft:cactus[age=12] 55 98 78 195 44 78 62 195 27 49 39 195 22 39 31 195 +minecraft:cactus[age=13] 55 98 78 195 44 78 62 195 27 49 39 195 22 39 31 195 +minecraft:cactus[age=14] 55 98 78 195 44 78 62 195 27 49 39 195 22 39 31 195 +minecraft:cactus[age=15] 55 98 78 195 44 78 62 195 27 49 39 195 22 39 31 195 +minecraft:clay 154 172 168 255 123 137 134 255 77 86 84 255 61 68 67 255 +minecraft:sugar_cane 106 114 68 195 84 91 54 195 53 57 34 195 42 45 27 195 +minecraft:sugar_cane[age=1] 106 114 68 195 84 91 54 195 53 57 34 195 42 45 27 195 +minecraft:sugar_cane[age=2] 106 114 68 195 84 91 54 195 53 57 34 195 42 45 27 195 +minecraft:sugar_cane[age=3] 106 114 68 195 84 91 54 195 53 57 34 195 42 45 27 195 +minecraft:sugar_cane[age=4] 106 114 68 195 84 91 54 195 53 57 34 195 42 45 27 195 +minecraft:sugar_cane[age=5] 106 114 68 195 84 91 54 195 53 57 34 195 42 45 27 195 +minecraft:sugar_cane[age=6] 106 114 68 195 84 91 54 195 53 57 34 195 42 45 27 195 +minecraft:sugar_cane[age=7] 106 114 68 195 84 91 54 195 53 57 34 195 42 45 27 195 +minecraft:sugar_cane[age=8] 106 114 68 195 84 91 54 195 53 57 34 195 42 45 27 195 +minecraft:sugar_cane[age=9] 106 114 68 195 84 91 54 195 53 57 34 195 42 45 27 195 +minecraft:sugar_cane[age=10] 106 114 68 195 84 91 54 195 53 57 34 195 42 45 27 195 +minecraft:sugar_cane[age=11] 106 114 68 195 84 91 54 195 53 57 34 195 42 45 27 195 +minecraft:sugar_cane[age=12] 106 114 68 195 84 91 54 195 53 57 34 195 42 45 27 195 +minecraft:sugar_cane[age=13] 106 114 68 195 84 91 54 195 53 57 34 195 42 45 27 195 +minecraft:sugar_cane[age=14] 106 114 68 195 84 91 54 195 53 57 34 195 42 45 27 195 +minecraft:sugar_cane[age=15] 106 114 68 195 84 91 54 195 53 57 34 195 42 45 27 195 +minecraft:jukebox 79 78 72 255 63 62 57 255 39 39 36 255 31 31 28 255 +minecraft:jukebox[has_record=false] 79 78 72 255 63 62 57 255 39 39 36 255 31 31 28 255 +minecraft:oak_fence 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=true,west=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=false,west=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=false,west=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=true,west=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=true,west=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=false,west=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=false,west=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=true,west=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=true,west=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=false,west=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=false,west=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=true,west=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=true,west=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=false,west=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=false,west=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=true,west=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=true,west=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=false,west=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=false,west=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=true,west=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=true,west=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=false,west=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=false,west=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=true,west=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=true,west=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=false,west=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=false,west=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=true,west=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=true,west=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:pumpkin 169 105 36 255 135 84 28 255 84 52 18 255 67 42 14 255 +minecraft:netherrack 136 61 65 255 108 48 52 255 68 30 32 255 54 24 26 255 +minecraft:soul_sand 62 61 57 255 49 48 45 255 31 30 28 255 24 24 22 255 +minecraft:soul_soil 72 61 58 255 57 48 46 255 36 30 29 255 28 24 23 255 +minecraft:basalt 73 72 77 255 58 57 61 255 36 36 38 255 29 28 30 255 +minecraft:basalt[axis=y] 80 81 86 255 64 64 68 255 40 40 43 255 32 32 34 255 +minecraft:basalt[axis=z] 73 72 77 255 58 57 61 255 36 36 38 255 29 28 30 255 +minecraft:polished_basalt 88 88 91 255 70 70 72 255 44 44 45 255 35 35 36 255 +minecraft:polished_basalt[axis=y] 99 98 100 255 79 78 80 255 49 49 50 255 39 39 40 255 +minecraft:polished_basalt[axis=z] 88 88 91 255 70 70 72 255 44 44 45 255 35 35 36 255 +minecraft:soul_torch 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=south] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=west] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=east] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:glowstone 114 170 192 255 91 136 153 255 57 85 96 255 45 68 76 255 +minecraft:nether_portal 91 0 159 167 72 0 127 167 45 0 79 167 36 0 63 167 +minecraft:nether_portal[axis=z] 91 0 159 167 72 0 127 167 45 0 79 167 36 0 63 167 +minecraft:carved_pumpkin 169 105 36 255 135 84 28 255 84 52 18 255 67 42 14 255 +minecraft:carved_pumpkin[facing=south] 169 105 36 255 135 84 28 255 84 52 18 255 67 42 14 255 +minecraft:carved_pumpkin[facing=west] 169 105 36 255 135 84 28 255 84 52 18 255 67 42 14 255 +minecraft:carved_pumpkin[facing=east] 169 105 36 255 135 84 28 255 84 52 18 255 67 42 14 255 +minecraft:jack_o_lantern 169 105 36 255 135 84 28 255 84 52 18 255 67 42 14 255 +minecraft:jack_o_lantern[facing=south] 169 105 36 255 135 84 28 255 84 52 18 255 67 42 14 255 +minecraft:jack_o_lantern[facing=west] 169 105 36 255 135 84 28 255 84 52 18 255 67 42 14 255 +minecraft:jack_o_lantern[facing=east] 169 105 36 255 135 84 28 255 84 52 18 255 67 42 14 255 +minecraft:cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:cake[bites=1] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:cake[bites=2] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:cake[bites=3] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:cake[bites=4] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:cake[bites=5] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:cake[bites=6] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:repeater 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=1,facing=north,locked=true,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=1,facing=north,locked=false,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=1,facing=north,locked=false,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=1,facing=south,locked=true,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=1,facing=south,locked=true,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=1,facing=south,locked=false,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=1,facing=south,locked=false,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=1,facing=west,locked=true,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=1,facing=west,locked=true,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=1,facing=west,locked=false,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=1,facing=west,locked=false,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=1,facing=east,locked=true,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=1,facing=east,locked=true,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=1,facing=east,locked=false,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=1,facing=east,locked=false,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=2,facing=north,locked=true,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=2,facing=north,locked=true,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=2,facing=north,locked=false,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=2,facing=north,locked=false,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=2,facing=south,locked=true,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=2,facing=south,locked=true,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=2,facing=south,locked=false,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=2,facing=south,locked=false,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=2,facing=west,locked=true,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=2,facing=west,locked=true,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=2,facing=west,locked=false,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=2,facing=west,locked=false,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=2,facing=east,locked=true,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=2,facing=east,locked=true,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=2,facing=east,locked=false,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=2,facing=east,locked=false,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=3,facing=north,locked=true,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=3,facing=north,locked=true,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=3,facing=north,locked=false,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=3,facing=north,locked=false,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=3,facing=south,locked=true,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=3,facing=south,locked=true,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=3,facing=south,locked=false,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=3,facing=south,locked=false,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=3,facing=west,locked=true,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=3,facing=west,locked=true,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=3,facing=west,locked=false,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=3,facing=west,locked=false,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=3,facing=east,locked=true,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=3,facing=east,locked=true,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=3,facing=east,locked=false,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=3,facing=east,locked=false,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=4,facing=north,locked=true,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=4,facing=north,locked=true,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=4,facing=north,locked=false,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=4,facing=north,locked=false,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=4,facing=south,locked=true,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=4,facing=south,locked=true,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=4,facing=south,locked=false,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=4,facing=south,locked=false,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=4,facing=west,locked=true,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=4,facing=west,locked=true,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=4,facing=west,locked=false,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=4,facing=west,locked=false,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=4,facing=east,locked=true,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=4,facing=east,locked=true,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=4,facing=east,locked=false,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=4,facing=east,locked=false,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:white_stained_glass 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:orange_stained_glass 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:magenta_stained_glass 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:light_blue_stained_glass 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:yellow_stained_glass 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:lime_stained_glass 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:pink_stained_glass 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:gray_stained_glass 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:light_gray_stained_glass 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:cyan_stained_glass 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:purple_stained_glass 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:blue_stained_glass 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:brown_stained_glass 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:green_stained_glass 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:red_stained_glass 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:black_stained_glass 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:oak_trapdoor 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:spruce_trapdoor 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:birch_trapdoor 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:jungle_trapdoor 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:acacia_trapdoor 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:dark_oak_trapdoor 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:stone_bricks 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:mossy_stone_bricks 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:cracked_stone_bricks 112 122 119 255 89 97 95 255 56 61 59 255 44 48 47 255 +minecraft:chiseled_stone_bricks 110 119 117 255 88 95 93 255 55 59 58 255 44 47 46 255 +minecraft:infested_stone 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:infested_cobblestone 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:infested_stone_bricks 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:infested_mossy_stone_bricks 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:infested_cracked_stone_bricks 112 122 119 255 89 97 95 255 56 61 59 255 44 48 47 255 +minecraft:infested_chiseled_stone_bricks 110 119 117 255 88 95 93 255 55 59 58 255 44 47 46 255 +minecraft:brown_mushroom_block 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:iron_bars 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=true,west=false] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=false,west=true] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=false,west=false] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=true,west=true] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=true,west=false] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=false,west=true] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=false,west=false] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=true,west=true] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=true,west=false] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=false,west=true] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=false,west=false] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=true,west=true] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=true,west=false] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=false,west=true] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=false,west=false] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=true,west=true] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=true,west=false] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=false,west=true] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=false,west=false] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=true,west=true] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=true,west=false] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=false,west=true] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=false,west=false] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=true,west=true] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=true,west=false] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=false,west=true] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=false,west=false] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=true,west=true] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=true,west=false] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=true] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=false] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:glass_pane 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:melon 80 165 115 255 64 132 92 255 40 82 57 255 32 66 46 255 +minecraft:attached_pumpkin_stem 19 54 29 89 15 43 23 89 9 27 14 89 7 21 11 89 +minecraft:attached_pumpkin_stem[facing=south] 19 54 29 89 15 43 23 89 9 27 14 89 7 21 11 89 +minecraft:attached_pumpkin_stem[facing=west] 19 54 29 89 15 43 23 89 9 27 14 89 7 21 11 89 +minecraft:attached_pumpkin_stem[facing=east] 19 54 29 89 15 43 23 89 9 27 14 89 7 21 11 89 +minecraft:attached_melon_stem 20 56 30 86 16 44 24 86 10 28 15 86 8 22 12 86 +minecraft:attached_melon_stem[facing=south] 20 56 30 86 16 44 24 86 10 28 15 86 8 22 12 86 +minecraft:attached_melon_stem[facing=west] 20 56 30 86 16 44 24 86 10 28 15 86 8 22 12 86 +minecraft:attached_melon_stem[facing=east] 20 56 30 86 16 44 24 86 10 28 15 86 8 22 12 86 +minecraft:pumpkin_stem 20 57 31 30 16 45 24 30 10 28 15 30 8 22 12 30 +minecraft:pumpkin_stem[age=1] 20 57 31 30 16 45 24 30 10 28 15 30 8 22 12 30 +minecraft:pumpkin_stem[age=2] 20 57 31 30 16 45 24 30 10 28 15 30 8 22 12 30 +minecraft:pumpkin_stem[age=3] 20 57 31 30 16 45 24 30 10 28 15 30 8 22 12 30 +minecraft:pumpkin_stem[age=4] 20 57 31 30 16 45 24 30 10 28 15 30 8 22 12 30 +minecraft:pumpkin_stem[age=5] 20 57 31 30 16 45 24 30 10 28 15 30 8 22 12 30 +minecraft:pumpkin_stem[age=6] 20 57 31 30 16 45 24 30 10 28 15 30 8 22 12 30 +minecraft:pumpkin_stem[age=7] 20 57 31 30 16 45 24 30 10 28 15 30 8 22 12 30 +minecraft:melon_stem 20 57 31 30 16 45 24 30 10 28 15 30 8 22 12 30 +minecraft:melon_stem[age=1] 20 57 31 30 16 45 24 30 10 28 15 30 8 22 12 30 +minecraft:melon_stem[age=2] 20 57 31 30 16 45 24 30 10 28 15 30 8 22 12 30 +minecraft:melon_stem[age=3] 20 57 31 30 16 45 24 30 10 28 15 30 8 22 12 30 +minecraft:melon_stem[age=4] 20 57 31 30 16 45 24 30 10 28 15 30 8 22 12 30 +minecraft:melon_stem[age=5] 20 57 31 30 16 45 24 30 10 28 15 30 8 22 12 30 +minecraft:melon_stem[age=6] 20 57 31 30 16 45 24 30 10 28 15 30 8 22 12 30 +minecraft:melon_stem[age=7] 20 57 31 30 16 45 24 30 10 28 15 30 8 22 12 30 +minecraft:vine 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=true,north=true,south=true,up=true,west=false] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=true,north=true,south=true,up=false,west=true] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=true,north=true,south=true,up=false,west=false] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=true,north=true,south=false,up=true,west=true] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=true,north=true,south=false,up=true,west=false] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=true,north=true,south=false,up=false,west=true] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=true,north=true,south=false,up=false,west=false] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=true,north=false,south=true,up=true,west=true] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=true,north=false,south=true,up=true,west=false] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=true,north=false,south=true,up=false,west=true] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=true,north=false,south=true,up=false,west=false] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=true,north=false,south=false,up=true,west=true] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=true,north=false,south=false,up=true,west=false] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=true,north=false,south=false,up=false,west=true] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=true,north=false,south=false,up=false,west=false] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=false,north=true,south=true,up=true,west=true] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=false,north=true,south=true,up=true,west=false] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=false,north=true,south=true,up=false,west=true] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=false,north=true,south=true,up=false,west=false] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=false,north=true,south=false,up=true,west=true] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=false,north=true,south=false,up=true,west=false] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=false,north=true,south=false,up=false,west=true] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=false,north=true,south=false,up=false,west=false] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=false,north=false,south=true,up=true,west=true] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=false,north=false,south=true,up=true,west=false] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=false,north=false,south=true,up=false,west=true] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=false,north=false,south=true,up=false,west=false] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=false,north=false,south=false,up=true,west=true] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=false,north=false,south=false,up=true,west=false] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=false,north=false,south=false,up=false,west=true] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=false,north=false,south=false,up=false,west=false] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:glow_lichen 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:oak_fence_gate 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=true,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=false,powered=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=false,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=true,powered=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=true,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=true,powered=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=true,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=false,powered=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=false,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=true,powered=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=true,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=false,powered=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=false,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=true,powered=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=true,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=false,powered=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=false,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=true,powered=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=true,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=false,powered=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=false,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=true,powered=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=true,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=false,powered=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=false,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=true,powered=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=true,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=false,powered=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=false,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:brick_stairs 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:stone_brick_stairs 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:mycelium 20 58 31 255 16 46 24 255 10 29 15 255 8 23 12 255 +minecraft:mycelium[snowy=false] 87 83 99 255 69 66 79 255 43 41 49 255 34 33 39 255 +minecraft:lily_pad 17 71 26 157 13 56 20 157 8 35 13 157 6 28 10 157 +minecraft:nether_bricks 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=true,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=false,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=false,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=true,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=true,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=false,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=false,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=true,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=true,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=false,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=false,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=true,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=true,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=false,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=false,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=true,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=true,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=false,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=false,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=true,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=true,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=false,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=false,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=true,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=true,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=false,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=false,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=true,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=true,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_wart 71 19 23 38 56 15 18 38 35 9 11 38 28 7 9 38 +minecraft:nether_wart[age=1] 67 19 22 73 53 15 17 73 33 9 11 73 26 7 8 73 +minecraft:nether_wart[age=2] 67 19 22 73 53 15 17 73 33 9 11 73 26 7 8 73 +minecraft:nether_wart[age=3] 59 19 21 160 47 15 16 160 29 9 10 160 23 7 8 160 +minecraft:enchanting_table 35 42 43 255 28 33 34 255 17 21 21 255 14 16 17 255 +minecraft:brewing_stand 152 145 128 173 121 116 102 173 76 72 64 173 60 58 51 173 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=true,has_bottle_2=false] 152 145 128 173 121 116 102 173 76 72 64 173 60 58 51 173 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=false,has_bottle_2=true] 152 145 128 173 121 116 102 173 76 72 64 173 60 58 51 173 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=false,has_bottle_2=false] 152 145 128 173 121 116 102 173 76 72 64 173 60 58 51 173 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=true,has_bottle_2=true] 152 145 128 173 121 116 102 173 76 72 64 173 60 58 51 173 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=true,has_bottle_2=false] 152 145 128 173 121 116 102 173 76 72 64 173 60 58 51 173 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=true] 152 145 128 173 121 116 102 173 76 72 64 173 60 58 51 173 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=false] 152 145 128 173 121 116 102 173 76 72 64 173 60 58 51 173 +minecraft:cauldron 94 94 72 111 75 75 57 111 47 47 36 111 37 37 28 111 +minecraft:water_cauldron 94 94 72 111 75 75 57 111 47 47 36 111 37 37 28 111 +minecraft:water_cauldron[level=2] 94 94 72 111 75 75 57 111 47 47 36 111 37 37 28 111 +minecraft:water_cauldron[level=3] 94 94 72 111 75 75 57 111 47 47 36 111 37 37 28 111 +minecraft:lava_cauldron 94 94 72 111 75 75 57 111 47 47 36 111 37 37 28 111 +minecraft:powder_snow_cauldron 94 94 72 111 75 75 57 111 47 47 36 111 37 37 28 111 +minecraft:powder_snow_cauldron[level=2] 94 94 72 111 75 75 57 111 47 47 36 111 37 37 28 111 +minecraft:powder_snow_cauldron[level=3] 94 94 72 111 75 75 57 111 47 47 36 111 37 37 28 111 +minecraft:end_portal 0 0 63 255 0 0 50 255 0 0 31 255 0 0 25 255 +minecraft:end_portal_frame 202 200 184 255 161 160 147 255 101 100 92 255 80 80 73 255 +minecraft:end_portal_frame[eye=true,facing=south] 202 200 184 255 161 160 147 255 101 100 92 255 80 80 73 255 +minecraft:end_portal_frame[eye=true,facing=west] 202 200 184 255 161 160 147 255 101 100 92 255 80 80 73 255 +minecraft:end_portal_frame[eye=true,facing=east] 202 200 184 255 161 160 147 255 101 100 92 255 80 80 73 255 +minecraft:end_portal_frame[eye=false,facing=north] 202 200 184 255 161 160 147 255 101 100 92 255 80 80 73 255 +minecraft:end_portal_frame[eye=false,facing=south] 202 200 184 255 161 160 147 255 101 100 92 255 80 80 73 255 +minecraft:end_portal_frame[eye=false,facing=west] 202 200 184 255 161 160 147 255 101 100 92 255 80 80 73 255 +minecraft:end_portal_frame[eye=false,facing=east] 202 200 184 255 161 160 147 255 101 100 92 255 80 80 73 255 +minecraft:end_stone 202 200 184 255 161 160 147 255 101 100 92 255 80 80 73 255 +minecraft:dragon_egg 37 37 41 255 29 29 32 255 18 18 20 255 14 14 16 255 +minecraft:redstone_lamp 117 133 125 255 93 106 100 255 58 66 62 255 46 53 50 255 +minecraft:redstone_lamp[lit=false] 80 75 57 255 64 60 45 255 40 37 28 255 32 30 22 255 +minecraft:cocoa 163 130 6 131 130 104 4 131 81 65 3 131 65 52 2 131 +minecraft:cocoa[age=0,facing=south] 163 130 6 131 130 104 4 131 81 65 3 131 65 52 2 131 +minecraft:cocoa[age=0,facing=west] 163 130 6 131 130 104 4 131 81 65 3 131 65 52 2 131 +minecraft:cocoa[age=0,facing=east] 163 130 6 131 130 104 4 131 81 65 3 131 65 52 2 131 +minecraft:cocoa[age=1,facing=north] 163 130 6 131 130 104 4 131 81 65 3 131 65 52 2 131 +minecraft:cocoa[age=1,facing=south] 163 130 6 131 130 104 4 131 81 65 3 131 65 52 2 131 +minecraft:cocoa[age=1,facing=west] 163 130 6 131 130 104 4 131 81 65 3 131 65 52 2 131 +minecraft:cocoa[age=1,facing=east] 163 130 6 131 130 104 4 131 81 65 3 131 65 52 2 131 +minecraft:cocoa[age=2,facing=north] 163 130 6 131 130 104 4 131 81 65 3 131 65 52 2 131 +minecraft:cocoa[age=2,facing=south] 163 130 6 131 130 104 4 131 81 65 3 131 65 52 2 131 +minecraft:cocoa[age=2,facing=west] 163 130 6 131 130 104 4 131 81 65 3 131 65 52 2 131 +minecraft:cocoa[age=2,facing=east] 163 130 6 131 130 104 4 131 81 65 3 131 65 52 2 131 +minecraft:sandstone_stairs 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:emerald_ore 99 153 134 255 79 122 107 255 49 76 67 255 39 61 53 255 +minecraft:deepslate_emerald_ore 78 104 87 255 62 83 69 255 39 52 43 255 31 41 34 255 +minecraft:ender_chest 34 42 53 195 27 33 42 195 17 21 26 195 13 16 21 195 +minecraft:ender_chest[facing=north,waterlogged=false] 34 42 53 195 27 33 42 195 17 21 26 195 13 16 21 195 +minecraft:ender_chest[facing=south,waterlogged=true] 34 42 53 195 27 33 42 195 17 21 26 195 13 16 21 195 +minecraft:ender_chest[facing=south,waterlogged=false] 34 42 53 195 27 33 42 195 17 21 26 195 13 16 21 195 +minecraft:ender_chest[facing=west,waterlogged=true] 34 42 53 195 27 33 42 195 17 21 26 195 13 16 21 195 +minecraft:ender_chest[facing=west,waterlogged=false] 34 42 53 195 27 33 42 195 17 21 26 195 13 16 21 195 +minecraft:ender_chest[facing=east,waterlogged=true] 34 42 53 195 27 33 42 195 17 21 26 195 13 16 21 195 +minecraft:ender_chest[facing=east,waterlogged=false] 34 42 53 195 27 33 42 195 17 21 26 195 13 16 21 195 +minecraft:tripwire_hook 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:tripwire_hook[attached=true,facing=north,powered=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:tripwire_hook[attached=true,facing=south,powered=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:tripwire_hook[attached=true,facing=south,powered=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:tripwire_hook[attached=true,facing=west,powered=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:tripwire_hook[attached=true,facing=west,powered=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:tripwire_hook[attached=true,facing=east,powered=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:tripwire_hook[attached=true,facing=east,powered=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:tripwire_hook[attached=false,facing=north,powered=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:tripwire_hook[attached=false,facing=north,powered=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:tripwire_hook[attached=false,facing=south,powered=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:tripwire_hook[attached=false,facing=south,powered=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:tripwire_hook[attached=false,facing=west,powered=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:tripwire_hook[attached=false,facing=west,powered=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:tripwire_hook[attached=false,facing=east,powered=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:tripwire_hook[attached=false,facing=east,powered=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:emerald_block 55 163 124 255 44 130 99 255 27 81 62 255 22 65 49 255 +minecraft:spruce_stairs 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=north,half=top,shape=straight,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=south,half=top,shape=straight,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=south,half=top,shape=straight,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=west,half=top,shape=straight,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=west,half=top,shape=straight,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=east,half=top,shape=straight,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=east,half=top,shape=straight,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:birch_stairs 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=north,half=top,shape=straight,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=south,half=top,shape=straight,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=south,half=top,shape=straight,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=west,half=top,shape=straight,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=west,half=top,shape=straight,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=east,half=top,shape=straight,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=east,half=top,shape=straight,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:jungle_stairs 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=north,half=top,shape=straight,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=south,half=top,shape=straight,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=south,half=top,shape=straight,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=west,half=top,shape=straight,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=west,half=top,shape=straight,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=east,half=top,shape=straight,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=east,half=top,shape=straight,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:command_block 104 82 69 255 83 65 55 255 52 41 34 255 41 32 27 255 +minecraft:command_block[conditional=true,facing=east] 110 88 74 255 88 70 59 255 55 44 37 255 44 35 29 255 +minecraft:command_block[conditional=true,facing=south] 105 86 71 255 84 68 56 255 52 43 35 255 42 34 28 255 +minecraft:command_block[conditional=true,facing=west] 105 86 71 255 84 68 56 255 52 43 35 255 42 34 28 255 +minecraft:command_block[conditional=true,facing=up] 105 86 71 255 84 68 56 255 52 43 35 255 42 34 28 255 +minecraft:command_block[conditional=true,facing=down] 105 86 71 255 84 68 56 255 52 43 35 255 42 34 28 255 +minecraft:command_block[conditional=false,facing=north] 104 82 69 255 83 65 55 255 52 41 34 255 41 32 27 255 +minecraft:command_block[conditional=false,facing=east] 110 88 74 255 88 70 59 255 55 44 37 255 44 35 29 255 +minecraft:command_block[conditional=false,facing=south] 104 85 71 255 83 68 56 255 52 42 35 255 41 34 28 255 +minecraft:command_block[conditional=false,facing=west] 104 85 71 255 83 68 56 255 52 42 35 255 41 34 28 255 +minecraft:command_block[conditional=false,facing=up] 104 85 71 255 83 68 56 255 52 42 35 255 41 34 28 255 +minecraft:command_block[conditional=false,facing=down] 104 85 71 255 83 68 56 255 52 42 35 255 41 34 28 255 +minecraft:beacon 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:cobblestone_wall 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:mossy_cobblestone_wall 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:flower_pot 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_oak_sapling 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_spruce_sapling 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_birch_sapling 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_jungle_sapling 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_acacia_sapling 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_dark_oak_sapling 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_fern 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_dandelion 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_poppy 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_blue_orchid 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_allium 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_azure_bluet 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_red_tulip 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_orange_tulip 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_white_tulip 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_pink_tulip 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_oxeye_daisy 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_cornflower 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_lily_of_the_valley 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_wither_rose 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_red_mushroom 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_brown_mushroom 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_dead_bush 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_cactus 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:carrots 30 91 47 12 24 72 37 12 15 45 23 12 12 36 18 12 +minecraft:carrots[age=1] 30 91 47 12 24 72 37 12 15 45 23 12 12 36 18 12 +minecraft:carrots[age=2] 32 95 50 35 25 76 40 35 16 47 25 35 12 38 20 35 +minecraft:carrots[age=3] 32 95 50 35 25 76 40 35 16 47 25 35 12 38 20 35 +minecraft:carrots[age=4] 29 88 48 52 23 70 38 52 14 44 24 52 11 35 19 52 +minecraft:carrots[age=5] 29 88 48 52 23 70 38 52 14 44 24 52 11 35 19 52 +minecraft:carrots[age=6] 29 88 48 52 23 70 38 52 14 44 24 52 11 35 19 52 +minecraft:carrots[age=7] 32 90 48 104 25 72 38 104 16 45 24 104 12 36 19 104 +minecraft:potatoes 30 91 47 12 24 72 37 12 15 45 23 12 12 36 18 12 +minecraft:potatoes[age=1] 30 91 47 12 24 72 37 12 15 45 23 12 12 36 18 12 +minecraft:potatoes[age=2] 32 95 50 35 25 76 40 35 16 47 25 35 12 38 20 35 +minecraft:potatoes[age=3] 32 95 50 35 25 76 40 35 16 47 25 35 12 38 20 35 +minecraft:potatoes[age=4] 29 88 48 52 23 70 38 52 14 44 24 52 11 35 19 52 +minecraft:potatoes[age=5] 29 88 48 52 23 70 38 52 14 44 24 52 11 35 19 52 +minecraft:potatoes[age=6] 29 88 48 52 23 70 38 52 14 44 24 52 11 35 19 52 +minecraft:potatoes[age=7] 25 83 46 114 20 66 36 114 12 41 23 114 10 33 18 114 +minecraft:oak_button 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_button[face=floor,facing=north,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_button[face=floor,facing=south,powered=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_button[face=floor,facing=south,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_button[face=floor,facing=west,powered=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_button[face=floor,facing=west,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_button[face=floor,facing=east,powered=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_button[face=floor,facing=east,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_button[face=wall,facing=north,powered=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_button[face=wall,facing=north,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_button[face=wall,facing=south,powered=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_button[face=wall,facing=south,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_button[face=wall,facing=west,powered=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_button[face=wall,facing=west,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_button[face=wall,facing=east,powered=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_button[face=wall,facing=east,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_button[face=ceiling,facing=north,powered=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_button[face=ceiling,facing=north,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_button[face=ceiling,facing=south,powered=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_button[face=ceiling,facing=south,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_button[face=ceiling,facing=west,powered=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_button[face=ceiling,facing=west,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_button[face=ceiling,facing=east,powered=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_button[face=ceiling,facing=east,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:spruce_button 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_button[face=floor,facing=north,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_button[face=floor,facing=south,powered=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_button[face=floor,facing=south,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_button[face=floor,facing=west,powered=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_button[face=floor,facing=west,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_button[face=floor,facing=east,powered=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_button[face=floor,facing=east,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_button[face=wall,facing=north,powered=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_button[face=wall,facing=north,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_button[face=wall,facing=south,powered=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_button[face=wall,facing=south,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_button[face=wall,facing=west,powered=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_button[face=wall,facing=west,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_button[face=wall,facing=east,powered=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_button[face=wall,facing=east,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_button[face=ceiling,facing=north,powered=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_button[face=ceiling,facing=north,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_button[face=ceiling,facing=south,powered=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_button[face=ceiling,facing=south,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_button[face=ceiling,facing=west,powered=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_button[face=ceiling,facing=west,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_button[face=ceiling,facing=east,powered=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_button[face=ceiling,facing=east,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:birch_button 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_button[face=floor,facing=north,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_button[face=floor,facing=south,powered=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_button[face=floor,facing=south,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_button[face=floor,facing=west,powered=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_button[face=floor,facing=west,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_button[face=floor,facing=east,powered=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_button[face=floor,facing=east,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_button[face=wall,facing=north,powered=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_button[face=wall,facing=north,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_button[face=wall,facing=south,powered=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_button[face=wall,facing=south,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_button[face=wall,facing=west,powered=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_button[face=wall,facing=west,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_button[face=wall,facing=east,powered=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_button[face=wall,facing=east,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_button[face=ceiling,facing=north,powered=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_button[face=ceiling,facing=north,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_button[face=ceiling,facing=south,powered=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_button[face=ceiling,facing=south,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_button[face=ceiling,facing=west,powered=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_button[face=ceiling,facing=west,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_button[face=ceiling,facing=east,powered=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_button[face=ceiling,facing=east,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:jungle_button 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_button[face=floor,facing=north,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_button[face=floor,facing=south,powered=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_button[face=floor,facing=south,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_button[face=floor,facing=west,powered=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_button[face=floor,facing=west,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_button[face=floor,facing=east,powered=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_button[face=floor,facing=east,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_button[face=wall,facing=north,powered=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_button[face=wall,facing=north,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_button[face=wall,facing=south,powered=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_button[face=wall,facing=south,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_button[face=wall,facing=west,powered=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_button[face=wall,facing=west,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_button[face=wall,facing=east,powered=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_button[face=wall,facing=east,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_button[face=ceiling,facing=north,powered=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_button[face=ceiling,facing=north,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_button[face=ceiling,facing=south,powered=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_button[face=ceiling,facing=south,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_button[face=ceiling,facing=west,powered=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_button[face=ceiling,facing=west,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_button[face=ceiling,facing=east,powered=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_button[face=ceiling,facing=east,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:acacia_button 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_button[face=floor,facing=north,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_button[face=floor,facing=south,powered=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_button[face=floor,facing=south,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_button[face=floor,facing=west,powered=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_button[face=floor,facing=west,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_button[face=floor,facing=east,powered=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_button[face=floor,facing=east,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_button[face=wall,facing=north,powered=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_button[face=wall,facing=north,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_button[face=wall,facing=south,powered=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_button[face=wall,facing=south,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_button[face=wall,facing=west,powered=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_button[face=wall,facing=west,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_button[face=wall,facing=east,powered=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_button[face=wall,facing=east,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_button[face=ceiling,facing=north,powered=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_button[face=ceiling,facing=north,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_button[face=ceiling,facing=south,powered=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_button[face=ceiling,facing=south,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_button[face=ceiling,facing=west,powered=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_button[face=ceiling,facing=west,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_button[face=ceiling,facing=east,powered=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_button[face=ceiling,facing=east,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:dark_oak_button 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_button[face=floor,facing=north,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_button[face=floor,facing=south,powered=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_button[face=floor,facing=south,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_button[face=floor,facing=west,powered=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_button[face=floor,facing=west,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_button[face=floor,facing=east,powered=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_button[face=floor,facing=east,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_button[face=wall,facing=north,powered=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_button[face=wall,facing=north,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_button[face=wall,facing=south,powered=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_button[face=wall,facing=south,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_button[face=wall,facing=west,powered=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_button[face=wall,facing=west,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_button[face=wall,facing=east,powered=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_button[face=wall,facing=east,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_button[face=ceiling,facing=north,powered=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_button[face=ceiling,facing=north,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_button[face=ceiling,facing=south,powered=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_button[face=ceiling,facing=south,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_button[face=ceiling,facing=west,powered=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_button[face=ceiling,facing=west,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_button[face=ceiling,facing=east,powered=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_button[face=ceiling,facing=east,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:skeleton_skull 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=1] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=2] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=3] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=4] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=5] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=6] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=7] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=8] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=9] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=10] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=11] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=12] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=13] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=14] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=15] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_wall_skull 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_wall_skull[facing=south] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_wall_skull[facing=west] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_wall_skull[facing=east] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:wither_skeleton_skull 24 28 34 255 19 22 27 255 12 14 17 255 9 11 13 255 +minecraft:wither_skeleton_skull[rotation=1] 24 28 34 255 19 22 27 255 12 14 17 255 9 11 13 255 +minecraft:wither_skeleton_skull[rotation=2] 24 28 34 255 19 22 27 255 12 14 17 255 9 11 13 255 +minecraft:wither_skeleton_skull[rotation=3] 24 28 34 255 19 22 27 255 12 14 17 255 9 11 13 255 +minecraft:wither_skeleton_skull[rotation=4] 24 28 34 255 19 22 27 255 12 14 17 255 9 11 13 255 +minecraft:wither_skeleton_skull[rotation=5] 24 28 34 255 19 22 27 255 12 14 17 255 9 11 13 255 +minecraft:wither_skeleton_skull[rotation=6] 24 28 34 255 19 22 27 255 12 14 17 255 9 11 13 255 +minecraft:wither_skeleton_skull[rotation=7] 24 28 34 255 19 22 27 255 12 14 17 255 9 11 13 255 +minecraft:wither_skeleton_skull[rotation=8] 24 28 34 255 19 22 27 255 12 14 17 255 9 11 13 255 +minecraft:wither_skeleton_skull[rotation=9] 24 28 34 255 19 22 27 255 12 14 17 255 9 11 13 255 +minecraft:wither_skeleton_skull[rotation=10] 24 28 34 255 19 22 27 255 12 14 17 255 9 11 13 255 +minecraft:wither_skeleton_skull[rotation=11] 24 28 34 255 19 22 27 255 12 14 17 255 9 11 13 255 +minecraft:wither_skeleton_skull[rotation=12] 24 28 34 255 19 22 27 255 12 14 17 255 9 11 13 255 +minecraft:wither_skeleton_skull[rotation=13] 24 28 34 255 19 22 27 255 12 14 17 255 9 11 13 255 +minecraft:wither_skeleton_skull[rotation=14] 24 28 34 255 19 22 27 255 12 14 17 255 9 11 13 255 +minecraft:wither_skeleton_skull[rotation=15] 24 28 34 255 19 22 27 255 12 14 17 255 9 11 13 255 +minecraft:wither_skeleton_wall_skull 24 28 34 255 19 22 27 255 12 14 17 255 9 11 13 255 +minecraft:wither_skeleton_wall_skull[facing=south] 24 28 34 255 19 22 27 255 12 14 17 255 9 11 13 255 +minecraft:wither_skeleton_wall_skull[facing=west] 24 28 34 255 19 22 27 255 12 14 17 255 9 11 13 255 +minecraft:wither_skeleton_wall_skull[facing=east] 24 28 34 255 19 22 27 255 12 14 17 255 9 11 13 255 +minecraft:zombie_head 159 166 141 255 127 132 112 255 79 83 70 255 63 66 56 255 +minecraft:zombie_head[rotation=1] 159 166 141 255 127 132 112 255 79 83 70 255 63 66 56 255 +minecraft:zombie_head[rotation=2] 159 166 141 255 127 132 112 255 79 83 70 255 63 66 56 255 +minecraft:zombie_head[rotation=3] 159 166 141 255 127 132 112 255 79 83 70 255 63 66 56 255 +minecraft:zombie_head[rotation=4] 159 166 141 255 127 132 112 255 79 83 70 255 63 66 56 255 +minecraft:zombie_head[rotation=5] 159 166 141 255 127 132 112 255 79 83 70 255 63 66 56 255 +minecraft:zombie_head[rotation=6] 159 166 141 255 127 132 112 255 79 83 70 255 63 66 56 255 +minecraft:zombie_head[rotation=7] 159 166 141 255 127 132 112 255 79 83 70 255 63 66 56 255 +minecraft:zombie_head[rotation=8] 159 166 141 255 127 132 112 255 79 83 70 255 63 66 56 255 +minecraft:zombie_head[rotation=9] 159 166 141 255 127 132 112 255 79 83 70 255 63 66 56 255 +minecraft:zombie_head[rotation=10] 159 166 141 255 127 132 112 255 79 83 70 255 63 66 56 255 +minecraft:zombie_head[rotation=11] 159 166 141 255 127 132 112 255 79 83 70 255 63 66 56 255 +minecraft:zombie_head[rotation=12] 159 166 141 255 127 132 112 255 79 83 70 255 63 66 56 255 +minecraft:zombie_head[rotation=13] 159 166 141 255 127 132 112 255 79 83 70 255 63 66 56 255 +minecraft:zombie_head[rotation=14] 159 166 141 255 127 132 112 255 79 83 70 255 63 66 56 255 +minecraft:zombie_head[rotation=15] 159 166 141 255 127 132 112 255 79 83 70 255 63 66 56 255 +minecraft:zombie_wall_head 159 166 141 255 127 132 112 255 79 83 70 255 63 66 56 255 +minecraft:zombie_wall_head[facing=south] 159 166 141 255 127 132 112 255 79 83 70 255 63 66 56 255 +minecraft:zombie_wall_head[facing=west] 159 166 141 255 127 132 112 255 79 83 70 255 63 66 56 255 +minecraft:zombie_wall_head[facing=east] 159 166 141 255 127 132 112 255 79 83 70 255 63 66 56 255 +minecraft:player_head 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=1] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=2] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=3] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=4] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=5] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=6] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=7] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=8] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=9] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=10] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=11] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=12] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=13] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=14] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=15] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_wall_head 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_wall_head[facing=south] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_wall_head[facing=west] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_wall_head[facing=east] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:creeper_head 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:creeper_head[rotation=1] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:creeper_head[rotation=2] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:creeper_head[rotation=3] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:creeper_head[rotation=4] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:creeper_head[rotation=5] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:creeper_head[rotation=6] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:creeper_head[rotation=7] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:creeper_head[rotation=8] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:creeper_head[rotation=9] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:creeper_head[rotation=10] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:creeper_head[rotation=11] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:creeper_head[rotation=12] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:creeper_head[rotation=13] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:creeper_head[rotation=14] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:creeper_head[rotation=15] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:creeper_wall_head 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:creeper_wall_head[facing=south] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:creeper_wall_head[facing=west] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:creeper_wall_head[facing=east] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:dragon_head 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:dragon_head[rotation=1] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:dragon_head[rotation=2] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:dragon_head[rotation=3] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:dragon_head[rotation=4] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:dragon_head[rotation=5] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:dragon_head[rotation=6] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:dragon_head[rotation=7] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:dragon_head[rotation=8] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:dragon_head[rotation=9] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:dragon_head[rotation=10] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:dragon_head[rotation=11] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:dragon_head[rotation=12] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:dragon_head[rotation=13] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:dragon_head[rotation=14] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:dragon_head[rotation=15] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:dragon_wall_head 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:dragon_wall_head[facing=south] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:dragon_wall_head[facing=west] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:dragon_wall_head[facing=east] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:anvil 170 171 150 255 136 136 120 255 85 85 75 255 68 68 60 255 +minecraft:anvil[facing=south] 170 171 150 255 136 136 120 255 85 85 75 255 68 68 60 255 +minecraft:anvil[facing=west] 170 171 150 255 136 136 120 255 85 85 75 255 68 68 60 255 +minecraft:anvil[facing=east] 170 171 150 255 136 136 120 255 85 85 75 255 68 68 60 255 +minecraft:chipped_anvil 170 171 150 255 136 136 120 255 85 85 75 255 68 68 60 255 +minecraft:chipped_anvil[facing=south] 170 171 150 255 136 136 120 255 85 85 75 255 68 68 60 255 +minecraft:chipped_anvil[facing=west] 170 171 150 255 136 136 120 255 85 85 75 255 68 68 60 255 +minecraft:chipped_anvil[facing=east] 170 171 150 255 136 136 120 255 85 85 75 255 68 68 60 255 +minecraft:damaged_anvil 170 171 150 255 136 136 120 255 85 85 75 255 68 68 60 255 +minecraft:damaged_anvil[facing=south] 170 171 150 255 136 136 120 255 85 85 75 255 68 68 60 255 +minecraft:damaged_anvil[facing=west] 170 171 150 255 136 136 120 255 85 85 75 255 68 68 60 255 +minecraft:damaged_anvil[facing=east] 170 171 150 255 136 136 120 255 85 85 75 255 68 68 60 255 +minecraft:trapped_chest 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:trapped_chest[facing=north,type=single,waterlogged=false] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:trapped_chest[facing=north,type=left,waterlogged=true] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:trapped_chest[facing=north,type=left,waterlogged=false] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:trapped_chest[facing=north,type=right,waterlogged=true] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:trapped_chest[facing=north,type=right,waterlogged=false] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:trapped_chest[facing=south,type=single,waterlogged=true] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:trapped_chest[facing=south,type=single,waterlogged=false] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:trapped_chest[facing=south,type=left,waterlogged=true] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:trapped_chest[facing=south,type=left,waterlogged=false] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:trapped_chest[facing=south,type=right,waterlogged=true] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:trapped_chest[facing=south,type=right,waterlogged=false] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:trapped_chest[facing=west,type=single,waterlogged=true] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:trapped_chest[facing=west,type=single,waterlogged=false] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:trapped_chest[facing=west,type=left,waterlogged=true] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:trapped_chest[facing=west,type=left,waterlogged=false] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:trapped_chest[facing=west,type=right,waterlogged=true] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:trapped_chest[facing=west,type=right,waterlogged=false] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:trapped_chest[facing=east,type=single,waterlogged=true] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:trapped_chest[facing=east,type=single,waterlogged=false] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:trapped_chest[facing=east,type=left,waterlogged=true] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:trapped_chest[facing=east,type=left,waterlogged=false] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:trapped_chest[facing=east,type=right,waterlogged=true] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:trapped_chest[facing=east,type=right,waterlogged=false] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:light_weighted_pressure_plate 161 139 82 255 128 111 65 255 80 69 41 255 64 55 32 255 +minecraft:light_weighted_pressure_plate[power=1] 161 139 82 255 128 111 65 255 80 69 41 255 64 55 32 255 +minecraft:light_weighted_pressure_plate[power=2] 161 139 82 255 128 111 65 255 80 69 41 255 64 55 32 255 +minecraft:light_weighted_pressure_plate[power=3] 161 139 82 255 128 111 65 255 80 69 41 255 64 55 32 255 +minecraft:light_weighted_pressure_plate[power=4] 161 139 82 255 128 111 65 255 80 69 41 255 64 55 32 255 +minecraft:light_weighted_pressure_plate[power=5] 161 139 82 255 128 111 65 255 80 69 41 255 64 55 32 255 +minecraft:light_weighted_pressure_plate[power=6] 161 139 82 255 128 111 65 255 80 69 41 255 64 55 32 255 +minecraft:light_weighted_pressure_plate[power=7] 161 139 82 255 128 111 65 255 80 69 41 255 64 55 32 255 +minecraft:light_weighted_pressure_plate[power=8] 161 139 82 255 128 111 65 255 80 69 41 255 64 55 32 255 +minecraft:light_weighted_pressure_plate[power=9] 161 139 82 255 128 111 65 255 80 69 41 255 64 55 32 255 +minecraft:light_weighted_pressure_plate[power=10] 161 139 82 255 128 111 65 255 80 69 41 255 64 55 32 255 +minecraft:light_weighted_pressure_plate[power=11] 161 139 82 255 128 111 65 255 80 69 41 255 64 55 32 255 +minecraft:light_weighted_pressure_plate[power=12] 161 139 82 255 128 111 65 255 80 69 41 255 64 55 32 255 +minecraft:light_weighted_pressure_plate[power=13] 161 139 82 255 128 111 65 255 80 69 41 255 64 55 32 255 +minecraft:light_weighted_pressure_plate[power=14] 161 139 82 255 128 111 65 255 80 69 41 255 64 55 32 255 +minecraft:light_weighted_pressure_plate[power=15] 161 139 82 255 128 111 65 255 80 69 41 255 64 55 32 255 +minecraft:heavy_weighted_pressure_plate 158 153 122 255 126 122 97 255 79 76 61 255 63 61 48 255 +minecraft:heavy_weighted_pressure_plate[power=1] 158 153 122 255 126 122 97 255 79 76 61 255 63 61 48 255 +minecraft:heavy_weighted_pressure_plate[power=2] 158 153 122 255 126 122 97 255 79 76 61 255 63 61 48 255 +minecraft:heavy_weighted_pressure_plate[power=3] 158 153 122 255 126 122 97 255 79 76 61 255 63 61 48 255 +minecraft:heavy_weighted_pressure_plate[power=4] 158 153 122 255 126 122 97 255 79 76 61 255 63 61 48 255 +minecraft:heavy_weighted_pressure_plate[power=5] 158 153 122 255 126 122 97 255 79 76 61 255 63 61 48 255 +minecraft:heavy_weighted_pressure_plate[power=6] 158 153 122 255 126 122 97 255 79 76 61 255 63 61 48 255 +minecraft:heavy_weighted_pressure_plate[power=7] 158 153 122 255 126 122 97 255 79 76 61 255 63 61 48 255 +minecraft:heavy_weighted_pressure_plate[power=8] 158 153 122 255 126 122 97 255 79 76 61 255 63 61 48 255 +minecraft:heavy_weighted_pressure_plate[power=9] 158 153 122 255 126 122 97 255 79 76 61 255 63 61 48 255 +minecraft:heavy_weighted_pressure_plate[power=10] 158 153 122 255 126 122 97 255 79 76 61 255 63 61 48 255 +minecraft:heavy_weighted_pressure_plate[power=11] 158 153 122 255 126 122 97 255 79 76 61 255 63 61 48 255 +minecraft:heavy_weighted_pressure_plate[power=12] 158 153 122 255 126 122 97 255 79 76 61 255 63 61 48 255 +minecraft:heavy_weighted_pressure_plate[power=13] 158 153 122 255 126 122 97 255 79 76 61 255 63 61 48 255 +minecraft:heavy_weighted_pressure_plate[power=14] 158 153 122 255 126 122 97 255 79 76 61 255 63 61 48 255 +minecraft:heavy_weighted_pressure_plate[power=15] 158 153 122 255 126 122 97 255 79 76 61 255 63 61 48 255 +minecraft:comparator 182 175 170 255 145 140 136 255 91 87 85 255 72 70 68 255 +minecraft:comparator[facing=north,mode=compare,powered=false] 175 176 171 255 140 140 136 255 87 88 85 255 70 70 68 255 +minecraft:comparator[facing=north,mode=subtract,powered=true] 182 175 170 255 145 140 136 255 91 87 85 255 72 70 68 255 +minecraft:comparator[facing=north,mode=subtract,powered=false] 175 176 171 255 140 140 136 255 87 88 85 255 70 70 68 255 +minecraft:comparator[facing=south,mode=compare,powered=true] 182 175 170 255 145 140 136 255 91 87 85 255 72 70 68 255 +minecraft:comparator[facing=south,mode=compare,powered=false] 175 176 171 255 140 140 136 255 87 88 85 255 70 70 68 255 +minecraft:comparator[facing=south,mode=subtract,powered=true] 182 175 170 255 145 140 136 255 91 87 85 255 72 70 68 255 +minecraft:comparator[facing=south,mode=subtract,powered=false] 175 176 171 255 140 140 136 255 87 88 85 255 70 70 68 255 +minecraft:comparator[facing=west,mode=compare,powered=true] 182 175 170 255 145 140 136 255 91 87 85 255 72 70 68 255 +minecraft:comparator[facing=west,mode=compare,powered=false] 175 176 171 255 140 140 136 255 87 88 85 255 70 70 68 255 +minecraft:comparator[facing=west,mode=subtract,powered=true] 182 175 170 255 145 140 136 255 91 87 85 255 72 70 68 255 +minecraft:comparator[facing=west,mode=subtract,powered=false] 175 176 171 255 140 140 136 255 87 88 85 255 70 70 68 255 +minecraft:comparator[facing=east,mode=compare,powered=true] 182 175 170 255 145 140 136 255 91 87 85 255 72 70 68 255 +minecraft:comparator[facing=east,mode=compare,powered=false] 175 176 171 255 140 140 136 255 87 88 85 255 70 70 68 255 +minecraft:comparator[facing=east,mode=subtract,powered=true] 182 175 170 255 145 140 136 255 91 87 85 255 72 70 68 255 +minecraft:comparator[facing=east,mode=subtract,powered=false] 175 176 171 255 140 140 136 255 87 88 85 255 70 70 68 255 +minecraft:daylight_detector 81 77 60 255 64 61 48 255 40 38 30 255 32 30 24 255 +minecraft:daylight_detector[inverted=true,power=1] 81 77 60 255 64 61 48 255 40 38 30 255 32 30 24 255 +minecraft:daylight_detector[inverted=true,power=2] 81 77 60 255 64 61 48 255 40 38 30 255 32 30 24 255 +minecraft:daylight_detector[inverted=true,power=3] 81 77 60 255 64 61 48 255 40 38 30 255 32 30 24 255 +minecraft:daylight_detector[inverted=true,power=4] 81 77 60 255 64 61 48 255 40 38 30 255 32 30 24 255 +minecraft:daylight_detector[inverted=true,power=5] 81 77 60 255 64 61 48 255 40 38 30 255 32 30 24 255 +minecraft:daylight_detector[inverted=true,power=6] 81 77 60 255 64 61 48 255 40 38 30 255 32 30 24 255 +minecraft:daylight_detector[inverted=true,power=7] 81 77 60 255 64 61 48 255 40 38 30 255 32 30 24 255 +minecraft:daylight_detector[inverted=true,power=8] 81 77 60 255 64 61 48 255 40 38 30 255 32 30 24 255 +minecraft:daylight_detector[inverted=true,power=9] 81 77 60 255 64 61 48 255 40 38 30 255 32 30 24 255 +minecraft:daylight_detector[inverted=true,power=10] 81 77 60 255 64 61 48 255 40 38 30 255 32 30 24 255 +minecraft:daylight_detector[inverted=true,power=11] 81 77 60 255 64 61 48 255 40 38 30 255 32 30 24 255 +minecraft:daylight_detector[inverted=true,power=12] 81 77 60 255 64 61 48 255 40 38 30 255 32 30 24 255 +minecraft:daylight_detector[inverted=true,power=13] 81 77 60 255 64 61 48 255 40 38 30 255 32 30 24 255 +minecraft:daylight_detector[inverted=true,power=14] 81 77 60 255 64 61 48 255 40 38 30 255 32 30 24 255 +minecraft:daylight_detector[inverted=true,power=15] 81 77 60 255 64 61 48 255 40 38 30 255 32 30 24 255 +minecraft:daylight_detector[inverted=false,power=0] 82 91 83 255 65 72 66 255 41 45 41 255 32 36 33 255 +minecraft:daylight_detector[inverted=false,power=1] 82 91 83 255 65 72 66 255 41 45 41 255 32 36 33 255 +minecraft:daylight_detector[inverted=false,power=2] 82 91 83 255 65 72 66 255 41 45 41 255 32 36 33 255 +minecraft:daylight_detector[inverted=false,power=3] 82 91 83 255 65 72 66 255 41 45 41 255 32 36 33 255 +minecraft:daylight_detector[inverted=false,power=4] 82 91 83 255 65 72 66 255 41 45 41 255 32 36 33 255 +minecraft:daylight_detector[inverted=false,power=5] 82 91 83 255 65 72 66 255 41 45 41 255 32 36 33 255 +minecraft:daylight_detector[inverted=false,power=6] 82 91 83 255 65 72 66 255 41 45 41 255 32 36 33 255 +minecraft:daylight_detector[inverted=false,power=7] 82 91 83 255 65 72 66 255 41 45 41 255 32 36 33 255 +minecraft:daylight_detector[inverted=false,power=8] 82 91 83 255 65 72 66 255 41 45 41 255 32 36 33 255 +minecraft:daylight_detector[inverted=false,power=9] 82 91 83 255 65 72 66 255 41 45 41 255 32 36 33 255 +minecraft:daylight_detector[inverted=false,power=10] 82 91 83 255 65 72 66 255 41 45 41 255 32 36 33 255 +minecraft:daylight_detector[inverted=false,power=11] 82 91 83 255 65 72 66 255 41 45 41 255 32 36 33 255 +minecraft:daylight_detector[inverted=false,power=12] 82 91 83 255 65 72 66 255 41 45 41 255 32 36 33 255 +minecraft:daylight_detector[inverted=false,power=13] 82 91 83 255 65 72 66 255 41 45 41 255 32 36 33 255 +minecraft:daylight_detector[inverted=false,power=14] 82 91 83 255 65 72 66 255 41 45 41 255 32 36 33 255 +minecraft:daylight_detector[inverted=false,power=15] 82 91 83 255 65 72 66 255 41 45 41 255 32 36 33 255 +minecraft:redstone_block 142 81 53 255 113 64 42 255 71 40 26 255 56 32 21 255 +minecraft:nether_quartz_ore 124 74 71 255 99 59 56 255 62 37 35 255 49 29 28 255 +minecraft:hopper 43 43 43 255 34 34 34 255 21 21 21 255 17 17 17 255 +minecraft:hopper[enabled=true,facing=north] 43 43 43 255 34 34 34 255 21 21 21 255 17 17 17 255 +minecraft:hopper[enabled=true,facing=south] 43 43 43 255 34 34 34 255 21 21 21 255 17 17 17 255 +minecraft:hopper[enabled=true,facing=west] 43 43 43 255 34 34 34 255 21 21 21 255 17 17 17 255 +minecraft:hopper[enabled=true,facing=east] 43 43 43 255 34 34 34 255 21 21 21 255 17 17 17 255 +minecraft:hopper[enabled=false,facing=down] 43 43 43 255 34 34 34 255 21 21 21 255 17 17 17 255 +minecraft:hopper[enabled=false,facing=north] 43 43 43 255 34 34 34 255 21 21 21 255 17 17 17 255 +minecraft:hopper[enabled=false,facing=south] 43 43 43 255 34 34 34 255 21 21 21 255 17 17 17 255 +minecraft:hopper[enabled=false,facing=west] 43 43 43 255 34 34 34 255 21 21 21 255 17 17 17 255 +minecraft:hopper[enabled=false,facing=east] 43 43 43 255 34 34 34 255 21 21 21 255 17 17 17 255 +minecraft:quartz_block 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:chiseled_quartz_block 213 218 210 255 170 174 168 255 106 109 105 255 85 87 84 255 +minecraft:quartz_pillar 205 212 202 255 164 169 161 255 102 106 101 255 82 84 80 255 +minecraft:quartz_pillar[axis=y] 221 226 220 255 176 180 176 255 110 113 110 255 88 90 88 255 +minecraft:quartz_pillar[axis=z] 205 212 202 255 164 169 161 255 102 106 101 255 82 84 80 255 +minecraft:quartz_stairs 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=north,half=top,shape=straight,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=south,half=top,shape=straight,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=south,half=top,shape=straight,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=west,half=top,shape=straight,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=west,half=top,shape=straight,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=east,half=top,shape=straight,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=east,half=top,shape=straight,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:activator_rail 100 90 70 211 80 72 56 211 50 45 35 211 40 36 28 211 +minecraft:activator_rail[powered=true,shape=north_south,waterlogged=false] 100 90 70 211 80 72 56 211 50 45 35 211 40 36 28 211 +minecraft:activator_rail[powered=true,shape=east_west,waterlogged=true] 100 90 70 211 80 72 56 211 50 45 35 211 40 36 28 211 +minecraft:activator_rail[powered=true,shape=east_west,waterlogged=false] 100 90 70 211 80 72 56 211 50 45 35 211 40 36 28 211 +minecraft:activator_rail[powered=true,shape=ascending_east,waterlogged=true] 100 90 70 211 80 72 56 211 50 45 35 211 40 36 28 211 +minecraft:activator_rail[powered=true,shape=ascending_east,waterlogged=false] 100 90 70 211 80 72 56 211 50 45 35 211 40 36 28 211 +minecraft:activator_rail[powered=true,shape=ascending_west,waterlogged=true] 100 90 70 211 80 72 56 211 50 45 35 211 40 36 28 211 +minecraft:activator_rail[powered=true,shape=ascending_west,waterlogged=false] 100 90 70 211 80 72 56 211 50 45 35 211 40 36 28 211 +minecraft:activator_rail[powered=true,shape=ascending_north,waterlogged=true] 100 90 70 211 80 72 56 211 50 45 35 211 40 36 28 211 +minecraft:activator_rail[powered=true,shape=ascending_north,waterlogged=false] 100 90 70 211 80 72 56 211 50 45 35 211 40 36 28 211 +minecraft:activator_rail[powered=true,shape=ascending_south,waterlogged=true] 100 90 70 211 80 72 56 211 50 45 35 211 40 36 28 211 +minecraft:activator_rail[powered=true,shape=ascending_south,waterlogged=false] 100 90 70 211 80 72 56 211 50 45 35 211 40 36 28 211 +minecraft:activator_rail[powered=false,shape=north_south,waterlogged=true] 100 90 70 211 80 72 56 211 50 45 35 211 40 36 28 211 +minecraft:activator_rail[powered=false,shape=north_south,waterlogged=false] 100 90 70 211 80 72 56 211 50 45 35 211 40 36 28 211 +minecraft:activator_rail[powered=false,shape=east_west,waterlogged=true] 100 90 70 211 80 72 56 211 50 45 35 211 40 36 28 211 +minecraft:activator_rail[powered=false,shape=east_west,waterlogged=false] 100 90 70 211 80 72 56 211 50 45 35 211 40 36 28 211 +minecraft:activator_rail[powered=false,shape=ascending_east,waterlogged=true] 100 90 70 211 80 72 56 211 50 45 35 211 40 36 28 211 +minecraft:activator_rail[powered=false,shape=ascending_east,waterlogged=false] 100 90 70 211 80 72 56 211 50 45 35 211 40 36 28 211 +minecraft:activator_rail[powered=false,shape=ascending_west,waterlogged=true] 100 90 70 211 80 72 56 211 50 45 35 211 40 36 28 211 +minecraft:activator_rail[powered=false,shape=ascending_west,waterlogged=false] 100 90 70 211 80 72 56 211 50 45 35 211 40 36 28 211 +minecraft:activator_rail[powered=false,shape=ascending_north,waterlogged=true] 100 90 70 211 80 72 56 211 50 45 35 211 40 36 28 211 +minecraft:activator_rail[powered=false,shape=ascending_north,waterlogged=false] 100 90 70 211 80 72 56 211 50 45 35 211 40 36 28 211 +minecraft:activator_rail[powered=false,shape=ascending_south,waterlogged=true] 100 90 70 211 80 72 56 211 50 45 35 211 40 36 28 211 +minecraft:activator_rail[powered=false,shape=ascending_south,waterlogged=false] 100 90 70 211 80 72 56 211 50 45 35 211 40 36 28 211 +minecraft:dropper 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:dropper[facing=north,triggered=false] 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:dropper[facing=east,triggered=true] 137 141 130 255 109 112 104 255 68 70 65 255 54 56 52 255 +minecraft:dropper[facing=east,triggered=false] 137 141 130 255 109 112 104 255 68 70 65 255 54 56 52 255 +minecraft:dropper[facing=south,triggered=true] 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:dropper[facing=south,triggered=false] 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:dropper[facing=west,triggered=true] 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:dropper[facing=west,triggered=false] 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:dropper[facing=up,triggered=true] 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:dropper[facing=up,triggered=false] 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:dropper[facing=down,triggered=true] 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:dropper[facing=down,triggered=false] 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:white_terracotta 237 221 214 255 189 176 171 255 118 110 107 255 94 88 85 255 +minecraft:orange_terracotta 222 116 65 255 177 92 52 255 111 58 32 255 88 46 26 255 +minecraft:magenta_terracotta 194 115 195 255 155 92 156 255 97 57 97 255 77 46 78 255 +minecraft:light_blue_terracotta 141 170 194 255 112 136 155 255 70 85 97 255 56 68 77 255 +minecraft:yellow_terracotta 212 171 65 255 169 136 52 255 106 85 32 255 84 68 26 255 +minecraft:lime_terracotta 116 179 77 255 92 143 61 255 58 89 38 255 46 71 30 255 +minecraft:pink_terracotta 226 176 178 255 180 140 142 255 113 88 89 255 90 70 71 255 +minecraft:gray_terracotta 72 69 67 255 57 55 53 255 36 34 33 255 28 27 26 255 +minecraft:light_gray_terracotta 150 148 142 255 120 118 113 255 75 74 71 255 60 59 56 255 +minecraft:cyan_terracotta 55 133 145 255 44 106 116 255 27 66 72 255 22 53 58 255 +minecraft:purple_terracotta 111 65 146 255 88 52 116 255 55 32 73 255 44 26 58 255 +minecraft:blue_terracotta 56 89 153 255 44 71 122 255 28 44 76 255 22 35 61 255 +minecraft:brown_terracotta 100 64 47 255 80 51 37 255 50 32 23 255 40 25 18 255 +minecraft:green_terracotta 62 119 53 255 49 95 42 255 31 59 26 255 24 47 21 255 +minecraft:red_terracotta 153 55 54 255 122 44 43 255 76 27 27 255 61 22 21 255 +minecraft:black_terracotta 42 36 35 255 33 28 28 255 21 18 17 255 16 14 14 255 +minecraft:white_stained_glass_pane 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:orange_stained_glass_pane 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:magenta_stained_glass_pane 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:light_blue_stained_glass_pane 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:yellow_stained_glass_pane 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:lime_stained_glass_pane 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:pink_stained_glass_pane 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:gray_stained_glass_pane 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:light_gray_stained_glass_pane 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:cyan_stained_glass_pane 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:purple_stained_glass_pane 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:blue_stained_glass_pane 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:brown_stained_glass_pane 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:green_stained_glass_pane 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:red_stained_glass_pane 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:black_stained_glass_pane 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:acacia_stairs 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=north,half=top,shape=straight,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=south,half=top,shape=straight,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=south,half=top,shape=straight,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=west,half=top,shape=straight,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=west,half=top,shape=straight,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=east,half=top,shape=straight,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=east,half=top,shape=straight,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:dark_oak_stairs 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=straight,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=straight,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=straight,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=straight,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=straight,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=straight,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=straight,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:slime_block 111 192 91 180 88 153 72 180 55 96 45 180 44 76 36 180 +minecraft:iron_trapdoor 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:prismarine 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_bricks 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:dark_prismarine 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:prismarine_stairs 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=straight,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_brick_stairs 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:dark_prismarine_stairs 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=straight,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:prismarine_slab 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_slab[type=top,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_slab[type=bottom,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_slab[type=bottom,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_slab[type=double,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_slab[type=double,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_brick_slab 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_slab[type=top,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_slab[type=bottom,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_slab[type=bottom,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_slab[type=double,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_slab[type=double,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:dark_prismarine_slab 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_slab[type=top,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_slab[type=bottom,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_slab[type=bottom,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_slab[type=double,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_slab[type=double,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:sea_lantern 112 159 137 255 89 127 109 255 56 79 68 255 44 63 54 255 +minecraft:hay_block 156 148 116 255 124 118 92 255 78 74 58 255 62 59 46 255 +minecraft:hay_block[axis=y] 206 187 132 255 164 149 105 255 103 93 66 255 82 74 52 255 +minecraft:hay_block[axis=z] 156 148 116 255 124 118 92 255 78 74 58 255 62 59 46 255 +minecraft:white_carpet 222 224 221 255 177 179 176 255 111 112 110 255 88 89 88 255 +minecraft:orange_carpet 225 120 68 255 180 96 54 255 112 60 34 255 90 48 27 255 +minecraft:magenta_carpet 177 100 205 255 141 80 164 255 88 50 102 255 70 40 82 255 +minecraft:light_blue_carpet 122 171 214 255 97 136 171 255 61 85 107 255 48 68 85 255 +minecraft:yellow_carpet 218 191 69 255 174 152 55 255 109 95 34 255 87 76 27 255 +minecraft:lime_carpet 89 199 80 255 71 159 64 255 44 99 40 255 35 79 32 255 +minecraft:pink_carpet 222 172 183 255 177 137 146 255 111 86 91 255 88 68 73 255 +minecraft:gray_carpet 44 48 48 255 35 38 38 255 22 24 24 255 17 19 19 255 +minecraft:light_gray_carpet 130 140 139 255 104 112 111 255 65 70 69 255 52 56 55 255 +minecraft:cyan_carpet 25 113 131 255 20 90 104 255 12 56 65 255 10 45 52 255 +minecraft:purple_carpet 82 57 162 255 65 45 129 255 41 28 81 255 32 22 64 255 +minecraft:blue_carpet 28 72 150 255 22 57 120 255 14 36 75 255 11 28 60 255 +minecraft:brown_carpet 64 49 34 255 51 39 27 255 32 24 17 255 25 19 13 255 +minecraft:green_carpet 35 108 35 255 28 86 28 255 17 54 17 255 14 43 14 255 +minecraft:red_carpet 126 39 44 255 100 31 35 255 63 19 22 255 50 15 17 255 +minecraft:black_carpet 15 18 18 255 12 14 14 255 7 9 9 255 6 7 7 255 +minecraft:terracotta 176 114 86 255 140 91 68 255 88 57 43 255 70 45 34 255 +minecraft:coal_block 42 47 55 255 33 37 44 255 21 23 27 255 16 18 22 255 +minecraft:packed_ice 160 217 232 255 128 173 185 255 80 108 116 255 64 86 92 255 +minecraft:sunflower 31 84 38 101 24 67 30 101 15 42 19 101 12 33 15 101 +minecraft:sunflower[half=lower] 35 84 44 105 28 67 35 105 17 42 22 105 14 33 17 105 +minecraft:lilac 71 89 81 166 56 71 64 166 35 44 40 166 28 35 32 166 +minecraft:lilac[half=lower] 45 73 60 155 36 58 48 155 22 36 30 155 18 29 24 155 +minecraft:rose_bush 70 56 45 109 56 44 36 109 35 28 22 109 28 22 18 109 +minecraft:rose_bush[half=lower] 53 62 47 192 42 49 37 192 26 31 23 192 21 24 18 192 +minecraft:peony 100 63 122 107 80 50 97 107 50 31 61 107 40 25 48 107 +minecraft:peony[half=lower] 42 46 58 199 33 36 46 199 21 23 29 199 16 18 23 199 +minecraft:tall_grass 21 59 32 57 16 47 25 57 10 29 16 57 8 23 12 57 +minecraft:tall_grass[half=lower] 20 56 30 196 16 44 24 196 10 28 15 196 8 22 12 196 +minecraft:large_fern 24 68 37 81 19 54 29 81 12 34 18 81 9 27 14 81 +minecraft:large_fern[half=lower] 22 64 34 158 17 51 27 158 11 32 17 158 8 25 13 158 +minecraft:white_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:white_banner[rotation=1] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:white_banner[rotation=2] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:white_banner[rotation=3] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:white_banner[rotation=4] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:white_banner[rotation=5] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:white_banner[rotation=6] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:white_banner[rotation=7] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:white_banner[rotation=8] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:white_banner[rotation=9] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:white_banner[rotation=10] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:white_banner[rotation=11] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:white_banner[rotation=12] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:white_banner[rotation=13] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:white_banner[rotation=14] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:white_banner[rotation=15] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:orange_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:orange_banner[rotation=1] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:orange_banner[rotation=2] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:orange_banner[rotation=3] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:orange_banner[rotation=4] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:orange_banner[rotation=5] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:orange_banner[rotation=6] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:orange_banner[rotation=7] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:orange_banner[rotation=8] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:orange_banner[rotation=9] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:orange_banner[rotation=10] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:orange_banner[rotation=11] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:orange_banner[rotation=12] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:orange_banner[rotation=13] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:orange_banner[rotation=14] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:orange_banner[rotation=15] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:magenta_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:magenta_banner[rotation=1] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:magenta_banner[rotation=2] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:magenta_banner[rotation=3] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:magenta_banner[rotation=4] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:magenta_banner[rotation=5] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:magenta_banner[rotation=6] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:magenta_banner[rotation=7] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:magenta_banner[rotation=8] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:magenta_banner[rotation=9] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:magenta_banner[rotation=10] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:magenta_banner[rotation=11] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:magenta_banner[rotation=12] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:magenta_banner[rotation=13] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:magenta_banner[rotation=14] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:magenta_banner[rotation=15] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_blue_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_blue_banner[rotation=1] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_blue_banner[rotation=2] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_blue_banner[rotation=3] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_blue_banner[rotation=4] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_blue_banner[rotation=5] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_blue_banner[rotation=6] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_blue_banner[rotation=7] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_blue_banner[rotation=8] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_blue_banner[rotation=9] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_blue_banner[rotation=10] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_blue_banner[rotation=11] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_blue_banner[rotation=12] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_blue_banner[rotation=13] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_blue_banner[rotation=14] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_blue_banner[rotation=15] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:yellow_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:yellow_banner[rotation=1] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:yellow_banner[rotation=2] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:yellow_banner[rotation=3] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:yellow_banner[rotation=4] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:yellow_banner[rotation=5] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:yellow_banner[rotation=6] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:yellow_banner[rotation=7] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:yellow_banner[rotation=8] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:yellow_banner[rotation=9] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:yellow_banner[rotation=10] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:yellow_banner[rotation=11] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:yellow_banner[rotation=12] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:yellow_banner[rotation=13] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:yellow_banner[rotation=14] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:yellow_banner[rotation=15] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:lime_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:lime_banner[rotation=1] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:lime_banner[rotation=2] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:lime_banner[rotation=3] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:lime_banner[rotation=4] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:lime_banner[rotation=5] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:lime_banner[rotation=6] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:lime_banner[rotation=7] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:lime_banner[rotation=8] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:lime_banner[rotation=9] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:lime_banner[rotation=10] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:lime_banner[rotation=11] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:lime_banner[rotation=12] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:lime_banner[rotation=13] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:lime_banner[rotation=14] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:lime_banner[rotation=15] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:pink_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:pink_banner[rotation=1] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:pink_banner[rotation=2] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:pink_banner[rotation=3] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:pink_banner[rotation=4] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:pink_banner[rotation=5] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:pink_banner[rotation=6] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:pink_banner[rotation=7] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:pink_banner[rotation=8] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:pink_banner[rotation=9] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:pink_banner[rotation=10] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:pink_banner[rotation=11] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:pink_banner[rotation=12] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:pink_banner[rotation=13] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:pink_banner[rotation=14] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:pink_banner[rotation=15] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:gray_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:gray_banner[rotation=1] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:gray_banner[rotation=2] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:gray_banner[rotation=3] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:gray_banner[rotation=4] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:gray_banner[rotation=5] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:gray_banner[rotation=6] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:gray_banner[rotation=7] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:gray_banner[rotation=8] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:gray_banner[rotation=9] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:gray_banner[rotation=10] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:gray_banner[rotation=11] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:gray_banner[rotation=12] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:gray_banner[rotation=13] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:gray_banner[rotation=14] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:gray_banner[rotation=15] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_gray_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_gray_banner[rotation=1] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_gray_banner[rotation=2] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_gray_banner[rotation=3] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_gray_banner[rotation=4] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_gray_banner[rotation=5] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_gray_banner[rotation=6] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_gray_banner[rotation=7] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_gray_banner[rotation=8] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_gray_banner[rotation=9] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_gray_banner[rotation=10] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_gray_banner[rotation=11] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_gray_banner[rotation=12] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_gray_banner[rotation=13] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_gray_banner[rotation=14] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_gray_banner[rotation=15] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:cyan_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:cyan_banner[rotation=1] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:cyan_banner[rotation=2] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:cyan_banner[rotation=3] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:cyan_banner[rotation=4] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:cyan_banner[rotation=5] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:cyan_banner[rotation=6] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:cyan_banner[rotation=7] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:cyan_banner[rotation=8] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:cyan_banner[rotation=9] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:cyan_banner[rotation=10] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:cyan_banner[rotation=11] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:cyan_banner[rotation=12] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:cyan_banner[rotation=13] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:cyan_banner[rotation=14] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:cyan_banner[rotation=15] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:purple_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:purple_banner[rotation=1] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:purple_banner[rotation=2] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:purple_banner[rotation=3] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:purple_banner[rotation=4] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:purple_banner[rotation=5] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:purple_banner[rotation=6] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:purple_banner[rotation=7] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:purple_banner[rotation=8] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:purple_banner[rotation=9] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:purple_banner[rotation=10] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:purple_banner[rotation=11] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:purple_banner[rotation=12] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:purple_banner[rotation=13] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:purple_banner[rotation=14] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:purple_banner[rotation=15] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:blue_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:blue_banner[rotation=1] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:blue_banner[rotation=2] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:blue_banner[rotation=3] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:blue_banner[rotation=4] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:blue_banner[rotation=5] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:blue_banner[rotation=6] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:blue_banner[rotation=7] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:blue_banner[rotation=8] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:blue_banner[rotation=9] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:blue_banner[rotation=10] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:blue_banner[rotation=11] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:blue_banner[rotation=12] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:blue_banner[rotation=13] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:blue_banner[rotation=14] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:blue_banner[rotation=15] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:brown_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:brown_banner[rotation=1] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:brown_banner[rotation=2] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:brown_banner[rotation=3] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:brown_banner[rotation=4] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:brown_banner[rotation=5] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:brown_banner[rotation=6] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:brown_banner[rotation=7] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:brown_banner[rotation=8] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:brown_banner[rotation=9] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:brown_banner[rotation=10] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:brown_banner[rotation=11] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:brown_banner[rotation=12] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:brown_banner[rotation=13] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:brown_banner[rotation=14] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:brown_banner[rotation=15] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:green_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:green_banner[rotation=1] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:green_banner[rotation=2] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:green_banner[rotation=3] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:green_banner[rotation=4] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:green_banner[rotation=5] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:green_banner[rotation=6] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:green_banner[rotation=7] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:green_banner[rotation=8] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:green_banner[rotation=9] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:green_banner[rotation=10] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:green_banner[rotation=11] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:green_banner[rotation=12] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:green_banner[rotation=13] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:green_banner[rotation=14] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:green_banner[rotation=15] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:red_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:red_banner[rotation=1] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:red_banner[rotation=2] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:red_banner[rotation=3] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:red_banner[rotation=4] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:red_banner[rotation=5] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:red_banner[rotation=6] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:red_banner[rotation=7] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:red_banner[rotation=8] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:red_banner[rotation=9] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:red_banner[rotation=10] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:red_banner[rotation=11] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:red_banner[rotation=12] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:red_banner[rotation=13] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:red_banner[rotation=14] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:red_banner[rotation=15] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:black_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:black_banner[rotation=1] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:black_banner[rotation=2] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:black_banner[rotation=3] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:black_banner[rotation=4] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:black_banner[rotation=5] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:black_banner[rotation=6] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:black_banner[rotation=7] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:black_banner[rotation=8] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:black_banner[rotation=9] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:black_banner[rotation=10] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:black_banner[rotation=11] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:black_banner[rotation=12] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:black_banner[rotation=13] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:black_banner[rotation=14] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:black_banner[rotation=15] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:white_wall_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:white_wall_banner[facing=south] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:white_wall_banner[facing=west] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:white_wall_banner[facing=east] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:orange_wall_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:orange_wall_banner[facing=south] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:orange_wall_banner[facing=west] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:orange_wall_banner[facing=east] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:magenta_wall_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:magenta_wall_banner[facing=south] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:magenta_wall_banner[facing=west] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:magenta_wall_banner[facing=east] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_blue_wall_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_blue_wall_banner[facing=south] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_blue_wall_banner[facing=west] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_blue_wall_banner[facing=east] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:yellow_wall_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:yellow_wall_banner[facing=south] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:yellow_wall_banner[facing=west] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:yellow_wall_banner[facing=east] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:lime_wall_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:lime_wall_banner[facing=south] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:lime_wall_banner[facing=west] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:lime_wall_banner[facing=east] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:pink_wall_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:pink_wall_banner[facing=south] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:pink_wall_banner[facing=west] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:pink_wall_banner[facing=east] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:gray_wall_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:gray_wall_banner[facing=south] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:gray_wall_banner[facing=west] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:gray_wall_banner[facing=east] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_gray_wall_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_gray_wall_banner[facing=south] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_gray_wall_banner[facing=west] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_gray_wall_banner[facing=east] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:cyan_wall_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:cyan_wall_banner[facing=south] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:cyan_wall_banner[facing=west] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:cyan_wall_banner[facing=east] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:purple_wall_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:purple_wall_banner[facing=south] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:purple_wall_banner[facing=west] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:purple_wall_banner[facing=east] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:blue_wall_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:blue_wall_banner[facing=south] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:blue_wall_banner[facing=west] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:blue_wall_banner[facing=east] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:brown_wall_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:brown_wall_banner[facing=south] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:brown_wall_banner[facing=west] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:brown_wall_banner[facing=east] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:green_wall_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:green_wall_banner[facing=south] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:green_wall_banner[facing=west] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:green_wall_banner[facing=east] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:red_wall_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:red_wall_banner[facing=south] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:red_wall_banner[facing=west] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:red_wall_banner[facing=east] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:black_wall_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:black_wall_banner[facing=south] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:black_wall_banner[facing=west] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:black_wall_banner[facing=east] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:red_sandstone 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:chiseled_red_sandstone 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:cut_red_sandstone 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:red_sandstone_stairs 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:oak_slab 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_slab[type=top,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_slab[type=bottom,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_slab[type=bottom,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_slab[type=double,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_slab[type=double,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:spruce_slab 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_slab[type=top,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_slab[type=bottom,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_slab[type=bottom,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_slab[type=double,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_slab[type=double,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:birch_slab 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_slab[type=top,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_slab[type=bottom,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_slab[type=bottom,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_slab[type=double,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_slab[type=double,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:jungle_slab 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_slab[type=top,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_slab[type=bottom,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_slab[type=bottom,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_slab[type=double,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_slab[type=double,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:acacia_slab 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_slab[type=top,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_slab[type=bottom,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_slab[type=bottom,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_slab[type=double,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_slab[type=double,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:dark_oak_slab 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_slab[type=top,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_slab[type=bottom,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_slab[type=bottom,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_slab[type=double,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_slab[type=double,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:stone_slab 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_slab[type=top,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_slab[type=bottom,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_slab[type=bottom,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_slab[type=double,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_slab[type=double,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:smooth_stone_slab 185 193 189 255 148 154 151 255 92 96 94 255 74 77 75 255 +minecraft:smooth_stone_slab[type=top,waterlogged=false] 185 193 189 255 148 154 151 255 92 96 94 255 74 77 75 255 +minecraft:smooth_stone_slab[type=bottom,waterlogged=true] 185 193 189 255 148 154 151 255 92 96 94 255 74 77 75 255 +minecraft:smooth_stone_slab[type=bottom,waterlogged=false] 185 193 189 255 148 154 151 255 92 96 94 255 74 77 75 255 +minecraft:smooth_stone_slab[type=double,waterlogged=true] 185 193 189 255 148 154 151 255 92 96 94 255 74 77 75 255 +minecraft:smooth_stone_slab[type=double,waterlogged=false] 185 193 189 255 148 154 151 255 92 96 94 255 74 77 75 255 +minecraft:sandstone_slab 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:sandstone_slab[type=top,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:sandstone_slab[type=bottom,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:sandstone_slab[type=bottom,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:sandstone_slab[type=double,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:sandstone_slab[type=double,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:cut_sandstone_slab 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:cut_sandstone_slab[type=top,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:cut_sandstone_slab[type=bottom,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:cut_sandstone_slab[type=bottom,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:cut_sandstone_slab[type=double,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:cut_sandstone_slab[type=double,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:petrified_oak_slab 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:petrified_oak_slab[type=top,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:petrified_oak_slab[type=bottom,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:petrified_oak_slab[type=bottom,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:petrified_oak_slab[type=double,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:petrified_oak_slab[type=double,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:cobblestone_slab 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_slab[type=top,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_slab[type=bottom,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_slab[type=bottom,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_slab[type=double,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_slab[type=double,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:brick_slab 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_slab[type=top,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_slab[type=bottom,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_slab[type=bottom,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_slab[type=double,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_slab[type=double,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:stone_brick_slab 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_slab[type=top,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_slab[type=bottom,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_slab[type=bottom,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_slab[type=double,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_slab[type=double,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:nether_brick_slab 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_slab[type=top,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_slab[type=bottom,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_slab[type=bottom,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_slab[type=double,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_slab[type=double,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:quartz_slab 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_slab[type=top,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_slab[type=bottom,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_slab[type=bottom,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_slab[type=double,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_slab[type=double,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:red_sandstone_slab 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:red_sandstone_slab[type=top,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:red_sandstone_slab[type=bottom,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:red_sandstone_slab[type=bottom,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:red_sandstone_slab[type=double,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:red_sandstone_slab[type=double,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:cut_red_sandstone_slab 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:cut_red_sandstone_slab[type=top,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:cut_red_sandstone_slab[type=double,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:cut_red_sandstone_slab[type=double,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:purpur_slab 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_slab[type=top,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_slab[type=bottom,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_slab[type=bottom,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_slab[type=double,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_slab[type=double,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:smooth_stone 159 159 159 255 127 127 127 255 79 79 79 255 63 63 63 255 +minecraft:smooth_sandstone 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_quartz 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:smooth_red_sandstone 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:spruce_fence_gate 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=true,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=false,powered=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=false,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=true,powered=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=true,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=true,powered=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=true,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=false,powered=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=false,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=true,powered=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=true,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=false,powered=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=false,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=true,powered=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=true,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=false,powered=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=false,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=true,powered=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=true,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=false,powered=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=false,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=true,powered=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=true,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=false,powered=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=false,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=true,powered=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=true,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=false,powered=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=false,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:birch_fence_gate 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=true,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=false,powered=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=false,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=true,powered=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=true,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=true,powered=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=true,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=false,powered=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=false,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=true,powered=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=true,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=false,powered=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=false,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=true,powered=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=true,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=false,powered=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=false,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=true,powered=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=true,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=false,powered=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=false,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=true,powered=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=true,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=false,powered=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=false,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=true,powered=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=true,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=false,powered=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=false,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:jungle_fence_gate 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=true,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=false,powered=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=false,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=true,powered=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=true,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=true,powered=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=true,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=false,powered=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=false,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=true,powered=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=true,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=false,powered=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=false,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=true,powered=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=true,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=false,powered=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=false,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=true,powered=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=true,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=false,powered=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=false,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=true,powered=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=true,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=false,powered=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=false,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=true,powered=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=true,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=false,powered=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=false,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:acacia_fence_gate 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=true,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=false,powered=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=false,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=true,powered=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=true,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=true,powered=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=true,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=false,powered=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=false,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=true,powered=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=true,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=false,powered=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=false,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=true,powered=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=true,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=false,powered=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=false,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=true,powered=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=true,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=false,powered=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=false,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=true,powered=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=true,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=false,powered=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=false,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=true,powered=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=true,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=false,powered=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=false,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:dark_oak_fence_gate 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=true,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=false,powered=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=false,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=true,powered=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=true,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=true,powered=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=true,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=false,powered=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=false,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=true,powered=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=true,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=false,powered=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=false,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=true,powered=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=true,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=false,powered=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=false,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=true,powered=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=true,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=false,powered=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=false,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=true,powered=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=true,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=false,powered=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=false,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=true,powered=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=true,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=false,powered=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=false,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:spruce_fence 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=true,west=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=false,west=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=false,west=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=true,west=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=true,west=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=false,west=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=false,west=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=true,west=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=true,west=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=false,west=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=false,west=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=true,west=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=true,west=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=false,west=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=false,west=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=true,west=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=true,west=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=false,west=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=false,west=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=true,west=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=true,west=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=false,west=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=false,west=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=true,west=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=true,west=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=false,west=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=false,west=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=true,west=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=true,west=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:birch_fence 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=true,west=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=false,west=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=false,west=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=true,west=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=true,west=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=false,west=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=false,west=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=true,west=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=true,west=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=false,west=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=false,west=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=true,west=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=true,west=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=false,west=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=false,west=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=true,west=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=true,west=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=false,west=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=false,west=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=true,west=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=true,west=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=false,west=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=false,west=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=true,west=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=true,west=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=false,west=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=false,west=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=true,west=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=true,west=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:jungle_fence 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=true,west=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=false,west=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=false,west=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=true,west=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=true,west=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=false,west=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=false,west=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=true,west=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=true,west=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=false,west=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=false,west=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=true,west=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=true,west=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=false,west=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=false,west=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=true,west=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=true,west=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=false,west=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=false,west=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=true,west=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=true,west=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=false,west=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=false,west=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=true,west=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=true,west=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=false,west=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=false,west=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=true,west=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=true,west=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:acacia_fence 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=true,west=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=false,west=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=false,west=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=true,west=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=true,west=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=false,west=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=false,west=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=true,west=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=true,west=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=false,west=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=false,west=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=true,west=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=true,west=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=false,west=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=false,west=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=true,west=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=true,west=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=false,west=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=false,west=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=true,west=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=true,west=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=false,west=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=false,west=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=true,west=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=true,west=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=false,west=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=false,west=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=true,west=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=true,west=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:dark_oak_fence 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=true,west=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=false,west=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=false,west=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=true,west=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=true,west=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=false,west=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=false,west=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=true,west=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=true,west=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=false,west=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=false,west=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=true,west=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=true,west=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=false,west=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=false,west=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=true,west=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=true,west=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=false,west=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=false,west=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=true,west=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=true,west=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=false,west=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=false,west=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=true,west=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=true,west=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=false,west=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=false,west=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=true,west=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=true,west=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:spruce_door 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=true,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=false,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=false,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=true,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=true,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=false,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=false,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=true,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=true,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=true,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=true,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=false,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=false,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=true,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=true,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=false,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=false,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=true,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=true,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=false,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=false,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=true,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=true,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=false,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=false,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=true,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=true,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=false,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=false,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=true,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=true,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=false,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=false,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=true,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=true,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=false,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=false,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=true,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=true,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=false,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=false,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=true,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=true,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=false,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=false,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=true,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=true,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=false,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=false,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=true,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=true,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=false,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=false,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=true,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=true,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=false,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=false,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=true,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=true,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=false,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=false,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:birch_door 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=true,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=false,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=false,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=true,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=true,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=false,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=false,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=true,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=true,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=true,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=true,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=false,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=false,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=true,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=true,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=false,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=false,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=true,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=true,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=false,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=false,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=true,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=true,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=false,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=false,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=true,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=true,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=false,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=false,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=true,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=true,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=false,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=false,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=true,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=true,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=false,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=false,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=true,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=true,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=false,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=false,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=true,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=true,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=false,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=false,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=true,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=true,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=false,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=false,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=true,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=true,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=false,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=false,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=true,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=true,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=false,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=false,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=true,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=true,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=false,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=false,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:jungle_door 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=true,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=false,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=false,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=true,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=true,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=false,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=false,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=true,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=true,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=true,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=true,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=false,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=false,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=true,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=true,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=false,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=false,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=true,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=true,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=false,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=false,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=true,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=true,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=false,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=false,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=true,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=true,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=false,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=false,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=true,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=true,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=false,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=false,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=true,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=true,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=false,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=false,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=true,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=true,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=false,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=false,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=true,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=true,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=false,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=false,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=true,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=true,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=false,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=false,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=true,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=true,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=false,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=false,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=true,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=true,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=false,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=false,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=true,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=true,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=false,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=false,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:acacia_door 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=true,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=false,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=false,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=true,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=true,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=false,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=false,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=true,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=true,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=true,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=true,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=false,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=false,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=true,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=true,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=false,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=false,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=true,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=true,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=false,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=false,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=true,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=true,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=false,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=false,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=true,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=true,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=false,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=false,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=true,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=true,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=false,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=false,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=true,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=true,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=false,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=false,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=true,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=true,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=false,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=false,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=true,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=true,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=false,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=false,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=true,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=true,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=false,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=false,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=true,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=true,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=false,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=false,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=true,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=true,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=false,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=false,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=true,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=true,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=false,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=false,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:dark_oak_door 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=true,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=false,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=false,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=true,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=true,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=false,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=false,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=true,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=true,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=true,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=true,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=false,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=false,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=true,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=true,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=false,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=false,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=true,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=true,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=false,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=false,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=true,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=true,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=false,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=false,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=true,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=true,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=false,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=false,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=true,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=true,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=false,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=false,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=true,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=true,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=false,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=false,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=true,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=true,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=false,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=false,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=true,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=true,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=false,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=false,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=true,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=true,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=false,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=false,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=true,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=true,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=false,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=false,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=true,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=true,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=false,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=false,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=true,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=true,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=false,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=false,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:end_rod 157 164 161 53 125 131 128 53 78 82 80 53 62 65 64 53 +minecraft:end_rod[facing=east] 157 164 161 53 125 131 128 53 78 82 80 53 62 65 64 53 +minecraft:end_rod[facing=south] 157 164 161 53 125 131 128 53 78 82 80 53 62 65 64 53 +minecraft:end_rod[facing=west] 157 164 161 53 125 131 128 53 78 82 80 53 62 65 64 53 +minecraft:end_rod[facing=up] 157 164 161 53 125 131 128 53 78 82 80 53 62 65 64 53 +minecraft:end_rod[facing=down] 157 164 161 53 125 131 128 53 78 82 80 53 62 65 64 53 +minecraft:chorus_plant 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=true,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=false,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=false,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=true,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=true,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=false,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=false,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=true,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=true,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=false,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=false,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=true,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=true,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=false,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=false,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=true,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=true,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=false,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=false,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=true,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=true,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=false,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=false,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=true,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=true,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=false,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=false,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=true,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=true,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=false,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=false,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=true,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=true,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=false,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=false,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=true,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=true,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=false,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=false,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=true,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=true,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=false,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=false,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=true,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=true,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=false,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=false,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=true,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=true,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=false,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=false,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=true,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=true,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=false,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=false,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=true,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=true,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=false,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=false,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=true,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=true,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_flower 56 61 74 255 44 48 59 255 28 30 37 255 22 24 29 255 +minecraft:chorus_flower[age=1] 56 61 74 255 44 48 59 255 28 30 37 255 22 24 29 255 +minecraft:chorus_flower[age=2] 56 61 74 255 44 48 59 255 28 30 37 255 22 24 29 255 +minecraft:chorus_flower[age=3] 56 61 74 255 44 48 59 255 28 30 37 255 22 24 29 255 +minecraft:chorus_flower[age=4] 56 61 74 255 44 48 59 255 28 30 37 255 22 24 29 255 +minecraft:chorus_flower[age=5] 97 101 119 255 77 80 95 255 48 50 59 255 38 40 47 255 +minecraft:purpur_block 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_pillar 33 37 49 255 26 29 39 255 16 18 24 255 13 14 19 255 +minecraft:purpur_pillar[axis=y] 35 40 53 255 28 32 42 255 17 20 26 255 14 16 21 255 +minecraft:purpur_pillar[axis=z] 33 37 49 255 26 29 39 255 16 18 24 255 13 14 19 255 +minecraft:purpur_stairs 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=north,half=top,shape=straight,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=south,half=top,shape=straight,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=south,half=top,shape=straight,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=west,half=top,shape=straight,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=west,half=top,shape=straight,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=east,half=top,shape=straight,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=east,half=top,shape=straight,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:end_stone_bricks 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:beetroots 71 87 32 26 56 69 25 26 35 43 16 26 28 34 12 26 +minecraft:beetroots[age=1] 68 82 31 44 54 65 24 44 34 41 15 44 27 32 12 44 +minecraft:beetroots[age=2] 75 86 37 50 60 68 29 50 37 43 18 50 30 34 14 50 +minecraft:beetroots[age=3] 75 87 37 94 60 69 29 94 37 43 18 94 30 34 14 94 +minecraft:dirt_path 148 121 65 255 118 96 52 255 74 60 32 255 59 48 26 255 +minecraft:end_gateway 0 0 63 255 0 0 50 255 0 0 31 255 0 0 25 255 +minecraft:repeating_command_block 97 82 86 255 77 65 68 255 48 41 43 255 38 32 34 255 +minecraft:repeating_command_block[conditional=true,facing=east] 103 88 90 255 82 70 72 255 51 44 45 255 41 35 36 255 +minecraft:repeating_command_block[conditional=true,facing=south] 98 85 85 255 78 68 68 255 49 42 42 255 39 34 34 255 +minecraft:repeating_command_block[conditional=true,facing=west] 98 85 85 255 78 68 68 255 49 42 42 255 39 34 34 255 +minecraft:repeating_command_block[conditional=true,facing=up] 98 85 85 255 78 68 68 255 49 42 42 255 39 34 34 255 +minecraft:repeating_command_block[conditional=true,facing=down] 98 85 85 255 78 68 68 255 49 42 42 255 39 34 34 255 +minecraft:repeating_command_block[conditional=false,facing=north] 97 82 86 255 77 65 68 255 48 41 43 255 38 32 34 255 +minecraft:repeating_command_block[conditional=false,facing=east] 103 88 90 255 82 70 72 255 51 44 45 255 41 35 36 255 +minecraft:repeating_command_block[conditional=false,facing=south] 99 86 85 255 79 68 68 255 49 43 42 255 39 34 34 255 +minecraft:repeating_command_block[conditional=false,facing=west] 99 86 85 255 79 68 68 255 49 43 42 255 39 34 34 255 +minecraft:repeating_command_block[conditional=false,facing=up] 99 86 85 255 79 68 68 255 49 43 42 255 39 34 34 255 +minecraft:repeating_command_block[conditional=false,facing=down] 99 86 85 255 79 68 68 255 49 43 42 255 39 34 34 255 +minecraft:chain_command_block 89 99 69 255 71 79 55 255 44 49 34 255 35 39 27 255 +minecraft:chain_command_block[conditional=true,facing=east] 95 105 74 255 76 84 59 255 47 52 37 255 38 42 29 255 +minecraft:chain_command_block[conditional=true,facing=south] 90 99 71 255 72 79 56 255 45 49 35 255 36 39 28 255 +minecraft:chain_command_block[conditional=true,facing=west] 90 99 71 255 72 79 56 255 45 49 35 255 36 39 28 255 +minecraft:chain_command_block[conditional=true,facing=up] 90 99 71 255 72 79 56 255 45 49 35 255 36 39 28 255 +minecraft:chain_command_block[conditional=true,facing=down] 90 99 71 255 72 79 56 255 45 49 35 255 36 39 28 255 +minecraft:chain_command_block[conditional=false,facing=north] 89 99 69 255 71 79 55 255 44 49 34 255 35 39 27 255 +minecraft:chain_command_block[conditional=false,facing=east] 95 105 74 255 76 84 59 255 47 52 37 255 38 42 29 255 +minecraft:chain_command_block[conditional=false,facing=south] 93 100 71 255 74 80 56 255 46 50 35 255 37 40 28 255 +minecraft:chain_command_block[conditional=false,facing=west] 93 100 71 255 74 80 56 255 46 50 35 255 37 40 28 255 +minecraft:chain_command_block[conditional=false,facing=up] 93 100 71 255 74 80 56 255 46 50 35 255 37 40 28 255 +minecraft:chain_command_block[conditional=false,facing=down] 93 100 71 255 74 80 56 255 46 50 35 255 37 40 28 255 +minecraft:frosted_ice 162 228 235 179 129 182 188 179 81 114 117 179 64 91 94 179 +minecraft:frosted_ice[age=1] 162 228 235 179 129 182 188 179 81 114 117 179 64 91 94 179 +minecraft:frosted_ice[age=2] 162 228 235 179 129 182 188 179 81 114 117 179 64 91 94 179 +minecraft:frosted_ice[age=3] 161 228 235 179 128 182 188 179 80 114 117 179 64 91 94 179 +minecraft:magma_block 112 31 15 255 89 24 12 255 56 15 7 255 44 12 6 255 +minecraft:nether_wart_block 72 11 21 255 57 8 16 255 36 5 10 255 28 4 8 255 +minecraft:red_nether_bricks 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:bone_block 212 209 195 255 169 167 156 255 106 104 97 255 84 83 78 255 +minecraft:bone_block[axis=y] 212 208 195 255 169 166 156 255 106 104 97 255 84 83 78 255 +minecraft:bone_block[axis=z] 212 209 195 255 169 167 156 255 106 104 97 255 84 83 78 255 +minecraft:observer 142 142 138 255 113 113 110 255 71 71 69 255 56 56 55 255 +minecraft:observer[facing=north,powered=false] 142 142 138 255 113 113 110 255 71 71 69 255 56 56 55 255 +minecraft:observer[facing=east,powered=true] 147 151 145 255 117 120 116 255 73 75 72 255 58 60 58 255 +minecraft:observer[facing=east,powered=false] 147 151 145 255 117 120 116 255 73 75 72 255 58 60 58 255 +minecraft:observer[facing=south,powered=true] 188 195 191 255 150 156 152 255 94 97 95 255 75 78 76 255 +minecraft:observer[facing=south,powered=false] 188 195 191 255 150 156 152 255 94 97 95 255 75 78 76 255 +minecraft:observer[facing=west,powered=true] 188 195 191 255 150 156 152 255 94 97 95 255 75 78 76 255 +minecraft:observer[facing=west,powered=false] 188 195 191 255 150 156 152 255 94 97 95 255 75 78 76 255 +minecraft:observer[facing=up,powered=true] 188 195 191 255 150 156 152 255 94 97 95 255 75 78 76 255 +minecraft:observer[facing=up,powered=false] 188 195 191 255 150 156 152 255 94 97 95 255 75 78 76 255 +minecraft:observer[facing=down,powered=true] 188 195 191 255 150 156 152 255 94 97 95 255 75 78 76 255 +minecraft:observer[facing=down,powered=false] 188 195 191 255 150 156 152 255 94 97 95 255 75 78 76 255 +minecraft:shulker_box 48 48 75 255 38 38 60 255 24 24 37 255 19 19 30 255 +minecraft:shulker_box[facing=east] 48 48 75 255 38 38 60 255 24 24 37 255 19 19 30 255 +minecraft:shulker_box[facing=south] 47 47 76 255 37 37 60 255 23 23 38 255 18 18 30 255 +minecraft:shulker_box[facing=west] 47 47 76 255 37 37 60 255 23 23 38 255 18 18 30 255 +minecraft:shulker_box[facing=up] 47 47 76 255 37 37 60 255 23 23 38 255 18 18 30 255 +minecraft:shulker_box[facing=down] 47 47 76 255 37 37 60 255 23 23 38 255 18 18 30 255 +minecraft:white_shulker_box 170 178 163 255 136 142 130 255 85 89 81 255 68 71 65 255 +minecraft:white_shulker_box[facing=east] 170 178 163 255 136 142 130 255 85 89 81 255 68 71 65 255 +minecraft:white_shulker_box[facing=south] 169 176 162 255 135 140 129 255 84 88 81 255 67 70 64 255 +minecraft:white_shulker_box[facing=west] 169 176 162 255 135 140 129 255 84 88 81 255 67 70 64 255 +minecraft:white_shulker_box[facing=up] 169 176 162 255 135 140 129 255 84 88 81 255 67 70 64 255 +minecraft:white_shulker_box[facing=down] 169 176 162 255 135 140 129 255 84 88 81 255 67 70 64 255 +minecraft:orange_shulker_box 193 103 74 255 154 82 59 255 96 51 37 255 77 41 29 255 +minecraft:orange_shulker_box[facing=east] 193 104 74 255 154 83 59 255 96 52 37 255 77 41 29 255 +minecraft:orange_shulker_box[facing=south] 192 103 74 255 153 82 59 255 96 51 37 255 76 41 29 255 +minecraft:orange_shulker_box[facing=west] 192 103 74 255 153 82 59 255 96 51 37 255 76 41 29 255 +minecraft:orange_shulker_box[facing=up] 192 103 74 255 153 82 59 255 96 51 37 255 76 41 29 255 +minecraft:orange_shulker_box[facing=down] 192 103 74 255 153 82 59 255 96 51 37 255 76 41 29 255 +minecraft:magenta_shulker_box 130 85 165 255 104 68 132 255 65 42 82 255 52 34 66 255 +minecraft:magenta_shulker_box[facing=east] 130 85 165 255 104 68 132 255 65 42 82 255 52 34 66 255 +minecraft:magenta_shulker_box[facing=south] 128 85 163 255 102 68 130 255 64 42 81 255 51 34 65 255 +minecraft:magenta_shulker_box[facing=west] 128 85 163 255 102 68 130 255 64 42 81 255 51 34 65 255 +minecraft:magenta_shulker_box[facing=up] 128 85 163 255 102 68 130 255 64 42 81 255 51 34 65 255 +minecraft:magenta_shulker_box[facing=down] 128 85 163 255 102 68 130 255 64 42 81 255 51 34 65 255 +minecraft:light_blue_shulker_box 88 142 185 255 70 113 148 255 44 71 92 255 35 56 74 255 +minecraft:light_blue_shulker_box[facing=east] 88 142 185 255 70 113 148 255 44 71 92 255 35 56 74 255 +minecraft:light_blue_shulker_box[facing=south] 87 141 183 255 69 112 146 255 43 70 91 255 34 56 73 255 +minecraft:light_blue_shulker_box[facing=west] 87 141 183 255 69 112 146 255 43 70 91 255 34 56 73 255 +minecraft:light_blue_shulker_box[facing=up] 87 141 183 255 69 112 146 255 43 70 91 255 34 56 73 255 +minecraft:light_blue_shulker_box[facing=down] 87 141 183 255 69 112 146 255 43 70 91 255 34 56 73 255 +minecraft:yellow_shulker_box 165 136 68 255 132 108 54 255 82 68 34 255 66 54 27 255 +minecraft:yellow_shulker_box[facing=east] 165 136 68 255 132 108 54 255 82 68 34 255 66 54 27 255 +minecraft:yellow_shulker_box[facing=south] 163 134 68 255 130 107 54 255 81 67 34 255 65 53 27 255 +minecraft:yellow_shulker_box[facing=west] 163 134 68 255 130 107 54 255 81 67 34 255 65 53 27 255 +minecraft:yellow_shulker_box[facing=up] 163 134 68 255 130 107 54 255 81 67 34 255 65 53 27 255 +minecraft:yellow_shulker_box[facing=down] 163 134 68 255 130 107 54 255 81 67 34 255 65 53 27 255 +minecraft:lime_shulker_box 65 120 79 255 52 96 63 255 32 60 39 255 26 48 31 255 +minecraft:lime_shulker_box[facing=east] 65 120 79 255 52 96 63 255 32 60 39 255 26 48 31 255 +minecraft:lime_shulker_box[facing=south] 65 119 78 255 52 95 62 255 32 59 39 255 26 47 31 255 +minecraft:lime_shulker_box[facing=west] 65 119 78 255 52 95 62 255 32 59 39 255 26 47 31 255 +minecraft:lime_shulker_box[facing=up] 65 119 78 255 52 95 62 255 32 59 39 255 26 47 31 255 +minecraft:lime_shulker_box[facing=down] 65 119 78 255 52 95 62 255 32 59 39 255 26 47 31 255 +minecraft:pink_shulker_box 188 144 154 255 150 115 123 255 94 72 77 255 75 57 61 255 +minecraft:pink_shulker_box[facing=east] 188 144 154 255 150 115 123 255 94 72 77 255 75 57 61 255 +minecraft:pink_shulker_box[facing=south] 187 144 153 255 149 115 122 255 93 72 76 255 74 57 61 255 +minecraft:pink_shulker_box[facing=west] 187 144 153 255 149 115 122 255 93 72 76 255 74 57 61 255 +minecraft:pink_shulker_box[facing=up] 187 144 153 255 149 115 122 255 93 72 76 255 74 57 61 255 +minecraft:pink_shulker_box[facing=down] 187 144 153 255 149 115 122 255 93 72 76 255 74 57 61 255 +minecraft:gray_shulker_box 47 49 50 255 37 39 40 255 23 24 25 255 18 19 20 255 +minecraft:gray_shulker_box[facing=east] 47 49 50 255 37 39 40 255 23 24 25 255 18 19 20 255 +minecraft:gray_shulker_box[facing=south] 46 49 50 255 36 39 40 255 23 24 25 255 18 19 20 255 +minecraft:gray_shulker_box[facing=west] 46 49 50 255 36 39 40 255 23 24 25 255 18 19 20 255 +minecraft:gray_shulker_box[facing=up] 46 49 50 255 36 39 40 255 23 24 25 255 18 19 20 255 +minecraft:gray_shulker_box[facing=down] 46 49 50 255 36 39 40 255 23 24 25 255 18 19 20 255 +minecraft:light_gray_shulker_box 129 138 132 255 103 110 105 255 64 69 66 255 51 55 52 255 +minecraft:light_gray_shulker_box[facing=east] 129 138 132 255 103 110 105 255 64 69 66 255 51 55 52 255 +minecraft:light_gray_shulker_box[facing=south] 128 137 131 255 102 109 104 255 64 68 65 255 51 54 52 255 +minecraft:light_gray_shulker_box[facing=west] 128 137 131 255 102 109 104 255 64 68 65 255 51 54 52 255 +minecraft:light_gray_shulker_box[facing=up] 128 137 131 255 102 109 104 255 64 68 65 255 51 54 52 255 +minecraft:light_gray_shulker_box[facing=down] 128 137 131 255 102 109 104 255 64 68 65 255 51 54 52 255 +minecraft:cyan_shulker_box 29 77 92 255 23 61 73 255 14 38 46 255 11 30 36 255 +minecraft:cyan_shulker_box[facing=east] 29 77 92 255 23 61 73 255 14 38 46 255 11 30 36 255 +minecraft:cyan_shulker_box[facing=south] 29 77 91 255 23 61 72 255 14 38 45 255 11 30 36 255 +minecraft:cyan_shulker_box[facing=west] 29 77 91 255 23 61 72 255 14 38 45 255 11 30 36 255 +minecraft:cyan_shulker_box[facing=up] 29 77 91 255 23 61 72 255 14 38 45 255 11 30 36 255 +minecraft:cyan_shulker_box[facing=down] 29 77 91 255 23 61 72 255 14 38 45 255 11 30 36 255 +minecraft:purple_shulker_box 63 50 97 255 50 40 77 255 31 25 48 255 25 20 38 255 +minecraft:purple_shulker_box[facing=east] 63 50 97 255 50 40 77 255 31 25 48 255 25 20 38 255 +minecraft:purple_shulker_box[facing=south] 63 50 96 255 50 40 76 255 31 25 48 255 25 20 38 255 +minecraft:purple_shulker_box[facing=west] 63 50 96 255 50 40 76 255 31 25 48 255 25 20 38 255 +minecraft:purple_shulker_box[facing=up] 63 50 96 255 50 40 76 255 31 25 48 255 25 20 38 255 +minecraft:purple_shulker_box[facing=down] 63 50 96 255 50 40 76 255 31 25 48 255 25 20 38 255 +minecraft:blue_shulker_box 25 54 99 255 20 43 79 255 12 27 49 255 10 21 39 255 +minecraft:blue_shulker_box[facing=east] 25 54 99 255 20 43 79 255 12 27 49 255 10 21 39 255 +minecraft:blue_shulker_box[facing=south] 25 54 98 255 20 43 78 255 12 27 49 255 10 21 39 255 +minecraft:blue_shulker_box[facing=west] 25 54 98 255 20 43 78 255 12 27 49 255 10 21 39 255 +minecraft:blue_shulker_box[facing=up] 25 54 98 255 20 43 78 255 12 27 49 255 10 21 39 255 +minecraft:blue_shulker_box[facing=down] 25 54 98 255 20 43 78 255 12 27 49 255 10 21 39 255 +minecraft:brown_shulker_box 66 56 45 255 52 44 36 255 33 28 22 255 26 22 18 255 +minecraft:brown_shulker_box[facing=east] 66 56 45 255 52 44 36 255 33 28 22 255 26 22 18 255 +minecraft:brown_shulker_box[facing=south] 66 55 44 255 52 44 35 255 33 27 22 255 26 22 17 255 +minecraft:brown_shulker_box[facing=west] 66 55 44 255 52 44 35 255 33 27 22 255 26 22 17 255 +minecraft:brown_shulker_box[facing=up] 66 55 44 255 52 44 35 255 33 27 22 255 26 22 17 255 +minecraft:brown_shulker_box[facing=down] 66 55 44 255 52 44 35 255 33 27 22 255 26 22 17 255 +minecraft:green_shulker_box 38 92 71 255 30 73 56 255 19 46 35 255 15 36 28 255 +minecraft:green_shulker_box[facing=east] 38 92 71 255 30 73 56 255 19 46 35 255 15 36 28 255 +minecraft:green_shulker_box[facing=south] 38 91 71 255 30 72 56 255 19 45 35 255 15 36 28 255 +minecraft:green_shulker_box[facing=west] 38 91 71 255 30 72 56 255 19 45 35 255 15 36 28 255 +minecraft:green_shulker_box[facing=up] 38 91 71 255 30 72 56 255 19 45 35 255 15 36 28 255 +minecraft:green_shulker_box[facing=down] 38 91 71 255 30 72 56 255 19 45 35 255 15 36 28 255 +minecraft:red_shulker_box 115 46 51 255 92 36 40 255 57 23 25 255 46 18 20 255 +minecraft:red_shulker_box[facing=east] 115 46 51 255 92 36 40 255 57 23 25 255 46 18 20 255 +minecraft:red_shulker_box[facing=south] 114 46 50 255 91 36 40 255 57 23 25 255 45 18 20 255 +minecraft:red_shulker_box[facing=west] 114 46 50 255 91 36 40 255 57 23 25 255 45 18 20 255 +minecraft:red_shulker_box[facing=up] 114 46 50 255 91 36 40 255 57 23 25 255 45 18 20 255 +minecraft:red_shulker_box[facing=down] 114 46 50 255 91 36 40 255 57 23 25 255 45 18 20 255 +minecraft:black_shulker_box 21 22 23 255 16 17 18 255 10 11 11 255 8 8 9 255 +minecraft:black_shulker_box[facing=east] 21 22 23 255 16 17 18 255 10 11 11 255 8 8 9 255 +minecraft:black_shulker_box[facing=south] 21 21 23 255 16 16 18 255 10 10 11 255 8 8 9 255 +minecraft:black_shulker_box[facing=west] 21 21 23 255 16 16 18 255 10 10 11 255 8 8 9 255 +minecraft:black_shulker_box[facing=up] 21 21 23 255 16 16 18 255 10 10 11 255 8 8 9 255 +minecraft:black_shulker_box[facing=down] 21 21 23 255 16 16 18 255 10 10 11 255 8 8 9 255 +minecraft:white_glazed_terracotta 189 195 203 255 151 156 162 255 94 97 101 255 75 78 81 255 +minecraft:white_glazed_terracotta[facing=south] 189 195 203 255 151 156 162 255 94 97 101 255 75 78 81 255 +minecraft:white_glazed_terracotta[facing=west] 189 195 203 255 151 156 162 255 94 97 101 255 75 78 81 255 +minecraft:white_glazed_terracotta[facing=east] 189 195 203 255 151 156 162 255 94 97 101 255 75 78 81 255 +minecraft:orange_glazed_terracotta 224 192 148 255 179 153 118 255 112 96 74 255 89 76 59 255 +minecraft:orange_glazed_terracotta[facing=south] 224 192 148 255 179 153 118 255 112 96 74 255 89 76 59 255 +minecraft:orange_glazed_terracotta[facing=west] 224 192 148 255 179 153 118 255 112 96 74 255 89 76 59 255 +minecraft:orange_glazed_terracotta[facing=east] 224 192 148 255 179 153 118 255 112 96 74 255 89 76 59 255 +minecraft:magenta_glazed_terracotta 166 123 183 255 132 98 146 255 83 61 91 255 66 49 73 255 +minecraft:magenta_glazed_terracotta[facing=south] 166 123 183 255 132 98 146 255 83 61 91 255 66 49 73 255 +minecraft:magenta_glazed_terracotta[facing=west] 166 123 183 255 132 98 146 255 83 61 91 255 66 49 73 255 +minecraft:magenta_glazed_terracotta[facing=east] 166 123 183 255 132 98 146 255 83 61 91 255 66 49 73 255 +minecraft:light_blue_glazed_terracotta 156 180 202 255 124 144 161 255 78 90 101 255 62 72 80 255 +minecraft:light_blue_glazed_terracotta[facing=south] 156 180 202 255 124 144 161 255 78 90 101 255 62 72 80 255 +minecraft:light_blue_glazed_terracotta[facing=west] 156 180 202 255 124 144 161 255 78 90 101 255 62 72 80 255 +minecraft:light_blue_glazed_terracotta[facing=east] 156 180 202 255 124 144 161 255 78 90 101 255 62 72 80 255 +minecraft:yellow_glazed_terracotta 214 202 157 255 171 161 125 255 107 101 78 255 85 80 62 255 +minecraft:yellow_glazed_terracotta[facing=south] 214 202 157 255 171 161 125 255 107 101 78 255 85 80 62 255 +minecraft:yellow_glazed_terracotta[facing=west] 214 202 157 255 171 161 125 255 107 101 78 255 85 80 62 255 +minecraft:yellow_glazed_terracotta[facing=east] 214 202 157 255 171 161 125 255 107 101 78 255 85 80 62 255 +minecraft:lime_glazed_terracotta 122 190 128 255 97 152 102 255 61 95 64 255 48 76 51 255 +minecraft:lime_glazed_terracotta[facing=south] 122 190 128 255 97 152 102 255 61 95 64 255 48 76 51 255 +minecraft:lime_glazed_terracotta[facing=west] 122 190 128 255 97 152 102 255 61 95 64 255 48 76 51 255 +minecraft:lime_glazed_terracotta[facing=east] 122 190 128 255 97 152 102 255 61 95 64 255 48 76 51 255 +minecraft:pink_glazed_terracotta 219 192 198 255 175 153 158 255 109 96 99 255 87 76 79 255 +minecraft:pink_glazed_terracotta[facing=south] 219 192 198 255 175 153 158 255 109 96 99 255 87 76 79 255 +minecraft:pink_glazed_terracotta[facing=west] 219 192 198 255 175 153 158 255 109 96 99 255 87 76 79 255 +minecraft:pink_glazed_terracotta[facing=east] 219 192 198 255 175 153 158 255 109 96 99 255 87 76 79 255 +minecraft:gray_glazed_terracotta 164 162 137 255 131 129 109 255 82 81 68 255 65 64 54 255 +minecraft:gray_glazed_terracotta[facing=south] 164 162 137 255 131 129 109 255 82 81 68 255 65 64 54 255 +minecraft:gray_glazed_terracotta[facing=west] 164 162 137 255 131 129 109 255 82 81 68 255 65 64 54 255 +minecraft:gray_glazed_terracotta[facing=east] 164 162 137 255 131 129 109 255 82 81 68 255 65 64 54 255 +minecraft:light_gray_glazed_terracotta 133 139 138 255 106 111 110 255 66 69 69 255 53 55 55 255 +minecraft:light_gray_glazed_terracotta[facing=south] 133 139 138 255 106 111 110 255 66 69 69 255 53 55 55 255 +minecraft:light_gray_glazed_terracotta[facing=west] 133 139 138 255 106 111 110 255 66 69 69 255 53 55 55 255 +minecraft:light_gray_glazed_terracotta[facing=east] 133 139 138 255 106 111 110 255 66 69 69 255 53 55 55 255 +minecraft:cyan_glazed_terracotta 128 165 168 255 102 132 134 255 64 82 84 255 51 66 67 255 +minecraft:cyan_glazed_terracotta[facing=south] 128 165 168 255 102 132 134 255 64 82 84 255 51 66 67 255 +minecraft:cyan_glazed_terracotta[facing=west] 128 165 168 255 102 132 134 255 64 82 84 255 51 66 67 255 +minecraft:cyan_glazed_terracotta[facing=east] 128 165 168 255 102 132 134 255 64 82 84 255 51 66 67 255 +minecraft:purple_glazed_terracotta 148 136 185 255 118 108 148 255 74 68 92 255 59 54 74 255 +minecraft:purple_glazed_terracotta[facing=south] 148 136 185 255 118 108 148 255 74 68 92 255 59 54 74 255 +minecraft:purple_glazed_terracotta[facing=west] 148 136 185 255 118 108 148 255 74 68 92 255 59 54 74 255 +minecraft:purple_glazed_terracotta[facing=east] 148 136 185 255 118 108 148 255 74 68 92 255 59 54 74 255 +minecraft:blue_glazed_terracotta 149 172 204 255 119 137 163 255 74 86 102 255 59 68 81 255 +minecraft:blue_glazed_terracotta[facing=south] 149 172 204 255 119 137 163 255 74 86 102 255 59 68 81 255 +minecraft:blue_glazed_terracotta[facing=west] 149 172 204 255 119 137 163 255 74 86 102 255 59 68 81 255 +minecraft:blue_glazed_terracotta[facing=east] 149 172 204 255 119 137 163 255 74 86 102 255 59 68 81 255 +minecraft:brown_glazed_terracotta 134 127 122 255 107 101 97 255 67 63 61 255 53 50 48 255 +minecraft:brown_glazed_terracotta[facing=south] 134 127 122 255 107 101 97 255 67 63 61 255 53 50 48 255 +minecraft:brown_glazed_terracotta[facing=west] 134 127 122 255 107 101 97 255 67 63 61 255 53 50 48 255 +minecraft:brown_glazed_terracotta[facing=east] 134 127 122 255 107 101 97 255 67 63 61 255 53 50 48 255 +minecraft:green_glazed_terracotta 127 167 127 255 101 133 101 255 63 83 63 255 50 66 50 255 +minecraft:green_glazed_terracotta[facing=south] 127 167 127 255 101 133 101 255 63 83 63 255 50 66 50 255 +minecraft:green_glazed_terracotta[facing=west] 127 167 127 255 101 133 101 255 63 83 63 255 50 66 50 255 +minecraft:green_glazed_terracotta[facing=east] 127 167 127 255 101 133 101 255 63 83 63 255 50 66 50 255 +minecraft:red_glazed_terracotta 162 117 123 255 129 93 98 255 81 58 61 255 64 46 49 255 +minecraft:red_glazed_terracotta[facing=south] 162 117 123 255 129 93 98 255 81 58 61 255 64 46 49 255 +minecraft:red_glazed_terracotta[facing=west] 162 117 123 255 129 93 98 255 81 58 61 255 64 46 49 255 +minecraft:red_glazed_terracotta[facing=east] 162 117 123 255 129 93 98 255 81 58 61 255 64 46 49 255 +minecraft:black_glazed_terracotta 129 134 133 255 103 107 106 255 64 67 66 255 51 53 53 255 +minecraft:black_glazed_terracotta[facing=south] 129 134 133 255 103 107 106 255 64 67 66 255 51 53 53 255 +minecraft:black_glazed_terracotta[facing=west] 129 134 133 255 103 107 106 255 64 67 66 255 51 53 53 255 +minecraft:black_glazed_terracotta[facing=east] 129 134 133 255 103 107 106 255 64 67 66 255 51 53 53 255 +minecraft:white_concrete 179 176 149 255 143 140 119 255 89 88 74 255 71 70 59 255 +minecraft:orange_concrete 134 61 16 255 107 48 12 255 67 30 8 255 53 24 6 255 +minecraft:magenta_concrete 101 54 76 255 80 43 60 255 50 27 38 255 40 21 30 255 +minecraft:light_blue_concrete 68 97 134 255 54 77 107 255 34 48 67 255 27 38 53 255 +minecraft:yellow_concrete 165 115 22 255 132 92 17 255 82 57 11 255 66 46 8 255 +minecraft:lime_concrete 66 93 45 255 52 74 36 255 33 46 22 255 26 37 18 255 +minecraft:pink_concrete 164 88 110 255 131 70 88 255 82 44 55 255 65 35 44 255 +minecraft:gray_concrete 104 99 98 255 83 79 78 255 52 49 49 255 41 39 39 255 +minecraft:light_gray_concrete 112 127 119 255 89 101 95 255 56 63 59 255 44 50 47 255 +minecraft:cyan_concrete 50 104 97 255 40 83 77 255 25 52 48 255 20 41 38 255 +minecraft:purple_concrete 78 50 101 255 62 40 80 255 39 25 50 255 31 20 40 255 +minecraft:blue_concrete 37 49 76 255 29 39 60 255 18 24 38 255 14 19 30 255 +minecraft:brown_concrete 70 52 40 255 56 41 32 255 35 26 20 255 28 20 16 255 +minecraft:green_concrete 43 89 53 255 34 71 42 255 21 44 26 255 17 35 21 255 +minecraft:red_concrete 101 52 50 255 80 41 40 255 50 26 25 255 40 20 20 255 +minecraft:black_concrete 53 46 46 255 42 36 36 255 26 23 23 255 21 18 18 255 +minecraft:white_concrete_powder 216 212 179 255 172 169 143 255 108 106 89 255 86 84 71 255 +minecraft:orange_concrete_powder 162 73 20 255 129 58 16 255 81 36 10 255 64 29 8 255 +minecraft:magenta_concrete_powder 121 65 91 255 96 52 72 255 60 32 45 255 48 26 36 255 +minecraft:light_blue_concrete_powder 81 118 162 255 64 94 129 255 40 59 81 255 32 47 64 255 +minecraft:yellow_concrete_powder 191 140 46 255 152 112 36 255 95 70 23 255 76 56 18 255 +minecraft:lime_concrete_powder 80 112 54 255 64 89 43 255 40 56 27 255 32 44 21 255 +minecraft:pink_concrete_powder 198 107 133 255 158 85 106 255 99 53 66 255 79 42 53 255 +minecraft:gray_concrete_powder 126 119 119 255 100 95 95 255 63 59 59 255 50 47 47 255 +minecraft:light_gray_concrete_powder 141 157 149 255 112 125 119 255 70 78 74 255 56 62 59 255 +minecraft:cyan_concrete_powder 61 125 118 255 48 100 94 255 30 62 59 255 24 50 47 255 +minecraft:purple_concrete_powder 94 61 122 255 75 48 97 255 47 30 61 255 37 24 48 255 +minecraft:blue_concrete_powder 45 59 92 255 36 47 73 255 22 29 46 255 18 23 36 255 +minecraft:brown_concrete_powder 84 62 48 255 67 49 38 255 42 31 24 255 33 24 19 255 +minecraft:green_concrete_powder 53 108 64 255 42 86 51 255 26 54 32 255 21 43 25 255 +minecraft:red_concrete_powder 122 63 61 255 97 50 48 255 61 31 30 255 48 25 24 255 +minecraft:black_concrete_powder 64 56 55 255 51 44 44 255 32 28 27 255 25 22 22 255 +minecraft:kelp 20 86 4 37 16 68 3 37 10 43 2 37 8 34 1 37 +minecraft:kelp[age=1] 20 86 4 37 16 68 3 37 10 43 2 37 8 34 1 37 +minecraft:kelp[age=2] 20 86 4 37 16 68 3 37 10 43 2 37 8 34 1 37 +minecraft:kelp[age=3] 20 86 4 37 16 68 3 37 10 43 2 37 8 34 1 37 +minecraft:kelp[age=4] 20 86 4 37 16 68 3 37 10 43 2 37 8 34 1 37 +minecraft:kelp[age=5] 20 86 4 37 16 68 3 37 10 43 2 37 8 34 1 37 +minecraft:kelp[age=6] 20 86 4 37 16 68 3 37 10 43 2 37 8 34 1 37 +minecraft:kelp[age=7] 20 86 4 37 16 68 3 37 10 43 2 37 8 34 1 37 +minecraft:kelp[age=8] 20 86 4 37 16 68 3 37 10 43 2 37 8 34 1 37 +minecraft:kelp[age=9] 20 86 4 37 16 68 3 37 10 43 2 37 8 34 1 37 +minecraft:kelp[age=10] 20 86 4 37 16 68 3 37 10 43 2 37 8 34 1 37 +minecraft:kelp[age=11] 20 86 4 37 16 68 3 37 10 43 2 37 8 34 1 37 +minecraft:kelp[age=12] 20 86 4 37 16 68 3 37 10 43 2 37 8 34 1 37 +minecraft:kelp[age=13] 20 86 4 37 16 68 3 37 10 43 2 37 8 34 1 37 +minecraft:kelp[age=14] 20 86 4 37 16 68 3 37 10 43 2 37 8 34 1 37 +minecraft:kelp[age=15] 20 86 4 37 16 68 3 37 10 43 2 37 8 34 1 37 +minecraft:kelp[age=16] 20 86 4 37 16 68 3 37 10 43 2 37 8 34 1 37 +minecraft:kelp[age=17] 20 86 4 37 16 68 3 37 10 43 2 37 8 34 1 37 +minecraft:kelp[age=18] 20 86 4 37 16 68 3 37 10 43 2 37 8 34 1 37 +minecraft:kelp[age=19] 20 86 4 37 16 68 3 37 10 43 2 37 8 34 1 37 +minecraft:kelp[age=20] 20 86 4 37 16 68 3 37 10 43 2 37 8 34 1 37 +minecraft:kelp[age=21] 20 86 4 37 16 68 3 37 10 43 2 37 8 34 1 37 +minecraft:kelp[age=22] 20 86 4 37 16 68 3 37 10 43 2 37 8 34 1 37 +minecraft:kelp[age=23] 20 86 4 37 16 68 3 37 10 43 2 37 8 34 1 37 +minecraft:kelp[age=24] 20 86 4 37 16 68 3 37 10 43 2 37 8 34 1 37 +minecraft:kelp[age=25] 20 86 4 37 16 68 3 37 10 43 2 37 8 34 1 37 +minecraft:kelp_plant 13 71 5 57 10 56 4 57 6 35 2 57 5 28 2 57 +minecraft:dried_kelp_block 47 57 43 255 37 45 34 255 23 28 21 255 18 22 17 255 +minecraft:turtle_egg 211 212 186 132 168 169 148 132 105 106 93 132 84 84 74 132 +minecraft:turtle_egg[eggs=1,hatch=1] 204 205 179 132 163 164 143 132 102 102 89 132 81 82 71 132 +minecraft:turtle_egg[eggs=1,hatch=2] 192 193 167 132 153 154 133 132 96 96 83 132 76 77 66 132 +minecraft:turtle_egg[eggs=2,hatch=0] 211 212 186 132 168 169 148 132 105 106 93 132 84 84 74 132 +minecraft:turtle_egg[eggs=2,hatch=1] 204 205 179 132 163 164 143 132 102 102 89 132 81 82 71 132 +minecraft:turtle_egg[eggs=2,hatch=2] 192 193 167 132 153 154 133 132 96 96 83 132 76 77 66 132 +minecraft:turtle_egg[eggs=3,hatch=0] 211 212 186 132 168 169 148 132 105 106 93 132 84 84 74 132 +minecraft:turtle_egg[eggs=3,hatch=1] 204 205 179 132 163 164 143 132 102 102 89 132 81 82 71 132 +minecraft:turtle_egg[eggs=3,hatch=2] 192 193 167 132 153 154 133 132 96 96 83 132 76 77 66 132 +minecraft:turtle_egg[eggs=4,hatch=0] 211 212 186 132 168 169 148 132 105 106 93 132 84 84 74 132 +minecraft:turtle_egg[eggs=4,hatch=1] 204 205 179 132 163 164 143 132 102 102 89 132 81 82 71 132 +minecraft:turtle_egg[eggs=4,hatch=2] 192 193 167 132 153 154 133 132 96 96 83 132 76 77 66 132 +minecraft:dead_tube_coral_block 158 150 128 255 126 120 102 255 79 75 64 255 63 60 51 255 +minecraft:dead_brain_coral_block 194 188 169 255 155 150 135 255 97 94 84 255 77 75 67 255 +minecraft:dead_bubble_coral_block 150 144 126 255 120 115 100 255 75 72 63 255 60 57 50 255 +minecraft:dead_fire_coral_block 122 117 100 255 97 93 80 255 61 58 50 255 48 46 40 255 +minecraft:dead_horn_coral_block 139 132 111 255 111 105 88 255 69 66 55 255 55 52 44 255 +minecraft:tube_coral_block 44 60 204 255 35 48 163 255 22 30 102 255 17 24 81 255 +minecraft:brain_coral_block 188 122 133 252 150 97 106 252 94 61 66 252 75 48 53 252 +minecraft:bubble_coral_block 134 107 169 255 107 85 135 255 67 53 84 255 53 42 67 255 +minecraft:fire_coral_block 139 60 50 255 111 48 40 255 69 30 25 255 55 24 20 255 +minecraft:horn_coral_block 172 132 51 255 137 105 40 255 86 66 25 255 68 52 20 255 +minecraft:dead_tube_coral 153 146 123 143 122 116 98 143 76 73 61 143 61 58 49 143 +minecraft:dead_tube_coral[waterlogged=false] 153 146 123 143 122 116 98 143 76 73 61 143 61 58 49 143 +minecraft:dead_brain_coral 191 185 166 124 152 148 132 124 95 92 83 124 76 74 66 124 +minecraft:dead_brain_coral[waterlogged=false] 191 185 166 124 152 148 132 124 95 92 83 124 76 74 66 124 +minecraft:dead_bubble_coral 143 137 117 149 114 109 93 149 71 68 58 149 57 54 46 149 +minecraft:dead_bubble_coral[waterlogged=false] 143 137 117 149 114 109 93 149 71 68 58 149 57 54 46 149 +minecraft:dead_fire_coral 158 151 130 70 126 120 104 70 79 75 65 70 63 60 52 70 +minecraft:dead_fire_coral[waterlogged=false] 158 151 130 70 126 120 104 70 79 75 65 70 63 60 52 70 +minecraft:dead_horn_coral 140 132 109 90 112 105 87 90 70 66 54 90 56 52 43 90 +minecraft:dead_horn_coral[waterlogged=false] 140 132 109 90 112 105 87 90 70 66 54 90 56 52 43 90 +minecraft:tube_coral 45 64 218 143 36 51 174 143 22 32 109 143 18 25 87 143 +minecraft:tube_coral[waterlogged=false] 45 64 218 143 36 51 174 143 22 32 109 143 18 25 87 143 +minecraft:brain_coral 185 115 125 124 148 92 100 124 92 57 62 124 74 46 50 124 +minecraft:brain_coral[waterlogged=false] 185 115 125 124 148 92 100 124 92 57 62 124 74 46 50 124 +minecraft:bubble_coral 119 84 151 144 95 67 120 144 59 42 75 144 47 33 60 144 +minecraft:bubble_coral[waterlogged=false] 119 84 151 144 95 67 120 144 59 42 75 144 47 33 60 144 +minecraft:fire_coral 164 67 57 70 131 53 45 70 82 33 28 70 65 26 22 70 +minecraft:fire_coral[waterlogged=false] 164 67 57 70 131 53 45 70 82 33 28 70 65 26 22 70 +minecraft:horn_coral 160 117 43 90 128 93 34 90 80 58 21 90 64 46 17 90 +minecraft:horn_coral[waterlogged=false] 160 117 43 90 128 93 34 90 80 58 21 90 64 46 17 90 +minecraft:dead_tube_coral_fan 172 165 144 109 137 132 115 109 86 82 72 109 68 66 57 109 +minecraft:dead_tube_coral_fan[waterlogged=false] 172 165 144 109 137 132 115 109 86 82 72 109 68 66 57 109 +minecraft:dead_brain_coral_fan 189 183 163 94 151 146 130 94 94 91 81 94 75 73 65 94 +minecraft:dead_brain_coral_fan[waterlogged=false] 189 183 163 94 151 146 130 94 94 91 81 94 75 73 65 94 +minecraft:dead_bubble_coral_fan 181 175 155 127 144 140 124 127 90 87 77 127 72 70 62 127 +minecraft:dead_bubble_coral_fan[waterlogged=false] 181 175 155 127 144 140 124 127 90 87 77 127 72 70 62 127 +minecraft:dead_fire_coral_fan 151 144 125 109 120 115 100 109 75 72 62 109 60 57 50 109 +minecraft:dead_fire_coral_fan[waterlogged=false] 151 144 125 109 120 115 100 109 75 72 62 109 60 57 50 109 +minecraft:dead_horn_coral_fan 171 164 142 94 136 131 113 94 85 82 71 94 68 65 56 94 +minecraft:dead_horn_coral_fan[waterlogged=false] 171 164 142 94 136 131 113 94 85 82 71 94 68 65 56 94 +minecraft:tube_coral_fan 61 70 218 109 48 56 174 109 30 35 109 109 24 28 87 109 +minecraft:tube_coral_fan[waterlogged=false] 61 70 218 109 48 56 174 109 30 35 109 109 24 28 87 109 +minecraft:brain_coral_fan 184 118 129 94 147 94 103 94 92 59 64 94 73 47 51 94 +minecraft:brain_coral_fan[waterlogged=false] 184 118 129 94 147 94 103 94 92 59 64 94 73 47 51 94 +minecraft:bubble_coral_fan 147 110 179 127 117 88 143 127 73 55 89 127 58 44 71 127 +minecraft:bubble_coral_fan[waterlogged=false] 147 110 179 127 117 88 143 127 73 55 89 127 58 44 71 127 +minecraft:fire_coral_fan 168 72 64 109 134 57 51 109 84 36 32 109 67 28 25 109 +minecraft:fire_coral_fan[waterlogged=false] 168 72 64 109 134 57 51 109 84 36 32 109 67 28 25 109 +minecraft:horn_coral_fan 198 163 68 94 158 130 54 94 99 81 34 94 79 65 27 94 +minecraft:horn_coral_fan[waterlogged=false] 198 163 68 94 158 130 54 94 99 81 34 94 79 65 27 94 +minecraft:dead_tube_coral_wall_fan 172 165 144 109 137 132 115 109 86 82 72 109 68 66 57 109 +minecraft:dead_tube_coral_wall_fan[facing=north,waterlogged=false] 172 165 144 109 137 132 115 109 86 82 72 109 68 66 57 109 +minecraft:dead_tube_coral_wall_fan[facing=south,waterlogged=true] 172 165 144 109 137 132 115 109 86 82 72 109 68 66 57 109 +minecraft:dead_tube_coral_wall_fan[facing=south,waterlogged=false] 172 165 144 109 137 132 115 109 86 82 72 109 68 66 57 109 +minecraft:dead_tube_coral_wall_fan[facing=west,waterlogged=true] 172 165 144 109 137 132 115 109 86 82 72 109 68 66 57 109 +minecraft:dead_tube_coral_wall_fan[facing=west,waterlogged=false] 172 165 144 109 137 132 115 109 86 82 72 109 68 66 57 109 +minecraft:dead_tube_coral_wall_fan[facing=east,waterlogged=true] 172 165 144 109 137 132 115 109 86 82 72 109 68 66 57 109 +minecraft:dead_tube_coral_wall_fan[facing=east,waterlogged=false] 172 165 144 109 137 132 115 109 86 82 72 109 68 66 57 109 +minecraft:dead_brain_coral_wall_fan 189 183 163 94 151 146 130 94 94 91 81 94 75 73 65 94 +minecraft:dead_brain_coral_wall_fan[facing=north,waterlogged=false] 189 183 163 94 151 146 130 94 94 91 81 94 75 73 65 94 +minecraft:dead_brain_coral_wall_fan[facing=south,waterlogged=true] 189 183 163 94 151 146 130 94 94 91 81 94 75 73 65 94 +minecraft:dead_brain_coral_wall_fan[facing=south,waterlogged=false] 189 183 163 94 151 146 130 94 94 91 81 94 75 73 65 94 +minecraft:dead_brain_coral_wall_fan[facing=west,waterlogged=true] 189 183 163 94 151 146 130 94 94 91 81 94 75 73 65 94 +minecraft:dead_brain_coral_wall_fan[facing=west,waterlogged=false] 189 183 163 94 151 146 130 94 94 91 81 94 75 73 65 94 +minecraft:dead_brain_coral_wall_fan[facing=east,waterlogged=true] 189 183 163 94 151 146 130 94 94 91 81 94 75 73 65 94 +minecraft:dead_brain_coral_wall_fan[facing=east,waterlogged=false] 189 183 163 94 151 146 130 94 94 91 81 94 75 73 65 94 +minecraft:dead_bubble_coral_wall_fan 181 175 155 127 144 140 124 127 90 87 77 127 72 70 62 127 +minecraft:dead_bubble_coral_wall_fan[facing=north,waterlogged=false] 181 175 155 127 144 140 124 127 90 87 77 127 72 70 62 127 +minecraft:dead_bubble_coral_wall_fan[facing=south,waterlogged=true] 181 175 155 127 144 140 124 127 90 87 77 127 72 70 62 127 +minecraft:dead_bubble_coral_wall_fan[facing=south,waterlogged=false] 181 175 155 127 144 140 124 127 90 87 77 127 72 70 62 127 +minecraft:dead_bubble_coral_wall_fan[facing=west,waterlogged=true] 181 175 155 127 144 140 124 127 90 87 77 127 72 70 62 127 +minecraft:dead_bubble_coral_wall_fan[facing=west,waterlogged=false] 181 175 155 127 144 140 124 127 90 87 77 127 72 70 62 127 +minecraft:dead_bubble_coral_wall_fan[facing=east,waterlogged=true] 181 175 155 127 144 140 124 127 90 87 77 127 72 70 62 127 +minecraft:dead_bubble_coral_wall_fan[facing=east,waterlogged=false] 181 175 155 127 144 140 124 127 90 87 77 127 72 70 62 127 +minecraft:dead_fire_coral_wall_fan 151 144 125 109 120 115 100 109 75 72 62 109 60 57 50 109 +minecraft:dead_fire_coral_wall_fan[facing=north,waterlogged=false] 151 144 125 109 120 115 100 109 75 72 62 109 60 57 50 109 +minecraft:dead_fire_coral_wall_fan[facing=south,waterlogged=true] 151 144 125 109 120 115 100 109 75 72 62 109 60 57 50 109 +minecraft:dead_fire_coral_wall_fan[facing=south,waterlogged=false] 151 144 125 109 120 115 100 109 75 72 62 109 60 57 50 109 +minecraft:dead_fire_coral_wall_fan[facing=west,waterlogged=true] 151 144 125 109 120 115 100 109 75 72 62 109 60 57 50 109 +minecraft:dead_fire_coral_wall_fan[facing=west,waterlogged=false] 151 144 125 109 120 115 100 109 75 72 62 109 60 57 50 109 +minecraft:dead_fire_coral_wall_fan[facing=east,waterlogged=true] 151 144 125 109 120 115 100 109 75 72 62 109 60 57 50 109 +minecraft:dead_fire_coral_wall_fan[facing=east,waterlogged=false] 151 144 125 109 120 115 100 109 75 72 62 109 60 57 50 109 +minecraft:dead_horn_coral_wall_fan 171 164 142 94 136 131 113 94 85 82 71 94 68 65 56 94 +minecraft:dead_horn_coral_wall_fan[facing=north,waterlogged=false] 171 164 142 94 136 131 113 94 85 82 71 94 68 65 56 94 +minecraft:dead_horn_coral_wall_fan[facing=south,waterlogged=true] 171 164 142 94 136 131 113 94 85 82 71 94 68 65 56 94 +minecraft:dead_horn_coral_wall_fan[facing=south,waterlogged=false] 171 164 142 94 136 131 113 94 85 82 71 94 68 65 56 94 +minecraft:dead_horn_coral_wall_fan[facing=west,waterlogged=true] 171 164 142 94 136 131 113 94 85 82 71 94 68 65 56 94 +minecraft:dead_horn_coral_wall_fan[facing=west,waterlogged=false] 171 164 142 94 136 131 113 94 85 82 71 94 68 65 56 94 +minecraft:dead_horn_coral_wall_fan[facing=east,waterlogged=true] 171 164 142 94 136 131 113 94 85 82 71 94 68 65 56 94 +minecraft:dead_horn_coral_wall_fan[facing=east,waterlogged=false] 171 164 142 94 136 131 113 94 85 82 71 94 68 65 56 94 +minecraft:tube_coral_wall_fan 61 70 218 109 48 56 174 109 30 35 109 109 24 28 87 109 +minecraft:tube_coral_wall_fan[facing=north,waterlogged=false] 61 70 218 109 48 56 174 109 30 35 109 109 24 28 87 109 +minecraft:tube_coral_wall_fan[facing=south,waterlogged=true] 61 70 218 109 48 56 174 109 30 35 109 109 24 28 87 109 +minecraft:tube_coral_wall_fan[facing=south,waterlogged=false] 61 70 218 109 48 56 174 109 30 35 109 109 24 28 87 109 +minecraft:tube_coral_wall_fan[facing=west,waterlogged=true] 61 70 218 109 48 56 174 109 30 35 109 109 24 28 87 109 +minecraft:tube_coral_wall_fan[facing=west,waterlogged=false] 61 70 218 109 48 56 174 109 30 35 109 109 24 28 87 109 +minecraft:tube_coral_wall_fan[facing=east,waterlogged=true] 61 70 218 109 48 56 174 109 30 35 109 109 24 28 87 109 +minecraft:tube_coral_wall_fan[facing=east,waterlogged=false] 61 70 218 109 48 56 174 109 30 35 109 109 24 28 87 109 +minecraft:brain_coral_wall_fan 184 118 129 94 147 94 103 94 92 59 64 94 73 47 51 94 +minecraft:brain_coral_wall_fan[facing=north,waterlogged=false] 184 118 129 94 147 94 103 94 92 59 64 94 73 47 51 94 +minecraft:brain_coral_wall_fan[facing=south,waterlogged=true] 184 118 129 94 147 94 103 94 92 59 64 94 73 47 51 94 +minecraft:brain_coral_wall_fan[facing=south,waterlogged=false] 184 118 129 94 147 94 103 94 92 59 64 94 73 47 51 94 +minecraft:brain_coral_wall_fan[facing=west,waterlogged=true] 184 118 129 94 147 94 103 94 92 59 64 94 73 47 51 94 +minecraft:brain_coral_wall_fan[facing=west,waterlogged=false] 184 118 129 94 147 94 103 94 92 59 64 94 73 47 51 94 +minecraft:brain_coral_wall_fan[facing=east,waterlogged=true] 184 118 129 94 147 94 103 94 92 59 64 94 73 47 51 94 +minecraft:brain_coral_wall_fan[facing=east,waterlogged=false] 184 118 129 94 147 94 103 94 92 59 64 94 73 47 51 94 +minecraft:bubble_coral_wall_fan 147 110 179 127 117 88 143 127 73 55 89 127 58 44 71 127 +minecraft:bubble_coral_wall_fan[facing=north,waterlogged=false] 147 110 179 127 117 88 143 127 73 55 89 127 58 44 71 127 +minecraft:bubble_coral_wall_fan[facing=south,waterlogged=true] 147 110 179 127 117 88 143 127 73 55 89 127 58 44 71 127 +minecraft:bubble_coral_wall_fan[facing=south,waterlogged=false] 147 110 179 127 117 88 143 127 73 55 89 127 58 44 71 127 +minecraft:bubble_coral_wall_fan[facing=west,waterlogged=true] 147 110 179 127 117 88 143 127 73 55 89 127 58 44 71 127 +minecraft:bubble_coral_wall_fan[facing=west,waterlogged=false] 147 110 179 127 117 88 143 127 73 55 89 127 58 44 71 127 +minecraft:bubble_coral_wall_fan[facing=east,waterlogged=true] 147 110 179 127 117 88 143 127 73 55 89 127 58 44 71 127 +minecraft:bubble_coral_wall_fan[facing=east,waterlogged=false] 147 110 179 127 117 88 143 127 73 55 89 127 58 44 71 127 +minecraft:fire_coral_wall_fan 168 72 64 109 134 57 51 109 84 36 32 109 67 28 25 109 +minecraft:fire_coral_wall_fan[facing=north,waterlogged=false] 168 72 64 109 134 57 51 109 84 36 32 109 67 28 25 109 +minecraft:fire_coral_wall_fan[facing=south,waterlogged=true] 168 72 64 109 134 57 51 109 84 36 32 109 67 28 25 109 +minecraft:fire_coral_wall_fan[facing=south,waterlogged=false] 168 72 64 109 134 57 51 109 84 36 32 109 67 28 25 109 +minecraft:fire_coral_wall_fan[facing=west,waterlogged=true] 168 72 64 109 134 57 51 109 84 36 32 109 67 28 25 109 +minecraft:fire_coral_wall_fan[facing=west,waterlogged=false] 168 72 64 109 134 57 51 109 84 36 32 109 67 28 25 109 +minecraft:fire_coral_wall_fan[facing=east,waterlogged=true] 168 72 64 109 134 57 51 109 84 36 32 109 67 28 25 109 +minecraft:fire_coral_wall_fan[facing=east,waterlogged=false] 168 72 64 109 134 57 51 109 84 36 32 109 67 28 25 109 +minecraft:horn_coral_wall_fan 198 163 68 94 158 130 54 94 99 81 34 94 79 65 27 94 +minecraft:horn_coral_wall_fan[facing=north,waterlogged=false] 198 163 68 94 158 130 54 94 99 81 34 94 79 65 27 94 +minecraft:horn_coral_wall_fan[facing=south,waterlogged=true] 198 163 68 94 158 130 54 94 99 81 34 94 79 65 27 94 +minecraft:horn_coral_wall_fan[facing=south,waterlogged=false] 198 163 68 94 158 130 54 94 99 81 34 94 79 65 27 94 +minecraft:horn_coral_wall_fan[facing=west,waterlogged=true] 198 163 68 94 158 130 54 94 99 81 34 94 79 65 27 94 +minecraft:horn_coral_wall_fan[facing=west,waterlogged=false] 198 163 68 94 158 130 54 94 99 81 34 94 79 65 27 94 +minecraft:horn_coral_wall_fan[facing=east,waterlogged=true] 198 163 68 94 158 130 54 94 99 81 34 94 79 65 27 94 +minecraft:horn_coral_wall_fan[facing=east,waterlogged=false] 198 163 68 94 158 130 54 94 99 81 34 94 79 65 27 94 +minecraft:sea_pickle 78 83 37 212 62 66 29 212 39 41 18 212 31 33 14 212 +minecraft:sea_pickle[pickles=1,waterlogged=false] 78 83 37 212 62 66 29 212 39 41 18 212 31 33 14 212 +minecraft:sea_pickle[pickles=2,waterlogged=true] 78 83 37 212 62 66 29 212 39 41 18 212 31 33 14 212 +minecraft:sea_pickle[pickles=2,waterlogged=false] 78 83 37 212 62 66 29 212 39 41 18 212 31 33 14 212 +minecraft:sea_pickle[pickles=3,waterlogged=true] 78 83 37 212 62 66 29 212 39 41 18 212 31 33 14 212 +minecraft:sea_pickle[pickles=3,waterlogged=false] 78 83 37 212 62 66 29 212 39 41 18 212 31 33 14 212 +minecraft:sea_pickle[pickles=4,waterlogged=true] 78 83 37 212 62 66 29 212 39 41 18 212 31 33 14 212 +minecraft:sea_pickle[pickles=4,waterlogged=false] 78 83 37 212 62 66 29 212 39 41 18 212 31 33 14 212 +minecraft:blue_ice 129 214 225 255 103 171 180 255 64 107 112 255 51 85 90 255 +minecraft:conduit 159 139 113 143 127 111 90 143 79 69 56 143 63 55 45 143 +minecraft:conduit[waterlogged=false] 159 139 113 143 127 111 90 143 79 69 56 143 63 55 45 143 +minecraft:bamboo_sapling 67 61 29 69 53 48 23 69 33 30 14 69 26 24 11 69 +minecraft:bamboo 115 142 61 255 92 113 48 255 57 71 30 255 46 56 24 255 +minecraft:bamboo[age=0,leaves=none,stage=1] 115 142 61 255 92 113 48 255 57 71 30 255 46 56 24 255 +minecraft:bamboo[age=0,leaves=small,stage=0] 115 142 61 255 92 113 48 255 57 71 30 255 46 56 24 255 +minecraft:bamboo[age=0,leaves=small,stage=1] 115 142 61 255 92 113 48 255 57 71 30 255 46 56 24 255 +minecraft:bamboo[age=0,leaves=large,stage=0] 115 142 61 255 92 113 48 255 57 71 30 255 46 56 24 255 +minecraft:bamboo[age=0,leaves=large,stage=1] 115 142 61 255 92 113 48 255 57 71 30 255 46 56 24 255 +minecraft:bamboo[age=1,leaves=none,stage=0] 115 142 61 255 92 113 48 255 57 71 30 255 46 56 24 255 +minecraft:bamboo[age=1,leaves=none,stage=1] 115 142 61 255 92 113 48 255 57 71 30 255 46 56 24 255 +minecraft:bamboo[age=1,leaves=small,stage=0] 115 142 61 255 92 113 48 255 57 71 30 255 46 56 24 255 +minecraft:bamboo[age=1,leaves=small,stage=1] 115 142 61 255 92 113 48 255 57 71 30 255 46 56 24 255 +minecraft:bamboo[age=1,leaves=large,stage=0] 115 142 61 255 92 113 48 255 57 71 30 255 46 56 24 255 +minecraft:bamboo[age=1,leaves=large,stage=1] 115 142 61 255 92 113 48 255 57 71 30 255 46 56 24 255 +minecraft:potted_bamboo 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:polished_granite_stairs 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:smooth_red_sandstone_stairs 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:mossy_stone_brick_stairs 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:polished_diorite_stairs 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:mossy_cobblestone_stairs 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:end_stone_brick_stairs 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:stone_stairs 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:smooth_sandstone_stairs 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_quartz_stairs 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=straight,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=straight,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=straight,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=straight,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=straight,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=straight,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=straight,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:granite_stairs 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:andesite_stairs 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:red_nether_brick_stairs 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:polished_andesite_stairs 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:diorite_stairs 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:polished_granite_slab 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_slab[type=top,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_slab[type=bottom,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_slab[type=bottom,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_slab[type=double,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_slab[type=double,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:smooth_red_sandstone_slab 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_slab[type=top,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_slab[type=double,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_slab[type=double,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:mossy_stone_brick_slab 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_slab[type=top,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_slab[type=double,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_slab[type=double,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:polished_diorite_slab 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_slab[type=top,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_slab[type=bottom,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_slab[type=bottom,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_slab[type=double,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_slab[type=double,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:mossy_cobblestone_slab 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_slab[type=top,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_slab[type=double,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_slab[type=double,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:end_stone_brick_slab 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_slab[type=top,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_slab[type=bottom,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_slab[type=bottom,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_slab[type=double,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_slab[type=double,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:smooth_sandstone_slab 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_slab[type=top,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_slab[type=bottom,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_slab[type=double,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_slab[type=double,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_quartz_slab 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_slab[type=top,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_slab[type=bottom,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_slab[type=bottom,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_slab[type=double,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_slab[type=double,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:granite_slab 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_slab[type=top,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_slab[type=bottom,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_slab[type=bottom,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_slab[type=double,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_slab[type=double,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:andesite_slab 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_slab[type=top,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_slab[type=bottom,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_slab[type=bottom,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_slab[type=double,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_slab[type=double,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:red_nether_brick_slab 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_slab[type=top,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_slab[type=bottom,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_slab[type=bottom,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_slab[type=double,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_slab[type=double,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:polished_andesite_slab 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_slab[type=top,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_slab[type=bottom,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_slab[type=bottom,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_slab[type=double,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_slab[type=double,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:diorite_slab 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_slab[type=top,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_slab[type=bottom,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_slab[type=bottom,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_slab[type=double,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_slab[type=double,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:brick_wall 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:prismarine_wall 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:red_sandstone_wall 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:mossy_stone_brick_wall 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:granite_wall 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:stone_brick_wall 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:nether_brick_wall 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:andesite_wall 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:red_nether_brick_wall 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:sandstone_wall 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:end_stone_brick_wall 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:diorite_wall 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:scaffolding 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=true,distance=0,waterlogged=false] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=true,distance=1,waterlogged=true] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=true,distance=1,waterlogged=false] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=true,distance=2,waterlogged=true] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=true,distance=2,waterlogged=false] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=true,distance=3,waterlogged=true] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=true,distance=3,waterlogged=false] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=true,distance=4,waterlogged=true] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=true,distance=4,waterlogged=false] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=true,distance=5,waterlogged=true] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=true,distance=5,waterlogged=false] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=true,distance=6,waterlogged=true] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=true,distance=6,waterlogged=false] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=true,distance=7,waterlogged=true] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=true,distance=7,waterlogged=false] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=false,distance=0,waterlogged=true] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=false,distance=0,waterlogged=false] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=false,distance=1,waterlogged=true] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=false,distance=1,waterlogged=false] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=false,distance=2,waterlogged=true] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=false,distance=2,waterlogged=false] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=false,distance=3,waterlogged=true] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=false,distance=3,waterlogged=false] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=false,distance=4,waterlogged=true] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=false,distance=4,waterlogged=false] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=false,distance=5,waterlogged=true] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=false,distance=5,waterlogged=false] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=false,distance=6,waterlogged=true] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=false,distance=6,waterlogged=false] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=false,distance=7,waterlogged=true] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=false,distance=7,waterlogged=false] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:loom 66 56 46 255 52 44 36 255 33 28 23 255 26 22 18 255 +minecraft:loom[facing=south] 66 56 46 255 52 44 36 255 33 28 23 255 26 22 18 255 +minecraft:loom[facing=west] 66 56 46 255 52 44 36 255 33 28 23 255 26 22 18 255 +minecraft:loom[facing=east] 66 56 46 255 52 44 36 255 33 28 23 255 26 22 18 255 +minecraft:barrel 60 55 40 255 48 44 32 255 30 27 20 255 24 22 16 255 +minecraft:barrel[facing=north,open=false] 60 55 40 255 48 44 32 255 30 27 20 255 24 22 16 255 +minecraft:barrel[facing=east,open=true] 60 55 40 255 48 44 32 255 30 27 20 255 24 22 16 255 +minecraft:barrel[facing=east,open=false] 60 55 40 255 48 44 32 255 30 27 20 255 24 22 16 255 +minecraft:barrel[facing=south,open=true] 60 55 40 255 48 44 32 255 30 27 20 255 24 22 16 255 +minecraft:barrel[facing=south,open=false] 60 55 40 255 48 44 32 255 30 27 20 255 24 22 16 255 +minecraft:barrel[facing=west,open=true] 60 55 40 255 48 44 32 255 30 27 20 255 24 22 16 255 +minecraft:barrel[facing=west,open=false] 60 55 40 255 48 44 32 255 30 27 20 255 24 22 16 255 +minecraft:barrel[facing=up,open=true] 60 55 40 255 48 44 32 255 30 27 20 255 24 22 16 255 +minecraft:barrel[facing=up,open=false] 60 55 40 255 48 44 32 255 30 27 20 255 24 22 16 255 +minecraft:barrel[facing=down,open=true] 60 55 40 255 48 44 32 255 30 27 20 255 24 22 16 255 +minecraft:barrel[facing=down,open=false] 60 55 40 255 48 44 32 255 30 27 20 255 24 22 16 255 +minecraft:smoker 81 84 83 255 64 67 66 255 40 42 41 255 32 33 33 255 +minecraft:smoker[facing=north,lit=false] 81 84 83 255 64 67 66 255 40 42 41 255 32 33 33 255 +minecraft:smoker[facing=south,lit=true] 81 84 83 255 64 67 66 255 40 42 41 255 32 33 33 255 +minecraft:smoker[facing=south,lit=false] 81 84 83 255 64 67 66 255 40 42 41 255 32 33 33 255 +minecraft:smoker[facing=west,lit=true] 81 84 83 255 64 67 66 255 40 42 41 255 32 33 33 255 +minecraft:smoker[facing=west,lit=false] 81 84 83 255 64 67 66 255 40 42 41 255 32 33 33 255 +minecraft:smoker[facing=east,lit=true] 81 84 83 255 64 67 66 255 40 42 41 255 32 33 33 255 +minecraft:smoker[facing=east,lit=false] 81 84 83 255 64 67 66 255 40 42 41 255 32 33 33 255 +minecraft:blast_furnace 143 136 111 255 114 108 88 255 71 68 55 255 57 54 44 255 +minecraft:blast_furnace[facing=north,lit=false] 143 136 111 255 114 108 88 255 71 68 55 255 57 54 44 255 +minecraft:blast_furnace[facing=south,lit=true] 143 136 111 255 114 108 88 255 71 68 55 255 57 54 44 255 +minecraft:blast_furnace[facing=south,lit=false] 143 136 111 255 114 108 88 255 71 68 55 255 57 54 44 255 +minecraft:blast_furnace[facing=west,lit=true] 143 136 111 255 114 108 88 255 71 68 55 255 57 54 44 255 +minecraft:blast_furnace[facing=west,lit=false] 143 136 111 255 114 108 88 255 71 68 55 255 57 54 44 255 +minecraft:blast_furnace[facing=east,lit=true] 143 136 111 255 114 108 88 255 71 68 55 255 57 54 44 255 +minecraft:blast_furnace[facing=east,lit=false] 143 136 111 255 114 108 88 255 71 68 55 255 57 54 44 255 +minecraft:cartography_table 104 87 67 255 83 69 53 255 52 43 33 255 41 34 26 255 +minecraft:fletching_table 74 64 55 255 59 51 44 255 37 32 27 255 29 25 22 255 +minecraft:grindstone 51 40 28 255 40 32 22 255 25 20 14 255 20 16 11 255 +minecraft:grindstone[face=floor,facing=south] 51 40 28 255 40 32 22 255 25 20 14 255 20 16 11 255 +minecraft:grindstone[face=floor,facing=west] 51 40 28 255 40 32 22 255 25 20 14 255 20 16 11 255 +minecraft:grindstone[face=floor,facing=east] 51 40 28 255 40 32 22 255 25 20 14 255 20 16 11 255 +minecraft:grindstone[face=wall,facing=north] 51 40 28 255 40 32 22 255 25 20 14 255 20 16 11 255 +minecraft:grindstone[face=wall,facing=south] 51 40 28 255 40 32 22 255 25 20 14 255 20 16 11 255 +minecraft:grindstone[face=wall,facing=west] 51 40 28 255 40 32 22 255 25 20 14 255 20 16 11 255 +minecraft:grindstone[face=wall,facing=east] 51 40 28 255 40 32 22 255 25 20 14 255 20 16 11 255 +minecraft:grindstone[face=ceiling,facing=north] 51 40 28 255 40 32 22 255 25 20 14 255 20 16 11 255 +minecraft:grindstone[face=ceiling,facing=south] 51 40 28 255 40 32 22 255 25 20 14 255 20 16 11 255 +minecraft:grindstone[face=ceiling,facing=west] 51 40 28 255 40 32 22 255 25 20 14 255 20 16 11 255 +minecraft:grindstone[face=ceiling,facing=east] 51 40 28 255 40 32 22 255 25 20 14 255 20 16 11 255 +minecraft:lectern 50 40 29 207 40 32 23 207 25 20 14 207 20 16 11 207 +minecraft:lectern[facing=north,has_book=true,powered=false] 50 40 29 207 40 32 23 207 25 20 14 207 20 16 11 207 +minecraft:lectern[facing=north,has_book=false,powered=true] 50 40 29 207 40 32 23 207 25 20 14 207 20 16 11 207 +minecraft:lectern[facing=north,has_book=false,powered=false] 50 40 29 207 40 32 23 207 25 20 14 207 20 16 11 207 +minecraft:lectern[facing=south,has_book=true,powered=true] 50 40 29 207 40 32 23 207 25 20 14 207 20 16 11 207 +minecraft:lectern[facing=south,has_book=true,powered=false] 50 40 29 207 40 32 23 207 25 20 14 207 20 16 11 207 +minecraft:lectern[facing=south,has_book=false,powered=true] 50 40 29 207 40 32 23 207 25 20 14 207 20 16 11 207 +minecraft:lectern[facing=south,has_book=false,powered=false] 50 40 29 207 40 32 23 207 25 20 14 207 20 16 11 207 +minecraft:lectern[facing=west,has_book=true,powered=true] 50 40 29 207 40 32 23 207 25 20 14 207 20 16 11 207 +minecraft:lectern[facing=west,has_book=true,powered=false] 50 40 29 207 40 32 23 207 25 20 14 207 20 16 11 207 +minecraft:lectern[facing=west,has_book=false,powered=true] 50 40 29 207 40 32 23 207 25 20 14 207 20 16 11 207 +minecraft:lectern[facing=west,has_book=false,powered=false] 50 40 29 207 40 32 23 207 25 20 14 207 20 16 11 207 +minecraft:lectern[facing=east,has_book=true,powered=true] 50 40 29 207 40 32 23 207 25 20 14 207 20 16 11 207 +minecraft:lectern[facing=east,has_book=true,powered=false] 50 40 29 207 40 32 23 207 25 20 14 207 20 16 11 207 +minecraft:lectern[facing=east,has_book=false,powered=true] 50 40 29 207 40 32 23 207 25 20 14 207 20 16 11 207 +minecraft:lectern[facing=east,has_book=false,powered=false] 50 40 29 207 40 32 23 207 25 20 14 207 20 16 11 207 +minecraft:smithing_table 27 27 27 255 21 21 21 255 13 13 13 255 10 10 10 255 +minecraft:stonecutter 86 92 87 255 68 73 69 255 43 46 43 255 34 36 34 255 +minecraft:stonecutter[facing=south] 86 92 87 255 68 73 69 255 43 46 43 255 34 36 34 255 +minecraft:stonecutter[facing=west] 86 92 87 255 68 73 69 255 43 46 43 255 34 36 34 255 +minecraft:stonecutter[facing=east] 86 92 87 255 68 73 69 255 43 46 43 255 34 36 34 255 +minecraft:bell 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=floor,facing=north,powered=false] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=floor,facing=south,powered=true] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=floor,facing=south,powered=false] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=floor,facing=west,powered=true] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=floor,facing=west,powered=false] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=floor,facing=east,powered=true] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=floor,facing=east,powered=false] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=ceiling,facing=north,powered=true] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=ceiling,facing=north,powered=false] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=ceiling,facing=south,powered=true] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=ceiling,facing=south,powered=false] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=ceiling,facing=west,powered=true] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=ceiling,facing=west,powered=false] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=ceiling,facing=east,powered=true] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=ceiling,facing=east,powered=false] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=single_wall,facing=north,powered=true] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=single_wall,facing=north,powered=false] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=single_wall,facing=south,powered=true] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=single_wall,facing=south,powered=false] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=single_wall,facing=west,powered=true] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=single_wall,facing=west,powered=false] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=single_wall,facing=east,powered=true] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=single_wall,facing=east,powered=false] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=double_wall,facing=north,powered=true] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=double_wall,facing=north,powered=false] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=double_wall,facing=south,powered=true] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=double_wall,facing=south,powered=false] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=double_wall,facing=west,powered=true] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=double_wall,facing=west,powered=false] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=double_wall,facing=east,powered=true] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=double_wall,facing=east,powered=false] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:lantern 133 148 132 11 106 118 105 11 66 74 66 11 53 59 52 11 +minecraft:lantern[hanging=true,waterlogged=false] 133 148 132 11 106 118 105 11 66 74 66 11 53 59 52 11 +minecraft:lantern[hanging=false,waterlogged=true] 133 148 132 11 106 118 105 11 66 74 66 11 53 59 52 11 +minecraft:lantern[hanging=false,waterlogged=false] 133 148 132 11 106 118 105 11 66 74 66 11 53 59 52 11 +minecraft:soul_lantern 152 92 63 11 121 73 50 11 76 46 31 11 60 36 25 11 +minecraft:soul_lantern[hanging=true,waterlogged=false] 152 92 63 11 121 73 50 11 76 46 31 11 60 36 25 11 +minecraft:soul_lantern[hanging=false,waterlogged=true] 152 92 63 11 121 73 50 11 76 46 31 11 60 36 25 11 +minecraft:soul_lantern[hanging=false,waterlogged=false] 152 92 63 11 121 73 50 11 76 46 31 11 60 36 25 11 +minecraft:campfire 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=north,lit=true,signal_fire=true,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=north,lit=false,signal_fire=true,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=north,lit=false,signal_fire=true,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=north,lit=false,signal_fire=false,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=north,lit=false,signal_fire=false,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=south,lit=true,signal_fire=true,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=south,lit=true,signal_fire=true,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=south,lit=true,signal_fire=false,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=south,lit=true,signal_fire=false,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=south,lit=false,signal_fire=true,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=south,lit=false,signal_fire=true,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=south,lit=false,signal_fire=false,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=south,lit=false,signal_fire=false,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=west,lit=true,signal_fire=true,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=west,lit=true,signal_fire=true,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=west,lit=true,signal_fire=false,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=west,lit=true,signal_fire=false,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=west,lit=false,signal_fire=true,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=west,lit=false,signal_fire=true,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=west,lit=false,signal_fire=false,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=west,lit=false,signal_fire=false,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=east,lit=true,signal_fire=true,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=east,lit=true,signal_fire=true,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=east,lit=true,signal_fire=false,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=east,lit=true,signal_fire=false,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=east,lit=false,signal_fire=true,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=east,lit=false,signal_fire=true,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=east,lit=false,signal_fire=false,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=east,lit=false,signal_fire=false,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=true,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=false,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=false,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=true,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=true,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=false,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=false,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=true,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=true,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=false,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=false,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=true,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=true,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=false,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=false,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=true,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=true,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=false,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=false,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=true,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=true,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=false,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=false,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=true,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=true,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=false,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=false,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=true,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=true,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=false,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=false,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:sweet_berry_bush 42 89 56 52 33 71 44 52 21 44 28 52 16 35 22 52 +minecraft:sweet_berry_bush[age=1] 47 94 57 138 37 75 45 138 23 47 28 138 18 37 22 138 +minecraft:sweet_berry_bush[age=2] 59 88 56 144 47 70 44 144 29 44 28 144 23 35 22 144 +minecraft:sweet_berry_bush[age=3] 68 77 50 161 54 61 40 161 34 38 25 161 27 30 20 161 +minecraft:warped_stem 28 50 69 255 22 40 55 255 14 25 34 255 11 20 27 255 +minecraft:warped_stem[axis=y] 43 90 94 255 34 72 75 255 21 45 47 255 17 36 37 255 +minecraft:warped_stem[axis=z] 28 50 69 255 22 40 55 255 14 25 34 255 11 20 27 255 +minecraft:stripped_warped_stem 62 124 119 255 49 99 95 255 31 62 59 255 24 49 47 255 +minecraft:stripped_warped_stem[axis=y] 58 118 115 255 46 94 92 255 29 59 57 255 23 47 46 255 +minecraft:stripped_warped_stem[axis=z] 62 124 119 255 49 99 95 255 31 62 59 255 24 49 47 255 +minecraft:warped_hyphae 28 50 69 255 22 40 55 255 14 25 34 255 11 20 27 255 +minecraft:warped_hyphae[axis=y] 28 50 69 255 22 40 55 255 14 25 34 255 11 20 27 255 +minecraft:warped_hyphae[axis=z] 28 50 69 255 22 40 55 255 14 25 34 255 11 20 27 255 +minecraft:stripped_warped_hyphae 62 124 119 255 49 99 95 255 31 62 59 255 24 49 47 255 +minecraft:stripped_warped_hyphae[axis=y] 62 124 119 255 49 99 95 255 31 62 59 255 24 49 47 255 +minecraft:stripped_warped_hyphae[axis=z] 62 124 119 255 49 99 95 255 31 62 59 255 24 49 47 255 +minecraft:warped_nylium 7 91 77 255 5 72 61 255 3 45 38 255 2 36 30 255 +minecraft:warped_fungus 51 76 84 68 40 60 67 68 25 38 42 68 20 30 33 68 +minecraft:warped_wart_block 12 91 83 255 9 72 66 255 6 45 41 255 4 36 33 255 +minecraft:warped_roots 0 107 90 88 0 85 72 88 0 53 45 88 0 42 36 88 +minecraft:nether_sprouts 0 101 89 11 0 80 71 11 0 50 44 11 0 40 35 11 +minecraft:crimson_stem 40 30 35 255 32 24 28 255 20 15 17 255 16 12 14 255 +minecraft:crimson_stem[axis=y] 57 28 44 255 45 22 35 255 28 14 22 255 22 11 17 255 +minecraft:crimson_stem[axis=z] 40 30 35 255 32 24 28 255 20 15 17 255 16 12 14 255 +minecraft:stripped_crimson_stem 68 26 50 255 54 20 40 255 34 13 25 255 27 10 20 255 +minecraft:stripped_crimson_stem[axis=y] 72 28 53 255 57 22 42 255 36 14 26 255 28 11 21 255 +minecraft:stripped_crimson_stem[axis=z] 68 26 50 255 54 20 40 255 34 13 25 255 27 10 20 255 +minecraft:crimson_hyphae 40 30 35 255 32 24 28 255 20 15 17 255 16 12 14 255 +minecraft:crimson_hyphae[axis=y] 40 30 35 255 32 24 28 255 20 15 17 255 16 12 14 255 +minecraft:crimson_hyphae[axis=z] 40 30 35 255 32 24 28 255 20 15 17 255 16 12 14 255 +minecraft:stripped_crimson_hyphae 68 26 50 255 54 20 40 255 34 13 25 255 27 10 20 255 +minecraft:stripped_crimson_hyphae[axis=y] 68 26 50 255 54 20 40 255 34 13 25 255 27 10 20 255 +minecraft:stripped_crimson_hyphae[axis=z] 68 26 50 255 54 20 40 255 34 13 25 255 27 10 20 255 +minecraft:crimson_nylium 55 11 29 255 44 8 23 255 27 5 14 255 22 4 11 255 +minecraft:crimson_fungus 74 21 29 38 59 16 23 38 37 10 14 38 29 8 11 38 +minecraft:shroomlight 132 194 220 255 105 155 176 255 66 97 110 255 52 77 88 255 +minecraft:weeping_vines 78 6 28 15 62 4 22 15 39 3 14 15 31 2 11 15 +minecraft:weeping_vines[age=1] 78 6 28 15 62 4 22 15 39 3 14 15 31 2 11 15 +minecraft:weeping_vines[age=2] 78 6 28 15 62 4 22 15 39 3 14 15 31 2 11 15 +minecraft:weeping_vines[age=3] 78 6 28 15 62 4 22 15 39 3 14 15 31 2 11 15 +minecraft:weeping_vines[age=4] 78 6 28 15 62 4 22 15 39 3 14 15 31 2 11 15 +minecraft:weeping_vines[age=5] 78 6 28 15 62 4 22 15 39 3 14 15 31 2 11 15 +minecraft:weeping_vines[age=6] 78 6 28 15 62 4 22 15 39 3 14 15 31 2 11 15 +minecraft:weeping_vines[age=7] 78 6 28 15 62 4 22 15 39 3 14 15 31 2 11 15 +minecraft:weeping_vines[age=8] 78 6 28 15 62 4 22 15 39 3 14 15 31 2 11 15 +minecraft:weeping_vines[age=9] 78 6 28 15 62 4 22 15 39 3 14 15 31 2 11 15 +minecraft:weeping_vines[age=10] 78 6 28 15 62 4 22 15 39 3 14 15 31 2 11 15 +minecraft:weeping_vines[age=11] 78 6 28 15 62 4 22 15 39 3 14 15 31 2 11 15 +minecraft:weeping_vines[age=12] 78 6 28 15 62 4 22 15 39 3 14 15 31 2 11 15 +minecraft:weeping_vines[age=13] 78 6 28 15 62 4 22 15 39 3 14 15 31 2 11 15 +minecraft:weeping_vines[age=14] 78 6 28 15 62 4 22 15 39 3 14 15 31 2 11 15 +minecraft:weeping_vines[age=15] 78 6 28 15 62 4 22 15 39 3 14 15 31 2 11 15 +minecraft:weeping_vines[age=16] 78 6 28 15 62 4 22 15 39 3 14 15 31 2 11 15 +minecraft:weeping_vines[age=17] 78 6 28 15 62 4 22 15 39 3 14 15 31 2 11 15 +minecraft:weeping_vines[age=18] 78 6 28 15 62 4 22 15 39 3 14 15 31 2 11 15 +minecraft:weeping_vines[age=19] 78 6 28 15 62 4 22 15 39 3 14 15 31 2 11 15 +minecraft:weeping_vines[age=20] 78 6 28 15 62 4 22 15 39 3 14 15 31 2 11 15 +minecraft:weeping_vines[age=21] 78 6 28 15 62 4 22 15 39 3 14 15 31 2 11 15 +minecraft:weeping_vines[age=22] 78 6 28 15 62 4 22 15 39 3 14 15 31 2 11 15 +minecraft:weeping_vines[age=23] 78 6 28 15 62 4 22 15 39 3 14 15 31 2 11 15 +minecraft:weeping_vines[age=24] 78 6 28 15 62 4 22 15 39 3 14 15 31 2 11 15 +minecraft:weeping_vines[age=25] 78 6 28 15 62 4 22 15 39 3 14 15 31 2 11 15 +minecraft:weeping_vines_plant 95 21 28 97 76 16 22 97 47 10 14 97 38 8 11 97 +minecraft:twisting_vines 9 86 80 88 7 68 64 88 4 43 40 88 3 34 32 88 +minecraft:twisting_vines[age=1] 9 86 80 88 7 68 64 88 4 43 40 88 3 34 32 88 +minecraft:twisting_vines[age=2] 9 86 80 88 7 68 64 88 4 43 40 88 3 34 32 88 +minecraft:twisting_vines[age=3] 9 86 80 88 7 68 64 88 4 43 40 88 3 34 32 88 +minecraft:twisting_vines[age=4] 9 86 80 88 7 68 64 88 4 43 40 88 3 34 32 88 +minecraft:twisting_vines[age=5] 9 86 80 88 7 68 64 88 4 43 40 88 3 34 32 88 +minecraft:twisting_vines[age=6] 9 86 80 88 7 68 64 88 4 43 40 88 3 34 32 88 +minecraft:twisting_vines[age=7] 9 86 80 88 7 68 64 88 4 43 40 88 3 34 32 88 +minecraft:twisting_vines[age=8] 9 86 80 88 7 68 64 88 4 43 40 88 3 34 32 88 +minecraft:twisting_vines[age=9] 9 86 80 88 7 68 64 88 4 43 40 88 3 34 32 88 +minecraft:twisting_vines[age=10] 9 86 80 88 7 68 64 88 4 43 40 88 3 34 32 88 +minecraft:twisting_vines[age=11] 9 86 80 88 7 68 64 88 4 43 40 88 3 34 32 88 +minecraft:twisting_vines[age=12] 9 86 80 88 7 68 64 88 4 43 40 88 3 34 32 88 +minecraft:twisting_vines[age=13] 9 86 80 88 7 68 64 88 4 43 40 88 3 34 32 88 +minecraft:twisting_vines[age=14] 9 86 80 88 7 68 64 88 4 43 40 88 3 34 32 88 +minecraft:twisting_vines[age=15] 9 86 80 88 7 68 64 88 4 43 40 88 3 34 32 88 +minecraft:twisting_vines[age=16] 9 86 80 88 7 68 64 88 4 43 40 88 3 34 32 88 +minecraft:twisting_vines[age=17] 9 86 80 88 7 68 64 88 4 43 40 88 3 34 32 88 +minecraft:twisting_vines[age=18] 9 86 80 88 7 68 64 88 4 43 40 88 3 34 32 88 +minecraft:twisting_vines[age=19] 9 86 80 88 7 68 64 88 4 43 40 88 3 34 32 88 +minecraft:twisting_vines[age=20] 9 86 80 88 7 68 64 88 4 43 40 88 3 34 32 88 +minecraft:twisting_vines[age=21] 9 86 80 88 7 68 64 88 4 43 40 88 3 34 32 88 +minecraft:twisting_vines[age=22] 9 86 80 88 7 68 64 88 4 43 40 88 3 34 32 88 +minecraft:twisting_vines[age=23] 9 86 80 88 7 68 64 88 4 43 40 88 3 34 32 88 +minecraft:twisting_vines[age=24] 9 86 80 88 7 68 64 88 4 43 40 88 3 34 32 88 +minecraft:twisting_vines[age=25] 9 86 80 88 7 68 64 88 4 43 40 88 3 34 32 88 +minecraft:twisting_vines_plant 12 93 83 122 9 74 66 122 6 46 41 122 4 37 33 122 +minecraft:crimson_roots 85 26 45 91 68 20 36 91 42 13 22 91 34 10 18 91 +minecraft:crimson_planks 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:warped_planks 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:crimson_slab 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_slab[type=top,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_slab[type=bottom,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_slab[type=bottom,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_slab[type=double,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_slab[type=double,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:warped_slab 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_slab[type=top,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_slab[type=bottom,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_slab[type=bottom,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_slab[type=double,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_slab[type=double,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:crimson_pressure_plate 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_pressure_plate[powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:warped_pressure_plate 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_pressure_plate[powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:crimson_fence 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=true,west=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=false,west=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=false,west=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=true,west=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=true,west=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=false,west=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=false,west=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=true,west=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=true,west=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=false,west=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=false,west=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=true,west=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=true,west=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=false,west=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=false,west=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=true,west=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=true,west=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=false,west=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=false,west=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=true,west=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=true,west=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=false,west=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=false,west=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=true,west=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=true,west=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=false,west=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=false,west=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=true,west=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=true,west=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=false,west=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=false,west=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:warped_fence 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=true,west=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=false,west=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=false,west=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=true,west=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=true,west=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=false,west=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=false,west=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=true,west=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=true,west=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=false,west=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=false,west=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=true,west=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=true,west=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=false,west=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=false,west=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=true,west=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=true,west=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=false,west=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=false,west=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=true,west=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=true,west=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=false,west=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=false,west=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=true,west=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=true,west=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=false,west=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=false,west=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=true,west=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=true,west=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=false,west=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=false,west=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:crimson_trapdoor 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:warped_trapdoor 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:crimson_fence_gate 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=true,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=false,powered=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=false,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=true,powered=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=true,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=false,powered=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=false,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=true,powered=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=true,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=false,powered=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=false,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=true,powered=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=true,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=false,powered=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=false,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=true,powered=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=true,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=false,powered=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=false,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=true,powered=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=true,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=false,powered=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=false,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=true,powered=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=true,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=false,powered=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=false,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=true,powered=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=true,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=false,powered=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=false,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:warped_fence_gate 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=true,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=false,powered=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=false,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=true,powered=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=true,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=false,powered=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=false,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=true,powered=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=true,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=false,powered=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=false,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=true,powered=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=true,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=false,powered=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=false,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=true,powered=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=true,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=false,powered=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=false,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=true,powered=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=true,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=false,powered=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=false,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=true,powered=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=true,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=false,powered=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=false,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=true,powered=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=true,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=false,powered=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=false,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:crimson_stairs 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=north,half=top,shape=straight,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=south,half=top,shape=straight,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=south,half=top,shape=straight,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=west,half=top,shape=straight,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=west,half=top,shape=straight,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=east,half=top,shape=straight,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=east,half=top,shape=straight,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:warped_stairs 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=north,half=top,shape=straight,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=south,half=top,shape=straight,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=south,half=top,shape=straight,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=west,half=top,shape=straight,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=west,half=top,shape=straight,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=east,half=top,shape=straight,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=east,half=top,shape=straight,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:crimson_button 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_button[face=floor,facing=north,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_button[face=floor,facing=south,powered=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_button[face=floor,facing=south,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_button[face=floor,facing=west,powered=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_button[face=floor,facing=west,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_button[face=floor,facing=east,powered=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_button[face=floor,facing=east,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_button[face=wall,facing=north,powered=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_button[face=wall,facing=north,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_button[face=wall,facing=south,powered=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_button[face=wall,facing=south,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_button[face=wall,facing=west,powered=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_button[face=wall,facing=west,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_button[face=wall,facing=east,powered=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_button[face=wall,facing=east,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_button[face=ceiling,facing=north,powered=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_button[face=ceiling,facing=north,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_button[face=ceiling,facing=south,powered=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_button[face=ceiling,facing=south,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_button[face=ceiling,facing=west,powered=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_button[face=ceiling,facing=west,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_button[face=ceiling,facing=east,powered=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_button[face=ceiling,facing=east,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:warped_button 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_button[face=floor,facing=north,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_button[face=floor,facing=south,powered=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_button[face=floor,facing=south,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_button[face=floor,facing=west,powered=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_button[face=floor,facing=west,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_button[face=floor,facing=east,powered=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_button[face=floor,facing=east,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_button[face=wall,facing=north,powered=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_button[face=wall,facing=north,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_button[face=wall,facing=south,powered=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_button[face=wall,facing=south,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_button[face=wall,facing=west,powered=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_button[face=wall,facing=west,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_button[face=wall,facing=east,powered=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_button[face=wall,facing=east,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_button[face=ceiling,facing=north,powered=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_button[face=ceiling,facing=north,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_button[face=ceiling,facing=south,powered=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_button[face=ceiling,facing=south,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_button[face=ceiling,facing=west,powered=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_button[face=ceiling,facing=west,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_button[face=ceiling,facing=east,powered=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_button[face=ceiling,facing=east,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:crimson_door 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=true,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=false,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=false,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=true,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=true,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=false,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=false,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=true,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=true,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=false,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=false,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=true,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=true,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=false,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=false,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=true,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=true,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=false,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=false,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=true,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=true,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=false,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=false,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=true,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=true,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=false,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=false,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=true,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=true,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=false,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=false,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=true,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=true,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=false,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=false,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=true,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=true,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=false,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=false,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=true,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=true,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=false,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=false,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=true,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=true,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=false,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=false,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=true,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=true,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=false,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=false,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=true,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=true,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=false,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=false,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=true,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=true,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=false,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=false,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=true,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=true,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=false,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=false,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:warped_door 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=true,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=false,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=false,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=true,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=true,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=false,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=false,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=true,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=true,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=false,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=false,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=true,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=true,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=false,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=false,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=true,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=true,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=false,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=false,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=true,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=true,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=false,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=false,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=true,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=true,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=false,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=false,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=true,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=true,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=false,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=false,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=true,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=true,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=false,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=false,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=true,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=true,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=false,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=false,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=true,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=true,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=false,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=false,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=true,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=true,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=false,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=false,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=true,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=true,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=false,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=false,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=true,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=true,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=false,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=false,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=true,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=true,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=false,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=false,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=true,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=true,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=false,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=false,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:crimson_sign 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=0,waterlogged=false] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=1,waterlogged=true] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=1,waterlogged=false] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=2,waterlogged=true] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=2,waterlogged=false] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=3,waterlogged=true] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=3,waterlogged=false] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=4,waterlogged=true] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=4,waterlogged=false] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=5,waterlogged=true] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=5,waterlogged=false] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=6,waterlogged=true] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=6,waterlogged=false] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=7,waterlogged=true] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=7,waterlogged=false] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=8,waterlogged=true] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=8,waterlogged=false] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=9,waterlogged=true] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=9,waterlogged=false] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=10,waterlogged=true] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=10,waterlogged=false] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=11,waterlogged=true] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=11,waterlogged=false] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=12,waterlogged=true] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=12,waterlogged=false] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=13,waterlogged=true] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=13,waterlogged=false] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=14,waterlogged=true] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=14,waterlogged=false] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=15,waterlogged=true] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=15,waterlogged=false] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:warped_sign 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=0,waterlogged=false] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=1,waterlogged=true] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=1,waterlogged=false] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=2,waterlogged=true] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=2,waterlogged=false] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=3,waterlogged=true] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=3,waterlogged=false] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=4,waterlogged=true] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=4,waterlogged=false] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=5,waterlogged=true] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=5,waterlogged=false] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=6,waterlogged=true] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=6,waterlogged=false] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=7,waterlogged=true] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=7,waterlogged=false] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=8,waterlogged=true] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=8,waterlogged=false] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=9,waterlogged=true] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=9,waterlogged=false] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=10,waterlogged=true] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=10,waterlogged=false] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=11,waterlogged=true] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=11,waterlogged=false] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=12,waterlogged=true] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=12,waterlogged=false] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=13,waterlogged=true] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=13,waterlogged=false] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=14,waterlogged=true] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=14,waterlogged=false] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=15,waterlogged=true] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=15,waterlogged=false] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:crimson_wall_sign 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_wall_sign[facing=north,waterlogged=false] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_wall_sign[facing=south,waterlogged=true] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_wall_sign[facing=south,waterlogged=false] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_wall_sign[facing=west,waterlogged=true] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_wall_sign[facing=west,waterlogged=false] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_wall_sign[facing=east,waterlogged=true] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_wall_sign[facing=east,waterlogged=false] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:warped_wall_sign 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_wall_sign[facing=north,waterlogged=false] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_wall_sign[facing=south,waterlogged=true] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_wall_sign[facing=south,waterlogged=false] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_wall_sign[facing=west,waterlogged=true] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_wall_sign[facing=west,waterlogged=false] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_wall_sign[facing=east,waterlogged=true] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_wall_sign[facing=east,waterlogged=false] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:structure_block 87 93 90 255 69 74 72 255 43 46 45 255 34 37 36 255 +minecraft:structure_block[mode=load] 91 97 92 255 72 77 73 255 45 48 46 255 36 38 36 255 +minecraft:structure_block[mode=corner] 85 87 80 255 68 69 64 255 42 43 40 255 34 34 32 255 +minecraft:structure_block[mode=data] 92 93 85 255 73 74 68 255 46 46 42 255 36 37 34 255 +minecraft:jigsaw 106 93 67 255 84 74 53 255 53 46 33 255 42 37 26 255 +minecraft:jigsaw[orientation=down_north] 106 93 67 255 84 74 53 255 53 46 33 255 42 37 26 255 +minecraft:jigsaw[orientation=down_south] 106 93 67 255 84 74 53 255 53 46 33 255 42 37 26 255 +minecraft:jigsaw[orientation=down_west] 106 93 67 255 84 74 53 255 53 46 33 255 42 37 26 255 +minecraft:jigsaw[orientation=up_east] 106 93 67 255 84 74 53 255 53 46 33 255 42 37 26 255 +minecraft:jigsaw[orientation=up_north] 106 93 67 255 84 74 53 255 53 46 33 255 42 37 26 255 +minecraft:jigsaw[orientation=up_south] 106 93 67 255 84 74 53 255 53 46 33 255 42 37 26 255 +minecraft:jigsaw[orientation=up_west] 106 93 67 255 84 74 53 255 53 46 33 255 42 37 26 255 +minecraft:jigsaw[orientation=west_up] 106 93 67 255 84 74 53 255 53 46 33 255 42 37 26 255 +minecraft:jigsaw[orientation=east_up] 106 93 67 255 84 74 53 255 53 46 33 255 42 37 26 255 +minecraft:jigsaw[orientation=north_up] 106 93 67 255 84 74 53 255 53 46 33 255 42 37 26 255 +minecraft:jigsaw[orientation=south_up] 106 93 67 255 84 74 53 255 53 46 33 255 42 37 26 255 +minecraft:composter 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:composter[level=1] 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:composter[level=2] 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:composter[level=3] 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:composter[level=4] 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:composter[level=5] 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:composter[level=6] 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:composter[level=7] 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:composter[level=8] 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:target 149 118 91 255 119 94 72 255 74 59 45 255 59 47 36 255 +minecraft:target[power=1] 149 118 91 255 119 94 72 255 74 59 45 255 59 47 36 255 +minecraft:target[power=2] 149 118 91 255 119 94 72 255 74 59 45 255 59 47 36 255 +minecraft:target[power=3] 149 118 91 255 119 94 72 255 74 59 45 255 59 47 36 255 +minecraft:target[power=4] 149 118 91 255 119 94 72 255 74 59 45 255 59 47 36 255 +minecraft:target[power=5] 149 118 91 255 119 94 72 255 74 59 45 255 59 47 36 255 +minecraft:target[power=6] 149 118 91 255 119 94 72 255 74 59 45 255 59 47 36 255 +minecraft:target[power=7] 149 118 91 255 119 94 72 255 74 59 45 255 59 47 36 255 +minecraft:target[power=8] 149 118 91 255 119 94 72 255 74 59 45 255 59 47 36 255 +minecraft:target[power=9] 149 118 91 255 119 94 72 255 74 59 45 255 59 47 36 255 +minecraft:target[power=10] 149 118 91 255 119 94 72 255 74 59 45 255 59 47 36 255 +minecraft:target[power=11] 149 118 91 255 119 94 72 255 74 59 45 255 59 47 36 255 +minecraft:target[power=12] 149 118 91 255 119 94 72 255 74 59 45 255 59 47 36 255 +minecraft:target[power=13] 149 118 91 255 119 94 72 255 74 59 45 255 59 47 36 255 +minecraft:target[power=14] 149 118 91 255 119 94 72 255 74 59 45 255 59 47 36 255 +minecraft:target[power=15] 149 118 91 255 119 94 72 255 74 59 45 255 59 47 36 255 +minecraft:bee_nest 95 80 41 255 76 64 32 255 47 40 20 255 38 32 16 255 +minecraft:bee_nest[facing=north,honey_level=1] 95 80 41 255 76 64 32 255 47 40 20 255 38 32 16 255 +minecraft:bee_nest[facing=north,honey_level=2] 95 80 41 255 76 64 32 255 47 40 20 255 38 32 16 255 +minecraft:bee_nest[facing=north,honey_level=3] 95 80 41 255 76 64 32 255 47 40 20 255 38 32 16 255 +minecraft:bee_nest[facing=north,honey_level=4] 95 80 41 255 76 64 32 255 47 40 20 255 38 32 16 255 +minecraft:bee_nest[facing=north,honey_level=5] 95 80 41 255 76 64 32 255 47 40 20 255 38 32 16 255 +minecraft:bee_nest[facing=south,honey_level=0] 95 80 41 255 76 64 32 255 47 40 20 255 38 32 16 255 +minecraft:bee_nest[facing=south,honey_level=1] 95 80 41 255 76 64 32 255 47 40 20 255 38 32 16 255 +minecraft:bee_nest[facing=south,honey_level=2] 95 80 41 255 76 64 32 255 47 40 20 255 38 32 16 255 +minecraft:bee_nest[facing=south,honey_level=3] 95 80 41 255 76 64 32 255 47 40 20 255 38 32 16 255 +minecraft:bee_nest[facing=south,honey_level=4] 95 80 41 255 76 64 32 255 47 40 20 255 38 32 16 255 +minecraft:bee_nest[facing=south,honey_level=5] 95 80 41 255 76 64 32 255 47 40 20 255 38 32 16 255 +minecraft:bee_nest[facing=west,honey_level=0] 95 80 41 255 76 64 32 255 47 40 20 255 38 32 16 255 +minecraft:bee_nest[facing=west,honey_level=1] 95 80 41 255 76 64 32 255 47 40 20 255 38 32 16 255 +minecraft:bee_nest[facing=west,honey_level=2] 95 80 41 255 76 64 32 255 47 40 20 255 38 32 16 255 +minecraft:bee_nest[facing=west,honey_level=3] 95 80 41 255 76 64 32 255 47 40 20 255 38 32 16 255 +minecraft:bee_nest[facing=west,honey_level=4] 95 80 41 255 76 64 32 255 47 40 20 255 38 32 16 255 +minecraft:bee_nest[facing=west,honey_level=5] 95 80 41 255 76 64 32 255 47 40 20 255 38 32 16 255 +minecraft:bee_nest[facing=east,honey_level=0] 95 80 41 255 76 64 32 255 47 40 20 255 38 32 16 255 +minecraft:bee_nest[facing=east,honey_level=1] 95 80 41 255 76 64 32 255 47 40 20 255 38 32 16 255 +minecraft:bee_nest[facing=east,honey_level=2] 95 80 41 255 76 64 32 255 47 40 20 255 38 32 16 255 +minecraft:bee_nest[facing=east,honey_level=3] 95 80 41 255 76 64 32 255 47 40 20 255 38 32 16 255 +minecraft:bee_nest[facing=east,honey_level=4] 95 80 41 255 76 64 32 255 47 40 20 255 38 32 16 255 +minecraft:bee_nest[facing=east,honey_level=5] 95 80 41 255 76 64 32 255 47 40 20 255 38 32 16 255 +minecraft:beehive 95 86 66 255 76 68 52 255 47 43 33 255 38 34 26 255 +minecraft:beehive[facing=north,honey_level=1] 95 86 66 255 76 68 52 255 47 43 33 255 38 34 26 255 +minecraft:beehive[facing=north,honey_level=2] 95 86 66 255 76 68 52 255 47 43 33 255 38 34 26 255 +minecraft:beehive[facing=north,honey_level=3] 95 86 66 255 76 68 52 255 47 43 33 255 38 34 26 255 +minecraft:beehive[facing=north,honey_level=4] 95 86 66 255 76 68 52 255 47 43 33 255 38 34 26 255 +minecraft:beehive[facing=north,honey_level=5] 95 86 66 255 76 68 52 255 47 43 33 255 38 34 26 255 +minecraft:beehive[facing=south,honey_level=0] 95 86 66 255 76 68 52 255 47 43 33 255 38 34 26 255 +minecraft:beehive[facing=south,honey_level=1] 95 86 66 255 76 68 52 255 47 43 33 255 38 34 26 255 +minecraft:beehive[facing=south,honey_level=2] 95 86 66 255 76 68 52 255 47 43 33 255 38 34 26 255 +minecraft:beehive[facing=south,honey_level=3] 95 86 66 255 76 68 52 255 47 43 33 255 38 34 26 255 +minecraft:beehive[facing=south,honey_level=4] 95 86 66 255 76 68 52 255 47 43 33 255 38 34 26 255 +minecraft:beehive[facing=south,honey_level=5] 95 86 66 255 76 68 52 255 47 43 33 255 38 34 26 255 +minecraft:beehive[facing=west,honey_level=0] 95 86 66 255 76 68 52 255 47 43 33 255 38 34 26 255 +minecraft:beehive[facing=west,honey_level=1] 95 86 66 255 76 68 52 255 47 43 33 255 38 34 26 255 +minecraft:beehive[facing=west,honey_level=2] 95 86 66 255 76 68 52 255 47 43 33 255 38 34 26 255 +minecraft:beehive[facing=west,honey_level=3] 95 86 66 255 76 68 52 255 47 43 33 255 38 34 26 255 +minecraft:beehive[facing=west,honey_level=4] 95 86 66 255 76 68 52 255 47 43 33 255 38 34 26 255 +minecraft:beehive[facing=west,honey_level=5] 95 86 66 255 76 68 52 255 47 43 33 255 38 34 26 255 +minecraft:beehive[facing=east,honey_level=0] 95 86 66 255 76 68 52 255 47 43 33 255 38 34 26 255 +minecraft:beehive[facing=east,honey_level=1] 95 86 66 255 76 68 52 255 47 43 33 255 38 34 26 255 +minecraft:beehive[facing=east,honey_level=2] 95 86 66 255 76 68 52 255 47 43 33 255 38 34 26 255 +minecraft:beehive[facing=east,honey_level=3] 95 86 66 255 76 68 52 255 47 43 33 255 38 34 26 255 +minecraft:beehive[facing=east,honey_level=4] 95 86 66 255 76 68 52 255 47 43 33 255 38 34 26 255 +minecraft:beehive[facing=east,honey_level=5] 95 86 66 255 76 68 52 255 47 43 33 255 38 34 26 255 +minecraft:honey_block 224 166 60 153 179 132 48 153 112 83 30 153 89 66 24 153 +minecraft:honeycomb_block 203 146 27 255 162 116 21 255 101 73 13 255 81 58 10 255 +minecraft:netherite_block 49 45 51 255 39 36 40 255 24 22 25 255 19 18 20 255 +minecraft:ancient_debris 45 43 28 255 36 34 22 255 22 21 14 255 18 17 11 255 +minecraft:crying_obsidian 49 45 71 255 39 36 56 255 24 22 35 255 19 18 28 255 +minecraft:respawn_anchor 11 13 17 255 8 10 13 255 5 6 8 255 4 5 6 255 +minecraft:respawn_anchor[charges=1] 35 13 59 255 28 10 47 255 17 6 29 255 14 5 23 255 +minecraft:respawn_anchor[charges=2] 35 13 59 255 28 10 47 255 17 6 29 255 14 5 23 255 +minecraft:respawn_anchor[charges=3] 35 13 59 255 28 10 47 255 17 6 29 255 14 5 23 255 +minecraft:respawn_anchor[charges=4] 35 13 59 255 28 10 47 255 17 6 29 255 14 5 23 255 +minecraft:potted_crimson_fungus 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_warped_fungus 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_crimson_roots 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_warped_roots 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:lodestone 109 116 108 255 87 92 86 255 54 58 54 255 43 46 43 255 +minecraft:blackstone 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_stairs 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_slab 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=top,waterlogged=false] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=bottom,waterlogged=true] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=bottom,waterlogged=false] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=double,waterlogged=true] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=double,waterlogged=false] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:polished_blackstone 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_bricks 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:cracked_polished_blackstone_bricks 32 30 45 255 25 24 36 255 16 15 22 255 12 12 18 255 +minecraft:chiseled_polished_blackstone 33 31 46 255 26 24 36 255 16 15 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_slab 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_slab[type=top,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_slab[type=bottom,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_slab[type=bottom,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_slab[type=double,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_slab[type=double,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:gilded_blackstone 55 42 38 255 44 33 30 255 27 21 19 255 22 16 15 255 +minecraft:polished_blackstone_stairs 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_slab 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_slab[type=top,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_slab[type=bottom,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_slab[type=bottom,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_slab[type=double,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_slab[type=double,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_pressure_plate 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_pressure_plate[powered=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_button 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_button[face=floor,facing=north,powered=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_button[face=floor,facing=south,powered=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_button[face=floor,facing=south,powered=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_button[face=floor,facing=west,powered=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_button[face=floor,facing=west,powered=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_button[face=floor,facing=east,powered=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_button[face=floor,facing=east,powered=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_button[face=wall,facing=north,powered=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_button[face=wall,facing=north,powered=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_button[face=wall,facing=south,powered=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_button[face=wall,facing=south,powered=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_button[face=wall,facing=west,powered=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_button[face=wall,facing=west,powered=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_button[face=wall,facing=east,powered=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_button[face=wall,facing=east,powered=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_button[face=ceiling,facing=north,powered=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_button[face=ceiling,facing=north,powered=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_button[face=ceiling,facing=south,powered=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_button[face=ceiling,facing=south,powered=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_button[face=ceiling,facing=west,powered=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_button[face=ceiling,facing=west,powered=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_button[face=ceiling,facing=east,powered=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_button[face=ceiling,facing=east,powered=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:chiseled_nether_bricks 52 27 34 255 41 21 27 255 26 13 17 255 20 10 13 255 +minecraft:cracked_nether_bricks 48 25 31 255 38 20 24 255 24 12 15 255 19 10 12 255 +minecraft:quartz_bricks 234 238 232 255 187 190 185 255 117 119 116 255 93 95 92 255 +minecraft:candle 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=1,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=1,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=1,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=2,lit=true,waterlogged=true] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=2,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=2,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=2,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=3,lit=true,waterlogged=true] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=3,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=3,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=3,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=4,lit=true,waterlogged=true] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=4,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=4,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=4,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:white_candle 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=1,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=1,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=1,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=2,lit=true,waterlogged=true] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=2,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=2,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=2,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=3,lit=true,waterlogged=true] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=3,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=3,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=3,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=4,lit=true,waterlogged=true] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=4,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=4,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=4,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:orange_candle 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=1,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=1,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=1,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=2,lit=true,waterlogged=true] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=2,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=2,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=2,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=3,lit=true,waterlogged=true] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=3,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=3,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=3,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=4,lit=true,waterlogged=true] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=4,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=4,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=4,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:magenta_candle 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=1,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=1,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=1,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=2,lit=true,waterlogged=true] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=2,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=2,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=2,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=3,lit=true,waterlogged=true] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=3,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=3,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=3,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=4,lit=true,waterlogged=true] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=4,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=4,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=4,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:light_blue_candle 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=1,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=1,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=1,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=2,lit=true,waterlogged=true] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=2,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=2,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=2,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=3,lit=true,waterlogged=true] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=3,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=3,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=3,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=4,lit=true,waterlogged=true] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=4,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=4,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=4,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:yellow_candle 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=1,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=1,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=1,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=2,lit=true,waterlogged=true] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=2,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=2,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=2,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=3,lit=true,waterlogged=true] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=3,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=3,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=3,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=4,lit=true,waterlogged=true] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=4,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=4,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=4,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:lime_candle 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=1,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=1,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=1,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=2,lit=true,waterlogged=true] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=2,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=2,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=2,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=3,lit=true,waterlogged=true] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=3,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=3,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=3,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=4,lit=true,waterlogged=true] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=4,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=4,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=4,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:pink_candle 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=1,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=1,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=1,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=2,lit=true,waterlogged=true] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=2,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=2,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=2,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=3,lit=true,waterlogged=true] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=3,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=3,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=3,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=4,lit=true,waterlogged=true] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=4,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=4,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=4,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:gray_candle 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=1,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=1,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=1,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=2,lit=true,waterlogged=true] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=2,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=2,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=2,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=3,lit=true,waterlogged=true] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=3,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=3,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=3,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=4,lit=true,waterlogged=true] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=4,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=4,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=4,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:light_gray_candle 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=1,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=1,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=1,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=2,lit=true,waterlogged=true] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=2,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=2,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=2,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=3,lit=true,waterlogged=true] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=3,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=3,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=3,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=4,lit=true,waterlogged=true] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=4,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=4,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=4,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:cyan_candle 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=1,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=1,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=1,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=2,lit=true,waterlogged=true] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=2,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=2,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=2,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=3,lit=true,waterlogged=true] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=3,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=3,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=3,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=4,lit=true,waterlogged=true] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=4,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=4,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=4,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:purple_candle 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=1,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=1,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=1,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=2,lit=true,waterlogged=true] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=2,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=2,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=2,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=3,lit=true,waterlogged=true] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=3,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=3,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=3,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=4,lit=true,waterlogged=true] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=4,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=4,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=4,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:blue_candle 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=1,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=1,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=1,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=2,lit=true,waterlogged=true] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=2,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=2,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=2,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=3,lit=true,waterlogged=true] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=3,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=3,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=3,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=4,lit=true,waterlogged=true] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=4,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=4,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=4,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:brown_candle 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=1,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=1,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=1,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=2,lit=true,waterlogged=true] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=2,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=2,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=2,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=3,lit=true,waterlogged=true] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=3,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=3,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=3,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=4,lit=true,waterlogged=true] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=4,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=4,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=4,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:green_candle 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=1,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=1,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=1,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=2,lit=true,waterlogged=true] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=2,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=2,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=2,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=3,lit=true,waterlogged=true] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=3,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=3,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=3,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=4,lit=true,waterlogged=true] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=4,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=4,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=4,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:red_candle 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=1,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=1,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=1,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=2,lit=true,waterlogged=true] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=2,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=2,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=2,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=3,lit=true,waterlogged=true] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=3,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=3,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=3,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=4,lit=true,waterlogged=true] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=4,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=4,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=4,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:black_candle 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=1,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=1,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=1,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=2,lit=true,waterlogged=true] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=2,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=2,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=2,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=3,lit=true,waterlogged=true] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=3,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=3,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=3,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=4,lit=true,waterlogged=true] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=4,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=4,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=4,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:white_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:white_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:orange_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:orange_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:magenta_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:magenta_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:light_blue_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:light_blue_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:yellow_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:yellow_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:lime_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:lime_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:pink_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:pink_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:gray_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:gray_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:light_gray_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:light_gray_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:cyan_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:cyan_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:purple_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:purple_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:blue_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:blue_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:brown_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:brown_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:green_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:green_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:red_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:red_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:black_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:black_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:amethyst_block 133 97 191 255 106 77 152 255 66 48 95 255 53 38 76 255 +minecraft:budding_amethyst 132 96 186 255 105 76 148 255 66 48 93 255 52 38 74 255 +minecraft:amethyst_cluster 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=north,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=east,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=east,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=south,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=south,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=west,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=west,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=up,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=up,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=down,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=down,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:large_amethyst_bud 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=north,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=east,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=east,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=south,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=south,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=west,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=west,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=up,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=up,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=down,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=down,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:medium_amethyst_bud 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=north,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=east,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=east,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=south,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=south,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=west,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=west,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=up,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=up,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=down,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=down,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:small_amethyst_bud 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=north,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=east,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=east,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=south,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=south,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=west,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=west,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=up,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=up,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=down,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=down,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:tuff 108 109 102 255 86 87 81 255 54 54 51 255 43 43 40 255 +minecraft:calcite 223 224 220 255 178 179 176 255 111 112 110 255 89 89 88 255 +minecraft:tinted_glass 44 38 46 131 35 30 36 131 22 19 23 131 17 15 18 131 +minecraft:powder_snow 248 253 253 255 198 202 202 255 124 126 126 255 99 101 101 255 +minecraft:sculk_sensor 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=cooldown,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=cooldown,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=inactive,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=cooldown,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=cooldown,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=inactive,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:oxidized_copper 82 162 132 255 65 129 105 255 41 81 66 255 32 64 52 255 +minecraft:weathered_copper 108 153 110 255 86 122 88 255 54 76 55 255 43 61 44 255 +minecraft:exposed_copper 161 125 103 255 128 100 82 255 80 62 51 255 64 50 41 255 +minecraft:copper_block 192 107 79 255 153 85 63 255 96 53 39 255 76 42 31 255 +minecraft:copper_ore 124 125 120 255 99 100 96 255 62 62 60 255 49 50 48 255 +minecraft:deepslate_copper_ore 92 93 89 255 73 74 71 255 46 46 44 255 36 37 35 255 +minecraft:oxidized_cut_copper 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:weathered_cut_copper 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:exposed_cut_copper 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:cut_copper 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:oxidized_cut_copper_stairs 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:weathered_cut_copper_stairs 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:exposed_cut_copper_stairs 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:cut_copper_stairs 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:oxidized_cut_copper_slab 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=top,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=bottom,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=bottom,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=double,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=double,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:weathered_cut_copper_slab 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=top,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=bottom,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=bottom,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=double,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=double,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:exposed_cut_copper_slab 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=top,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=bottom,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=bottom,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=double,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=double,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:cut_copper_slab 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=top,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=bottom,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=bottom,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=double,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=double,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_copper_block 192 107 79 255 153 85 63 255 96 53 39 255 76 42 31 255 +minecraft:waxed_weathered_copper 108 153 110 255 86 122 88 255 54 76 55 255 43 61 44 255 +minecraft:waxed_exposed_copper 161 125 103 255 128 100 82 255 80 62 51 255 64 50 41 255 +minecraft:waxed_oxidized_copper 82 162 132 255 65 129 105 255 41 81 66 255 32 64 52 255 +minecraft:waxed_oxidized_cut_copper 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_weathered_cut_copper 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_exposed_cut_copper 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_cut_copper 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_oxidized_cut_copper_stairs 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_weathered_cut_copper_stairs 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_exposed_cut_copper_stairs 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_cut_copper_stairs 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_oxidized_cut_copper_slab 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=top,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=bottom,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=bottom,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=double,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=double,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_weathered_cut_copper_slab 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=top,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=bottom,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=bottom,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=double,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=double,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_exposed_cut_copper_slab 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=top,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=bottom,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=bottom,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=double,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=double,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_cut_copper_slab 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=top,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=bottom,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=bottom,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=double,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=double,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:pointed_dripstone 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=up,waterlogged=false] 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=down,waterlogged=true] 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=down,waterlogged=false] 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=up,waterlogged=true] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=up,waterlogged=false] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=down,waterlogged=true] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=down,waterlogged=false] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=up,waterlogged=true] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=up,waterlogged=false] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=down,waterlogged=true] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=down,waterlogged=false] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=up,waterlogged=true] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=up,waterlogged=false] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=down,waterlogged=true] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=down,waterlogged=false] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=base,vertical_direction=up,waterlogged=true] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:pointed_dripstone[thickness=base,vertical_direction=up,waterlogged=false] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:pointed_dripstone[thickness=base,vertical_direction=down,waterlogged=true] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:pointed_dripstone[thickness=base,vertical_direction=down,waterlogged=false] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:dripstone_block 134 107 92 255 107 85 73 255 67 53 46 255 53 42 36 255 +minecraft:cave_vines 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=0,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=1,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=1,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=2,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=2,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=3,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=3,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=4,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=4,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=5,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=5,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=6,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=6,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=7,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=7,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=8,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=8,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=9,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=9,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=10,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=10,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=11,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=11,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=12,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=12,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=13,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=13,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=14,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=14,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=15,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=15,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=16,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=16,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=17,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=17,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=18,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=18,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=19,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=19,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=20,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=20,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=21,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=21,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=22,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=22,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=23,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=23,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=24,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=24,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=25,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=25,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines_plant 105 107 40 159 84 85 32 159 52 53 20 159 42 42 16 159 +minecraft:cave_vines_plant[berries=false] 88 101 38 143 70 80 30 143 44 50 19 143 35 40 15 143 +minecraft:spore_blossom 206 96 158 123 164 76 126 123 103 48 79 123 82 38 63 123 +minecraft:azalea 93 117 45 153 74 93 36 153 46 58 22 153 37 46 18 153 +minecraft:flowering_azalea 111 113 73 153 88 90 58 153 55 56 36 153 44 45 29 153 +minecraft:moss_carpet 89 109 45 255 71 87 36 255 44 54 22 255 35 43 18 255 +minecraft:moss_block 89 109 45 255 71 87 36 255 44 54 22 255 35 43 18 255 +minecraft:big_dripleaf_stem 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=north,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=south,waterlogged=true] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=south,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=west,waterlogged=true] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=west,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=east,waterlogged=true] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=east,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:small_dripleaf 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=north,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=north,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=north,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=south,half=upper,waterlogged=true] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=south,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=south,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=south,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=west,half=upper,waterlogged=true] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=west,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=west,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=west,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=east,half=upper,waterlogged=true] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=east,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=east,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=east,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:hanging_roots 161 115 91 74 128 92 72 74 80 57 45 74 64 46 36 74 +minecraft:hanging_roots[waterlogged=false] 161 115 91 74 128 92 72 74 80 57 45 74 64 46 36 74 +minecraft:rooted_dirt 144 103 76 255 115 82 60 255 72 51 38 255 57 41 30 255 +minecraft:deepslate 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:deepslate[axis=y] 87 87 89 255 69 69 71 255 43 43 44 255 34 34 35 255 +minecraft:deepslate[axis=z] 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:cobbled_deepslate 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=top,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=bottom,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=bottom,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=double,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=double,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:polished_deepslate 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=top,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=bottom,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=bottom,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=double,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=double,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:deepslate_tiles 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=top,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=bottom,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=bottom,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=double,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=double,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_bricks 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=top,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=bottom,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=bottom,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=double,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=double,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:chiseled_deepslate 54 54 54 255 43 43 43 255 27 27 27 255 21 21 21 255 +minecraft:cracked_deepslate_bricks 64 64 65 255 51 51 52 255 32 32 32 255 25 25 26 255 +minecraft:cracked_deepslate_tiles 52 52 52 255 41 41 41 255 26 26 26 255 20 20 20 255 +minecraft:infested_deepslate 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:infested_deepslate[axis=y] 87 87 89 255 69 69 71 255 43 43 44 255 34 34 35 255 +minecraft:infested_deepslate[axis=z] 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:smooth_basalt 72 72 78 255 57 57 62 255 36 36 39 255 28 28 31 255 +minecraft:raw_iron_block 166 135 107 255 132 108 85 255 83 67 53 255 66 54 42 255 +minecraft:raw_copper_block 154 105 79 255 123 84 63 255 77 52 39 255 61 42 31 255 +minecraft:raw_gold_block 221 169 46 255 176 135 36 255 110 84 23 255 88 67 18 255 diff --git a/minecolonies-1.20.1/data/dynmap/colorschemes/dokulight.txt b/minecolonies-1.20.1/data/dynmap/colorschemes/dokulight.txt new file mode 100644 index 00000000..0cf3b891 --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/colorschemes/dokulight.txt @@ -0,0 +1,19763 @@ +minecraft:stone 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:granite 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:polished_granite 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:diorite 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:polished_diorite 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:andesite 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:polished_andesite 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:grass_block 64 104 47 255 51 83 37 255 32 52 23 255 25 41 18 255 +minecraft:grass_block[snowy=false] 64 104 47 255 51 83 37 255 32 52 23 255 25 41 18 255 +minecraft:dirt 96 70 52 255 76 56 41 255 48 35 26 255 38 28 20 255 +minecraft:coarse_dirt 74 64 56 255 59 51 44 255 37 32 28 255 29 25 22 255 +minecraft:podzol 193 193 193 255 154 154 154 255 96 96 96 255 77 77 77 255 +minecraft:podzol[snowy=false] 140 88 28 255 112 70 22 255 70 44 14 255 56 35 11 255 +minecraft:cobblestone 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:oak_planks 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:spruce_planks 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:birch_planks 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:jungle_planks 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:acacia_planks 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:dark_oak_planks 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:oak_sapling 37 59 28 114 29 47 22 114 18 29 14 114 14 23 11 114 +minecraft:oak_sapling[stage=1] 37 59 28 114 29 47 22 114 18 29 14 114 14 23 11 114 +minecraft:spruce_sapling 34 54 26 63 27 43 20 63 17 27 13 63 13 21 10 63 +minecraft:spruce_sapling[stage=1] 34 54 26 63 27 43 20 63 17 27 13 63 13 21 10 63 +minecraft:birch_sapling 75 97 48 91 60 77 38 91 37 48 24 91 30 38 19 91 +minecraft:birch_sapling[stage=1] 75 97 48 91 60 77 38 91 37 48 24 91 30 38 19 91 +minecraft:jungle_sapling 30 69 9 81 24 55 7 81 15 34 4 81 12 27 3 81 +minecraft:jungle_sapling[stage=1] 30 69 9 81 24 55 7 81 15 34 4 81 12 27 3 81 +minecraft:acacia_sapling 75 76 25 81 60 60 20 81 37 38 12 81 30 30 10 81 +minecraft:acacia_sapling[stage=1] 75 76 25 81 60 60 20 81 37 38 12 81 30 30 10 81 +minecraft:dark_oak_sapling 37 40 30 121 29 32 24 121 18 20 15 121 14 16 12 121 +minecraft:dark_oak_sapling[stage=1] 37 40 30 121 29 32 24 121 18 20 15 121 14 16 12 121 +minecraft:bedrock 41 43 46 255 32 34 36 255 20 21 23 255 16 17 18 255 +minecraft:water 69 154 225 126 55 123 180 126 34 77 112 126 27 61 90 126 +minecraft:water[level=1] 69 154 225 126 55 123 180 126 34 77 112 126 27 61 90 126 +minecraft:water[level=2] 69 154 225 126 55 123 180 126 34 77 112 126 27 61 90 126 +minecraft:water[level=3] 69 154 225 126 55 123 180 126 34 77 112 126 27 61 90 126 +minecraft:water[level=4] 69 154 225 126 55 123 180 126 34 77 112 126 27 61 90 126 +minecraft:water[level=5] 69 154 225 126 55 123 180 126 34 77 112 126 27 61 90 126 +minecraft:water[level=6] 69 154 225 126 55 123 180 126 34 77 112 126 27 61 90 126 +minecraft:water[level=7] 69 154 225 126 55 123 180 126 34 77 112 126 27 61 90 126 +minecraft:water[level=8] 69 154 225 126 55 123 180 126 34 77 112 126 27 61 90 126 +minecraft:water[level=9] 69 154 225 126 55 123 180 126 34 77 112 126 27 61 90 126 +minecraft:water[level=10] 69 154 225 126 55 123 180 126 34 77 112 126 27 61 90 126 +minecraft:water[level=11] 69 154 225 126 55 123 180 126 34 77 112 126 27 61 90 126 +minecraft:water[level=12] 69 154 225 126 55 123 180 126 34 77 112 126 27 61 90 126 +minecraft:water[level=13] 69 154 225 126 55 123 180 126 34 77 112 126 27 61 90 126 +minecraft:water[level=14] 69 154 225 126 55 123 180 126 34 77 112 126 27 61 90 126 +minecraft:water[level=15] 69 154 225 126 55 123 180 126 34 77 112 126 27 61 90 126 +minecraft:lava 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=1] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=2] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=3] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=4] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=5] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=6] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=7] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=8] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=9] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=10] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=11] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=12] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=13] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=14] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=15] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:sand 230 217 160 255 184 173 128 255 115 108 80 255 92 86 64 255 +minecraft:red_sand 156 96 58 255 124 76 46 255 78 48 29 255 62 38 23 255 +minecraft:gravel 77 73 61 255 61 58 48 255 38 36 30 255 30 29 24 255 +minecraft:gold_ore 130 129 101 255 104 103 80 255 65 64 50 255 52 51 40 255 +minecraft:deepslate_gold_ore 94 84 64 255 75 67 51 255 47 42 32 255 37 33 25 255 +minecraft:iron_ore 120 119 108 255 96 95 86 255 60 59 54 255 48 47 43 255 +minecraft:deepslate_iron_ore 80 69 67 255 64 55 53 255 40 34 33 255 32 27 26 255 +minecraft:coal_ore 91 99 95 255 72 79 76 255 45 49 47 255 36 39 38 255 +minecraft:deepslate_coal_ore 54 53 56 255 43 42 44 255 27 26 28 255 21 21 22 255 +minecraft:nether_gold_ore 117 68 58 255 93 54 46 255 58 34 29 255 46 27 23 255 +minecraft:oak_log 73 60 40 255 58 48 32 255 36 30 20 255 29 24 16 255 +minecraft:oak_log[axis=y] 140 123 88 255 112 98 70 255 70 61 44 255 56 49 35 255 +minecraft:oak_log[axis=z] 73 60 40 255 58 48 32 255 36 30 20 255 29 24 16 255 +minecraft:spruce_log 50 39 35 255 40 31 28 255 25 19 17 255 20 15 14 255 +minecraft:spruce_log[axis=y] 124 103 95 255 99 82 76 255 62 51 47 255 49 41 38 255 +minecraft:spruce_log[axis=z] 50 39 35 255 40 31 28 255 25 19 17 255 20 15 14 255 +minecraft:birch_log 182 180 175 255 145 144 140 255 91 90 87 255 72 72 70 255 +minecraft:birch_log[axis=y] 140 130 97 255 112 104 77 255 70 65 48 255 56 52 38 255 +minecraft:birch_log[axis=z] 182 180 175 255 145 144 140 255 91 90 87 255 72 72 70 255 +minecraft:jungle_log 43 39 15 255 34 31 12 255 21 19 7 255 17 15 6 255 +minecraft:jungle_log[axis=y] 117 103 64 255 93 82 51 255 58 51 32 255 46 41 25 255 +minecraft:jungle_log[axis=z] 43 39 15 255 34 31 12 255 21 19 7 255 17 15 6 255 +minecraft:acacia_log 83 68 52 255 66 54 41 255 41 34 26 255 33 27 20 255 +minecraft:acacia_log[axis=y] 114 68 40 255 91 54 32 255 57 34 20 255 45 27 16 255 +minecraft:acacia_log[axis=z] 83 68 52 255 66 54 41 255 41 34 26 255 33 27 20 255 +minecraft:dark_oak_log 54 43 22 255 43 34 17 255 27 21 11 255 21 17 8 255 +minecraft:dark_oak_log[axis=y] 70 55 38 255 56 44 30 255 35 27 19 255 28 22 15 255 +minecraft:dark_oak_log[axis=z] 54 43 22 255 43 34 17 255 27 21 11 255 21 17 8 255 +minecraft:stripped_spruce_log 175 150 131 255 140 120 104 255 87 75 65 255 70 60 52 255 +minecraft:stripped_spruce_log[axis=y] 166 139 128 255 132 111 102 255 83 69 64 255 66 55 51 255 +minecraft:stripped_spruce_log[axis=z] 175 150 131 255 140 120 104 255 87 75 65 255 70 60 52 255 +minecraft:stripped_birch_log 209 201 157 255 167 160 125 255 104 100 78 255 83 80 62 255 +minecraft:stripped_birch_log[axis=y] 182 170 130 255 145 136 104 255 91 85 65 255 72 68 52 255 +minecraft:stripped_birch_log[axis=z] 209 201 157 255 167 160 125 255 104 100 78 255 83 80 62 255 +minecraft:stripped_jungle_log 182 169 117 255 145 135 93 255 91 84 58 255 72 67 46 255 +minecraft:stripped_jungle_log[axis=y] 157 141 90 255 125 112 72 255 78 70 45 255 62 56 36 255 +minecraft:stripped_jungle_log[axis=z] 182 169 117 255 145 135 93 255 91 84 58 255 72 67 46 255 +minecraft:stripped_acacia_log 160 91 48 255 128 72 38 255 80 45 24 255 64 36 19 255 +minecraft:stripped_acacia_log[axis=y] 143 81 45 255 114 64 36 255 71 40 22 255 57 32 18 255 +minecraft:stripped_acacia_log[axis=z] 160 91 48 255 128 72 38 255 80 45 24 255 64 36 19 255 +minecraft:stripped_dark_oak_log 87 67 44 255 69 53 35 255 43 33 22 255 34 26 17 255 +minecraft:stripped_dark_oak_log[axis=y] 88 68 48 255 70 54 38 255 44 34 24 255 35 27 19 255 +minecraft:stripped_dark_oak_log[axis=z] 87 67 44 255 69 53 35 255 43 33 22 255 34 26 17 255 +minecraft:stripped_oak_log 200 183 145 255 160 146 116 255 100 91 72 255 80 73 58 255 +minecraft:stripped_oak_log[axis=y] 187 167 122 255 149 133 97 255 93 83 61 255 74 66 48 255 +minecraft:stripped_oak_log[axis=z] 200 183 145 255 160 146 116 255 100 91 72 255 80 73 58 255 +minecraft:oak_wood 73 60 40 255 58 48 32 255 36 30 20 255 29 24 16 255 +minecraft:oak_wood[axis=y] 73 60 40 255 58 48 32 255 36 30 20 255 29 24 16 255 +minecraft:oak_wood[axis=z] 73 60 40 255 58 48 32 255 36 30 20 255 29 24 16 255 +minecraft:spruce_wood 50 39 35 255 40 31 28 255 25 19 17 255 20 15 14 255 +minecraft:spruce_wood[axis=y] 50 39 35 255 40 31 28 255 25 19 17 255 20 15 14 255 +minecraft:spruce_wood[axis=z] 50 39 35 255 40 31 28 255 25 19 17 255 20 15 14 255 +minecraft:birch_wood 182 180 175 255 145 144 140 255 91 90 87 255 72 72 70 255 +minecraft:birch_wood[axis=y] 182 180 175 255 145 144 140 255 91 90 87 255 72 72 70 255 +minecraft:birch_wood[axis=z] 182 180 175 255 145 144 140 255 91 90 87 255 72 72 70 255 +minecraft:jungle_wood 43 39 15 255 34 31 12 255 21 19 7 255 17 15 6 255 +minecraft:jungle_wood[axis=y] 43 39 15 255 34 31 12 255 21 19 7 255 17 15 6 255 +minecraft:jungle_wood[axis=z] 43 39 15 255 34 31 12 255 21 19 7 255 17 15 6 255 +minecraft:acacia_wood 83 68 52 255 66 54 41 255 41 34 26 255 33 27 20 255 +minecraft:acacia_wood[axis=y] 83 68 52 255 66 54 41 255 41 34 26 255 33 27 20 255 +minecraft:acacia_wood[axis=z] 83 68 52 255 66 54 41 255 41 34 26 255 33 27 20 255 +minecraft:dark_oak_wood 54 43 22 255 43 34 17 255 27 21 11 255 21 17 8 255 +minecraft:dark_oak_wood[axis=y] 54 43 22 255 43 34 17 255 27 21 11 255 21 17 8 255 +minecraft:dark_oak_wood[axis=z] 54 43 22 255 43 34 17 255 27 21 11 255 21 17 8 255 +minecraft:stripped_oak_wood 200 183 145 255 160 146 116 255 100 91 72 255 80 73 58 255 +minecraft:stripped_oak_wood[axis=y] 200 183 145 255 160 146 116 255 100 91 72 255 80 73 58 255 +minecraft:stripped_oak_wood[axis=z] 200 183 145 255 160 146 116 255 100 91 72 255 80 73 58 255 +minecraft:stripped_spruce_wood 175 150 131 255 140 120 104 255 87 75 65 255 70 60 52 255 +minecraft:stripped_spruce_wood[axis=y] 175 150 131 255 140 120 104 255 87 75 65 255 70 60 52 255 +minecraft:stripped_spruce_wood[axis=z] 175 150 131 255 140 120 104 255 87 75 65 255 70 60 52 255 +minecraft:stripped_birch_wood 209 201 157 255 167 160 125 255 104 100 78 255 83 80 62 255 +minecraft:stripped_birch_wood[axis=y] 209 201 157 255 167 160 125 255 104 100 78 255 83 80 62 255 +minecraft:stripped_birch_wood[axis=z] 209 201 157 255 167 160 125 255 104 100 78 255 83 80 62 255 +minecraft:stripped_jungle_wood 182 169 117 255 145 135 93 255 91 84 58 255 72 67 46 255 +minecraft:stripped_jungle_wood[axis=y] 182 169 117 255 145 135 93 255 91 84 58 255 72 67 46 255 +minecraft:stripped_jungle_wood[axis=z] 182 169 117 255 145 135 93 255 91 84 58 255 72 67 46 255 +minecraft:stripped_acacia_wood 160 91 48 255 128 72 38 255 80 45 24 255 64 36 19 255 +minecraft:stripped_acacia_wood[axis=y] 160 91 48 255 128 72 38 255 80 45 24 255 64 36 19 255 +minecraft:stripped_acacia_wood[axis=z] 160 91 48 255 128 72 38 255 80 45 24 255 64 36 19 255 +minecraft:stripped_dark_oak_wood 87 67 44 255 69 53 35 255 43 33 22 255 34 26 17 255 +minecraft:stripped_dark_oak_wood[axis=y] 87 67 44 255 69 53 35 255 43 33 22 255 34 26 17 255 +minecraft:stripped_dark_oak_wood[axis=z] 87 67 44 255 69 53 35 255 43 33 22 255 34 26 17 255 +minecraft:oak_leaves 50 66 30 171 40 52 24 171 25 33 15 171 20 26 12 171 +minecraft:oak_leaves[distance=1,persistent=false] 50 66 30 171 40 52 24 171 25 33 15 171 20 26 12 171 +minecraft:oak_leaves[distance=2,persistent=true] 50 66 30 171 40 52 24 171 25 33 15 171 20 26 12 171 +minecraft:oak_leaves[distance=2,persistent=false] 50 66 30 171 40 52 24 171 25 33 15 171 20 26 12 171 +minecraft:oak_leaves[distance=3,persistent=true] 50 66 30 171 40 52 24 171 25 33 15 171 20 26 12 171 +minecraft:oak_leaves[distance=3,persistent=false] 50 66 30 171 40 52 24 171 25 33 15 171 20 26 12 171 +minecraft:oak_leaves[distance=4,persistent=true] 50 66 30 171 40 52 24 171 25 33 15 171 20 26 12 171 +minecraft:oak_leaves[distance=4,persistent=false] 50 66 30 171 40 52 24 171 25 33 15 171 20 26 12 171 +minecraft:oak_leaves[distance=5,persistent=true] 50 66 30 171 40 52 24 171 25 33 15 171 20 26 12 171 +minecraft:oak_leaves[distance=5,persistent=false] 50 66 30 171 40 52 24 171 25 33 15 171 20 26 12 171 +minecraft:oak_leaves[distance=6,persistent=true] 50 66 30 171 40 52 24 171 25 33 15 171 20 26 12 171 +minecraft:oak_leaves[distance=6,persistent=false] 50 66 30 171 40 52 24 171 25 33 15 171 20 26 12 171 +minecraft:oak_leaves[distance=7,persistent=true] 50 66 30 171 40 52 24 171 25 33 15 171 20 26 12 171 +minecraft:oak_leaves[distance=7,persistent=false] 50 66 30 171 40 52 24 171 25 33 15 171 20 26 12 171 +minecraft:spruce_leaves 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=1,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=2,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=2,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=3,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=3,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=4,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=4,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=5,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=5,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=6,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=6,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=7,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=7,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:birch_leaves 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=1,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=2,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=2,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=3,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=3,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=4,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=4,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=5,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=5,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=6,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=6,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=7,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=7,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:jungle_leaves 55 71 30 177 44 56 24 177 27 35 15 177 22 28 12 177 +minecraft:jungle_leaves[distance=1,persistent=false] 55 71 30 177 44 56 24 177 27 35 15 177 22 28 12 177 +minecraft:jungle_leaves[distance=2,persistent=true] 55 71 30 177 44 56 24 177 27 35 15 177 22 28 12 177 +minecraft:jungle_leaves[distance=2,persistent=false] 55 71 30 177 44 56 24 177 27 35 15 177 22 28 12 177 +minecraft:jungle_leaves[distance=3,persistent=true] 55 71 30 177 44 56 24 177 27 35 15 177 22 28 12 177 +minecraft:jungle_leaves[distance=3,persistent=false] 55 71 30 177 44 56 24 177 27 35 15 177 22 28 12 177 +minecraft:jungle_leaves[distance=4,persistent=true] 55 71 30 177 44 56 24 177 27 35 15 177 22 28 12 177 +minecraft:jungle_leaves[distance=4,persistent=false] 55 71 30 177 44 56 24 177 27 35 15 177 22 28 12 177 +minecraft:jungle_leaves[distance=5,persistent=true] 55 71 30 177 44 56 24 177 27 35 15 177 22 28 12 177 +minecraft:jungle_leaves[distance=5,persistent=false] 55 71 30 177 44 56 24 177 27 35 15 177 22 28 12 177 +minecraft:jungle_leaves[distance=6,persistent=true] 55 71 30 177 44 56 24 177 27 35 15 177 22 28 12 177 +minecraft:jungle_leaves[distance=6,persistent=false] 55 71 30 177 44 56 24 177 27 35 15 177 22 28 12 177 +minecraft:jungle_leaves[distance=7,persistent=true] 55 71 30 177 44 56 24 177 27 35 15 177 22 28 12 177 +minecraft:jungle_leaves[distance=7,persistent=false] 55 71 30 177 44 56 24 177 27 35 15 177 22 28 12 177 +minecraft:acacia_leaves 52 68 31 147 41 54 24 147 26 34 15 147 20 27 12 147 +minecraft:acacia_leaves[distance=1,persistent=false] 52 68 31 147 41 54 24 147 26 34 15 147 20 27 12 147 +minecraft:acacia_leaves[distance=2,persistent=true] 52 68 31 147 41 54 24 147 26 34 15 147 20 27 12 147 +minecraft:acacia_leaves[distance=2,persistent=false] 52 68 31 147 41 54 24 147 26 34 15 147 20 27 12 147 +minecraft:acacia_leaves[distance=3,persistent=true] 52 68 31 147 41 54 24 147 26 34 15 147 20 27 12 147 +minecraft:acacia_leaves[distance=3,persistent=false] 52 68 31 147 41 54 24 147 26 34 15 147 20 27 12 147 +minecraft:acacia_leaves[distance=4,persistent=true] 52 68 31 147 41 54 24 147 26 34 15 147 20 27 12 147 +minecraft:acacia_leaves[distance=4,persistent=false] 52 68 31 147 41 54 24 147 26 34 15 147 20 27 12 147 +minecraft:acacia_leaves[distance=5,persistent=true] 52 68 31 147 41 54 24 147 26 34 15 147 20 27 12 147 +minecraft:acacia_leaves[distance=5,persistent=false] 52 68 31 147 41 54 24 147 26 34 15 147 20 27 12 147 +minecraft:acacia_leaves[distance=6,persistent=true] 52 68 31 147 41 54 24 147 26 34 15 147 20 27 12 147 +minecraft:acacia_leaves[distance=6,persistent=false] 52 68 31 147 41 54 24 147 26 34 15 147 20 27 12 147 +minecraft:acacia_leaves[distance=7,persistent=true] 52 68 31 147 41 54 24 147 26 34 15 147 20 27 12 147 +minecraft:acacia_leaves[distance=7,persistent=false] 52 68 31 147 41 54 24 147 26 34 15 147 20 27 12 147 +minecraft:dark_oak_leaves 52 69 31 178 41 55 24 178 26 34 15 178 20 27 12 178 +minecraft:dark_oak_leaves[distance=1,persistent=false] 52 69 31 178 41 55 24 178 26 34 15 178 20 27 12 178 +minecraft:dark_oak_leaves[distance=2,persistent=true] 52 69 31 178 41 55 24 178 26 34 15 178 20 27 12 178 +minecraft:dark_oak_leaves[distance=2,persistent=false] 52 69 31 178 41 55 24 178 26 34 15 178 20 27 12 178 +minecraft:dark_oak_leaves[distance=3,persistent=true] 52 69 31 178 41 55 24 178 26 34 15 178 20 27 12 178 +minecraft:dark_oak_leaves[distance=3,persistent=false] 52 69 31 178 41 55 24 178 26 34 15 178 20 27 12 178 +minecraft:dark_oak_leaves[distance=4,persistent=true] 52 69 31 178 41 55 24 178 26 34 15 178 20 27 12 178 +minecraft:dark_oak_leaves[distance=4,persistent=false] 52 69 31 178 41 55 24 178 26 34 15 178 20 27 12 178 +minecraft:dark_oak_leaves[distance=5,persistent=true] 52 69 31 178 41 55 24 178 26 34 15 178 20 27 12 178 +minecraft:dark_oak_leaves[distance=5,persistent=false] 52 69 31 178 41 55 24 178 26 34 15 178 20 27 12 178 +minecraft:dark_oak_leaves[distance=6,persistent=true] 52 69 31 178 41 55 24 178 26 34 15 178 20 27 12 178 +minecraft:dark_oak_leaves[distance=6,persistent=false] 52 69 31 178 41 55 24 178 26 34 15 178 20 27 12 178 +minecraft:dark_oak_leaves[distance=7,persistent=true] 52 69 31 178 41 55 24 178 26 34 15 178 20 27 12 178 +minecraft:dark_oak_leaves[distance=7,persistent=false] 52 69 31 178 41 55 24 178 26 34 15 178 20 27 12 178 +minecraft:azalea_leaves 31 52 9 196 24 41 7 196 15 26 4 196 12 20 3 196 +minecraft:azalea_leaves[distance=1,persistent=false] 31 52 9 196 24 41 7 196 15 26 4 196 12 20 3 196 +minecraft:azalea_leaves[distance=2,persistent=true] 31 52 9 196 24 41 7 196 15 26 4 196 12 20 3 196 +minecraft:azalea_leaves[distance=2,persistent=false] 31 52 9 196 24 41 7 196 15 26 4 196 12 20 3 196 +minecraft:azalea_leaves[distance=3,persistent=true] 31 52 9 196 24 41 7 196 15 26 4 196 12 20 3 196 +minecraft:azalea_leaves[distance=3,persistent=false] 31 52 9 196 24 41 7 196 15 26 4 196 12 20 3 196 +minecraft:azalea_leaves[distance=4,persistent=true] 31 52 9 196 24 41 7 196 15 26 4 196 12 20 3 196 +minecraft:azalea_leaves[distance=4,persistent=false] 31 52 9 196 24 41 7 196 15 26 4 196 12 20 3 196 +minecraft:azalea_leaves[distance=5,persistent=true] 31 52 9 196 24 41 7 196 15 26 4 196 12 20 3 196 +minecraft:azalea_leaves[distance=5,persistent=false] 31 52 9 196 24 41 7 196 15 26 4 196 12 20 3 196 +minecraft:azalea_leaves[distance=6,persistent=true] 31 52 9 196 24 41 7 196 15 26 4 196 12 20 3 196 +minecraft:azalea_leaves[distance=6,persistent=false] 31 52 9 196 24 41 7 196 15 26 4 196 12 20 3 196 +minecraft:azalea_leaves[distance=7,persistent=true] 31 52 9 196 24 41 7 196 15 26 4 196 12 20 3 196 +minecraft:azalea_leaves[distance=7,persistent=false] 31 52 9 196 24 41 7 196 15 26 4 196 12 20 3 196 +minecraft:flowering_azalea_leaves 34 51 12 204 27 40 9 204 17 25 6 204 13 20 4 204 +minecraft:flowering_azalea_leaves[distance=1,persistent=false] 34 51 12 204 27 40 9 204 17 25 6 204 13 20 4 204 +minecraft:flowering_azalea_leaves[distance=2,persistent=true] 34 51 12 204 27 40 9 204 17 25 6 204 13 20 4 204 +minecraft:flowering_azalea_leaves[distance=2,persistent=false] 34 51 12 204 27 40 9 204 17 25 6 204 13 20 4 204 +minecraft:flowering_azalea_leaves[distance=3,persistent=true] 34 51 12 204 27 40 9 204 17 25 6 204 13 20 4 204 +minecraft:flowering_azalea_leaves[distance=3,persistent=false] 34 51 12 204 27 40 9 204 17 25 6 204 13 20 4 204 +minecraft:flowering_azalea_leaves[distance=4,persistent=true] 34 51 12 204 27 40 9 204 17 25 6 204 13 20 4 204 +minecraft:flowering_azalea_leaves[distance=4,persistent=false] 34 51 12 204 27 40 9 204 17 25 6 204 13 20 4 204 +minecraft:flowering_azalea_leaves[distance=5,persistent=true] 34 51 12 204 27 40 9 204 17 25 6 204 13 20 4 204 +minecraft:flowering_azalea_leaves[distance=5,persistent=false] 34 51 12 204 27 40 9 204 17 25 6 204 13 20 4 204 +minecraft:flowering_azalea_leaves[distance=6,persistent=true] 34 51 12 204 27 40 9 204 17 25 6 204 13 20 4 204 +minecraft:flowering_azalea_leaves[distance=6,persistent=false] 34 51 12 204 27 40 9 204 17 25 6 204 13 20 4 204 +minecraft:flowering_azalea_leaves[distance=7,persistent=true] 34 51 12 204 27 40 9 204 17 25 6 204 13 20 4 204 +minecraft:flowering_azalea_leaves[distance=7,persistent=false] 34 51 12 204 27 40 9 204 17 25 6 204 13 20 4 204 +minecraft:sponge 186 167 86 255 148 133 68 255 93 83 43 255 74 66 34 255 +minecraft:wet_sponge 159 143 77 255 127 114 61 255 79 71 38 255 63 57 30 255 +minecraft:glass 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:lapis_ore 92 114 131 255 73 91 104 255 46 57 65 255 36 45 52 255 +minecraft:deepslate_lapis_ore 56 69 94 255 44 55 75 255 28 34 47 255 22 27 37 255 +minecraft:lapis_block 44 86 152 255 35 68 121 255 22 43 76 255 17 34 60 255 +minecraft:dispenser 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:dispenser[facing=north,triggered=false] 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:dispenser[facing=east,triggered=true] 111 117 106 255 88 93 84 255 55 58 53 255 44 46 42 255 +minecraft:dispenser[facing=east,triggered=false] 111 117 106 255 88 93 84 255 55 58 53 255 44 46 42 255 +minecraft:dispenser[facing=south,triggered=true] 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:dispenser[facing=south,triggered=false] 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:dispenser[facing=west,triggered=true] 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:dispenser[facing=west,triggered=false] 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:dispenser[facing=up,triggered=true] 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:dispenser[facing=up,triggered=false] 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:dispenser[facing=down,triggered=true] 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:dispenser[facing=down,triggered=false] 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:sandstone 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:chiseled_sandstone 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:cut_sandstone 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:note_block 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=0,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=1,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=1,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=2,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=2,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=3,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=3,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=4,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=4,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=5,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=5,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=6,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=6,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=7,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=7,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=8,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=8,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=9,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=9,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=10,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=10,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=11,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=11,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=12,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=12,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=13,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=13,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=14,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=14,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=15,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=15,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=16,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=16,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=17,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=17,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=18,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=18,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=19,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=19,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=20,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=20,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=21,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=21,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=22,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=22,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=23,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=23,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=24,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=24,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=0,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=0,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=1,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=1,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=2,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=2,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=3,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=3,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=4,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=4,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=5,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=5,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=6,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=6,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=7,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=7,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=8,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=8,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=9,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=9,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=10,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=10,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=11,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=11,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=12,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=12,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=13,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=13,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=14,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=14,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=15,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=15,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=16,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=16,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=17,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=17,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=18,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=18,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=19,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=19,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=20,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=20,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=21,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=21,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=22,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=22,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=23,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=23,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=24,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=24,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=0,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=0,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=1,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=1,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=2,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=2,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=3,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=3,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=4,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=4,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=5,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=5,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=6,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=6,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=7,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=7,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=8,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=8,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=9,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=9,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=10,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=10,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=11,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=11,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=12,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=12,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=13,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=13,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=14,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=14,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=15,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=15,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=16,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=16,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=17,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=17,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=18,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=18,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=19,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=19,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=20,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=20,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=21,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=21,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=22,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=22,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=23,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=23,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=24,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=24,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=0,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=0,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=1,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=1,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=2,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=2,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=3,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=3,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=4,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=4,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=5,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=5,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=6,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=6,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=7,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=7,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=8,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=8,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=9,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=9,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=10,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=10,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=11,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=11,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=12,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=12,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=13,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=13,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=14,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=14,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=15,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=15,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=16,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=16,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=17,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=17,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=18,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=18,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=19,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=19,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=20,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=20,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=21,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=21,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=22,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=22,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=23,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=23,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=24,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=24,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=0,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=0,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=1,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=1,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=2,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=2,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=3,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=3,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=4,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=4,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=5,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=5,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=6,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=6,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=7,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=7,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=8,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=8,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=9,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=9,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=10,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=10,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=11,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=11,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=12,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=12,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=13,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=13,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=14,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=14,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=15,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=15,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=16,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=16,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=17,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=17,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=18,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=18,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=19,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=19,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=20,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=20,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=21,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=21,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=22,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=22,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=23,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=23,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=24,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=24,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=0,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=0,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=1,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=1,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=2,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=2,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=3,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=3,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=4,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=4,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=5,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=5,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=6,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=6,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=7,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=7,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=8,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=8,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=9,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=9,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=10,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=10,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=11,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=11,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=12,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=12,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=13,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=13,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=14,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=14,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=15,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=15,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=16,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=16,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=17,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=17,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=18,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=18,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=19,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=19,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=20,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=20,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=21,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=21,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=22,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=22,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=23,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=23,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=24,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=24,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=0,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=0,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=1,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=1,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=2,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=2,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=3,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=3,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=4,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=4,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=5,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=5,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=6,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=6,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=7,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=7,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=8,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=8,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=9,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=9,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=10,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=10,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=11,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=11,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=12,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=12,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=13,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=13,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=14,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=14,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=15,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=15,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=16,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=16,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=17,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=17,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=18,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=18,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=19,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=19,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=20,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=20,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=21,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=21,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=22,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=22,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=23,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=23,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=24,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=24,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=0,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=0,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=1,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=1,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=2,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=2,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=3,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=3,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=4,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=4,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=5,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=5,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=6,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=6,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=7,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=7,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=8,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=8,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=9,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=9,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=10,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=10,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=11,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=11,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=12,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=12,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=13,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=13,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=14,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=14,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=15,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=15,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=16,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=16,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=17,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=17,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=18,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=18,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=19,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=19,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=20,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=20,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=21,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=21,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=22,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=22,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=23,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=23,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=24,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=24,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=0,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=0,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=1,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=1,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=2,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=2,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=3,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=3,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=4,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=4,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=5,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=5,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=6,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=6,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=7,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=7,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=8,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=8,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=9,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=9,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=10,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=10,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=11,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=11,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=12,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=12,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=13,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=13,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=14,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=14,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=15,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=15,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=16,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=16,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=17,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=17,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=18,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=18,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=19,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=19,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=20,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=20,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=21,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=21,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=22,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=22,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=23,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=23,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=24,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=24,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=0,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=0,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=1,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=1,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=2,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=2,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=3,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=3,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=4,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=4,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=5,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=5,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=6,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=6,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=7,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=7,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=8,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=8,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=9,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=9,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=10,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=10,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=11,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=11,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=12,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=12,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=13,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=13,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=14,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=14,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=15,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=15,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=16,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=16,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=17,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=17,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=18,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=18,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=19,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=19,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=20,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=20,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=21,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=21,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=22,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=22,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=23,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=23,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=24,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=24,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=0,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=0,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=1,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=1,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=2,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=2,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=3,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=3,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=4,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=4,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=5,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=5,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=6,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=6,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=7,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=7,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=8,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=8,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=9,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=9,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=10,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=10,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=11,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=11,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=12,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=12,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=13,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=13,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=14,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=14,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=15,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=15,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=16,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=16,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=17,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=17,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=18,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=18,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=19,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=19,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=20,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=20,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=21,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=21,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=22,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=22,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=23,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=23,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=24,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=24,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=0,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=0,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=1,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=1,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=2,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=2,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=3,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=3,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=4,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=4,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=5,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=5,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=6,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=6,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=7,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=7,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=8,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=8,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=9,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=9,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=10,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=10,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=11,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=11,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=12,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=12,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=13,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=13,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=14,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=14,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=15,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=15,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=16,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=16,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=17,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=17,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=18,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=18,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=19,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=19,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=20,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=20,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=21,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=21,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=22,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=22,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=23,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=23,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=24,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=24,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=0,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=0,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=1,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=1,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=2,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=2,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=3,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=3,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=4,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=4,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=5,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=5,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=6,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=6,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=7,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=7,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=8,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=8,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=9,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=9,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=10,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=10,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=11,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=11,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=12,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=12,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=13,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=13,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=14,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=14,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=15,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=15,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=16,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=16,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=17,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=17,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=18,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=18,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=19,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=19,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=20,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=20,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=21,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=21,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=22,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=22,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=23,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=23,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=24,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=24,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=0,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=0,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=1,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=1,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=2,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=2,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=3,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=3,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=4,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=4,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=5,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=5,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=6,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=6,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=7,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=7,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=8,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=8,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=9,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=9,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=10,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=10,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=11,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=11,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=12,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=12,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=13,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=13,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=14,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=14,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=15,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=15,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=16,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=16,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=17,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=17,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=18,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=18,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=19,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=19,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=20,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=20,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=21,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=21,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=22,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=22,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=23,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=23,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=24,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=24,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=0,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=0,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=1,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=1,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=2,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=2,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=3,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=3,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=4,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=4,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=5,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=5,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=6,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=6,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=7,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=7,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=8,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=8,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=9,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=9,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=10,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=10,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=11,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=11,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=12,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=12,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=13,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=13,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=14,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=14,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=15,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=15,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=16,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=16,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=17,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=17,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=18,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=18,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=19,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=19,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=20,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=20,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=21,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=21,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=22,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=22,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=23,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=23,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=24,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=24,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=0,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=0,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=1,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=1,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=2,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=2,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=3,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=3,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=4,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=4,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=5,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=5,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=6,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=6,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=7,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=7,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=8,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=8,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=9,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=9,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=10,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=10,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=11,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=11,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=12,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=12,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=13,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=13,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=14,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=14,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=15,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=15,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=16,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=16,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=17,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=17,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=18,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=18,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=19,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=19,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=20,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=20,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=21,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=21,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=22,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=22,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=23,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=23,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=24,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=24,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:powered_rail 91 77 53 211 72 61 42 211 45 38 26 211 36 30 21 211 +minecraft:powered_rail[powered=true,shape=north_south,waterlogged=false] 91 77 53 211 72 61 42 211 45 38 26 211 36 30 21 211 +minecraft:powered_rail[powered=true,shape=east_west,waterlogged=true] 91 77 53 211 72 61 42 211 45 38 26 211 36 30 21 211 +minecraft:powered_rail[powered=true,shape=east_west,waterlogged=false] 91 77 53 211 72 61 42 211 45 38 26 211 36 30 21 211 +minecraft:powered_rail[powered=true,shape=ascending_east,waterlogged=true] 91 77 53 211 72 61 42 211 45 38 26 211 36 30 21 211 +minecraft:powered_rail[powered=true,shape=ascending_east,waterlogged=false] 91 77 53 211 72 61 42 211 45 38 26 211 36 30 21 211 +minecraft:powered_rail[powered=true,shape=ascending_west,waterlogged=true] 91 77 53 211 72 61 42 211 45 38 26 211 36 30 21 211 +minecraft:powered_rail[powered=true,shape=ascending_west,waterlogged=false] 91 77 53 211 72 61 42 211 45 38 26 211 36 30 21 211 +minecraft:powered_rail[powered=true,shape=ascending_north,waterlogged=true] 91 77 53 211 72 61 42 211 45 38 26 211 36 30 21 211 +minecraft:powered_rail[powered=true,shape=ascending_north,waterlogged=false] 91 77 53 211 72 61 42 211 45 38 26 211 36 30 21 211 +minecraft:powered_rail[powered=true,shape=ascending_south,waterlogged=true] 91 77 53 211 72 61 42 211 45 38 26 211 36 30 21 211 +minecraft:powered_rail[powered=true,shape=ascending_south,waterlogged=false] 91 77 53 211 72 61 42 211 45 38 26 211 36 30 21 211 +minecraft:powered_rail[powered=false,shape=north_south,waterlogged=true] 91 77 53 211 72 61 42 211 45 38 26 211 36 30 21 211 +minecraft:powered_rail[powered=false,shape=north_south,waterlogged=false] 91 77 53 211 72 61 42 211 45 38 26 211 36 30 21 211 +minecraft:powered_rail[powered=false,shape=east_west,waterlogged=true] 91 77 53 211 72 61 42 211 45 38 26 211 36 30 21 211 +minecraft:powered_rail[powered=false,shape=east_west,waterlogged=false] 91 77 53 211 72 61 42 211 45 38 26 211 36 30 21 211 +minecraft:powered_rail[powered=false,shape=ascending_east,waterlogged=true] 91 77 53 211 72 61 42 211 45 38 26 211 36 30 21 211 +minecraft:powered_rail[powered=false,shape=ascending_east,waterlogged=false] 91 77 53 211 72 61 42 211 45 38 26 211 36 30 21 211 +minecraft:powered_rail[powered=false,shape=ascending_west,waterlogged=true] 91 77 53 211 72 61 42 211 45 38 26 211 36 30 21 211 +minecraft:powered_rail[powered=false,shape=ascending_west,waterlogged=false] 91 77 53 211 72 61 42 211 45 38 26 211 36 30 21 211 +minecraft:powered_rail[powered=false,shape=ascending_north,waterlogged=true] 91 77 53 211 72 61 42 211 45 38 26 211 36 30 21 211 +minecraft:powered_rail[powered=false,shape=ascending_north,waterlogged=false] 91 77 53 211 72 61 42 211 45 38 26 211 36 30 21 211 +minecraft:powered_rail[powered=false,shape=ascending_south,waterlogged=true] 91 77 53 211 72 61 42 211 45 38 26 211 36 30 21 211 +minecraft:powered_rail[powered=false,shape=ascending_south,waterlogged=false] 91 77 53 211 72 61 42 211 45 38 26 211 36 30 21 211 +minecraft:detector_rail 86 80 72 231 68 64 57 231 43 40 36 231 34 32 28 231 +minecraft:detector_rail[powered=true,shape=north_south,waterlogged=false] 86 80 72 231 68 64 57 231 43 40 36 231 34 32 28 231 +minecraft:detector_rail[powered=true,shape=east_west,waterlogged=true] 86 80 72 231 68 64 57 231 43 40 36 231 34 32 28 231 +minecraft:detector_rail[powered=true,shape=east_west,waterlogged=false] 86 80 72 231 68 64 57 231 43 40 36 231 34 32 28 231 +minecraft:detector_rail[powered=true,shape=ascending_east,waterlogged=true] 86 80 72 231 68 64 57 231 43 40 36 231 34 32 28 231 +minecraft:detector_rail[powered=true,shape=ascending_east,waterlogged=false] 86 80 72 231 68 64 57 231 43 40 36 231 34 32 28 231 +minecraft:detector_rail[powered=true,shape=ascending_west,waterlogged=true] 86 80 72 231 68 64 57 231 43 40 36 231 34 32 28 231 +minecraft:detector_rail[powered=true,shape=ascending_west,waterlogged=false] 86 80 72 231 68 64 57 231 43 40 36 231 34 32 28 231 +minecraft:detector_rail[powered=true,shape=ascending_north,waterlogged=true] 86 80 72 231 68 64 57 231 43 40 36 231 34 32 28 231 +minecraft:detector_rail[powered=true,shape=ascending_north,waterlogged=false] 86 80 72 231 68 64 57 231 43 40 36 231 34 32 28 231 +minecraft:detector_rail[powered=true,shape=ascending_south,waterlogged=true] 86 80 72 231 68 64 57 231 43 40 36 231 34 32 28 231 +minecraft:detector_rail[powered=true,shape=ascending_south,waterlogged=false] 86 80 72 231 68 64 57 231 43 40 36 231 34 32 28 231 +minecraft:detector_rail[powered=false,shape=north_south,waterlogged=true] 86 80 72 232 68 64 57 232 43 40 36 232 34 32 28 232 +minecraft:detector_rail[powered=false,shape=north_south,waterlogged=false] 86 80 72 232 68 64 57 232 43 40 36 232 34 32 28 232 +minecraft:detector_rail[powered=false,shape=east_west,waterlogged=true] 86 80 72 232 68 64 57 232 43 40 36 232 34 32 28 232 +minecraft:detector_rail[powered=false,shape=east_west,waterlogged=false] 86 80 72 232 68 64 57 232 43 40 36 232 34 32 28 232 +minecraft:detector_rail[powered=false,shape=ascending_east,waterlogged=true] 86 80 72 232 68 64 57 232 43 40 36 232 34 32 28 232 +minecraft:detector_rail[powered=false,shape=ascending_east,waterlogged=false] 86 80 72 232 68 64 57 232 43 40 36 232 34 32 28 232 +minecraft:detector_rail[powered=false,shape=ascending_west,waterlogged=true] 86 80 72 232 68 64 57 232 43 40 36 232 34 32 28 232 +minecraft:detector_rail[powered=false,shape=ascending_west,waterlogged=false] 86 80 72 232 68 64 57 232 43 40 36 232 34 32 28 232 +minecraft:detector_rail[powered=false,shape=ascending_north,waterlogged=true] 86 80 72 232 68 64 57 232 43 40 36 232 34 32 28 232 +minecraft:detector_rail[powered=false,shape=ascending_north,waterlogged=false] 86 80 72 232 68 64 57 232 43 40 36 232 34 32 28 232 +minecraft:detector_rail[powered=false,shape=ascending_south,waterlogged=true] 86 80 72 232 68 64 57 232 43 40 36 232 34 32 28 232 +minecraft:detector_rail[powered=false,shape=ascending_south,waterlogged=false] 86 80 72 232 68 64 57 232 43 40 36 232 34 32 28 232 +minecraft:sticky_piston 86 79 65 15 68 63 52 15 43 39 32 15 34 31 26 15 +minecraft:sticky_piston[extended=true,facing=east] 86 79 65 15 68 63 52 15 43 39 32 15 34 31 26 15 +minecraft:sticky_piston[extended=true,facing=south] 86 79 65 15 68 63 52 15 43 39 32 15 34 31 26 15 +minecraft:sticky_piston[extended=true,facing=west] 86 79 65 15 68 63 52 15 43 39 32 15 34 31 26 15 +minecraft:sticky_piston[extended=true,facing=up] 86 79 65 15 68 63 52 15 43 39 32 15 34 31 26 15 +minecraft:sticky_piston[extended=true,facing=down] 86 79 65 15 68 63 52 15 43 39 32 15 34 31 26 15 +minecraft:sticky_piston[extended=false,facing=north] 86 79 65 15 68 63 52 15 43 39 32 15 34 31 26 15 +minecraft:sticky_piston[extended=false,facing=east] 86 79 65 15 68 63 52 15 43 39 32 15 34 31 26 15 +minecraft:sticky_piston[extended=false,facing=south] 86 79 65 15 68 63 52 15 43 39 32 15 34 31 26 15 +minecraft:sticky_piston[extended=false,facing=west] 86 79 65 15 68 63 52 15 43 39 32 15 34 31 26 15 +minecraft:sticky_piston[extended=false,facing=up] 86 79 65 15 68 63 52 15 43 39 32 15 34 31 26 15 +minecraft:sticky_piston[extended=false,facing=down] 86 79 65 15 68 63 52 15 43 39 32 15 34 31 26 15 +minecraft:cobweb 191 193 197 76 152 154 157 76 95 96 98 76 76 77 78 76 +minecraft:grass 70 114 52 77 56 91 41 77 35 57 26 77 28 45 20 77 +minecraft:fern 44 71 32 133 35 56 25 133 22 35 16 133 17 28 12 133 +minecraft:dead_bush 107 78 40 77 85 62 32 77 53 39 20 77 42 31 16 77 +minecraft:seagrass 18 54 10 18 14 43 8 18 9 27 5 18 7 21 4 18 +minecraft:tall_seagrass 21 63 12 63 16 50 9 63 10 31 6 63 8 25 4 63 +minecraft:tall_seagrass[half=lower] 20 60 11 99 16 48 8 99 10 30 5 99 8 24 4 99 +minecraft:piston 86 79 65 15 68 63 52 15 43 39 32 15 34 31 26 15 +minecraft:piston[extended=true,facing=east] 86 79 65 15 68 63 52 15 43 39 32 15 34 31 26 15 +minecraft:piston[extended=true,facing=south] 86 79 65 15 68 63 52 15 43 39 32 15 34 31 26 15 +minecraft:piston[extended=true,facing=west] 86 79 65 15 68 63 52 15 43 39 32 15 34 31 26 15 +minecraft:piston[extended=true,facing=up] 86 79 65 15 68 63 52 15 43 39 32 15 34 31 26 15 +minecraft:piston[extended=true,facing=down] 86 79 65 15 68 63 52 15 43 39 32 15 34 31 26 15 +minecraft:piston[extended=false,facing=north] 86 79 65 15 68 63 52 15 43 39 32 15 34 31 26 15 +minecraft:piston[extended=false,facing=east] 86 79 65 15 68 63 52 15 43 39 32 15 34 31 26 15 +minecraft:piston[extended=false,facing=south] 86 79 65 15 68 63 52 15 43 39 32 15 34 31 26 15 +minecraft:piston[extended=false,facing=west] 86 79 65 15 68 63 52 15 43 39 32 15 34 31 26 15 +minecraft:piston[extended=false,facing=up] 86 79 65 15 68 63 52 15 43 39 32 15 34 31 26 15 +minecraft:piston[extended=false,facing=down] 86 79 65 15 68 63 52 15 43 39 32 15 34 31 26 15 +minecraft:piston_head 82 67 49 47 65 53 39 47 41 33 24 47 32 26 19 47 +minecraft:piston_head[facing=north,short=true,type=sticky] 82 67 49 47 65 53 39 47 41 33 24 47 32 26 19 47 +minecraft:piston_head[facing=north,short=false,type=normal] 82 67 49 47 65 53 39 47 41 33 24 47 32 26 19 47 +minecraft:piston_head[facing=north,short=false,type=sticky] 82 67 49 47 65 53 39 47 41 33 24 47 32 26 19 47 +minecraft:piston_head[facing=east,short=true,type=normal] 82 67 49 47 65 53 39 47 41 33 24 47 32 26 19 47 +minecraft:piston_head[facing=east,short=true,type=sticky] 82 67 49 47 65 53 39 47 41 33 24 47 32 26 19 47 +minecraft:piston_head[facing=east,short=false,type=normal] 82 67 49 47 65 53 39 47 41 33 24 47 32 26 19 47 +minecraft:piston_head[facing=east,short=false,type=sticky] 82 67 49 47 65 53 39 47 41 33 24 47 32 26 19 47 +minecraft:piston_head[facing=south,short=true,type=normal] 82 67 49 47 65 53 39 47 41 33 24 47 32 26 19 47 +minecraft:piston_head[facing=south,short=true,type=sticky] 82 67 49 47 65 53 39 47 41 33 24 47 32 26 19 47 +minecraft:piston_head[facing=south,short=false,type=normal] 82 67 49 47 65 53 39 47 41 33 24 47 32 26 19 47 +minecraft:piston_head[facing=south,short=false,type=sticky] 82 67 49 47 65 53 39 47 41 33 24 47 32 26 19 47 +minecraft:piston_head[facing=west,short=true,type=normal] 82 67 49 47 65 53 39 47 41 33 24 47 32 26 19 47 +minecraft:piston_head[facing=west,short=true,type=sticky] 82 67 49 47 65 53 39 47 41 33 24 47 32 26 19 47 +minecraft:piston_head[facing=west,short=false,type=normal] 82 67 49 47 65 53 39 47 41 33 24 47 32 26 19 47 +minecraft:piston_head[facing=west,short=false,type=sticky] 82 67 49 47 65 53 39 47 41 33 24 47 32 26 19 47 +minecraft:piston_head[facing=up,short=true,type=normal] 82 67 49 47 65 53 39 47 41 33 24 47 32 26 19 47 +minecraft:piston_head[facing=up,short=true,type=sticky] 82 67 49 47 65 53 39 47 41 33 24 47 32 26 19 47 +minecraft:piston_head[facing=up,short=false,type=normal] 82 67 49 47 65 53 39 47 41 33 24 47 32 26 19 47 +minecraft:piston_head[facing=up,short=false,type=sticky] 82 67 49 47 65 53 39 47 41 33 24 47 32 26 19 47 +minecraft:piston_head[facing=down,short=true,type=normal] 82 67 49 47 65 53 39 47 41 33 24 47 32 26 19 47 +minecraft:piston_head[facing=down,short=true,type=sticky] 82 67 49 47 65 53 39 47 41 33 24 47 32 26 19 47 +minecraft:piston_head[facing=down,short=false,type=normal] 82 67 49 47 65 53 39 47 41 33 24 47 32 26 19 47 +minecraft:piston_head[facing=down,short=false,type=sticky] 82 67 49 47 65 53 39 47 41 33 24 47 32 26 19 47 +minecraft:white_wool 220 218 213 255 176 174 170 255 110 109 106 255 88 87 85 255 +minecraft:orange_wool 217 100 46 255 173 80 36 255 108 50 23 255 86 40 18 255 +minecraft:magenta_wool 169 81 188 255 135 64 150 255 84 40 94 255 67 32 75 255 +minecraft:light_blue_wool 117 148 197 255 93 118 157 255 58 74 98 255 46 59 78 255 +minecraft:yellow_wool 209 171 48 255 167 136 38 255 104 85 24 255 83 68 19 255 +minecraft:lime_wool 93 182 60 255 74 145 48 255 46 91 30 255 37 72 24 255 +minecraft:pink_wool 215 147 157 255 172 117 125 255 107 73 78 255 86 58 62 255 +minecraft:gray_wool 54 52 49 255 43 41 39 255 27 26 24 255 21 20 19 255 +minecraft:light_gray_wool 124 134 128 255 99 107 102 255 62 67 64 255 49 53 51 255 +minecraft:cyan_wool 41 102 113 255 32 81 90 255 20 51 56 255 16 40 45 255 +minecraft:purple_wool 92 47 142 255 73 37 113 255 46 23 71 255 36 18 56 255 +minecraft:blue_wool 40 65 130 255 32 52 104 255 20 32 65 255 16 26 52 255 +minecraft:brown_wool 84 50 29 255 67 40 23 255 42 25 14 255 33 20 11 255 +minecraft:green_wool 54 98 25 255 43 78 20 255 27 49 12 255 21 39 10 255 +minecraft:red_wool 130 33 34 255 104 26 27 255 65 16 17 255 52 13 13 255 +minecraft:black_wool 25 23 21 255 20 18 16 255 12 11 10 255 10 9 8 255 +minecraft:dandelion 147 172 43 31 117 137 34 31 73 86 21 31 58 68 17 31 +minecraft:poppy 128 64 37 34 102 51 29 34 64 32 18 34 51 25 14 34 +minecraft:blue_orchid 59 100 122 63 47 80 97 63 29 50 61 63 23 40 48 63 +minecraft:allium 117 106 120 68 93 84 96 68 58 53 60 68 46 42 48 68 +minecraft:azure_bluet 140 149 115 43 112 119 92 43 70 74 57 43 56 59 46 43 +minecraft:red_tulip 89 128 32 48 71 102 25 48 44 64 16 48 35 51 12 48 +minecraft:orange_tulip 93 142 30 40 74 113 24 40 46 71 15 40 37 56 12 40 +minecraft:white_tulip 93 164 71 44 74 131 56 44 46 82 35 44 37 65 28 44 +minecraft:pink_tulip 99 157 78 40 79 125 62 40 49 78 39 40 39 62 31 40 +minecraft:oxeye_daisy 174 174 151 77 139 139 120 77 87 87 75 77 69 69 60 77 +minecraft:cornflower 58 93 124 72 46 74 99 72 29 46 62 72 23 37 49 72 +minecraft:wither_rose 32 37 28 36 25 29 22 36 16 18 14 36 12 14 11 36 +minecraft:lily_of_the_valley 108 136 101 60 86 108 80 60 54 68 50 60 43 54 40 60 +minecraft:brown_mushroom 142 108 85 43 113 86 68 43 71 54 42 43 56 43 34 43 +minecraft:red_mushroom 157 89 78 35 125 71 62 35 78 44 39 35 62 35 31 35 +minecraft:gold_block 189 160 89 255 151 128 71 255 94 80 44 255 75 64 35 255 +minecraft:iron_block 104 108 100 255 83 86 80 255 52 54 50 255 41 43 40 255 +minecraft:bricks 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:tnt 88 36 30 255 70 28 24 255 44 18 15 255 35 14 12 255 +minecraft:tnt[unstable=false] 88 36 30 255 70 28 24 255 44 18 15 255 35 14 12 255 +minecraft:bookshelf 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:mossy_cobblestone 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:obsidian 47 44 57 255 37 35 45 255 23 22 28 255 18 17 22 255 +minecraft:torch 68 69 65 75 54 55 52 75 34 34 32 75 27 27 26 75 +minecraft:wall_torch 68 69 65 75 54 55 52 75 34 34 32 75 27 27 26 75 +minecraft:wall_torch[facing=south] 68 69 65 75 54 55 52 75 34 34 32 75 27 27 26 75 +minecraft:wall_torch[facing=west] 68 69 65 75 54 55 52 75 34 34 32 75 27 27 26 75 +minecraft:wall_torch[facing=east] 68 69 65 75 54 55 52 75 34 34 32 75 27 27 26 75 +minecraft:fire 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=true,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=true,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=true,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=true,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=true,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=true,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=true,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=true,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=true,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=true,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=true,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=true,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=true,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=true,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=true,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=false,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=false,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=false,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=false,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=false,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=false,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=false,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=false,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=false,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=false,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=false,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=false,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=false,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=false,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=true,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=true,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=true,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=true,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=true,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=true,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=true,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=true,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=true,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=true,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=true,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=true,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=true,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=true,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=true,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=true,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=false,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=false,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=false,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=false,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=false,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=false,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=false,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=false,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=false,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=false,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=false,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=false,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=false,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=false,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=false,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=false,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=true,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=true,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=true,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=true,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=true,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=true,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=true,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=true,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=true,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=true,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=true,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=true,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=true,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=true,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=true,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=true,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=false,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=false,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=false,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=false,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=false,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=false,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=false,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=false,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=false,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=false,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=false,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=false,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=false,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=false,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=false,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=false,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=true,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=true,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=true,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=true,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=true,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=true,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=true,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=true,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=true,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=true,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=true,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=true,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=true,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=true,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=true,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=true,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=false,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=false,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=false,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=false,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=false,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=false,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=false,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=false,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=false,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=false,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=false,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=false,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=false,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=false,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=false,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=false,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=true,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=true,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=true,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=true,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=true,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=true,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=true,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=true,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=true,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=true,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=true,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=true,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=true,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=true,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=true,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=true,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=false,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=false,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=false,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=false,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=false,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=false,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=false,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=false,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=false,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=false,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=false,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=false,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=false,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=false,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=false,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=false,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=true,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=true,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=true,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=true,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=true,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=true,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=true,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=true,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=true,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=true,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=true,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=true,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=true,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=true,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=true,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=true,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=false,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=false,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=false,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=false,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=false,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=false,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=false,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=false,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=false,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=false,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=false,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=false,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=false,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=false,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=false,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=false,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=true,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=true,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=true,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=true,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=true,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=true,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=true,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=true,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=true,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=true,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=true,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=true,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=true,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=true,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=true,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=true,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=false,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=false,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=false,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=false,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=false,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=false,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=false,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=false,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=false,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=false,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=false,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=false,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=false,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=false,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=false,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=false,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=true,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=true,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=true,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=true,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=true,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=true,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=true,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=true,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=true,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=true,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=true,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=true,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=true,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=true,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=true,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=true,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=false,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=false,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=false,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=false,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=false,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=false,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=false,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=false,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=false,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=false,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=false,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=false,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=false,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=false,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=false,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=false,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=true,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=true,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=true,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=true,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=true,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=true,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=true,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=true,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=true,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=true,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=true,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=true,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=true,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=true,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=true,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=true,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=false,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=false,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=false,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=false,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=false,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=false,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=false,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=false,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=false,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=false,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=false,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=false,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=false,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=false,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=false,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=false,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=true,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=true,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=true,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=true,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=true,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=true,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=true,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=true,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=true,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=true,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=true,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=true,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=true,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=true,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=true,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=true,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=false,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=false,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=false,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=false,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=false,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=false,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=false,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=false,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=false,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=false,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=false,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=false,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=false,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=false,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=false,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=false,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=true,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=true,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=true,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=true,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=true,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=true,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=true,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=true,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=true,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=true,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=true,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=true,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=true,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=true,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=true,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=true,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=false,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=false,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=false,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=false,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=false,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=false,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=false,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=false,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=false,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=false,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=false,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=false,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=false,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=false,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=false,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=false,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=true,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=true,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=true,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=true,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=true,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=true,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=true,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=true,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=true,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=true,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=true,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=true,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=true,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=true,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=true,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=true,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=false,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=false,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=false,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=false,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=false,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=false,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=false,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=false,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=false,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=false,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=false,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=false,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=false,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=false,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=false,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=false,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=true,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=true,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=true,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=true,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=true,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=true,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=true,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=true,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=true,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=true,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=true,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=true,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=true,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=true,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=true,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=true,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=false,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=false,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=false,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=false,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=false,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=false,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=false,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=false,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=false,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=false,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=false,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=false,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=false,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=false,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=false,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=false,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=true,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=true,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=true,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=true,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=true,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=true,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=true,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=true,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=true,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=true,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=true,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=true,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=true,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=true,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=true,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=true,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=false,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=false,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=false,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=false,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=false,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=false,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=false,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=false,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=false,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=false,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=false,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=false,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=false,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=false,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=false,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=false,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=true,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=true,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=true,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=true,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=true,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=true,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=true,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=true,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=true,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=true,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=true,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=true,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=true,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=true,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=true,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=true,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=false,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=false,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=false,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=false,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=false,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=false,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=false,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=false,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=false,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=false,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=false,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=false,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=false,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=false,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=false,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=false,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=true,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=true,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=true,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=true,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=true,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=true,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=true,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=true,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=true,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=true,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=true,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=true,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=true,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=true,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=true,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=true,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=false,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=false,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=false,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=false,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=false,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=false,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=false,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=false,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=false,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=false,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=false,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=false,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=false,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=false,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=false,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=false,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:soul_fire 126 244 255 167 100 195 204 167 63 122 127 167 50 97 102 167 +minecraft:spawner 61 58 54 204 48 46 43 204 30 29 27 204 24 23 21 204 +minecraft:oak_stairs 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=straight,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=straight,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=straight,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=straight,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=straight,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=straight,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=straight,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:chest 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:chest[facing=north,type=single,waterlogged=false] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:chest[facing=north,type=left,waterlogged=true] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:chest[facing=north,type=left,waterlogged=false] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:chest[facing=north,type=right,waterlogged=true] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:chest[facing=north,type=right,waterlogged=false] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:chest[facing=south,type=single,waterlogged=true] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:chest[facing=south,type=single,waterlogged=false] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:chest[facing=south,type=left,waterlogged=true] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:chest[facing=south,type=left,waterlogged=false] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:chest[facing=south,type=right,waterlogged=true] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:chest[facing=south,type=right,waterlogged=false] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:chest[facing=west,type=single,waterlogged=true] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:chest[facing=west,type=single,waterlogged=false] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:chest[facing=west,type=left,waterlogged=true] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:chest[facing=west,type=left,waterlogged=false] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:chest[facing=west,type=right,waterlogged=true] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:chest[facing=west,type=right,waterlogged=false] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:chest[facing=east,type=single,waterlogged=true] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:chest[facing=east,type=single,waterlogged=false] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:chest[facing=east,type=left,waterlogged=true] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:chest[facing=east,type=left,waterlogged=false] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:chest[facing=east,type=right,waterlogged=true] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:chest[facing=east,type=right,waterlogged=false] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:redstone_wire 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:diamond_ore 107 140 139 255 85 112 111 255 53 70 69 255 42 56 55 255 +minecraft:deepslate_diamond_ore 75 100 106 255 60 80 84 255 37 50 53 255 30 40 42 255 +minecraft:diamond_block 109 148 146 255 87 118 116 255 54 74 73 255 43 59 58 255 +minecraft:crafting_table 189 182 162 255 151 145 129 255 94 91 81 255 75 72 64 255 +minecraft:wheat 8 127 15 6 6 101 12 6 4 63 7 6 3 50 6 6 +minecraft:wheat[age=1] 5 127 7 15 4 101 5 15 2 63 3 15 2 50 2 15 +minecraft:wheat[age=2] 6 133 12 32 4 106 9 32 3 66 6 32 2 53 4 32 +minecraft:wheat[age=3] 10 130 13 57 8 104 10 57 5 65 6 57 4 52 5 57 +minecraft:wheat[age=4] 37 132 18 78 29 105 14 78 18 66 9 78 14 52 7 78 +minecraft:wheat[age=5] 63 129 18 103 50 103 14 103 31 64 9 103 25 51 7 103 +minecraft:wheat[age=6] 141 133 37 125 112 106 29 125 70 66 18 125 56 53 14 125 +minecraft:wheat[age=7] 166 151 73 138 132 120 58 138 83 75 36 138 66 60 29 138 +minecraft:farmland 73 74 44 255 58 59 35 255 36 37 22 255 29 29 17 255 +minecraft:farmland[moisture=1] 54 60 35 255 43 48 28 255 27 30 17 255 21 24 14 255 +minecraft:farmland[moisture=2] 54 60 35 255 43 48 28 255 27 30 17 255 21 24 14 255 +minecraft:farmland[moisture=3] 54 60 35 255 43 48 28 255 27 30 17 255 21 24 14 255 +minecraft:farmland[moisture=4] 54 60 35 255 43 48 28 255 27 30 17 255 21 24 14 255 +minecraft:farmland[moisture=5] 54 60 35 255 43 48 28 255 27 30 17 255 21 24 14 255 +minecraft:farmland[moisture=6] 54 60 35 255 43 48 28 255 27 30 17 255 21 24 14 255 +minecraft:farmland[moisture=7] 54 60 35 255 43 48 28 255 27 30 17 255 21 24 14 255 +minecraft:furnace 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:furnace[facing=north,lit=false] 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:furnace[facing=south,lit=true] 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:furnace[facing=south,lit=false] 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:furnace[facing=west,lit=true] 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:furnace[facing=west,lit=false] 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:furnace[facing=east,lit=true] 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:furnace[facing=east,lit=false] 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:oak_sign 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=0,waterlogged=false] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=1,waterlogged=true] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=1,waterlogged=false] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=2,waterlogged=true] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=2,waterlogged=false] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=3,waterlogged=true] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=3,waterlogged=false] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=4,waterlogged=true] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=4,waterlogged=false] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=5,waterlogged=true] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=5,waterlogged=false] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=6,waterlogged=true] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=6,waterlogged=false] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=7,waterlogged=true] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=7,waterlogged=false] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=8,waterlogged=true] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=8,waterlogged=false] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=9,waterlogged=true] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=9,waterlogged=false] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=10,waterlogged=true] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=10,waterlogged=false] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=11,waterlogged=true] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=11,waterlogged=false] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=12,waterlogged=true] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=12,waterlogged=false] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=13,waterlogged=true] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=13,waterlogged=false] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=14,waterlogged=true] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=14,waterlogged=false] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=15,waterlogged=true] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=15,waterlogged=false] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:spruce_sign 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=0,waterlogged=false] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=1,waterlogged=true] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=1,waterlogged=false] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=2,waterlogged=true] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=2,waterlogged=false] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=3,waterlogged=true] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=3,waterlogged=false] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=4,waterlogged=true] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=4,waterlogged=false] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=5,waterlogged=true] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=5,waterlogged=false] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=6,waterlogged=true] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=6,waterlogged=false] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=7,waterlogged=true] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=7,waterlogged=false] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=8,waterlogged=true] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=8,waterlogged=false] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=9,waterlogged=true] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=9,waterlogged=false] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=10,waterlogged=true] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=10,waterlogged=false] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=11,waterlogged=true] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=11,waterlogged=false] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=12,waterlogged=true] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=12,waterlogged=false] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=13,waterlogged=true] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=13,waterlogged=false] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=14,waterlogged=true] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=14,waterlogged=false] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=15,waterlogged=true] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=15,waterlogged=false] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:birch_sign 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=0,waterlogged=false] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=1,waterlogged=true] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=1,waterlogged=false] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=2,waterlogged=true] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=2,waterlogged=false] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=3,waterlogged=true] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=3,waterlogged=false] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=4,waterlogged=true] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=4,waterlogged=false] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=5,waterlogged=true] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=5,waterlogged=false] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=6,waterlogged=true] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=6,waterlogged=false] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=7,waterlogged=true] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=7,waterlogged=false] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=8,waterlogged=true] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=8,waterlogged=false] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=9,waterlogged=true] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=9,waterlogged=false] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=10,waterlogged=true] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=10,waterlogged=false] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=11,waterlogged=true] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=11,waterlogged=false] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=12,waterlogged=true] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=12,waterlogged=false] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=13,waterlogged=true] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=13,waterlogged=false] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=14,waterlogged=true] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=14,waterlogged=false] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=15,waterlogged=true] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=15,waterlogged=false] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:acacia_sign 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=0,waterlogged=false] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=1,waterlogged=true] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=1,waterlogged=false] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=2,waterlogged=true] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=2,waterlogged=false] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=3,waterlogged=true] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=3,waterlogged=false] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=4,waterlogged=true] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=4,waterlogged=false] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=5,waterlogged=true] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=5,waterlogged=false] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=6,waterlogged=true] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=6,waterlogged=false] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=7,waterlogged=true] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=7,waterlogged=false] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=8,waterlogged=true] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=8,waterlogged=false] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=9,waterlogged=true] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=9,waterlogged=false] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=10,waterlogged=true] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=10,waterlogged=false] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=11,waterlogged=true] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=11,waterlogged=false] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=12,waterlogged=true] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=12,waterlogged=false] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=13,waterlogged=true] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=13,waterlogged=false] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=14,waterlogged=true] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=14,waterlogged=false] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=15,waterlogged=true] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=15,waterlogged=false] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:jungle_sign 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=0,waterlogged=false] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=1,waterlogged=true] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=1,waterlogged=false] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=2,waterlogged=true] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=2,waterlogged=false] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=3,waterlogged=true] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=3,waterlogged=false] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=4,waterlogged=true] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=4,waterlogged=false] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=5,waterlogged=true] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=5,waterlogged=false] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=6,waterlogged=true] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=6,waterlogged=false] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=7,waterlogged=true] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=7,waterlogged=false] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=8,waterlogged=true] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=8,waterlogged=false] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=9,waterlogged=true] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=9,waterlogged=false] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=10,waterlogged=true] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=10,waterlogged=false] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=11,waterlogged=true] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=11,waterlogged=false] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=12,waterlogged=true] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=12,waterlogged=false] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=13,waterlogged=true] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=13,waterlogged=false] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=14,waterlogged=true] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=14,waterlogged=false] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=15,waterlogged=true] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=15,waterlogged=false] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:dark_oak_sign 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=0,waterlogged=false] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=1,waterlogged=true] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=1,waterlogged=false] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=2,waterlogged=true] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=2,waterlogged=false] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=3,waterlogged=true] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=3,waterlogged=false] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=4,waterlogged=true] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=4,waterlogged=false] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=5,waterlogged=true] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=5,waterlogged=false] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=6,waterlogged=true] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=6,waterlogged=false] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=7,waterlogged=true] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=7,waterlogged=false] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=8,waterlogged=true] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=8,waterlogged=false] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=9,waterlogged=true] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=9,waterlogged=false] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=10,waterlogged=true] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=10,waterlogged=false] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=11,waterlogged=true] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=11,waterlogged=false] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=12,waterlogged=true] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=12,waterlogged=false] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=13,waterlogged=true] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=13,waterlogged=false] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=14,waterlogged=true] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=14,waterlogged=false] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=15,waterlogged=true] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=15,waterlogged=false] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:oak_door 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:ladder 42 41 35 116 33 32 28 116 21 20 17 116 16 16 14 116 +minecraft:ladder[facing=north,waterlogged=false] 42 41 35 116 33 32 28 116 21 20 17 116 16 16 14 116 +minecraft:ladder[facing=south,waterlogged=true] 42 41 35 116 33 32 28 116 21 20 17 116 16 16 14 116 +minecraft:ladder[facing=south,waterlogged=false] 42 41 35 116 33 32 28 116 21 20 17 116 16 16 14 116 +minecraft:ladder[facing=west,waterlogged=true] 42 41 35 116 33 32 28 116 21 20 17 116 16 16 14 116 +minecraft:ladder[facing=west,waterlogged=false] 42 41 35 116 33 32 28 116 21 20 17 116 16 16 14 116 +minecraft:ladder[facing=east,waterlogged=true] 42 41 35 116 33 32 28 116 21 20 17 116 16 16 14 116 +minecraft:ladder[facing=east,waterlogged=false] 42 41 35 116 33 32 28 116 21 20 17 116 16 16 14 116 +minecraft:rail 73 66 55 208 58 52 44 208 36 33 27 208 29 26 22 208 +minecraft:rail[shape=north_south,waterlogged=false] 73 66 55 208 58 52 44 208 36 33 27 208 29 26 22 208 +minecraft:rail[shape=east_west,waterlogged=true] 73 66 55 208 58 52 44 208 36 33 27 208 29 26 22 208 +minecraft:rail[shape=east_west,waterlogged=false] 73 66 55 208 58 52 44 208 36 33 27 208 29 26 22 208 +minecraft:rail[shape=ascending_east,waterlogged=true] 73 66 55 208 58 52 44 208 36 33 27 208 29 26 22 208 +minecraft:rail[shape=ascending_east,waterlogged=false] 73 66 55 208 58 52 44 208 36 33 27 208 29 26 22 208 +minecraft:rail[shape=ascending_west,waterlogged=true] 73 66 55 208 58 52 44 208 36 33 27 208 29 26 22 208 +minecraft:rail[shape=ascending_west,waterlogged=false] 73 66 55 208 58 52 44 208 36 33 27 208 29 26 22 208 +minecraft:rail[shape=ascending_north,waterlogged=true] 73 66 55 208 58 52 44 208 36 33 27 208 29 26 22 208 +minecraft:rail[shape=ascending_north,waterlogged=false] 73 66 55 208 58 52 44 208 36 33 27 208 29 26 22 208 +minecraft:rail[shape=ascending_south,waterlogged=true] 73 66 55 208 58 52 44 208 36 33 27 208 29 26 22 208 +minecraft:rail[shape=ascending_south,waterlogged=false] 73 66 55 208 58 52 44 208 36 33 27 208 29 26 22 208 +minecraft:rail[shape=south_east,waterlogged=true] 75 71 63 99 60 56 50 99 37 35 31 99 30 28 25 99 +minecraft:rail[shape=south_east,waterlogged=false] 75 71 63 99 60 56 50 99 37 35 31 99 30 28 25 99 +minecraft:rail[shape=south_west,waterlogged=true] 75 71 63 99 60 56 50 99 37 35 31 99 30 28 25 99 +minecraft:rail[shape=south_west,waterlogged=false] 75 71 63 99 60 56 50 99 37 35 31 99 30 28 25 99 +minecraft:rail[shape=north_west,waterlogged=true] 75 71 63 99 60 56 50 99 37 35 31 99 30 28 25 99 +minecraft:rail[shape=north_west,waterlogged=false] 75 71 63 99 60 56 50 99 37 35 31 99 30 28 25 99 +minecraft:rail[shape=north_east,waterlogged=true] 75 71 63 99 60 56 50 99 37 35 31 99 30 28 25 99 +minecraft:rail[shape=north_east,waterlogged=false] 75 71 63 99 60 56 50 99 37 35 31 99 30 28 25 99 +minecraft:cobblestone_stairs 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:oak_wall_sign 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_wall_sign[facing=north,waterlogged=false] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_wall_sign[facing=south,waterlogged=true] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_wall_sign[facing=south,waterlogged=false] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_wall_sign[facing=west,waterlogged=true] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_wall_sign[facing=west,waterlogged=false] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_wall_sign[facing=east,waterlogged=true] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_wall_sign[facing=east,waterlogged=false] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:spruce_wall_sign 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_wall_sign[facing=north,waterlogged=false] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_wall_sign[facing=south,waterlogged=true] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_wall_sign[facing=south,waterlogged=false] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_wall_sign[facing=west,waterlogged=true] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_wall_sign[facing=west,waterlogged=false] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_wall_sign[facing=east,waterlogged=true] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_wall_sign[facing=east,waterlogged=false] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:birch_wall_sign 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_wall_sign[facing=north,waterlogged=false] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_wall_sign[facing=south,waterlogged=true] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_wall_sign[facing=south,waterlogged=false] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_wall_sign[facing=west,waterlogged=true] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_wall_sign[facing=west,waterlogged=false] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_wall_sign[facing=east,waterlogged=true] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_wall_sign[facing=east,waterlogged=false] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:acacia_wall_sign 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_wall_sign[facing=north,waterlogged=false] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_wall_sign[facing=south,waterlogged=true] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_wall_sign[facing=south,waterlogged=false] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_wall_sign[facing=west,waterlogged=true] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_wall_sign[facing=west,waterlogged=false] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_wall_sign[facing=east,waterlogged=true] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_wall_sign[facing=east,waterlogged=false] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:jungle_wall_sign 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_wall_sign[facing=north,waterlogged=false] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_wall_sign[facing=south,waterlogged=true] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_wall_sign[facing=south,waterlogged=false] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_wall_sign[facing=west,waterlogged=true] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_wall_sign[facing=west,waterlogged=false] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_wall_sign[facing=east,waterlogged=true] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_wall_sign[facing=east,waterlogged=false] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:dark_oak_wall_sign 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_wall_sign[facing=north,waterlogged=false] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_wall_sign[facing=south,waterlogged=true] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_wall_sign[facing=south,waterlogged=false] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_wall_sign[facing=west,waterlogged=true] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_wall_sign[facing=west,waterlogged=false] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_wall_sign[facing=east,waterlogged=true] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_wall_sign[facing=east,waterlogged=false] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:lever 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:lever[face=floor,facing=north,powered=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:lever[face=floor,facing=south,powered=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:lever[face=floor,facing=south,powered=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:lever[face=floor,facing=west,powered=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:lever[face=floor,facing=west,powered=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:lever[face=floor,facing=east,powered=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:lever[face=floor,facing=east,powered=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:lever[face=wall,facing=north,powered=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:lever[face=wall,facing=north,powered=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:lever[face=wall,facing=south,powered=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:lever[face=wall,facing=south,powered=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:lever[face=wall,facing=west,powered=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:lever[face=wall,facing=west,powered=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:lever[face=wall,facing=east,powered=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:lever[face=wall,facing=east,powered=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:lever[face=ceiling,facing=north,powered=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:lever[face=ceiling,facing=north,powered=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:lever[face=ceiling,facing=south,powered=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:lever[face=ceiling,facing=south,powered=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:lever[face=ceiling,facing=west,powered=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:lever[face=ceiling,facing=west,powered=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:lever[face=ceiling,facing=east,powered=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:lever[face=ceiling,facing=east,powered=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:stone_pressure_plate 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_pressure_plate[powered=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:iron_door 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:oak_pressure_plate 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_pressure_plate[powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:spruce_pressure_plate 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_pressure_plate[powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:birch_pressure_plate 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_pressure_plate[powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:jungle_pressure_plate 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_pressure_plate[powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:acacia_pressure_plate 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_pressure_plate[powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:dark_oak_pressure_plate 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_pressure_plate[powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:redstone_ore 130 84 80 252 104 67 64 252 65 42 40 252 52 33 32 252 +minecraft:redstone_ore[lit=false] 130 84 80 252 104 67 64 252 65 42 40 252 52 33 32 252 +minecraft:deepslate_redstone_ore 104 73 74 255 83 58 59 255 52 36 37 255 41 29 29 255 +minecraft:deepslate_redstone_ore[lit=false] 104 73 74 255 83 58 59 255 52 36 37 255 41 29 29 255 +minecraft:redstone_torch 71 61 57 35 56 48 45 35 35 30 28 35 28 24 22 35 +minecraft:redstone_torch[lit=false] 71 67 63 73 56 53 50 73 35 33 31 73 28 26 25 73 +minecraft:redstone_wall_torch 71 61 57 35 56 48 45 35 35 30 28 35 28 24 22 35 +minecraft:redstone_wall_torch[facing=north,lit=false] 71 67 63 73 56 53 50 73 35 33 31 73 28 26 25 73 +minecraft:redstone_wall_torch[facing=south,lit=true] 71 61 57 35 56 48 45 35 35 30 28 35 28 24 22 35 +minecraft:redstone_wall_torch[facing=south,lit=false] 71 67 63 73 56 53 50 73 35 33 31 73 28 26 25 73 +minecraft:redstone_wall_torch[facing=west,lit=true] 71 61 57 35 56 48 45 35 35 30 28 35 28 24 22 35 +minecraft:redstone_wall_torch[facing=west,lit=false] 71 67 63 73 56 53 50 73 35 33 31 73 28 26 25 73 +minecraft:redstone_wall_torch[facing=east,lit=true] 71 61 57 35 56 48 45 35 35 30 28 35 28 24 22 35 +minecraft:redstone_wall_torch[facing=east,lit=false] 71 67 63 73 56 53 50 73 35 33 31 73 28 26 25 73 +minecraft:stone_button 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_button[face=floor,facing=north,powered=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_button[face=floor,facing=south,powered=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_button[face=floor,facing=south,powered=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_button[face=floor,facing=west,powered=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_button[face=floor,facing=west,powered=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_button[face=floor,facing=east,powered=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_button[face=floor,facing=east,powered=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_button[face=wall,facing=north,powered=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_button[face=wall,facing=north,powered=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_button[face=wall,facing=south,powered=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_button[face=wall,facing=south,powered=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_button[face=wall,facing=west,powered=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_button[face=wall,facing=west,powered=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_button[face=wall,facing=east,powered=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_button[face=wall,facing=east,powered=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_button[face=ceiling,facing=north,powered=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_button[face=ceiling,facing=north,powered=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_button[face=ceiling,facing=south,powered=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_button[face=ceiling,facing=south,powered=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_button[face=ceiling,facing=west,powered=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_button[face=ceiling,facing=west,powered=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_button[face=ceiling,facing=east,powered=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_button[face=ceiling,facing=east,powered=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:snow 219 226 232 255 175 180 185 255 109 113 116 255 87 90 92 255 +minecraft:snow[layers=2] 219 226 232 255 175 180 185 255 109 113 116 255 87 90 92 255 +minecraft:snow[layers=3] 219 226 232 255 175 180 185 255 109 113 116 255 87 90 92 255 +minecraft:snow[layers=4] 219 226 232 255 175 180 185 255 109 113 116 255 87 90 92 255 +minecraft:snow[layers=5] 219 226 232 255 175 180 185 255 109 113 116 255 87 90 92 255 +minecraft:snow[layers=6] 219 226 232 255 175 180 185 255 109 113 116 255 87 90 92 255 +minecraft:snow[layers=7] 219 226 232 255 175 180 185 255 109 113 116 255 87 90 92 255 +minecraft:snow[layers=8] 219 226 232 255 175 180 185 255 109 113 116 255 87 90 92 255 +minecraft:ice 158 208 240 179 126 166 192 179 79 104 120 179 63 83 96 179 +minecraft:snow_block 219 226 232 255 175 180 185 255 109 113 116 255 87 90 92 255 +minecraft:cactus 73 109 54 195 58 87 43 195 36 54 27 195 29 43 21 195 +minecraft:cactus[age=1] 73 109 54 195 58 87 43 195 36 54 27 195 29 43 21 195 +minecraft:cactus[age=2] 73 109 54 195 58 87 43 195 36 54 27 195 29 43 21 195 +minecraft:cactus[age=3] 73 109 54 195 58 87 43 195 36 54 27 195 29 43 21 195 +minecraft:cactus[age=4] 73 109 54 195 58 87 43 195 36 54 27 195 29 43 21 195 +minecraft:cactus[age=5] 73 109 54 195 58 87 43 195 36 54 27 195 29 43 21 195 +minecraft:cactus[age=6] 73 109 54 195 58 87 43 195 36 54 27 195 29 43 21 195 +minecraft:cactus[age=7] 73 109 54 195 58 87 43 195 36 54 27 195 29 43 21 195 +minecraft:cactus[age=8] 73 109 54 195 58 87 43 195 36 54 27 195 29 43 21 195 +minecraft:cactus[age=9] 73 109 54 195 58 87 43 195 36 54 27 195 29 43 21 195 +minecraft:cactus[age=10] 73 109 54 195 58 87 43 195 36 54 27 195 29 43 21 195 +minecraft:cactus[age=11] 73 109 54 195 58 87 43 195 36 54 27 195 29 43 21 195 +minecraft:cactus[age=12] 73 109 54 195 58 87 43 195 36 54 27 195 29 43 21 195 +minecraft:cactus[age=13] 73 109 54 195 58 87 43 195 36 54 27 195 29 43 21 195 +minecraft:cactus[age=14] 73 109 54 195 58 87 43 195 36 54 27 195 29 43 21 195 +minecraft:cactus[age=15] 73 109 54 195 58 87 43 195 36 54 27 195 29 43 21 195 +minecraft:clay 143 159 164 255 114 127 131 255 71 79 82 255 57 63 65 255 +minecraft:sugar_cane 125 115 61 195 100 92 48 195 62 57 30 195 50 46 24 195 +minecraft:sugar_cane[age=1] 125 115 61 195 100 92 48 195 62 57 30 195 50 46 24 195 +minecraft:sugar_cane[age=2] 125 115 61 195 100 92 48 195 62 57 30 195 50 46 24 195 +minecraft:sugar_cane[age=3] 125 115 61 195 100 92 48 195 62 57 30 195 50 46 24 195 +minecraft:sugar_cane[age=4] 125 115 61 195 100 92 48 195 62 57 30 195 50 46 24 195 +minecraft:sugar_cane[age=5] 125 115 61 195 100 92 48 195 62 57 30 195 50 46 24 195 +minecraft:sugar_cane[age=6] 125 115 61 195 100 92 48 195 62 57 30 195 50 46 24 195 +minecraft:sugar_cane[age=7] 125 115 61 195 100 92 48 195 62 57 30 195 50 46 24 195 +minecraft:sugar_cane[age=8] 125 115 61 195 100 92 48 195 62 57 30 195 50 46 24 195 +minecraft:sugar_cane[age=9] 125 115 61 195 100 92 48 195 62 57 30 195 50 46 24 195 +minecraft:sugar_cane[age=10] 125 115 61 195 100 92 48 195 62 57 30 195 50 46 24 195 +minecraft:sugar_cane[age=11] 125 115 61 195 100 92 48 195 62 57 30 195 50 46 24 195 +minecraft:sugar_cane[age=12] 125 115 61 195 100 92 48 195 62 57 30 195 50 46 24 195 +minecraft:sugar_cane[age=13] 125 115 61 195 100 92 48 195 62 57 30 195 50 46 24 195 +minecraft:sugar_cane[age=14] 125 115 61 195 100 92 48 195 62 57 30 195 50 46 24 195 +minecraft:sugar_cane[age=15] 125 115 61 195 100 92 48 195 62 57 30 195 50 46 24 195 +minecraft:jukebox 81 79 73 255 64 63 58 255 40 39 36 255 32 31 29 255 +minecraft:jukebox[has_record=false] 81 79 73 255 64 63 58 255 40 39 36 255 32 31 29 255 +minecraft:oak_fence 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=true,west=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=false,west=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=false,west=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=true,west=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=true,west=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=false,west=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=false,west=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=true,west=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=true,west=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=false,west=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=false,west=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=true,west=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=true,west=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=false,west=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=false,west=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=true,west=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=true,west=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=false,west=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=false,west=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=true,west=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=true,west=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=false,west=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=false,west=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=true,west=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=true,west=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=false,west=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=false,west=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=true,west=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=true,west=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:pumpkin 182 99 31 255 145 79 24 255 91 49 15 255 72 39 12 255 +minecraft:netherrack 115 58 62 255 92 46 49 255 57 29 31 255 46 23 24 255 +minecraft:soul_sand 90 66 62 255 72 52 49 255 45 33 31 255 36 26 24 255 +minecraft:soul_soil 91 67 63 255 72 53 50 255 45 33 31 255 36 26 25 255 +minecraft:basalt 73 72 77 255 58 57 61 255 36 36 38 255 29 28 30 255 +minecraft:basalt[axis=y] 80 81 86 255 64 64 68 255 40 40 43 255 32 32 34 255 +minecraft:basalt[axis=z] 73 72 77 255 58 57 61 255 36 36 38 255 29 28 30 255 +minecraft:polished_basalt 88 88 91 255 70 70 72 255 44 44 45 255 35 35 36 255 +minecraft:polished_basalt[axis=y] 99 98 100 255 79 78 80 255 49 49 50 255 39 39 40 255 +minecraft:polished_basalt[axis=z] 88 88 91 255 70 70 72 255 44 44 45 255 35 35 36 255 +minecraft:soul_torch 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=south] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=west] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=east] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:glowstone 196 143 71 255 156 114 56 255 98 71 35 255 78 57 28 255 +minecraft:nether_portal 91 0 159 167 72 0 127 167 45 0 79 167 36 0 63 167 +minecraft:nether_portal[axis=z] 91 0 159 167 72 0 127 167 45 0 79 167 36 0 63 167 +minecraft:carved_pumpkin 182 99 31 255 145 79 24 255 91 49 15 255 72 39 12 255 +minecraft:carved_pumpkin[facing=south] 182 99 31 255 145 79 24 255 91 49 15 255 72 39 12 255 +minecraft:carved_pumpkin[facing=west] 182 99 31 255 145 79 24 255 91 49 15 255 72 39 12 255 +minecraft:carved_pumpkin[facing=east] 182 99 31 255 145 79 24 255 91 49 15 255 72 39 12 255 +minecraft:jack_o_lantern 182 99 31 255 145 79 24 255 91 49 15 255 72 39 12 255 +minecraft:jack_o_lantern[facing=south] 182 99 31 255 145 79 24 255 91 49 15 255 72 39 12 255 +minecraft:jack_o_lantern[facing=west] 182 99 31 255 145 79 24 255 91 49 15 255 72 39 12 255 +minecraft:jack_o_lantern[facing=east] 182 99 31 255 145 79 24 255 91 49 15 255 72 39 12 255 +minecraft:cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:cake[bites=1] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:cake[bites=2] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:cake[bites=3] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:cake[bites=4] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:cake[bites=5] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:cake[bites=6] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:repeater 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=1,facing=north,locked=true,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=1,facing=north,locked=false,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=1,facing=north,locked=false,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=1,facing=south,locked=true,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=1,facing=south,locked=true,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=1,facing=south,locked=false,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=1,facing=south,locked=false,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=1,facing=west,locked=true,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=1,facing=west,locked=true,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=1,facing=west,locked=false,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=1,facing=west,locked=false,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=1,facing=east,locked=true,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=1,facing=east,locked=true,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=1,facing=east,locked=false,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=1,facing=east,locked=false,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=2,facing=north,locked=true,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=2,facing=north,locked=true,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=2,facing=north,locked=false,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=2,facing=north,locked=false,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=2,facing=south,locked=true,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=2,facing=south,locked=true,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=2,facing=south,locked=false,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=2,facing=south,locked=false,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=2,facing=west,locked=true,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=2,facing=west,locked=true,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=2,facing=west,locked=false,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=2,facing=west,locked=false,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=2,facing=east,locked=true,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=2,facing=east,locked=true,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=2,facing=east,locked=false,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=2,facing=east,locked=false,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=3,facing=north,locked=true,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=3,facing=north,locked=true,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=3,facing=north,locked=false,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=3,facing=north,locked=false,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=3,facing=south,locked=true,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=3,facing=south,locked=true,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=3,facing=south,locked=false,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=3,facing=south,locked=false,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=3,facing=west,locked=true,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=3,facing=west,locked=true,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=3,facing=west,locked=false,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=3,facing=west,locked=false,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=3,facing=east,locked=true,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=3,facing=east,locked=true,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=3,facing=east,locked=false,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=3,facing=east,locked=false,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=4,facing=north,locked=true,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=4,facing=north,locked=true,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=4,facing=north,locked=false,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=4,facing=north,locked=false,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=4,facing=south,locked=true,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=4,facing=south,locked=true,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=4,facing=south,locked=false,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=4,facing=south,locked=false,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=4,facing=west,locked=true,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=4,facing=west,locked=true,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=4,facing=west,locked=false,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=4,facing=west,locked=false,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=4,facing=east,locked=true,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=4,facing=east,locked=true,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=4,facing=east,locked=false,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=4,facing=east,locked=false,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:white_stained_glass 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:orange_stained_glass 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:magenta_stained_glass 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:light_blue_stained_glass 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:yellow_stained_glass 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:lime_stained_glass 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:pink_stained_glass 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:gray_stained_glass 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:light_gray_stained_glass 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:cyan_stained_glass 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:purple_stained_glass 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:blue_stained_glass 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:brown_stained_glass 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:green_stained_glass 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:red_stained_glass 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:black_stained_glass 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:oak_trapdoor 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:spruce_trapdoor 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:birch_trapdoor 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:jungle_trapdoor 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:acacia_trapdoor 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:dark_oak_trapdoor 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:stone_bricks 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:mossy_stone_bricks 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:cracked_stone_bricks 102 115 109 255 81 92 87 255 51 57 54 255 40 46 43 255 +minecraft:chiseled_stone_bricks 87 99 93 255 69 79 74 255 43 49 46 255 34 39 37 255 +minecraft:infested_stone 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:infested_cobblestone 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:infested_stone_bricks 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:infested_mossy_stone_bricks 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:infested_cracked_stone_bricks 102 115 109 255 81 92 87 255 51 57 54 255 40 46 43 255 +minecraft:infested_chiseled_stone_bricks 87 99 93 255 69 79 74 255 43 49 46 255 34 39 37 255 +minecraft:brown_mushroom_block 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:iron_bars 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=true,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=false,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=false,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=true,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=true,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=false,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=false,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=true,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=true,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=false,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=false,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=true,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=true,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=false,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=false,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=true,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=true,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=false,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=false,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=true,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=true,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=false,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=false,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=true,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=true,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=false,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=false,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=true,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=true,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:glass_pane 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:melon 94 159 67 255 75 127 53 255 47 79 33 255 37 63 26 255 +minecraft:attached_pumpkin_stem 46 75 34 32 36 60 27 32 23 37 17 32 18 30 13 32 +minecraft:attached_pumpkin_stem[facing=south] 46 75 34 32 36 60 27 32 23 37 17 32 18 30 13 32 +minecraft:attached_pumpkin_stem[facing=west] 46 75 34 32 36 60 27 32 23 37 17 32 18 30 13 32 +minecraft:attached_pumpkin_stem[facing=east] 46 75 34 32 36 60 27 32 23 37 17 32 18 30 13 32 +minecraft:attached_melon_stem 47 76 34 32 37 60 27 32 23 38 17 32 18 30 13 32 +minecraft:attached_melon_stem[facing=south] 47 76 34 32 37 60 27 32 23 38 17 32 18 30 13 32 +minecraft:attached_melon_stem[facing=west] 47 76 34 32 37 60 27 32 23 38 17 32 18 30 13 32 +minecraft:attached_melon_stem[facing=east] 47 76 34 32 37 60 27 32 23 38 17 32 18 30 13 32 +minecraft:pumpkin_stem 39 64 29 30 31 51 23 30 19 32 14 30 15 25 11 30 +minecraft:pumpkin_stem[age=1] 39 64 29 30 31 51 23 30 19 32 14 30 15 25 11 30 +minecraft:pumpkin_stem[age=2] 39 64 29 30 31 51 23 30 19 32 14 30 15 25 11 30 +minecraft:pumpkin_stem[age=3] 39 64 29 30 31 51 23 30 19 32 14 30 15 25 11 30 +minecraft:pumpkin_stem[age=4] 39 64 29 30 31 51 23 30 19 32 14 30 15 25 11 30 +minecraft:pumpkin_stem[age=5] 39 64 29 30 31 51 23 30 19 32 14 30 15 25 11 30 +minecraft:pumpkin_stem[age=6] 39 64 29 30 31 51 23 30 19 32 14 30 15 25 11 30 +minecraft:pumpkin_stem[age=7] 39 64 29 30 31 51 23 30 19 32 14 30 15 25 11 30 +minecraft:melon_stem 51 82 37 34 40 65 29 34 25 41 18 34 20 32 14 34 +minecraft:melon_stem[age=1] 51 82 37 34 40 65 29 34 25 41 18 34 20 32 14 34 +minecraft:melon_stem[age=2] 51 82 37 34 40 65 29 34 25 41 18 34 20 32 14 34 +minecraft:melon_stem[age=3] 51 82 37 34 40 65 29 34 25 41 18 34 20 32 14 34 +minecraft:melon_stem[age=4] 51 82 37 34 40 65 29 34 25 41 18 34 20 32 14 34 +minecraft:melon_stem[age=5] 51 82 37 34 40 65 29 34 25 41 18 34 20 32 14 34 +minecraft:melon_stem[age=6] 51 82 37 34 40 65 29 34 25 41 18 34 20 32 14 34 +minecraft:melon_stem[age=7] 51 82 37 34 40 65 29 34 25 41 18 34 20 32 14 34 +minecraft:vine 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=true,north=true,south=true,up=true,west=false] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=true,north=true,south=true,up=false,west=true] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=true,north=true,south=true,up=false,west=false] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=true,north=true,south=false,up=true,west=true] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=true,north=true,south=false,up=true,west=false] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=true,north=true,south=false,up=false,west=true] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=true,north=true,south=false,up=false,west=false] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=true,north=false,south=true,up=true,west=true] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=true,north=false,south=true,up=true,west=false] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=true,north=false,south=true,up=false,west=true] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=true,north=false,south=true,up=false,west=false] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=true,north=false,south=false,up=true,west=true] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=true,north=false,south=false,up=true,west=false] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=true,north=false,south=false,up=false,west=true] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=true,north=false,south=false,up=false,west=false] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=false,north=true,south=true,up=true,west=true] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=false,north=true,south=true,up=true,west=false] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=false,north=true,south=true,up=false,west=true] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=false,north=true,south=true,up=false,west=false] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=false,north=true,south=false,up=true,west=true] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=false,north=true,south=false,up=true,west=false] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=false,north=true,south=false,up=false,west=true] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=false,north=true,south=false,up=false,west=false] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=false,north=false,south=true,up=true,west=true] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=false,north=false,south=true,up=true,west=false] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=false,north=false,south=true,up=false,west=true] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=false,north=false,south=true,up=false,west=false] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=false,north=false,south=false,up=true,west=true] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=false,north=false,south=false,up=true,west=false] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=false,north=false,south=false,up=false,west=true] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=false,north=false,south=false,up=false,west=false] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:glow_lichen 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:oak_fence_gate 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=true,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=false,powered=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=false,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=true,powered=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=true,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=true,powered=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=true,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=false,powered=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=false,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=true,powered=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=true,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=false,powered=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=false,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=true,powered=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=true,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=false,powered=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=false,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=true,powered=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=true,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=false,powered=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=false,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=true,powered=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=true,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=false,powered=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=false,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=true,powered=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=true,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=false,powered=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=false,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:brick_stairs 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:stone_brick_stairs 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:mycelium 64 104 47 255 51 83 37 255 32 52 23 255 25 41 18 255 +minecraft:mycelium[snowy=false] 94 77 96 255 75 61 76 255 47 38 48 255 37 30 38 255 +minecraft:lily_pad 17 71 26 157 13 56 20 157 8 35 13 157 6 28 10 157 +minecraft:nether_bricks 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=true,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=false,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=false,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=true,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=true,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=false,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=false,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=true,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=true,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=false,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=false,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=true,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=true,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=false,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=false,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=true,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=true,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=false,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=false,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=true,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=true,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=false,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=false,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=true,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=true,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=false,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=false,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=true,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=true,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_wart 71 19 23 38 56 15 18 38 35 9 11 38 28 7 9 38 +minecraft:nether_wart[age=1] 68 19 22 73 54 15 17 73 34 9 11 73 27 7 8 73 +minecraft:nether_wart[age=2] 68 19 22 73 54 15 17 73 34 9 11 73 27 7 8 73 +minecraft:nether_wart[age=3] 60 18 20 160 48 14 16 160 30 9 10 160 24 7 8 160 +minecraft:enchanting_table 44 33 35 254 35 26 28 254 22 16 17 254 17 13 14 254 +minecraft:brewing_stand 153 144 125 172 122 115 100 172 76 72 62 172 61 57 50 172 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=true,has_bottle_2=false] 153 144 125 172 122 115 100 172 76 72 62 172 61 57 50 172 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=false,has_bottle_2=true] 153 144 125 172 122 115 100 172 76 72 62 172 61 57 50 172 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=false,has_bottle_2=false] 153 144 125 172 122 115 100 172 76 72 62 172 61 57 50 172 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=true,has_bottle_2=true] 153 144 125 172 122 115 100 172 76 72 62 172 61 57 50 172 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=true,has_bottle_2=false] 153 144 125 172 122 115 100 172 76 72 62 172 61 57 50 172 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=true] 153 144 125 172 122 115 100 172 76 72 62 172 61 57 50 172 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=false] 153 144 125 172 122 115 100 172 76 72 62 172 61 57 50 172 +minecraft:cauldron 61 61 61 111 48 48 48 111 30 30 30 111 24 24 24 111 +minecraft:water_cauldron 61 61 61 111 48 48 48 111 30 30 30 111 24 24 24 111 +minecraft:water_cauldron[level=2] 61 61 61 111 48 48 48 111 30 30 30 111 24 24 24 111 +minecraft:water_cauldron[level=3] 61 61 61 111 48 48 48 111 30 30 30 111 24 24 24 111 +minecraft:lava_cauldron 61 61 61 111 48 48 48 111 30 30 30 111 24 24 24 111 +minecraft:powder_snow_cauldron 61 61 61 111 48 48 48 111 30 30 30 111 24 24 24 111 +minecraft:powder_snow_cauldron[level=2] 61 61 61 111 48 48 48 111 30 30 30 111 24 24 24 111 +minecraft:powder_snow_cauldron[level=3] 61 61 61 111 48 48 48 111 30 30 30 111 24 24 24 111 +minecraft:end_portal 0 0 63 255 0 0 50 255 0 0 31 255 0 0 25 255 +minecraft:end_portal_frame 179 178 156 255 143 142 124 255 89 89 78 255 71 71 62 255 +minecraft:end_portal_frame[eye=true,facing=south] 179 178 156 255 143 142 124 255 89 89 78 255 71 71 62 255 +minecraft:end_portal_frame[eye=true,facing=west] 179 178 156 255 143 142 124 255 89 89 78 255 71 71 62 255 +minecraft:end_portal_frame[eye=true,facing=east] 179 178 156 255 143 142 124 255 89 89 78 255 71 71 62 255 +minecraft:end_portal_frame[eye=false,facing=north] 179 178 156 255 143 142 124 255 89 89 78 255 71 71 62 255 +minecraft:end_portal_frame[eye=false,facing=south] 179 178 156 255 143 142 124 255 89 89 78 255 71 71 62 255 +minecraft:end_portal_frame[eye=false,facing=west] 179 178 156 255 143 142 124 255 89 89 78 255 71 71 62 255 +minecraft:end_portal_frame[eye=false,facing=east] 179 178 156 255 143 142 124 255 89 89 78 255 71 71 62 255 +minecraft:end_stone 179 178 156 255 143 142 124 255 89 89 78 255 71 71 62 255 +minecraft:dragon_egg 37 37 41 255 29 29 32 255 18 18 20 255 14 14 16 255 +minecraft:redstone_lamp 137 111 65 255 109 88 52 255 68 55 32 255 54 44 26 255 +minecraft:redstone_lamp[lit=false] 51 45 35 255 40 36 28 255 25 22 17 255 20 18 14 255 +minecraft:cocoa 163 130 6 131 130 104 4 131 81 65 3 131 65 52 2 131 +minecraft:cocoa[age=0,facing=south] 163 130 6 131 130 104 4 131 81 65 3 131 65 52 2 131 +minecraft:cocoa[age=0,facing=west] 163 130 6 131 130 104 4 131 81 65 3 131 65 52 2 131 +minecraft:cocoa[age=0,facing=east] 163 130 6 131 130 104 4 131 81 65 3 131 65 52 2 131 +minecraft:cocoa[age=1,facing=north] 163 130 6 131 130 104 4 131 81 65 3 131 65 52 2 131 +minecraft:cocoa[age=1,facing=south] 163 130 6 131 130 104 4 131 81 65 3 131 65 52 2 131 +minecraft:cocoa[age=1,facing=west] 163 130 6 131 130 104 4 131 81 65 3 131 65 52 2 131 +minecraft:cocoa[age=1,facing=east] 163 130 6 131 130 104 4 131 81 65 3 131 65 52 2 131 +minecraft:cocoa[age=2,facing=north] 163 130 6 131 130 104 4 131 81 65 3 131 65 52 2 131 +minecraft:cocoa[age=2,facing=south] 163 130 6 131 130 104 4 131 81 65 3 131 65 52 2 131 +minecraft:cocoa[age=2,facing=west] 163 130 6 131 130 104 4 131 81 65 3 131 65 52 2 131 +minecraft:cocoa[age=2,facing=east] 163 130 6 131 130 104 4 131 81 65 3 131 65 52 2 131 +minecraft:sandstone_stairs 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:emerald_ore 91 133 107 255 72 106 85 255 45 66 53 255 36 53 42 255 +minecraft:deepslate_emerald_ore 60 94 76 255 48 75 60 255 30 47 38 255 24 37 30 255 +minecraft:ender_chest 42 39 52 195 33 31 41 195 21 19 26 195 16 15 20 195 +minecraft:ender_chest[facing=north,waterlogged=false] 42 39 52 195 33 31 41 195 21 19 26 195 16 15 20 195 +minecraft:ender_chest[facing=south,waterlogged=true] 42 39 52 195 33 31 41 195 21 19 26 195 16 15 20 195 +minecraft:ender_chest[facing=south,waterlogged=false] 42 39 52 195 33 31 41 195 21 19 26 195 16 15 20 195 +minecraft:ender_chest[facing=west,waterlogged=true] 42 39 52 195 33 31 41 195 21 19 26 195 16 15 20 195 +minecraft:ender_chest[facing=west,waterlogged=false] 42 39 52 195 33 31 41 195 21 19 26 195 16 15 20 195 +minecraft:ender_chest[facing=east,waterlogged=true] 42 39 52 195 33 31 41 195 21 19 26 195 16 15 20 195 +minecraft:ender_chest[facing=east,waterlogged=false] 42 39 52 195 33 31 41 195 21 19 26 195 16 15 20 195 +minecraft:tripwire_hook 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:tripwire_hook[attached=true,facing=north,powered=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:tripwire_hook[attached=true,facing=south,powered=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:tripwire_hook[attached=true,facing=south,powered=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:tripwire_hook[attached=true,facing=west,powered=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:tripwire_hook[attached=true,facing=west,powered=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:tripwire_hook[attached=true,facing=east,powered=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:tripwire_hook[attached=true,facing=east,powered=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:tripwire_hook[attached=false,facing=north,powered=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:tripwire_hook[attached=false,facing=north,powered=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:tripwire_hook[attached=false,facing=south,powered=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:tripwire_hook[attached=false,facing=south,powered=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:tripwire_hook[attached=false,facing=west,powered=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:tripwire_hook[attached=false,facing=west,powered=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:tripwire_hook[attached=false,facing=east,powered=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:tripwire_hook[attached=false,facing=east,powered=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:emerald_block 40 138 78 255 32 110 62 255 20 69 39 255 16 55 31 255 +minecraft:spruce_stairs 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=north,half=top,shape=straight,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=south,half=top,shape=straight,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=south,half=top,shape=straight,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=west,half=top,shape=straight,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=west,half=top,shape=straight,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=east,half=top,shape=straight,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=east,half=top,shape=straight,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:birch_stairs 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=north,half=top,shape=straight,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=south,half=top,shape=straight,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=south,half=top,shape=straight,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=west,half=top,shape=straight,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=west,half=top,shape=straight,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=east,half=top,shape=straight,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=east,half=top,shape=straight,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:jungle_stairs 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=north,half=top,shape=straight,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=south,half=top,shape=straight,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=south,half=top,shape=straight,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=west,half=top,shape=straight,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=west,half=top,shape=straight,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=east,half=top,shape=straight,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=east,half=top,shape=straight,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:command_block 97 60 60 254 77 48 48 254 48 30 30 254 38 24 24 254 +minecraft:command_block[conditional=true,facing=east] 98 63 63 254 78 50 50 254 49 31 31 254 39 25 25 254 +minecraft:command_block[conditional=true,facing=south] 93 63 63 254 74 50 50 254 46 31 31 254 37 25 25 254 +minecraft:command_block[conditional=true,facing=west] 93 63 63 254 74 50 50 254 46 31 31 254 37 25 25 254 +minecraft:command_block[conditional=true,facing=up] 93 63 63 254 74 50 50 254 46 31 31 254 37 25 25 254 +minecraft:command_block[conditional=true,facing=down] 93 63 63 254 74 50 50 254 46 31 31 254 37 25 25 254 +minecraft:command_block[conditional=false,facing=north] 97 60 60 254 77 48 48 254 48 30 30 254 38 24 24 254 +minecraft:command_block[conditional=false,facing=east] 98 63 63 254 78 50 50 254 49 31 31 254 39 25 25 254 +minecraft:command_block[conditional=false,facing=south] 94 62 62 254 75 49 49 254 47 31 31 254 37 24 24 254 +minecraft:command_block[conditional=false,facing=west] 94 62 62 254 75 49 49 254 47 31 31 254 37 24 24 254 +minecraft:command_block[conditional=false,facing=up] 94 62 62 254 75 49 49 254 47 31 31 254 37 24 24 254 +minecraft:command_block[conditional=false,facing=down] 94 62 62 254 75 49 49 254 47 31 31 254 37 24 24 254 +minecraft:beacon 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:cobblestone_wall 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:mossy_cobblestone_wall 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:flower_pot 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_oak_sapling 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_spruce_sapling 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_birch_sapling 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_jungle_sapling 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_acacia_sapling 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_dark_oak_sapling 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_fern 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_dandelion 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_poppy 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_blue_orchid 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_allium 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_azure_bluet 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_red_tulip 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_orange_tulip 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_white_tulip 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_pink_tulip 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_oxeye_daisy 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_cornflower 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_lily_of_the_valley 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_wither_rose 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_red_mushroom 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_brown_mushroom 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_dead_bush 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_cactus 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:carrots 16 32 16 31 12 25 12 31 8 16 8 31 6 12 6 31 +minecraft:carrots[age=1] 16 32 16 31 12 25 12 31 8 16 8 31 6 12 6 31 +minecraft:carrots[age=2] 29 56 29 52 23 44 23 52 14 28 14 52 11 22 11 52 +minecraft:carrots[age=3] 29 56 29 52 23 44 23 52 14 28 14 52 11 22 11 52 +minecraft:carrots[age=4] 30 59 32 68 24 47 25 68 15 29 16 68 12 23 12 68 +minecraft:carrots[age=5] 30 59 32 68 24 47 25 68 15 29 16 68 12 23 12 68 +minecraft:carrots[age=6] 30 59 32 68 24 47 25 68 15 29 16 68 12 23 12 68 +minecraft:carrots[age=7] 37 70 37 115 29 56 29 115 18 35 18 115 14 28 14 115 +minecraft:potatoes 27 58 32 31 21 46 25 31 13 29 16 31 10 23 12 31 +minecraft:potatoes[age=1] 27 58 32 31 21 46 25 31 13 29 16 31 10 23 12 31 +minecraft:potatoes[age=2] 35 70 38 52 28 56 30 52 17 35 19 52 14 28 15 52 +minecraft:potatoes[age=3] 35 70 38 52 28 56 30 52 17 35 19 52 14 28 15 52 +minecraft:potatoes[age=4] 34 69 38 68 27 55 30 68 17 34 19 68 13 27 15 68 +minecraft:potatoes[age=5] 34 69 38 68 27 55 30 68 17 34 19 68 13 27 15 68 +minecraft:potatoes[age=6] 34 69 38 68 27 55 30 68 17 34 19 68 13 27 15 68 +minecraft:potatoes[age=7] 30 70 37 125 24 56 29 125 15 35 18 125 12 28 14 125 +minecraft:oak_button 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_button[face=floor,facing=north,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_button[face=floor,facing=south,powered=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_button[face=floor,facing=south,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_button[face=floor,facing=west,powered=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_button[face=floor,facing=west,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_button[face=floor,facing=east,powered=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_button[face=floor,facing=east,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_button[face=wall,facing=north,powered=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_button[face=wall,facing=north,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_button[face=wall,facing=south,powered=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_button[face=wall,facing=south,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_button[face=wall,facing=west,powered=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_button[face=wall,facing=west,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_button[face=wall,facing=east,powered=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_button[face=wall,facing=east,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_button[face=ceiling,facing=north,powered=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_button[face=ceiling,facing=north,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_button[face=ceiling,facing=south,powered=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_button[face=ceiling,facing=south,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_button[face=ceiling,facing=west,powered=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_button[face=ceiling,facing=west,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_button[face=ceiling,facing=east,powered=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_button[face=ceiling,facing=east,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:spruce_button 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_button[face=floor,facing=north,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_button[face=floor,facing=south,powered=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_button[face=floor,facing=south,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_button[face=floor,facing=west,powered=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_button[face=floor,facing=west,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_button[face=floor,facing=east,powered=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_button[face=floor,facing=east,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_button[face=wall,facing=north,powered=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_button[face=wall,facing=north,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_button[face=wall,facing=south,powered=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_button[face=wall,facing=south,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_button[face=wall,facing=west,powered=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_button[face=wall,facing=west,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_button[face=wall,facing=east,powered=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_button[face=wall,facing=east,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_button[face=ceiling,facing=north,powered=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_button[face=ceiling,facing=north,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_button[face=ceiling,facing=south,powered=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_button[face=ceiling,facing=south,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_button[face=ceiling,facing=west,powered=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_button[face=ceiling,facing=west,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_button[face=ceiling,facing=east,powered=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_button[face=ceiling,facing=east,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:birch_button 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_button[face=floor,facing=north,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_button[face=floor,facing=south,powered=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_button[face=floor,facing=south,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_button[face=floor,facing=west,powered=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_button[face=floor,facing=west,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_button[face=floor,facing=east,powered=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_button[face=floor,facing=east,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_button[face=wall,facing=north,powered=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_button[face=wall,facing=north,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_button[face=wall,facing=south,powered=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_button[face=wall,facing=south,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_button[face=wall,facing=west,powered=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_button[face=wall,facing=west,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_button[face=wall,facing=east,powered=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_button[face=wall,facing=east,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_button[face=ceiling,facing=north,powered=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_button[face=ceiling,facing=north,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_button[face=ceiling,facing=south,powered=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_button[face=ceiling,facing=south,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_button[face=ceiling,facing=west,powered=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_button[face=ceiling,facing=west,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_button[face=ceiling,facing=east,powered=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_button[face=ceiling,facing=east,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:jungle_button 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_button[face=floor,facing=north,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_button[face=floor,facing=south,powered=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_button[face=floor,facing=south,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_button[face=floor,facing=west,powered=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_button[face=floor,facing=west,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_button[face=floor,facing=east,powered=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_button[face=floor,facing=east,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_button[face=wall,facing=north,powered=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_button[face=wall,facing=north,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_button[face=wall,facing=south,powered=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_button[face=wall,facing=south,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_button[face=wall,facing=west,powered=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_button[face=wall,facing=west,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_button[face=wall,facing=east,powered=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_button[face=wall,facing=east,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_button[face=ceiling,facing=north,powered=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_button[face=ceiling,facing=north,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_button[face=ceiling,facing=south,powered=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_button[face=ceiling,facing=south,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_button[face=ceiling,facing=west,powered=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_button[face=ceiling,facing=west,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_button[face=ceiling,facing=east,powered=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_button[face=ceiling,facing=east,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:acacia_button 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_button[face=floor,facing=north,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_button[face=floor,facing=south,powered=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_button[face=floor,facing=south,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_button[face=floor,facing=west,powered=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_button[face=floor,facing=west,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_button[face=floor,facing=east,powered=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_button[face=floor,facing=east,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_button[face=wall,facing=north,powered=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_button[face=wall,facing=north,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_button[face=wall,facing=south,powered=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_button[face=wall,facing=south,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_button[face=wall,facing=west,powered=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_button[face=wall,facing=west,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_button[face=wall,facing=east,powered=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_button[face=wall,facing=east,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_button[face=ceiling,facing=north,powered=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_button[face=ceiling,facing=north,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_button[face=ceiling,facing=south,powered=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_button[face=ceiling,facing=south,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_button[face=ceiling,facing=west,powered=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_button[face=ceiling,facing=west,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_button[face=ceiling,facing=east,powered=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_button[face=ceiling,facing=east,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:dark_oak_button 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_button[face=floor,facing=north,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_button[face=floor,facing=south,powered=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_button[face=floor,facing=south,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_button[face=floor,facing=west,powered=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_button[face=floor,facing=west,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_button[face=floor,facing=east,powered=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_button[face=floor,facing=east,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_button[face=wall,facing=north,powered=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_button[face=wall,facing=north,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_button[face=wall,facing=south,powered=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_button[face=wall,facing=south,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_button[face=wall,facing=west,powered=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_button[face=wall,facing=west,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_button[face=wall,facing=east,powered=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_button[face=wall,facing=east,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_button[face=ceiling,facing=north,powered=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_button[face=ceiling,facing=north,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_button[face=ceiling,facing=south,powered=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_button[face=ceiling,facing=south,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_button[face=ceiling,facing=west,powered=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_button[face=ceiling,facing=west,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_button[face=ceiling,facing=east,powered=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_button[face=ceiling,facing=east,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:skeleton_skull 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=1] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=2] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=3] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=4] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=5] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=6] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=7] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=8] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=9] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=10] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=11] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=12] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=13] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=14] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=15] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_wall_skull 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_wall_skull[facing=south] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_wall_skull[facing=west] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_wall_skull[facing=east] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:wither_skeleton_skull 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=1] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=2] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=3] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=4] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=5] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=6] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=7] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=8] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=9] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=10] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=11] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=12] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=13] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=14] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=15] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_wall_skull 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_wall_skull[facing=south] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_wall_skull[facing=west] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_wall_skull[facing=east] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:zombie_head 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=1] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=2] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=3] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=4] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=5] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=6] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=7] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=8] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=9] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=10] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=11] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=12] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=13] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=14] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=15] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_wall_head 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_wall_head[facing=south] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_wall_head[facing=west] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_wall_head[facing=east] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:player_head 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=1] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=2] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=3] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=4] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=5] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=6] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=7] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=8] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=9] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=10] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=11] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=12] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=13] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=14] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=15] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_wall_head 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_wall_head[facing=south] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_wall_head[facing=west] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_wall_head[facing=east] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:creeper_head 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:creeper_head[rotation=1] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:creeper_head[rotation=2] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:creeper_head[rotation=3] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:creeper_head[rotation=4] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:creeper_head[rotation=5] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:creeper_head[rotation=6] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:creeper_head[rotation=7] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:creeper_head[rotation=8] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:creeper_head[rotation=9] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:creeper_head[rotation=10] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:creeper_head[rotation=11] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:creeper_head[rotation=12] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:creeper_head[rotation=13] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:creeper_head[rotation=14] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:creeper_head[rotation=15] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:creeper_wall_head 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:creeper_wall_head[facing=south] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:creeper_wall_head[facing=west] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:creeper_wall_head[facing=east] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:dragon_head 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:dragon_head[rotation=1] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:dragon_head[rotation=2] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:dragon_head[rotation=3] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:dragon_head[rotation=4] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:dragon_head[rotation=5] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:dragon_head[rotation=6] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:dragon_head[rotation=7] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:dragon_head[rotation=8] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:dragon_head[rotation=9] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:dragon_head[rotation=10] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:dragon_head[rotation=11] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:dragon_head[rotation=12] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:dragon_head[rotation=13] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:dragon_head[rotation=14] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:dragon_head[rotation=15] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:dragon_wall_head 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:dragon_wall_head[facing=south] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:dragon_wall_head[facing=west] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:dragon_wall_head[facing=east] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:anvil 38 38 38 255 30 30 30 255 19 19 19 255 15 15 15 255 +minecraft:anvil[facing=south] 38 38 38 255 30 30 30 255 19 19 19 255 15 15 15 255 +minecraft:anvil[facing=west] 38 38 38 255 30 30 30 255 19 19 19 255 15 15 15 255 +minecraft:anvil[facing=east] 38 38 38 255 30 30 30 255 19 19 19 255 15 15 15 255 +minecraft:chipped_anvil 38 38 38 255 30 30 30 255 19 19 19 255 15 15 15 255 +minecraft:chipped_anvil[facing=south] 38 38 38 255 30 30 30 255 19 19 19 255 15 15 15 255 +minecraft:chipped_anvil[facing=west] 38 38 38 255 30 30 30 255 19 19 19 255 15 15 15 255 +minecraft:chipped_anvil[facing=east] 38 38 38 255 30 30 30 255 19 19 19 255 15 15 15 255 +minecraft:damaged_anvil 38 38 38 255 30 30 30 255 19 19 19 255 15 15 15 255 +minecraft:damaged_anvil[facing=south] 38 38 38 255 30 30 30 255 19 19 19 255 15 15 15 255 +minecraft:damaged_anvil[facing=west] 38 38 38 255 30 30 30 255 19 19 19 255 15 15 15 255 +minecraft:damaged_anvil[facing=east] 38 38 38 255 30 30 30 255 19 19 19 255 15 15 15 255 +minecraft:trapped_chest 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:trapped_chest[facing=north,type=single,waterlogged=false] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:trapped_chest[facing=north,type=left,waterlogged=true] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:trapped_chest[facing=north,type=left,waterlogged=false] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:trapped_chest[facing=north,type=right,waterlogged=true] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:trapped_chest[facing=north,type=right,waterlogged=false] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:trapped_chest[facing=south,type=single,waterlogged=true] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:trapped_chest[facing=south,type=single,waterlogged=false] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:trapped_chest[facing=south,type=left,waterlogged=true] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:trapped_chest[facing=south,type=left,waterlogged=false] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:trapped_chest[facing=south,type=right,waterlogged=true] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:trapped_chest[facing=south,type=right,waterlogged=false] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:trapped_chest[facing=west,type=single,waterlogged=true] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:trapped_chest[facing=west,type=single,waterlogged=false] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:trapped_chest[facing=west,type=left,waterlogged=true] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:trapped_chest[facing=west,type=left,waterlogged=false] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:trapped_chest[facing=west,type=right,waterlogged=true] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:trapped_chest[facing=west,type=right,waterlogged=false] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:trapped_chest[facing=east,type=single,waterlogged=true] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:trapped_chest[facing=east,type=single,waterlogged=false] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:trapped_chest[facing=east,type=left,waterlogged=true] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:trapped_chest[facing=east,type=left,waterlogged=false] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:trapped_chest[facing=east,type=right,waterlogged=true] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:trapped_chest[facing=east,type=right,waterlogged=false] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:light_weighted_pressure_plate 189 160 89 255 151 128 71 255 94 80 44 255 75 64 35 255 +minecraft:light_weighted_pressure_plate[power=1] 189 160 89 255 151 128 71 255 94 80 44 255 75 64 35 255 +minecraft:light_weighted_pressure_plate[power=2] 189 160 89 255 151 128 71 255 94 80 44 255 75 64 35 255 +minecraft:light_weighted_pressure_plate[power=3] 189 160 89 255 151 128 71 255 94 80 44 255 75 64 35 255 +minecraft:light_weighted_pressure_plate[power=4] 189 160 89 255 151 128 71 255 94 80 44 255 75 64 35 255 +minecraft:light_weighted_pressure_plate[power=5] 189 160 89 255 151 128 71 255 94 80 44 255 75 64 35 255 +minecraft:light_weighted_pressure_plate[power=6] 189 160 89 255 151 128 71 255 94 80 44 255 75 64 35 255 +minecraft:light_weighted_pressure_plate[power=7] 189 160 89 255 151 128 71 255 94 80 44 255 75 64 35 255 +minecraft:light_weighted_pressure_plate[power=8] 189 160 89 255 151 128 71 255 94 80 44 255 75 64 35 255 +minecraft:light_weighted_pressure_plate[power=9] 189 160 89 255 151 128 71 255 94 80 44 255 75 64 35 255 +minecraft:light_weighted_pressure_plate[power=10] 189 160 89 255 151 128 71 255 94 80 44 255 75 64 35 255 +minecraft:light_weighted_pressure_plate[power=11] 189 160 89 255 151 128 71 255 94 80 44 255 75 64 35 255 +minecraft:light_weighted_pressure_plate[power=12] 189 160 89 255 151 128 71 255 94 80 44 255 75 64 35 255 +minecraft:light_weighted_pressure_plate[power=13] 189 160 89 255 151 128 71 255 94 80 44 255 75 64 35 255 +minecraft:light_weighted_pressure_plate[power=14] 189 160 89 255 151 128 71 255 94 80 44 255 75 64 35 255 +minecraft:light_weighted_pressure_plate[power=15] 189 160 89 255 151 128 71 255 94 80 44 255 75 64 35 255 +minecraft:heavy_weighted_pressure_plate 104 108 100 255 83 86 80 255 52 54 50 255 41 43 40 255 +minecraft:heavy_weighted_pressure_plate[power=1] 104 108 100 255 83 86 80 255 52 54 50 255 41 43 40 255 +minecraft:heavy_weighted_pressure_plate[power=2] 104 108 100 255 83 86 80 255 52 54 50 255 41 43 40 255 +minecraft:heavy_weighted_pressure_plate[power=3] 104 108 100 255 83 86 80 255 52 54 50 255 41 43 40 255 +minecraft:heavy_weighted_pressure_plate[power=4] 104 108 100 255 83 86 80 255 52 54 50 255 41 43 40 255 +minecraft:heavy_weighted_pressure_plate[power=5] 104 108 100 255 83 86 80 255 52 54 50 255 41 43 40 255 +minecraft:heavy_weighted_pressure_plate[power=6] 104 108 100 255 83 86 80 255 52 54 50 255 41 43 40 255 +minecraft:heavy_weighted_pressure_plate[power=7] 104 108 100 255 83 86 80 255 52 54 50 255 41 43 40 255 +minecraft:heavy_weighted_pressure_plate[power=8] 104 108 100 255 83 86 80 255 52 54 50 255 41 43 40 255 +minecraft:heavy_weighted_pressure_plate[power=9] 104 108 100 255 83 86 80 255 52 54 50 255 41 43 40 255 +minecraft:heavy_weighted_pressure_plate[power=10] 104 108 100 255 83 86 80 255 52 54 50 255 41 43 40 255 +minecraft:heavy_weighted_pressure_plate[power=11] 104 108 100 255 83 86 80 255 52 54 50 255 41 43 40 255 +minecraft:heavy_weighted_pressure_plate[power=12] 104 108 100 255 83 86 80 255 52 54 50 255 41 43 40 255 +minecraft:heavy_weighted_pressure_plate[power=13] 104 108 100 255 83 86 80 255 52 54 50 255 41 43 40 255 +minecraft:heavy_weighted_pressure_plate[power=14] 104 108 100 255 83 86 80 255 52 54 50 255 41 43 40 255 +minecraft:heavy_weighted_pressure_plate[power=15] 104 108 100 255 83 86 80 255 52 54 50 255 41 43 40 255 +minecraft:comparator 130 137 131 255 104 109 104 255 65 68 65 255 52 54 52 255 +minecraft:comparator[facing=north,mode=compare,powered=false] 130 137 131 255 104 109 104 255 65 68 65 255 52 54 52 255 +minecraft:comparator[facing=north,mode=subtract,powered=true] 130 137 131 255 104 109 104 255 65 68 65 255 52 54 52 255 +minecraft:comparator[facing=north,mode=subtract,powered=false] 130 137 131 255 104 109 104 255 65 68 65 255 52 54 52 255 +minecraft:comparator[facing=south,mode=compare,powered=true] 130 137 131 255 104 109 104 255 65 68 65 255 52 54 52 255 +minecraft:comparator[facing=south,mode=compare,powered=false] 130 137 131 255 104 109 104 255 65 68 65 255 52 54 52 255 +minecraft:comparator[facing=south,mode=subtract,powered=true] 130 137 131 255 104 109 104 255 65 68 65 255 52 54 52 255 +minecraft:comparator[facing=south,mode=subtract,powered=false] 130 137 131 255 104 109 104 255 65 68 65 255 52 54 52 255 +minecraft:comparator[facing=west,mode=compare,powered=true] 130 137 131 255 104 109 104 255 65 68 65 255 52 54 52 255 +minecraft:comparator[facing=west,mode=compare,powered=false] 130 137 131 255 104 109 104 255 65 68 65 255 52 54 52 255 +minecraft:comparator[facing=west,mode=subtract,powered=true] 130 137 131 255 104 109 104 255 65 68 65 255 52 54 52 255 +minecraft:comparator[facing=west,mode=subtract,powered=false] 130 137 131 255 104 109 104 255 65 68 65 255 52 54 52 255 +minecraft:comparator[facing=east,mode=compare,powered=true] 130 137 131 255 104 109 104 255 65 68 65 255 52 54 52 255 +minecraft:comparator[facing=east,mode=compare,powered=false] 130 137 131 255 104 109 104 255 65 68 65 255 52 54 52 255 +minecraft:comparator[facing=east,mode=subtract,powered=true] 130 137 131 255 104 109 104 255 65 68 65 255 52 54 52 255 +minecraft:comparator[facing=east,mode=subtract,powered=false] 130 137 131 255 104 109 104 255 65 68 65 255 52 54 52 255 +minecraft:daylight_detector 72 76 73 255 57 60 58 255 36 38 36 255 28 30 29 255 +minecraft:daylight_detector[inverted=true,power=1] 72 76 73 255 57 60 58 255 36 38 36 255 28 30 29 255 +minecraft:daylight_detector[inverted=true,power=2] 72 76 73 255 57 60 58 255 36 38 36 255 28 30 29 255 +minecraft:daylight_detector[inverted=true,power=3] 72 76 73 255 57 60 58 255 36 38 36 255 28 30 29 255 +minecraft:daylight_detector[inverted=true,power=4] 72 76 73 255 57 60 58 255 36 38 36 255 28 30 29 255 +minecraft:daylight_detector[inverted=true,power=5] 72 76 73 255 57 60 58 255 36 38 36 255 28 30 29 255 +minecraft:daylight_detector[inverted=true,power=6] 72 76 73 255 57 60 58 255 36 38 36 255 28 30 29 255 +minecraft:daylight_detector[inverted=true,power=7] 72 76 73 255 57 60 58 255 36 38 36 255 28 30 29 255 +minecraft:daylight_detector[inverted=true,power=8] 72 76 73 255 57 60 58 255 36 38 36 255 28 30 29 255 +minecraft:daylight_detector[inverted=true,power=9] 72 76 73 255 57 60 58 255 36 38 36 255 28 30 29 255 +minecraft:daylight_detector[inverted=true,power=10] 72 76 73 255 57 60 58 255 36 38 36 255 28 30 29 255 +minecraft:daylight_detector[inverted=true,power=11] 72 76 73 255 57 60 58 255 36 38 36 255 28 30 29 255 +minecraft:daylight_detector[inverted=true,power=12] 72 76 73 255 57 60 58 255 36 38 36 255 28 30 29 255 +minecraft:daylight_detector[inverted=true,power=13] 72 76 73 255 57 60 58 255 36 38 36 255 28 30 29 255 +minecraft:daylight_detector[inverted=true,power=14] 72 76 73 255 57 60 58 255 36 38 36 255 28 30 29 255 +minecraft:daylight_detector[inverted=true,power=15] 72 76 73 255 57 60 58 255 36 38 36 255 28 30 29 255 +minecraft:daylight_detector[inverted=false,power=0] 82 95 91 255 65 76 72 255 41 47 45 255 32 38 36 255 +minecraft:daylight_detector[inverted=false,power=1] 82 95 91 255 65 76 72 255 41 47 45 255 32 38 36 255 +minecraft:daylight_detector[inverted=false,power=2] 82 95 91 255 65 76 72 255 41 47 45 255 32 38 36 255 +minecraft:daylight_detector[inverted=false,power=3] 82 95 91 255 65 76 72 255 41 47 45 255 32 38 36 255 +minecraft:daylight_detector[inverted=false,power=4] 82 95 91 255 65 76 72 255 41 47 45 255 32 38 36 255 +minecraft:daylight_detector[inverted=false,power=5] 82 95 91 255 65 76 72 255 41 47 45 255 32 38 36 255 +minecraft:daylight_detector[inverted=false,power=6] 82 95 91 255 65 76 72 255 41 47 45 255 32 38 36 255 +minecraft:daylight_detector[inverted=false,power=7] 82 95 91 255 65 76 72 255 41 47 45 255 32 38 36 255 +minecraft:daylight_detector[inverted=false,power=8] 82 95 91 255 65 76 72 255 41 47 45 255 32 38 36 255 +minecraft:daylight_detector[inverted=false,power=9] 82 95 91 255 65 76 72 255 41 47 45 255 32 38 36 255 +minecraft:daylight_detector[inverted=false,power=10] 82 95 91 255 65 76 72 255 41 47 45 255 32 38 36 255 +minecraft:daylight_detector[inverted=false,power=11] 82 95 91 255 65 76 72 255 41 47 45 255 32 38 36 255 +minecraft:daylight_detector[inverted=false,power=12] 82 95 91 255 65 76 72 255 41 47 45 255 32 38 36 255 +minecraft:daylight_detector[inverted=false,power=13] 82 95 91 255 65 76 72 255 41 47 45 255 32 38 36 255 +minecraft:daylight_detector[inverted=false,power=14] 82 95 91 255 65 76 72 255 41 47 45 255 32 38 36 255 +minecraft:daylight_detector[inverted=false,power=15] 82 95 91 255 65 76 72 255 41 47 45 255 32 38 36 255 +minecraft:redstone_block 94 56 53 255 75 44 42 255 47 28 26 255 37 22 21 255 +minecraft:nether_quartz_ore 114 73 70 255 91 58 56 255 57 36 35 255 45 29 28 255 +minecraft:hopper 114 114 114 255 91 91 91 255 57 57 57 255 45 45 45 255 +minecraft:hopper[enabled=true,facing=north] 114 114 114 255 91 91 91 255 57 57 57 255 45 45 45 255 +minecraft:hopper[enabled=true,facing=south] 114 114 114 255 91 91 91 255 57 57 57 255 45 45 45 255 +minecraft:hopper[enabled=true,facing=west] 114 114 114 255 91 91 91 255 57 57 57 255 45 45 45 255 +minecraft:hopper[enabled=true,facing=east] 114 114 114 255 91 91 91 255 57 57 57 255 45 45 45 255 +minecraft:hopper[enabled=false,facing=down] 114 114 114 255 91 91 91 255 57 57 57 255 45 45 45 255 +minecraft:hopper[enabled=false,facing=north] 114 114 114 255 91 91 91 255 57 57 57 255 45 45 45 255 +minecraft:hopper[enabled=false,facing=south] 114 114 114 255 91 91 91 255 57 57 57 255 45 45 45 255 +minecraft:hopper[enabled=false,facing=west] 114 114 114 255 91 91 91 255 57 57 57 255 45 45 45 255 +minecraft:hopper[enabled=false,facing=east] 114 114 114 255 91 91 91 255 57 57 57 255 45 45 45 255 +minecraft:quartz_block 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:chiseled_quartz_block 195 190 181 255 156 152 144 255 97 95 90 255 78 76 72 255 +minecraft:quartz_pillar 188 183 171 255 150 146 136 255 94 91 85 255 75 73 68 255 +minecraft:quartz_pillar[axis=y] 203 201 191 255 162 160 152 255 101 100 95 255 81 80 76 255 +minecraft:quartz_pillar[axis=z] 188 183 171 255 150 146 136 255 94 91 85 255 75 73 68 255 +minecraft:quartz_stairs 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=north,half=top,shape=straight,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=south,half=top,shape=straight,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=south,half=top,shape=straight,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=west,half=top,shape=straight,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=west,half=top,shape=straight,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=east,half=top,shape=straight,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=east,half=top,shape=straight,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:activator_rail 77 69 62 210 61 55 49 210 38 34 31 210 30 27 24 210 +minecraft:activator_rail[powered=true,shape=north_south,waterlogged=false] 77 69 62 210 61 55 49 210 38 34 31 210 30 27 24 210 +minecraft:activator_rail[powered=true,shape=east_west,waterlogged=true] 77 69 62 210 61 55 49 210 38 34 31 210 30 27 24 210 +minecraft:activator_rail[powered=true,shape=east_west,waterlogged=false] 77 69 62 210 61 55 49 210 38 34 31 210 30 27 24 210 +minecraft:activator_rail[powered=true,shape=ascending_east,waterlogged=true] 77 69 62 210 61 55 49 210 38 34 31 210 30 27 24 210 +minecraft:activator_rail[powered=true,shape=ascending_east,waterlogged=false] 77 69 62 210 61 55 49 210 38 34 31 210 30 27 24 210 +minecraft:activator_rail[powered=true,shape=ascending_west,waterlogged=true] 77 69 62 210 61 55 49 210 38 34 31 210 30 27 24 210 +minecraft:activator_rail[powered=true,shape=ascending_west,waterlogged=false] 77 69 62 210 61 55 49 210 38 34 31 210 30 27 24 210 +minecraft:activator_rail[powered=true,shape=ascending_north,waterlogged=true] 77 69 62 210 61 55 49 210 38 34 31 210 30 27 24 210 +minecraft:activator_rail[powered=true,shape=ascending_north,waterlogged=false] 77 69 62 210 61 55 49 210 38 34 31 210 30 27 24 210 +minecraft:activator_rail[powered=true,shape=ascending_south,waterlogged=true] 77 69 62 210 61 55 49 210 38 34 31 210 30 27 24 210 +minecraft:activator_rail[powered=true,shape=ascending_south,waterlogged=false] 77 69 62 210 61 55 49 210 38 34 31 210 30 27 24 210 +minecraft:activator_rail[powered=false,shape=north_south,waterlogged=true] 77 69 62 211 61 55 49 211 38 34 31 211 30 27 24 211 +minecraft:activator_rail[powered=false,shape=north_south,waterlogged=false] 77 69 62 211 61 55 49 211 38 34 31 211 30 27 24 211 +minecraft:activator_rail[powered=false,shape=east_west,waterlogged=true] 77 69 62 211 61 55 49 211 38 34 31 211 30 27 24 211 +minecraft:activator_rail[powered=false,shape=east_west,waterlogged=false] 77 69 62 211 61 55 49 211 38 34 31 211 30 27 24 211 +minecraft:activator_rail[powered=false,shape=ascending_east,waterlogged=true] 77 69 62 211 61 55 49 211 38 34 31 211 30 27 24 211 +minecraft:activator_rail[powered=false,shape=ascending_east,waterlogged=false] 77 69 62 211 61 55 49 211 38 34 31 211 30 27 24 211 +minecraft:activator_rail[powered=false,shape=ascending_west,waterlogged=true] 77 69 62 211 61 55 49 211 38 34 31 211 30 27 24 211 +minecraft:activator_rail[powered=false,shape=ascending_west,waterlogged=false] 77 69 62 211 61 55 49 211 38 34 31 211 30 27 24 211 +minecraft:activator_rail[powered=false,shape=ascending_north,waterlogged=true] 77 69 62 211 61 55 49 211 38 34 31 211 30 27 24 211 +minecraft:activator_rail[powered=false,shape=ascending_north,waterlogged=false] 77 69 62 211 61 55 49 211 38 34 31 211 30 27 24 211 +minecraft:activator_rail[powered=false,shape=ascending_south,waterlogged=true] 77 69 62 211 61 55 49 211 38 34 31 211 30 27 24 211 +minecraft:activator_rail[powered=false,shape=ascending_south,waterlogged=false] 77 69 62 211 61 55 49 211 38 34 31 211 30 27 24 211 +minecraft:dropper 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:dropper[facing=north,triggered=false] 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:dropper[facing=east,triggered=true] 111 117 106 255 88 93 84 255 55 58 53 255 44 46 42 255 +minecraft:dropper[facing=east,triggered=false] 111 117 106 255 88 93 84 255 55 58 53 255 44 46 42 255 +minecraft:dropper[facing=south,triggered=true] 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:dropper[facing=south,triggered=false] 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:dropper[facing=west,triggered=true] 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:dropper[facing=west,triggered=false] 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:dropper[facing=up,triggered=true] 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:dropper[facing=up,triggered=false] 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:dropper[facing=down,triggered=true] 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:dropper[facing=down,triggered=false] 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:white_terracotta 164 133 108 255 131 106 86 255 82 66 54 255 65 53 43 255 +minecraft:orange_terracotta 162 89 52 255 129 71 41 255 81 44 26 255 64 35 20 255 +minecraft:magenta_terracotta 163 110 93 255 130 88 74 255 81 55 46 255 65 44 37 255 +minecraft:light_blue_terracotta 72 90 121 255 57 72 96 255 36 45 60 255 28 36 48 255 +minecraft:yellow_terracotta 145 102 47 255 116 81 37 255 72 51 23 255 58 40 18 255 +minecraft:lime_terracotta 109 112 52 255 87 89 41 255 54 56 26 255 43 44 20 255 +minecraft:pink_terracotta 143 79 97 255 114 63 77 255 71 39 48 255 57 31 38 255 +minecraft:gray_terracotta 52 37 28 255 41 29 22 255 26 18 14 255 20 14 11 255 +minecraft:light_gray_terracotta 121 96 73 255 96 76 58 255 60 48 36 255 48 38 29 255 +minecraft:cyan_terracotta 78 110 114 255 62 88 91 255 39 55 57 255 31 44 45 255 +minecraft:purple_terracotta 114 79 123 255 91 63 98 255 57 39 61 255 45 31 49 255 +minecraft:blue_terracotta 51 53 81 255 40 42 64 255 25 26 40 255 20 21 32 255 +minecraft:brown_terracotta 101 60 37 255 80 48 29 255 50 30 18 255 40 24 14 255 +minecraft:green_terracotta 55 69 19 255 44 55 15 255 27 34 9 255 22 27 7 255 +minecraft:red_terracotta 124 56 42 255 99 44 33 255 62 28 21 255 49 22 16 255 +minecraft:black_terracotta 26 19 14 255 20 15 11 255 13 9 7 255 10 7 5 255 +minecraft:white_stained_glass_pane 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:orange_stained_glass_pane 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:magenta_stained_glass_pane 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:light_blue_stained_glass_pane 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:yellow_stained_glass_pane 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:lime_stained_glass_pane 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:pink_stained_glass_pane 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:gray_stained_glass_pane 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:light_gray_stained_glass_pane 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:cyan_stained_glass_pane 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:purple_stained_glass_pane 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:blue_stained_glass_pane 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:brown_stained_glass_pane 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:green_stained_glass_pane 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:red_stained_glass_pane 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:black_stained_glass_pane 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:acacia_stairs 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=north,half=top,shape=straight,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=south,half=top,shape=straight,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=south,half=top,shape=straight,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=west,half=top,shape=straight,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=west,half=top,shape=straight,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=east,half=top,shape=straight,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=east,half=top,shape=straight,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:dark_oak_stairs 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=straight,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=straight,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=straight,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=straight,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=straight,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=straight,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=straight,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:slime_block 111 192 91 180 88 153 72 180 55 96 45 180 44 76 36 180 +minecraft:iron_trapdoor 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:prismarine 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_bricks 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:dark_prismarine 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:prismarine_stairs 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=straight,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_brick_stairs 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:dark_prismarine_stairs 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=straight,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:prismarine_slab 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_slab[type=top,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_slab[type=bottom,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_slab[type=bottom,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_slab[type=double,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_slab[type=double,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_brick_slab 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_slab[type=top,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_slab[type=bottom,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_slab[type=bottom,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_slab[type=double,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_slab[type=double,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:dark_prismarine_slab 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_slab[type=top,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_slab[type=bottom,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_slab[type=bottom,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_slab[type=double,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_slab[type=double,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:sea_lantern 184 147 85 255 147 117 68 255 92 73 42 255 73 58 34 255 +minecraft:hay_block 169 150 103 255 135 120 82 255 84 75 51 255 67 60 41 255 +minecraft:hay_block[axis=y] 206 187 132 255 164 149 105 255 103 93 66 255 82 74 52 255 +minecraft:hay_block[axis=z] 169 150 103 255 135 120 82 255 84 75 51 255 67 60 41 255 +minecraft:white_carpet 220 218 213 255 176 174 170 255 110 109 106 255 88 87 85 255 +minecraft:orange_carpet 217 100 46 255 173 80 36 255 108 50 23 255 86 40 18 255 +minecraft:magenta_carpet 169 81 188 255 135 64 150 255 84 40 94 255 67 32 75 255 +minecraft:light_blue_carpet 117 148 197 255 93 118 157 255 58 74 98 255 46 59 78 255 +minecraft:yellow_carpet 209 171 48 255 167 136 38 255 104 85 24 255 83 68 19 255 +minecraft:lime_carpet 93 182 60 255 74 145 48 255 46 91 30 255 37 72 24 255 +minecraft:pink_carpet 215 147 157 255 172 117 125 255 107 73 78 255 86 58 62 255 +minecraft:gray_carpet 54 52 49 255 43 41 39 255 27 26 24 255 21 20 19 255 +minecraft:light_gray_carpet 124 134 128 255 99 107 102 255 62 67 64 255 49 53 51 255 +minecraft:cyan_carpet 41 102 113 255 32 81 90 255 20 51 56 255 16 40 45 255 +minecraft:purple_carpet 92 47 142 255 73 37 113 255 46 23 71 255 36 18 56 255 +minecraft:blue_carpet 40 65 130 255 32 52 104 255 20 32 65 255 16 26 52 255 +minecraft:brown_carpet 84 50 29 255 67 40 23 255 42 25 14 255 33 20 11 255 +minecraft:green_carpet 54 98 25 255 43 78 20 255 27 49 12 255 21 39 10 255 +minecraft:red_carpet 130 33 34 255 104 26 27 255 65 16 17 255 52 13 13 255 +minecraft:black_carpet 25 23 21 255 20 18 16 255 12 11 10 255 10 9 8 255 +minecraft:terracotta 141 99 73 255 112 79 58 255 70 49 36 255 56 39 29 255 +minecraft:coal_block 45 48 51 255 36 38 40 255 22 24 25 255 18 19 20 255 +minecraft:packed_ice 155 194 231 255 124 155 184 255 77 97 115 255 62 77 92 255 +minecraft:sunflower 58 89 24 113 46 71 19 113 29 44 12 113 23 35 9 113 +minecraft:sunflower[half=lower] 57 89 27 116 45 71 21 116 28 44 13 116 22 35 10 116 +minecraft:lilac 91 89 63 171 72 71 50 171 45 44 31 171 36 35 25 171 +minecraft:lilac[half=lower] 69 74 41 155 55 59 32 155 34 37 20 155 27 29 16 155 +minecraft:rose_bush 74 56 30 120 59 44 24 120 37 28 15 120 29 22 12 120 +minecraft:rose_bush[half=lower] 59 62 30 196 47 49 24 196 29 31 15 196 23 24 12 196 +minecraft:peony 111 77 126 118 88 61 100 118 55 38 63 118 44 30 50 118 +minecraft:peony[half=lower] 44 48 50 202 35 38 40 202 22 24 25 202 17 19 20 202 +minecraft:tall_grass 72 116 53 60 57 92 42 60 36 58 26 60 28 46 21 60 +minecraft:tall_grass[half=lower] 64 104 47 201 51 83 37 201 32 52 23 201 25 41 18 201 +minecraft:large_fern 46 75 34 94 36 60 27 94 23 37 17 94 18 30 13 94 +minecraft:large_fern[half=lower] 44 71 32 165 35 56 25 165 22 35 16 165 17 28 12 165 +minecraft:white_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:white_banner[rotation=1] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:white_banner[rotation=2] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:white_banner[rotation=3] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:white_banner[rotation=4] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:white_banner[rotation=5] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:white_banner[rotation=6] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:white_banner[rotation=7] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:white_banner[rotation=8] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:white_banner[rotation=9] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:white_banner[rotation=10] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:white_banner[rotation=11] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:white_banner[rotation=12] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:white_banner[rotation=13] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:white_banner[rotation=14] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:white_banner[rotation=15] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:orange_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:orange_banner[rotation=1] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:orange_banner[rotation=2] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:orange_banner[rotation=3] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:orange_banner[rotation=4] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:orange_banner[rotation=5] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:orange_banner[rotation=6] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:orange_banner[rotation=7] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:orange_banner[rotation=8] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:orange_banner[rotation=9] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:orange_banner[rotation=10] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:orange_banner[rotation=11] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:orange_banner[rotation=12] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:orange_banner[rotation=13] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:orange_banner[rotation=14] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:orange_banner[rotation=15] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:magenta_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:magenta_banner[rotation=1] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:magenta_banner[rotation=2] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:magenta_banner[rotation=3] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:magenta_banner[rotation=4] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:magenta_banner[rotation=5] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:magenta_banner[rotation=6] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:magenta_banner[rotation=7] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:magenta_banner[rotation=8] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:magenta_banner[rotation=9] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:magenta_banner[rotation=10] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:magenta_banner[rotation=11] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:magenta_banner[rotation=12] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:magenta_banner[rotation=13] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:magenta_banner[rotation=14] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:magenta_banner[rotation=15] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_blue_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_blue_banner[rotation=1] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_blue_banner[rotation=2] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_blue_banner[rotation=3] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_blue_banner[rotation=4] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_blue_banner[rotation=5] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_blue_banner[rotation=6] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_blue_banner[rotation=7] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_blue_banner[rotation=8] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_blue_banner[rotation=9] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_blue_banner[rotation=10] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_blue_banner[rotation=11] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_blue_banner[rotation=12] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_blue_banner[rotation=13] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_blue_banner[rotation=14] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_blue_banner[rotation=15] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:yellow_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:yellow_banner[rotation=1] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:yellow_banner[rotation=2] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:yellow_banner[rotation=3] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:yellow_banner[rotation=4] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:yellow_banner[rotation=5] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:yellow_banner[rotation=6] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:yellow_banner[rotation=7] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:yellow_banner[rotation=8] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:yellow_banner[rotation=9] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:yellow_banner[rotation=10] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:yellow_banner[rotation=11] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:yellow_banner[rotation=12] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:yellow_banner[rotation=13] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:yellow_banner[rotation=14] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:yellow_banner[rotation=15] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:lime_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:lime_banner[rotation=1] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:lime_banner[rotation=2] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:lime_banner[rotation=3] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:lime_banner[rotation=4] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:lime_banner[rotation=5] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:lime_banner[rotation=6] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:lime_banner[rotation=7] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:lime_banner[rotation=8] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:lime_banner[rotation=9] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:lime_banner[rotation=10] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:lime_banner[rotation=11] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:lime_banner[rotation=12] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:lime_banner[rotation=13] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:lime_banner[rotation=14] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:lime_banner[rotation=15] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:pink_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:pink_banner[rotation=1] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:pink_banner[rotation=2] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:pink_banner[rotation=3] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:pink_banner[rotation=4] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:pink_banner[rotation=5] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:pink_banner[rotation=6] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:pink_banner[rotation=7] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:pink_banner[rotation=8] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:pink_banner[rotation=9] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:pink_banner[rotation=10] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:pink_banner[rotation=11] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:pink_banner[rotation=12] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:pink_banner[rotation=13] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:pink_banner[rotation=14] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:pink_banner[rotation=15] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:gray_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:gray_banner[rotation=1] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:gray_banner[rotation=2] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:gray_banner[rotation=3] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:gray_banner[rotation=4] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:gray_banner[rotation=5] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:gray_banner[rotation=6] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:gray_banner[rotation=7] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:gray_banner[rotation=8] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:gray_banner[rotation=9] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:gray_banner[rotation=10] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:gray_banner[rotation=11] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:gray_banner[rotation=12] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:gray_banner[rotation=13] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:gray_banner[rotation=14] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:gray_banner[rotation=15] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_gray_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_gray_banner[rotation=1] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_gray_banner[rotation=2] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_gray_banner[rotation=3] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_gray_banner[rotation=4] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_gray_banner[rotation=5] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_gray_banner[rotation=6] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_gray_banner[rotation=7] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_gray_banner[rotation=8] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_gray_banner[rotation=9] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_gray_banner[rotation=10] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_gray_banner[rotation=11] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_gray_banner[rotation=12] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_gray_banner[rotation=13] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_gray_banner[rotation=14] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_gray_banner[rotation=15] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:cyan_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:cyan_banner[rotation=1] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:cyan_banner[rotation=2] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:cyan_banner[rotation=3] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:cyan_banner[rotation=4] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:cyan_banner[rotation=5] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:cyan_banner[rotation=6] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:cyan_banner[rotation=7] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:cyan_banner[rotation=8] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:cyan_banner[rotation=9] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:cyan_banner[rotation=10] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:cyan_banner[rotation=11] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:cyan_banner[rotation=12] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:cyan_banner[rotation=13] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:cyan_banner[rotation=14] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:cyan_banner[rotation=15] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:purple_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:purple_banner[rotation=1] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:purple_banner[rotation=2] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:purple_banner[rotation=3] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:purple_banner[rotation=4] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:purple_banner[rotation=5] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:purple_banner[rotation=6] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:purple_banner[rotation=7] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:purple_banner[rotation=8] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:purple_banner[rotation=9] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:purple_banner[rotation=10] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:purple_banner[rotation=11] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:purple_banner[rotation=12] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:purple_banner[rotation=13] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:purple_banner[rotation=14] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:purple_banner[rotation=15] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:blue_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:blue_banner[rotation=1] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:blue_banner[rotation=2] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:blue_banner[rotation=3] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:blue_banner[rotation=4] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:blue_banner[rotation=5] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:blue_banner[rotation=6] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:blue_banner[rotation=7] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:blue_banner[rotation=8] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:blue_banner[rotation=9] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:blue_banner[rotation=10] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:blue_banner[rotation=11] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:blue_banner[rotation=12] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:blue_banner[rotation=13] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:blue_banner[rotation=14] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:blue_banner[rotation=15] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:brown_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:brown_banner[rotation=1] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:brown_banner[rotation=2] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:brown_banner[rotation=3] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:brown_banner[rotation=4] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:brown_banner[rotation=5] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:brown_banner[rotation=6] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:brown_banner[rotation=7] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:brown_banner[rotation=8] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:brown_banner[rotation=9] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:brown_banner[rotation=10] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:brown_banner[rotation=11] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:brown_banner[rotation=12] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:brown_banner[rotation=13] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:brown_banner[rotation=14] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:brown_banner[rotation=15] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:green_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:green_banner[rotation=1] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:green_banner[rotation=2] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:green_banner[rotation=3] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:green_banner[rotation=4] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:green_banner[rotation=5] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:green_banner[rotation=6] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:green_banner[rotation=7] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:green_banner[rotation=8] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:green_banner[rotation=9] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:green_banner[rotation=10] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:green_banner[rotation=11] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:green_banner[rotation=12] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:green_banner[rotation=13] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:green_banner[rotation=14] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:green_banner[rotation=15] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:red_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:red_banner[rotation=1] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:red_banner[rotation=2] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:red_banner[rotation=3] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:red_banner[rotation=4] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:red_banner[rotation=5] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:red_banner[rotation=6] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:red_banner[rotation=7] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:red_banner[rotation=8] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:red_banner[rotation=9] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:red_banner[rotation=10] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:red_banner[rotation=11] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:red_banner[rotation=12] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:red_banner[rotation=13] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:red_banner[rotation=14] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:red_banner[rotation=15] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:black_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:black_banner[rotation=1] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:black_banner[rotation=2] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:black_banner[rotation=3] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:black_banner[rotation=4] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:black_banner[rotation=5] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:black_banner[rotation=6] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:black_banner[rotation=7] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:black_banner[rotation=8] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:black_banner[rotation=9] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:black_banner[rotation=10] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:black_banner[rotation=11] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:black_banner[rotation=12] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:black_banner[rotation=13] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:black_banner[rotation=14] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:black_banner[rotation=15] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:white_wall_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:white_wall_banner[facing=south] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:white_wall_banner[facing=west] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:white_wall_banner[facing=east] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:orange_wall_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:orange_wall_banner[facing=south] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:orange_wall_banner[facing=west] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:orange_wall_banner[facing=east] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:magenta_wall_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:magenta_wall_banner[facing=south] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:magenta_wall_banner[facing=west] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:magenta_wall_banner[facing=east] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_blue_wall_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_blue_wall_banner[facing=south] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_blue_wall_banner[facing=west] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_blue_wall_banner[facing=east] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:yellow_wall_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:yellow_wall_banner[facing=south] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:yellow_wall_banner[facing=west] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:yellow_wall_banner[facing=east] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:lime_wall_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:lime_wall_banner[facing=south] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:lime_wall_banner[facing=west] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:lime_wall_banner[facing=east] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:pink_wall_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:pink_wall_banner[facing=south] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:pink_wall_banner[facing=west] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:pink_wall_banner[facing=east] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:gray_wall_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:gray_wall_banner[facing=south] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:gray_wall_banner[facing=west] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:gray_wall_banner[facing=east] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_gray_wall_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_gray_wall_banner[facing=south] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_gray_wall_banner[facing=west] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_gray_wall_banner[facing=east] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:cyan_wall_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:cyan_wall_banner[facing=south] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:cyan_wall_banner[facing=west] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:cyan_wall_banner[facing=east] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:purple_wall_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:purple_wall_banner[facing=south] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:purple_wall_banner[facing=west] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:purple_wall_banner[facing=east] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:blue_wall_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:blue_wall_banner[facing=south] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:blue_wall_banner[facing=west] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:blue_wall_banner[facing=east] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:brown_wall_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:brown_wall_banner[facing=south] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:brown_wall_banner[facing=west] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:brown_wall_banner[facing=east] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:green_wall_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:green_wall_banner[facing=south] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:green_wall_banner[facing=west] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:green_wall_banner[facing=east] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:red_wall_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:red_wall_banner[facing=south] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:red_wall_banner[facing=west] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:red_wall_banner[facing=east] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:black_wall_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:black_wall_banner[facing=south] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:black_wall_banner[facing=west] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:black_wall_banner[facing=east] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:red_sandstone 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:chiseled_red_sandstone 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:cut_red_sandstone 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:red_sandstone_stairs 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:oak_slab 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_slab[type=top,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_slab[type=bottom,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_slab[type=bottom,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_slab[type=double,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_slab[type=double,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:spruce_slab 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_slab[type=top,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_slab[type=bottom,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_slab[type=bottom,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_slab[type=double,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_slab[type=double,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:birch_slab 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_slab[type=top,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_slab[type=bottom,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_slab[type=bottom,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_slab[type=double,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_slab[type=double,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:jungle_slab 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_slab[type=top,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_slab[type=bottom,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_slab[type=bottom,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_slab[type=double,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_slab[type=double,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:acacia_slab 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_slab[type=top,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_slab[type=bottom,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_slab[type=bottom,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_slab[type=double,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_slab[type=double,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:dark_oak_slab 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_slab[type=top,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_slab[type=bottom,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_slab[type=bottom,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_slab[type=double,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_slab[type=double,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:stone_slab 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_slab[type=top,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_slab[type=bottom,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_slab[type=bottom,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_slab[type=double,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_slab[type=double,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:smooth_stone_slab 153 168 160 255 122 134 128 255 76 84 80 255 61 67 64 255 +minecraft:smooth_stone_slab[type=top,waterlogged=false] 153 168 160 255 122 134 128 255 76 84 80 255 61 67 64 255 +minecraft:smooth_stone_slab[type=bottom,waterlogged=true] 153 168 160 255 122 134 128 255 76 84 80 255 61 67 64 255 +minecraft:smooth_stone_slab[type=bottom,waterlogged=false] 153 168 160 255 122 134 128 255 76 84 80 255 61 67 64 255 +minecraft:smooth_stone_slab[type=double,waterlogged=true] 153 168 160 255 122 134 128 255 76 84 80 255 61 67 64 255 +minecraft:smooth_stone_slab[type=double,waterlogged=false] 153 168 160 255 122 134 128 255 76 84 80 255 61 67 64 255 +minecraft:sandstone_slab 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:sandstone_slab[type=top,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:sandstone_slab[type=bottom,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:sandstone_slab[type=bottom,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:sandstone_slab[type=double,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:sandstone_slab[type=double,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:cut_sandstone_slab 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:cut_sandstone_slab[type=top,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:cut_sandstone_slab[type=bottom,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:cut_sandstone_slab[type=bottom,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:cut_sandstone_slab[type=double,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:cut_sandstone_slab[type=double,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:petrified_oak_slab 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:petrified_oak_slab[type=top,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:petrified_oak_slab[type=bottom,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:petrified_oak_slab[type=bottom,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:petrified_oak_slab[type=double,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:petrified_oak_slab[type=double,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:cobblestone_slab 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_slab[type=top,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_slab[type=bottom,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_slab[type=bottom,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_slab[type=double,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_slab[type=double,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:brick_slab 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_slab[type=top,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_slab[type=bottom,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_slab[type=bottom,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_slab[type=double,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_slab[type=double,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:stone_brick_slab 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_slab[type=top,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_slab[type=bottom,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_slab[type=bottom,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_slab[type=double,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_slab[type=double,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:nether_brick_slab 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_slab[type=top,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_slab[type=bottom,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_slab[type=bottom,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_slab[type=double,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_slab[type=double,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:quartz_slab 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_slab[type=top,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_slab[type=bottom,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_slab[type=bottom,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_slab[type=double,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_slab[type=double,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:red_sandstone_slab 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:red_sandstone_slab[type=top,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:red_sandstone_slab[type=bottom,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:red_sandstone_slab[type=bottom,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:red_sandstone_slab[type=double,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:red_sandstone_slab[type=double,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:cut_red_sandstone_slab 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:cut_red_sandstone_slab[type=top,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:cut_red_sandstone_slab[type=double,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:cut_red_sandstone_slab[type=double,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:purpur_slab 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_slab[type=top,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_slab[type=bottom,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_slab[type=bottom,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_slab[type=double,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_slab[type=double,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:smooth_stone 159 159 159 255 127 127 127 255 79 79 79 255 63 63 63 255 +minecraft:smooth_sandstone 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_quartz 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:smooth_red_sandstone 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:spruce_fence_gate 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=true,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=false,powered=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=false,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=true,powered=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=true,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=true,powered=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=true,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=false,powered=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=false,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=true,powered=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=true,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=false,powered=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=false,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=true,powered=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=true,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=false,powered=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=false,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=true,powered=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=true,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=false,powered=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=false,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=true,powered=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=true,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=false,powered=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=false,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=true,powered=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=true,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=false,powered=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=false,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:birch_fence_gate 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=true,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=false,powered=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=false,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=true,powered=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=true,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=true,powered=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=true,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=false,powered=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=false,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=true,powered=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=true,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=false,powered=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=false,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=true,powered=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=true,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=false,powered=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=false,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=true,powered=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=true,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=false,powered=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=false,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=true,powered=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=true,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=false,powered=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=false,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=true,powered=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=true,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=false,powered=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=false,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:jungle_fence_gate 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=true,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=false,powered=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=false,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=true,powered=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=true,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=true,powered=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=true,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=false,powered=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=false,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=true,powered=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=true,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=false,powered=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=false,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=true,powered=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=true,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=false,powered=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=false,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=true,powered=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=true,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=false,powered=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=false,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=true,powered=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=true,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=false,powered=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=false,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=true,powered=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=true,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=false,powered=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=false,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:acacia_fence_gate 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=true,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=false,powered=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=false,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=true,powered=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=true,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=true,powered=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=true,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=false,powered=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=false,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=true,powered=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=true,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=false,powered=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=false,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=true,powered=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=true,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=false,powered=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=false,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=true,powered=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=true,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=false,powered=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=false,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=true,powered=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=true,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=false,powered=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=false,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=true,powered=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=true,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=false,powered=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=false,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:dark_oak_fence_gate 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=true,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=false,powered=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=false,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=true,powered=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=true,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=true,powered=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=true,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=false,powered=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=false,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=true,powered=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=true,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=false,powered=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=false,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=true,powered=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=true,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=false,powered=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=false,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=true,powered=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=true,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=false,powered=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=false,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=true,powered=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=true,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=false,powered=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=false,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=true,powered=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=true,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=false,powered=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=false,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:spruce_fence 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=true,west=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=false,west=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=false,west=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=true,west=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=true,west=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=false,west=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=false,west=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=true,west=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=true,west=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=false,west=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=false,west=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=true,west=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=true,west=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=false,west=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=false,west=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=true,west=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=true,west=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=false,west=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=false,west=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=true,west=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=true,west=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=false,west=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=false,west=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=true,west=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=true,west=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=false,west=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=false,west=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=true,west=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=true,west=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:birch_fence 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=true,west=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=false,west=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=false,west=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=true,west=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=true,west=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=false,west=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=false,west=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=true,west=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=true,west=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=false,west=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=false,west=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=true,west=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=true,west=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=false,west=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=false,west=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=true,west=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=true,west=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=false,west=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=false,west=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=true,west=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=true,west=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=false,west=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=false,west=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=true,west=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=true,west=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=false,west=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=false,west=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=true,west=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=true,west=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:jungle_fence 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=true,west=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=false,west=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=false,west=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=true,west=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=true,west=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=false,west=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=false,west=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=true,west=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=true,west=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=false,west=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=false,west=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=true,west=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=true,west=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=false,west=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=false,west=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=true,west=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=true,west=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=false,west=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=false,west=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=true,west=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=true,west=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=false,west=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=false,west=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=true,west=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=true,west=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=false,west=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=false,west=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=true,west=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=true,west=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:acacia_fence 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=true,west=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=false,west=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=false,west=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=true,west=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=true,west=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=false,west=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=false,west=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=true,west=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=true,west=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=false,west=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=false,west=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=true,west=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=true,west=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=false,west=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=false,west=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=true,west=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=true,west=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=false,west=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=false,west=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=true,west=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=true,west=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=false,west=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=false,west=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=true,west=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=true,west=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=false,west=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=false,west=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=true,west=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=true,west=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:dark_oak_fence 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=true,west=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=false,west=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=false,west=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=true,west=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=true,west=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=false,west=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=false,west=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=true,west=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=true,west=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=false,west=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=false,west=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=true,west=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=true,west=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=false,west=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=false,west=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=true,west=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=true,west=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=false,west=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=false,west=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=true,west=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=true,west=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=false,west=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=false,west=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=true,west=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=true,west=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=false,west=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=false,west=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=true,west=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=true,west=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:spruce_door 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:birch_door 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:jungle_door 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:acacia_door 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:dark_oak_door 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:end_rod 173 166 160 53 138 132 128 53 86 83 80 53 69 66 64 53 +minecraft:end_rod[facing=east] 173 166 160 53 138 132 128 53 86 83 80 53 69 66 64 53 +minecraft:end_rod[facing=south] 173 166 160 53 138 132 128 53 86 83 80 53 69 66 64 53 +minecraft:end_rod[facing=west] 173 166 160 53 138 132 128 53 86 83 80 53 69 66 64 53 +minecraft:end_rod[facing=up] 173 166 160 53 138 132 128 53 86 83 80 53 69 66 64 53 +minecraft:end_rod[facing=down] 173 166 160 53 138 132 128 53 86 83 80 53 69 66 64 53 +minecraft:chorus_plant 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=true,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=false,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=false,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=true,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=true,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=false,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=false,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=true,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=true,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=false,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=false,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=true,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=true,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=false,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=false,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=true,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=true,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=false,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=false,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=true,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=true,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=false,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=false,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=true,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=true,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=false,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=false,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=true,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=true,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=false,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=false,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=true,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=true,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=false,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=false,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=true,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=true,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=false,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=false,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=true,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=true,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=false,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=false,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=true,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=true,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=false,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=false,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=true,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=true,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=false,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=false,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=true,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=true,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=false,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=false,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=true,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=true,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=false,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=false,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=true,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=true,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_flower 58 52 62 255 46 41 49 255 29 26 31 255 23 20 24 255 +minecraft:chorus_flower[age=1] 58 52 62 255 46 41 49 255 29 26 31 255 23 20 24 255 +minecraft:chorus_flower[age=2] 58 52 62 255 46 41 49 255 29 26 31 255 23 20 24 255 +minecraft:chorus_flower[age=3] 58 52 62 255 46 41 49 255 29 26 31 255 23 20 24 255 +minecraft:chorus_flower[age=4] 58 52 62 255 46 41 49 255 29 26 31 255 23 20 24 255 +minecraft:chorus_flower[age=5] 88 84 85 255 70 67 68 255 44 42 42 255 35 33 34 255 +minecraft:purpur_block 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_pillar 50 46 60 255 40 36 48 255 25 23 30 255 20 18 24 255 +minecraft:purpur_pillar[axis=y] 53 49 64 255 42 39 51 255 26 24 32 255 21 19 25 255 +minecraft:purpur_pillar[axis=z] 50 46 60 255 40 36 48 255 25 23 30 255 20 18 24 255 +minecraft:purpur_stairs 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=north,half=top,shape=straight,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=south,half=top,shape=straight,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=south,half=top,shape=straight,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=west,half=top,shape=straight,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=west,half=top,shape=straight,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=east,half=top,shape=straight,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=east,half=top,shape=straight,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:end_stone_bricks 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:beetroots 72 87 33 26 57 69 26 26 36 43 16 26 28 34 13 26 +minecraft:beetroots[age=1] 69 82 31 44 55 65 24 44 34 41 15 44 27 32 12 44 +minecraft:beetroots[age=2] 71 75 30 50 56 60 24 50 35 37 15 50 28 30 12 50 +minecraft:beetroots[age=3] 71 78 32 94 56 62 25 94 35 39 16 94 28 31 12 94 +minecraft:dirt_path 177 151 87 255 141 120 69 255 88 75 43 255 70 60 34 255 +minecraft:end_gateway 0 0 63 255 0 0 50 255 0 0 31 255 0 0 25 255 +minecraft:repeating_command_block 82 60 97 254 65 48 77 254 41 30 48 254 32 24 38 254 +minecraft:repeating_command_block[conditional=true,facing=east] 83 62 97 254 66 49 77 254 41 31 48 254 33 24 38 254 +minecraft:repeating_command_block[conditional=true,facing=south] 81 62 93 254 64 49 74 254 40 31 46 254 32 24 37 254 +minecraft:repeating_command_block[conditional=true,facing=west] 81 62 93 254 64 49 74 254 40 31 46 254 32 24 37 254 +minecraft:repeating_command_block[conditional=true,facing=up] 81 62 93 254 64 49 74 254 40 31 46 254 32 24 37 254 +minecraft:repeating_command_block[conditional=true,facing=down] 81 62 93 254 64 49 74 254 40 31 46 254 32 24 37 254 +minecraft:repeating_command_block[conditional=false,facing=north] 82 60 97 254 65 48 77 254 41 30 48 254 32 24 38 254 +minecraft:repeating_command_block[conditional=false,facing=east] 83 62 97 254 66 49 77 254 41 31 48 254 33 24 38 254 +minecraft:repeating_command_block[conditional=false,facing=south] 81 63 93 254 64 50 74 254 40 31 46 254 32 25 37 254 +minecraft:repeating_command_block[conditional=false,facing=west] 81 63 93 254 64 50 74 254 40 31 46 254 32 25 37 254 +minecraft:repeating_command_block[conditional=false,facing=up] 81 63 93 254 64 50 74 254 40 31 46 254 32 25 37 254 +minecraft:repeating_command_block[conditional=false,facing=down] 81 63 93 254 64 50 74 254 40 31 46 254 32 25 37 254 +minecraft:chain_command_block 67 96 60 254 53 76 48 254 33 48 30 254 26 38 24 254 +minecraft:chain_command_block[conditional=true,facing=east] 68 96 62 254 54 76 49 254 34 48 31 254 27 38 24 254 +minecraft:chain_command_block[conditional=true,facing=south] 65 93 61 254 52 74 48 254 32 46 30 254 26 37 24 254 +minecraft:chain_command_block[conditional=true,facing=west] 65 93 61 254 52 74 48 254 32 46 30 254 26 37 24 254 +minecraft:chain_command_block[conditional=true,facing=up] 65 93 61 254 52 74 48 254 32 46 30 254 26 37 24 254 +minecraft:chain_command_block[conditional=true,facing=down] 65 93 61 254 52 74 48 254 32 46 30 254 26 37 24 254 +minecraft:chain_command_block[conditional=false,facing=north] 67 96 60 254 53 76 48 254 33 48 30 254 26 38 24 254 +minecraft:chain_command_block[conditional=false,facing=east] 68 96 62 254 54 76 49 254 34 48 31 254 27 38 24 254 +minecraft:chain_command_block[conditional=false,facing=south] 68 92 63 254 54 73 50 254 34 46 31 254 27 36 25 254 +minecraft:chain_command_block[conditional=false,facing=west] 68 92 63 254 54 73 50 254 34 46 31 254 27 36 25 254 +minecraft:chain_command_block[conditional=false,facing=up] 68 92 63 254 54 73 50 254 34 46 31 254 27 36 25 254 +minecraft:chain_command_block[conditional=false,facing=down] 68 92 63 254 54 73 50 254 34 46 31 254 27 36 25 254 +minecraft:frosted_ice 158 208 240 179 126 166 192 179 79 104 120 179 63 83 96 179 +minecraft:frosted_ice[age=1] 158 207 240 179 126 165 192 179 79 103 120 179 63 82 96 179 +minecraft:frosted_ice[age=2] 158 207 240 179 126 165 192 179 79 103 120 179 63 82 96 179 +minecraft:frosted_ice[age=3] 157 207 240 179 125 165 192 179 78 103 120 179 62 82 96 179 +minecraft:magma_block 112 31 15 250 89 24 12 250 56 15 7 250 44 12 6 250 +minecraft:nether_wart_block 72 11 21 255 57 8 16 255 36 5 10 255 28 4 8 255 +minecraft:red_nether_bricks 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:bone_block 212 209 195 255 169 167 156 255 106 104 97 255 84 83 78 255 +minecraft:bone_block[axis=y] 212 208 195 255 169 166 156 255 106 104 97 255 84 83 78 255 +minecraft:bone_block[axis=z] 212 209 195 255 169 167 156 255 106 104 97 255 84 83 78 255 +minecraft:observer 114 118 111 255 91 94 88 255 57 59 55 255 45 47 44 255 +minecraft:observer[facing=north,powered=false] 114 118 111 255 91 94 88 255 57 59 55 255 45 47 44 255 +minecraft:observer[facing=east,powered=true] 118 126 117 255 94 100 93 255 59 63 58 255 47 50 46 255 +minecraft:observer[facing=east,powered=false] 118 126 117 255 94 100 93 255 59 63 58 255 47 50 46 255 +minecraft:observer[facing=south,powered=true] 153 168 160 255 122 134 128 255 76 84 80 255 61 67 64 255 +minecraft:observer[facing=south,powered=false] 153 168 160 255 122 134 128 255 76 84 80 255 61 67 64 255 +minecraft:observer[facing=west,powered=true] 153 168 160 255 122 134 128 255 76 84 80 255 61 67 64 255 +minecraft:observer[facing=west,powered=false] 153 168 160 255 122 134 128 255 76 84 80 255 61 67 64 255 +minecraft:observer[facing=up,powered=true] 153 168 160 255 122 134 128 255 76 84 80 255 61 67 64 255 +minecraft:observer[facing=up,powered=false] 153 168 160 255 122 134 128 255 76 84 80 255 61 67 64 255 +minecraft:observer[facing=down,powered=true] 153 168 160 255 122 134 128 255 76 84 80 255 61 67 64 255 +minecraft:observer[facing=down,powered=false] 153 168 160 255 122 134 128 255 76 84 80 255 61 67 64 255 +minecraft:shulker_box 137 98 146 255 109 78 116 255 68 49 73 255 54 39 58 255 +minecraft:shulker_box[facing=east] 137 98 146 255 109 78 116 255 68 49 73 255 54 39 58 255 +minecraft:shulker_box[facing=south] 136 97 144 255 108 77 115 255 68 48 72 255 54 38 57 255 +minecraft:shulker_box[facing=west] 136 97 144 255 108 77 115 255 68 48 72 255 54 38 57 255 +minecraft:shulker_box[facing=up] 136 97 144 255 108 77 115 255 68 48 72 255 54 38 57 255 +minecraft:shulker_box[facing=down] 136 97 144 255 108 77 115 255 68 48 72 255 54 38 57 255 +minecraft:white_shulker_box 180 178 170 255 144 142 136 255 90 89 85 255 72 71 68 255 +minecraft:white_shulker_box[facing=east] 180 178 170 255 144 142 136 255 90 89 85 255 72 71 68 255 +minecraft:white_shulker_box[facing=south] 179 176 169 255 143 140 135 255 89 88 84 255 71 70 67 255 +minecraft:white_shulker_box[facing=west] 179 176 169 255 143 140 135 255 89 88 84 255 71 70 67 255 +minecraft:white_shulker_box[facing=up] 179 176 169 255 143 140 135 255 89 88 84 255 71 70 67 255 +minecraft:white_shulker_box[facing=down] 179 176 169 255 143 140 135 255 89 88 84 255 71 70 67 255 +minecraft:orange_shulker_box 180 100 63 255 144 80 50 255 90 50 31 255 72 40 25 255 +minecraft:orange_shulker_box[facing=east] 180 100 63 255 144 80 50 255 90 50 31 255 72 40 25 255 +minecraft:orange_shulker_box[facing=south] 179 99 62 255 143 79 49 255 89 49 31 255 71 39 24 255 +minecraft:orange_shulker_box[facing=west] 179 99 62 255 143 79 49 255 89 49 31 255 71 39 24 255 +minecraft:orange_shulker_box[facing=up] 179 99 62 255 143 79 49 255 89 49 31 255 71 39 24 255 +minecraft:orange_shulker_box[facing=down] 179 99 62 255 143 79 49 255 89 49 31 255 71 39 24 255 +minecraft:magenta_shulker_box 139 79 152 255 111 63 121 255 69 39 76 255 55 31 60 255 +minecraft:magenta_shulker_box[facing=east] 139 79 152 255 111 63 121 255 69 39 76 255 55 31 60 255 +minecraft:magenta_shulker_box[facing=south] 137 78 150 255 109 62 120 255 68 39 75 255 54 31 60 255 +minecraft:magenta_shulker_box[facing=west] 137 78 150 255 109 62 120 255 68 39 75 255 54 31 60 255 +minecraft:magenta_shulker_box[facing=up] 137 78 150 255 109 62 120 255 68 39 75 255 54 31 60 255 +minecraft:magenta_shulker_box[facing=down] 137 78 150 255 109 62 120 255 68 39 75 255 54 31 60 255 +minecraft:light_blue_shulker_box 123 146 181 255 98 116 144 255 61 73 90 255 49 58 72 255 +minecraft:light_blue_shulker_box[facing=east] 123 146 181 255 98 116 144 255 61 73 90 255 49 58 72 255 +minecraft:light_blue_shulker_box[facing=south] 121 145 178 255 96 116 142 255 60 72 89 255 48 58 71 255 +minecraft:light_blue_shulker_box[facing=west] 121 145 178 255 96 116 142 255 60 72 89 255 48 58 71 255 +minecraft:light_blue_shulker_box[facing=up] 121 145 178 255 96 116 142 255 60 72 89 255 48 58 71 255 +minecraft:light_blue_shulker_box[facing=down] 121 145 178 255 96 116 142 255 60 72 89 255 48 58 71 255 +minecraft:yellow_shulker_box 176 138 74 255 140 110 59 255 88 69 37 255 70 55 29 255 +minecraft:yellow_shulker_box[facing=east] 175 137 73 255 140 109 58 255 87 68 36 255 70 54 29 255 +minecraft:yellow_shulker_box[facing=south] 173 137 73 255 138 109 58 255 86 68 36 255 69 54 29 255 +minecraft:yellow_shulker_box[facing=west] 173 137 73 255 138 109 58 255 86 68 36 255 69 54 29 255 +minecraft:yellow_shulker_box[facing=up] 173 137 73 255 138 109 58 255 86 68 36 255 69 54 29 255 +minecraft:yellow_shulker_box[facing=down] 173 137 73 255 138 109 58 255 86 68 36 255 69 54 29 255 +minecraft:lime_shulker_box 102 148 74 255 81 118 59 255 51 74 37 255 40 59 29 255 +minecraft:lime_shulker_box[facing=east] 102 148 74 255 81 118 59 255 51 74 37 255 40 59 29 255 +minecraft:lime_shulker_box[facing=south] 102 146 73 255 81 116 58 255 51 73 36 255 40 58 29 255 +minecraft:lime_shulker_box[facing=west] 102 146 73 255 81 116 58 255 51 73 36 255 40 58 29 255 +minecraft:lime_shulker_box[facing=up] 102 146 73 255 81 116 58 255 51 73 36 255 40 58 29 255 +minecraft:lime_shulker_box[facing=down] 102 146 73 255 81 116 58 255 51 73 36 255 40 58 29 255 +minecraft:pink_shulker_box 187 123 128 255 149 98 102 255 93 61 64 255 74 49 51 255 +minecraft:pink_shulker_box[facing=east] 187 123 128 255 149 98 102 255 93 61 64 255 74 49 51 255 +minecraft:pink_shulker_box[facing=south] 186 122 127 255 148 97 101 255 93 61 63 255 74 48 50 255 +minecraft:pink_shulker_box[facing=west] 186 122 127 255 148 97 101 255 93 61 63 255 74 48 50 255 +minecraft:pink_shulker_box[facing=up] 186 122 127 255 148 97 101 255 93 61 63 255 74 48 50 255 +minecraft:pink_shulker_box[facing=down] 186 122 127 255 148 97 101 255 93 61 63 255 74 48 50 255 +minecraft:gray_shulker_box 59 60 55 255 47 48 44 255 29 30 27 255 23 24 22 255 +minecraft:gray_shulker_box[facing=east] 59 60 55 255 47 48 44 255 29 30 27 255 23 24 22 255 +minecraft:gray_shulker_box[facing=south] 58 59 55 255 46 47 44 255 29 29 27 255 23 23 22 255 +minecraft:gray_shulker_box[facing=west] 58 59 55 255 46 47 44 255 29 29 27 255 23 23 22 255 +minecraft:gray_shulker_box[facing=up] 58 59 55 255 46 47 44 255 29 29 27 255 23 23 22 255 +minecraft:gray_shulker_box[facing=down] 58 59 55 255 46 47 44 255 29 29 27 255 23 23 22 255 +minecraft:light_gray_shulker_box 122 133 126 255 97 106 100 255 61 66 63 255 48 53 50 255 +minecraft:light_gray_shulker_box[facing=east] 122 133 126 255 97 106 100 255 61 66 63 255 48 53 50 255 +minecraft:light_gray_shulker_box[facing=south] 120 131 124 255 96 104 99 255 60 65 62 255 48 52 49 255 +minecraft:light_gray_shulker_box[facing=west] 120 131 124 255 96 104 99 255 60 65 62 255 48 52 49 255 +minecraft:light_gray_shulker_box[facing=up] 120 131 124 255 96 104 99 255 60 65 62 255 48 52 49 255 +minecraft:light_gray_shulker_box[facing=down] 120 131 124 255 96 104 99 255 60 65 62 255 48 52 49 255 +minecraft:cyan_shulker_box 34 93 106 255 27 74 84 255 17 46 53 255 13 37 42 255 +minecraft:cyan_shulker_box[facing=east] 34 93 106 255 27 74 84 255 17 46 53 255 13 37 42 255 +minecraft:cyan_shulker_box[facing=south] 34 92 104 255 27 73 83 255 17 46 52 255 13 36 41 255 +minecraft:cyan_shulker_box[facing=west] 34 92 104 255 27 73 83 255 17 46 52 255 13 36 41 255 +minecraft:cyan_shulker_box[facing=up] 34 92 104 255 27 73 83 255 17 46 52 255 13 36 41 255 +minecraft:cyan_shulker_box[facing=down] 34 92 104 255 27 73 83 255 17 46 52 255 13 36 41 255 +minecraft:purple_shulker_box 81 53 107 255 64 42 85 255 40 26 53 255 32 21 42 255 +minecraft:purple_shulker_box[facing=east] 81 53 107 255 64 42 85 255 40 26 53 255 32 21 42 255 +minecraft:purple_shulker_box[facing=south] 79 52 106 255 63 41 84 255 39 26 53 255 31 20 42 255 +minecraft:purple_shulker_box[facing=west] 79 52 106 255 63 41 84 255 39 26 53 255 31 20 42 255 +minecraft:purple_shulker_box[facing=up] 79 52 106 255 63 41 84 255 39 26 53 255 31 20 42 255 +minecraft:purple_shulker_box[facing=down] 79 52 106 255 63 41 84 255 39 26 53 255 31 20 42 255 +minecraft:blue_shulker_box 35 69 138 255 28 55 110 255 17 34 69 255 14 27 55 255 +minecraft:blue_shulker_box[facing=east] 35 69 138 255 28 55 110 255 17 34 69 255 14 27 55 255 +minecraft:blue_shulker_box[facing=south] 34 69 136 255 27 55 108 255 17 34 68 255 13 27 54 255 +minecraft:blue_shulker_box[facing=west] 34 69 136 255 27 55 108 255 17 34 68 255 13 27 54 255 +minecraft:blue_shulker_box[facing=up] 34 69 136 255 27 55 108 255 17 34 68 255 13 27 54 255 +minecraft:blue_shulker_box[facing=down] 34 69 136 255 27 55 108 255 17 34 68 255 13 27 54 255 +minecraft:brown_shulker_box 76 62 44 255 60 49 35 255 38 31 22 255 30 24 17 255 +minecraft:brown_shulker_box[facing=east] 76 62 45 255 60 49 36 255 38 31 22 255 30 24 18 255 +minecraft:brown_shulker_box[facing=south] 75 62 44 255 60 49 35 255 37 31 22 255 30 24 17 255 +minecraft:brown_shulker_box[facing=west] 75 62 44 255 60 49 35 255 37 31 22 255 30 24 17 255 +minecraft:brown_shulker_box[facing=up] 75 62 44 255 60 49 35 255 37 31 22 255 30 24 17 255 +minecraft:brown_shulker_box[facing=down] 75 62 44 255 60 49 35 255 37 31 22 255 30 24 17 255 +minecraft:green_shulker_box 60 109 49 255 48 87 39 255 30 54 24 255 24 43 19 255 +minecraft:green_shulker_box[facing=east] 60 109 49 255 48 87 39 255 30 54 24 255 24 43 19 255 +minecraft:green_shulker_box[facing=south] 59 107 48 255 47 85 38 255 29 53 24 255 23 42 19 255 +minecraft:green_shulker_box[facing=west] 59 107 48 255 47 85 38 255 29 53 24 255 23 42 19 255 +minecraft:green_shulker_box[facing=up] 59 107 48 255 47 85 38 255 29 53 24 255 23 42 19 255 +minecraft:green_shulker_box[facing=down] 59 107 48 255 47 85 38 255 29 53 24 255 23 42 19 255 +minecraft:red_shulker_box 115 25 28 255 92 20 22 255 57 12 14 255 46 10 11 255 +minecraft:red_shulker_box[facing=east] 115 25 28 255 92 20 22 255 57 12 14 255 46 10 11 255 +minecraft:red_shulker_box[facing=south] 114 24 27 255 91 19 21 255 57 12 13 255 45 9 10 255 +minecraft:red_shulker_box[facing=west] 114 24 27 255 91 19 21 255 57 12 13 255 45 9 10 255 +minecraft:red_shulker_box[facing=up] 114 24 27 255 91 19 21 255 57 12 13 255 45 9 10 255 +minecraft:red_shulker_box[facing=down] 114 24 27 255 91 19 21 255 57 12 13 255 45 9 10 255 +minecraft:black_shulker_box 23 21 19 255 18 16 15 255 11 10 9 255 9 8 7 255 +minecraft:black_shulker_box[facing=east] 23 21 19 255 18 16 15 255 11 10 9 255 9 8 7 255 +minecraft:black_shulker_box[facing=south] 22 20 18 255 17 16 14 255 11 10 9 255 8 8 7 255 +minecraft:black_shulker_box[facing=west] 22 20 18 255 17 16 14 255 11 10 9 255 8 8 7 255 +minecraft:black_shulker_box[facing=up] 22 20 18 255 17 16 14 255 11 10 9 255 8 8 7 255 +minecraft:black_shulker_box[facing=down] 22 20 18 255 17 16 14 255 11 10 9 255 8 8 7 255 +minecraft:white_glazed_terracotta 165 159 160 255 132 127 128 255 82 79 80 255 66 63 64 255 +minecraft:white_glazed_terracotta[facing=south] 165 159 160 255 132 127 128 255 82 79 80 255 66 63 64 255 +minecraft:white_glazed_terracotta[facing=west] 165 159 160 255 132 127 128 255 82 79 80 255 66 63 64 255 +minecraft:white_glazed_terracotta[facing=east] 165 159 160 255 132 127 128 255 82 79 80 255 66 63 64 255 +minecraft:orange_glazed_terracotta 191 159 123 255 152 127 98 255 95 79 61 255 76 63 49 255 +minecraft:orange_glazed_terracotta[facing=south] 191 159 123 255 152 127 98 255 95 79 61 255 76 63 49 255 +minecraft:orange_glazed_terracotta[facing=west] 191 159 123 255 152 127 98 255 95 79 61 255 76 63 49 255 +minecraft:orange_glazed_terracotta[facing=east] 191 159 123 255 152 127 98 255 95 79 61 255 76 63 49 255 +minecraft:magenta_glazed_terracotta 128 99 112 255 102 79 89 255 64 49 56 255 51 39 44 255 +minecraft:magenta_glazed_terracotta[facing=south] 128 99 112 255 102 79 89 255 64 49 56 255 51 39 44 255 +minecraft:magenta_glazed_terracotta[facing=west] 128 99 112 255 102 79 89 255 64 49 56 255 51 39 44 255 +minecraft:magenta_glazed_terracotta[facing=east] 128 99 112 255 102 79 89 255 64 49 56 255 51 39 44 255 +minecraft:light_blue_glazed_terracotta 127 137 159 255 101 109 127 255 63 68 79 255 50 54 63 255 +minecraft:light_blue_glazed_terracotta[facing=south] 127 137 159 255 101 109 127 255 63 68 79 255 50 54 63 255 +minecraft:light_blue_glazed_terracotta[facing=west] 127 137 159 255 101 109 127 255 63 68 79 255 50 54 63 255 +minecraft:light_blue_glazed_terracotta[facing=east] 127 137 159 255 101 109 127 255 63 68 79 255 50 54 63 255 +minecraft:yellow_glazed_terracotta 195 171 134 255 156 136 107 255 97 85 67 255 78 68 53 255 +minecraft:yellow_glazed_terracotta[facing=south] 195 171 134 255 156 136 107 255 97 85 67 255 78 68 53 255 +minecraft:yellow_glazed_terracotta[facing=west] 195 171 134 255 156 136 107 255 97 85 67 255 78 68 53 255 +minecraft:yellow_glazed_terracotta[facing=east] 195 171 134 255 156 136 107 255 97 85 67 255 78 68 53 255 +minecraft:lime_glazed_terracotta 114 135 107 255 91 108 85 255 57 67 53 255 45 54 42 255 +minecraft:lime_glazed_terracotta[facing=south] 114 135 107 255 91 108 85 255 57 67 53 255 45 54 42 255 +minecraft:lime_glazed_terracotta[facing=west] 114 135 107 255 91 108 85 255 57 67 53 255 45 54 42 255 +minecraft:lime_glazed_terracotta[facing=east] 114 135 107 255 91 108 85 255 57 67 53 255 45 54 42 255 +minecraft:pink_glazed_terracotta 211 179 189 255 168 143 151 255 105 89 94 255 84 71 75 255 +minecraft:pink_glazed_terracotta[facing=south] 211 179 189 255 168 143 151 255 105 89 94 255 84 71 75 255 +minecraft:pink_glazed_terracotta[facing=west] 211 179 189 255 168 143 151 255 105 89 94 255 84 71 75 255 +minecraft:pink_glazed_terracotta[facing=east] 211 179 189 255 168 143 151 255 105 89 94 255 84 71 75 255 +minecraft:gray_glazed_terracotta 161 151 136 255 128 120 108 255 80 75 68 255 64 60 54 255 +minecraft:gray_glazed_terracotta[facing=south] 161 151 136 255 128 120 108 255 80 75 68 255 64 60 54 255 +minecraft:gray_glazed_terracotta[facing=west] 161 151 136 255 128 120 108 255 80 75 68 255 64 60 54 255 +minecraft:gray_glazed_terracotta[facing=east] 161 151 136 255 128 120 108 255 80 75 68 255 64 60 54 255 +minecraft:light_gray_glazed_terracotta 132 136 132 255 105 108 105 255 66 68 66 255 52 54 52 255 +minecraft:light_gray_glazed_terracotta[facing=south] 132 136 132 255 105 108 105 255 66 68 66 255 52 54 52 255 +minecraft:light_gray_glazed_terracotta[facing=west] 132 136 132 255 105 108 105 255 66 68 66 255 52 54 52 255 +minecraft:light_gray_glazed_terracotta[facing=east] 132 136 132 255 105 108 105 255 66 68 66 255 52 54 52 255 +minecraft:cyan_glazed_terracotta 138 160 156 255 110 128 124 255 69 80 78 255 55 64 62 255 +minecraft:cyan_glazed_terracotta[facing=south] 138 160 156 255 110 128 124 255 69 80 78 255 55 64 62 255 +minecraft:cyan_glazed_terracotta[facing=west] 138 160 156 255 110 128 124 255 69 80 78 255 55 64 62 255 +minecraft:cyan_glazed_terracotta[facing=east] 138 160 156 255 110 128 124 255 69 80 78 255 55 64 62 255 +minecraft:purple_glazed_terracotta 153 136 165 255 122 108 132 255 76 68 82 255 61 54 66 255 +minecraft:purple_glazed_terracotta[facing=south] 153 136 165 255 122 108 132 255 76 68 82 255 61 54 66 255 +minecraft:purple_glazed_terracotta[facing=west] 153 136 165 255 122 108 132 255 76 68 82 255 61 54 66 255 +minecraft:purple_glazed_terracotta[facing=east] 153 136 165 255 122 108 132 255 76 68 82 255 61 54 66 255 +minecraft:blue_glazed_terracotta 148 154 167 255 118 123 133 255 74 77 83 255 59 61 66 255 +minecraft:blue_glazed_terracotta[facing=south] 148 154 167 255 118 123 133 255 74 77 83 255 59 61 66 255 +minecraft:blue_glazed_terracotta[facing=west] 148 154 167 255 118 123 133 255 74 77 83 255 59 61 66 255 +minecraft:blue_glazed_terracotta[facing=east] 148 154 167 255 118 123 133 255 74 77 83 255 59 61 66 255 +minecraft:brown_glazed_terracotta 140 130 125 255 112 104 100 255 70 65 62 255 56 52 50 255 +minecraft:brown_glazed_terracotta[facing=south] 140 130 125 255 112 104 100 255 70 65 62 255 56 52 50 255 +minecraft:brown_glazed_terracotta[facing=west] 140 130 125 255 112 104 100 255 70 65 62 255 56 52 50 255 +minecraft:brown_glazed_terracotta[facing=east] 140 130 125 255 112 104 100 255 70 65 62 255 56 52 50 255 +minecraft:green_glazed_terracotta 131 153 133 255 104 122 106 255 65 76 66 255 52 61 53 255 +minecraft:green_glazed_terracotta[facing=south] 131 153 133 255 104 122 106 255 65 76 66 255 52 61 53 255 +minecraft:green_glazed_terracotta[facing=west] 131 153 133 255 104 122 106 255 65 76 66 255 52 61 53 255 +minecraft:green_glazed_terracotta[facing=east] 131 153 133 255 104 122 106 255 65 76 66 255 52 61 53 255 +minecraft:red_glazed_terracotta 154 120 119 255 123 96 95 255 77 60 59 255 61 48 47 255 +minecraft:red_glazed_terracotta[facing=south] 154 120 119 255 123 96 95 255 77 60 59 255 61 48 47 255 +minecraft:red_glazed_terracotta[facing=west] 154 120 119 255 123 96 95 255 77 60 59 255 61 48 47 255 +minecraft:red_glazed_terracotta[facing=east] 154 120 119 255 123 96 95 255 77 60 59 255 61 48 47 255 +minecraft:black_glazed_terracotta 140 137 136 255 112 109 108 255 70 68 68 255 56 54 54 255 +minecraft:black_glazed_terracotta[facing=south] 140 137 136 255 112 109 108 255 70 68 68 255 56 54 54 255 +minecraft:black_glazed_terracotta[facing=west] 140 137 136 255 112 109 108 255 70 68 68 255 56 54 54 255 +minecraft:black_glazed_terracotta[facing=east] 140 137 136 255 112 109 108 255 70 68 68 255 56 54 54 255 +minecraft:white_concrete 219 216 212 255 175 172 169 255 109 108 106 255 87 86 84 255 +minecraft:orange_concrete 229 110 51 255 183 88 40 255 114 55 25 255 91 44 20 255 +minecraft:magenta_concrete 163 78 179 255 130 62 143 255 81 39 89 255 65 31 71 255 +minecraft:light_blue_concrete 114 143 191 255 91 114 152 255 57 71 95 255 45 57 76 255 +minecraft:yellow_concrete 201 161 43 255 160 128 34 255 100 80 21 255 80 64 17 255 +minecraft:lime_concrete 96 187 62 255 76 149 49 255 48 93 31 255 38 74 24 255 +minecraft:pink_concrete 215 146 157 255 172 116 125 255 107 73 78 255 86 58 62 255 +minecraft:gray_concrete 51 51 48 255 40 40 38 255 25 25 24 255 20 20 19 255 +minecraft:light_gray_concrete 137 145 141 255 109 116 112 255 68 72 70 255 54 58 56 255 +minecraft:cyan_concrete 44 111 125 255 35 88 100 255 22 55 62 255 17 44 50 255 +minecraft:purple_concrete 92 50 143 255 73 40 114 255 46 25 71 255 36 20 57 255 +minecraft:blue_concrete 41 66 134 255 32 52 107 255 20 33 67 255 16 26 53 255 +minecraft:brown_concrete 89 52 30 255 71 41 24 255 44 26 15 255 35 20 12 255 +minecraft:green_concrete 58 107 27 255 46 85 21 255 29 53 13 255 23 42 10 255 +minecraft:red_concrete 136 36 37 255 108 28 29 255 68 18 18 255 54 14 14 255 +minecraft:black_concrete 21 19 17 255 16 15 13 255 10 9 8 255 8 7 6 255 +minecraft:white_concrete_powder 224 221 217 255 179 176 173 255 112 110 108 255 89 88 86 255 +minecraft:orange_concrete_powder 225 104 49 255 180 83 39 255 112 52 24 255 90 41 19 255 +minecraft:magenta_concrete_powder 176 85 196 255 140 68 156 255 88 42 98 255 70 34 78 255 +minecraft:light_blue_concrete_powder 122 153 205 255 97 122 164 255 61 76 102 255 48 61 82 255 +minecraft:yellow_concrete_powder 217 178 51 255 173 142 40 255 108 89 25 255 86 71 20 255 +minecraft:lime_concrete_powder 98 190 63 255 78 152 50 255 49 95 31 255 39 76 25 255 +minecraft:pink_concrete_powder 224 153 165 255 179 122 132 255 112 76 82 255 89 61 66 255 +minecraft:gray_concrete_powder 56 54 52 255 44 43 41 255 28 27 26 255 22 21 20 255 +minecraft:light_gray_concrete_powder 131 140 135 255 104 112 108 255 65 70 67 255 52 56 54 255 +minecraft:cyan_concrete_powder 44 107 119 255 35 85 95 255 22 53 59 255 17 42 47 255 +minecraft:purple_concrete_powder 97 49 150 255 77 39 120 255 48 24 75 255 38 19 60 255 +minecraft:blue_concrete_powder 44 67 137 255 35 53 109 255 22 33 68 255 17 26 54 255 +minecraft:brown_concrete_powder 88 52 31 255 70 41 24 255 44 26 15 255 35 20 12 255 +minecraft:green_concrete_powder 56 102 28 255 44 81 22 255 28 51 14 255 22 40 11 255 +minecraft:red_concrete_powder 136 35 37 255 108 28 29 255 68 17 18 255 54 14 14 255 +minecraft:black_concrete_powder 26 23 22 255 20 18 17 255 13 11 11 255 10 9 8 255 +minecraft:kelp 46 92 16 39 36 73 12 39 23 46 8 39 18 36 6 39 +minecraft:kelp[age=1] 46 92 16 39 36 73 12 39 23 46 8 39 18 36 6 39 +minecraft:kelp[age=2] 46 92 16 39 36 73 12 39 23 46 8 39 18 36 6 39 +minecraft:kelp[age=3] 46 92 16 39 36 73 12 39 23 46 8 39 18 36 6 39 +minecraft:kelp[age=4] 46 92 16 39 36 73 12 39 23 46 8 39 18 36 6 39 +minecraft:kelp[age=5] 46 92 16 39 36 73 12 39 23 46 8 39 18 36 6 39 +minecraft:kelp[age=6] 46 92 16 39 36 73 12 39 23 46 8 39 18 36 6 39 +minecraft:kelp[age=7] 46 92 16 39 36 73 12 39 23 46 8 39 18 36 6 39 +minecraft:kelp[age=8] 46 92 16 39 36 73 12 39 23 46 8 39 18 36 6 39 +minecraft:kelp[age=9] 46 92 16 39 36 73 12 39 23 46 8 39 18 36 6 39 +minecraft:kelp[age=10] 46 92 16 39 36 73 12 39 23 46 8 39 18 36 6 39 +minecraft:kelp[age=11] 46 92 16 39 36 73 12 39 23 46 8 39 18 36 6 39 +minecraft:kelp[age=12] 46 92 16 39 36 73 12 39 23 46 8 39 18 36 6 39 +minecraft:kelp[age=13] 46 92 16 39 36 73 12 39 23 46 8 39 18 36 6 39 +minecraft:kelp[age=14] 46 92 16 39 36 73 12 39 23 46 8 39 18 36 6 39 +minecraft:kelp[age=15] 46 92 16 39 36 73 12 39 23 46 8 39 18 36 6 39 +minecraft:kelp[age=16] 46 92 16 39 36 73 12 39 23 46 8 39 18 36 6 39 +minecraft:kelp[age=17] 46 92 16 39 36 73 12 39 23 46 8 39 18 36 6 39 +minecraft:kelp[age=18] 46 92 16 39 36 73 12 39 23 46 8 39 18 36 6 39 +minecraft:kelp[age=19] 46 92 16 39 36 73 12 39 23 46 8 39 18 36 6 39 +minecraft:kelp[age=20] 46 92 16 39 36 73 12 39 23 46 8 39 18 36 6 39 +minecraft:kelp[age=21] 46 92 16 39 36 73 12 39 23 46 8 39 18 36 6 39 +minecraft:kelp[age=22] 46 92 16 39 36 73 12 39 23 46 8 39 18 36 6 39 +minecraft:kelp[age=23] 46 92 16 39 36 73 12 39 23 46 8 39 18 36 6 39 +minecraft:kelp[age=24] 46 92 16 39 36 73 12 39 23 46 8 39 18 36 6 39 +minecraft:kelp[age=25] 46 92 16 39 36 73 12 39 23 46 8 39 18 36 6 39 +minecraft:kelp_plant 33 74 12 58 26 59 9 58 16 37 6 58 13 29 4 58 +minecraft:dried_kelp_block 47 57 43 255 37 45 34 255 23 28 21 255 18 22 17 255 +minecraft:turtle_egg 185 176 148 132 148 140 118 132 92 88 74 132 74 70 59 132 +minecraft:turtle_egg[eggs=1,hatch=1] 181 172 145 132 144 137 116 132 90 86 72 132 72 68 58 132 +minecraft:turtle_egg[eggs=1,hatch=2] 173 165 139 132 138 132 111 132 86 82 69 132 69 66 55 132 +minecraft:turtle_egg[eggs=2,hatch=0] 185 176 148 132 148 140 118 132 92 88 74 132 74 70 59 132 +minecraft:turtle_egg[eggs=2,hatch=1] 181 172 145 132 144 137 116 132 90 86 72 132 72 68 58 132 +minecraft:turtle_egg[eggs=2,hatch=2] 173 165 139 132 138 132 111 132 86 82 69 132 69 66 55 132 +minecraft:turtle_egg[eggs=3,hatch=0] 185 176 148 132 148 140 118 132 92 88 74 132 74 70 59 132 +minecraft:turtle_egg[eggs=3,hatch=1] 181 172 145 132 144 137 116 132 90 86 72 132 72 68 58 132 +minecraft:turtle_egg[eggs=3,hatch=2] 173 165 139 132 138 132 111 132 86 82 69 132 69 66 55 132 +minecraft:turtle_egg[eggs=4,hatch=0] 185 176 148 132 148 140 118 132 92 88 74 132 74 70 59 132 +minecraft:turtle_egg[eggs=4,hatch=1] 181 172 145 132 144 137 116 132 90 86 72 132 72 68 58 132 +minecraft:turtle_egg[eggs=4,hatch=2] 173 165 139 132 138 132 111 132 86 82 69 132 69 66 55 132 +minecraft:dead_tube_coral_block 158 150 128 255 126 120 102 255 79 75 64 255 63 60 51 255 +minecraft:dead_brain_coral_block 194 188 169 255 155 150 135 255 97 94 84 255 77 75 67 255 +minecraft:dead_bubble_coral_block 150 144 126 255 120 115 100 255 75 72 63 255 60 57 50 255 +minecraft:dead_fire_coral_block 122 117 100 255 97 93 80 255 61 58 50 255 48 46 40 255 +minecraft:dead_horn_coral_block 139 132 111 255 111 105 88 255 69 66 55 255 55 52 44 255 +minecraft:tube_coral_block 44 60 204 255 35 48 163 255 22 30 102 255 17 24 81 255 +minecraft:brain_coral_block 188 122 132 255 150 97 105 255 94 61 66 255 75 48 52 255 +minecraft:bubble_coral_block 134 107 169 255 107 85 135 255 67 53 84 255 53 42 67 255 +minecraft:fire_coral_block 139 60 50 255 111 48 40 255 69 30 25 255 55 24 20 255 +minecraft:horn_coral_block 172 132 51 255 137 105 40 255 86 66 25 255 68 52 20 255 +minecraft:dead_tube_coral 153 146 123 143 122 116 98 143 76 73 61 143 61 58 49 143 +minecraft:dead_tube_coral[waterlogged=false] 153 146 123 143 122 116 98 143 76 73 61 143 61 58 49 143 +minecraft:dead_brain_coral 191 185 166 124 152 148 132 124 95 92 83 124 76 74 66 124 +minecraft:dead_brain_coral[waterlogged=false] 191 185 166 124 152 148 132 124 95 92 83 124 76 74 66 124 +minecraft:dead_bubble_coral 143 137 117 149 114 109 93 149 71 68 58 149 57 54 46 149 +minecraft:dead_bubble_coral[waterlogged=false] 143 137 117 149 114 109 93 149 71 68 58 149 57 54 46 149 +minecraft:dead_fire_coral 158 151 130 70 126 120 104 70 79 75 65 70 63 60 52 70 +minecraft:dead_fire_coral[waterlogged=false] 158 151 130 70 126 120 104 70 79 75 65 70 63 60 52 70 +minecraft:dead_horn_coral 140 132 109 90 112 105 87 90 70 66 54 90 56 52 43 90 +minecraft:dead_horn_coral[waterlogged=false] 140 132 109 90 112 105 87 90 70 66 54 90 56 52 43 90 +minecraft:tube_coral 45 64 218 143 36 51 174 143 22 32 109 143 18 25 87 143 +minecraft:tube_coral[waterlogged=false] 45 64 218 143 36 51 174 143 22 32 109 143 18 25 87 143 +minecraft:brain_coral 185 115 125 124 148 92 100 124 92 57 62 124 74 46 50 124 +minecraft:brain_coral[waterlogged=false] 185 115 125 124 148 92 100 124 92 57 62 124 74 46 50 124 +minecraft:bubble_coral 119 84 151 144 95 67 120 144 59 42 75 144 47 33 60 144 +minecraft:bubble_coral[waterlogged=false] 119 84 151 144 95 67 120 144 59 42 75 144 47 33 60 144 +minecraft:fire_coral 164 67 57 70 131 53 45 70 82 33 28 70 65 26 22 70 +minecraft:fire_coral[waterlogged=false] 164 67 57 70 131 53 45 70 82 33 28 70 65 26 22 70 +minecraft:horn_coral 160 117 43 90 128 93 34 90 80 58 21 90 64 46 17 90 +minecraft:horn_coral[waterlogged=false] 160 117 43 90 128 93 34 90 80 58 21 90 64 46 17 90 +minecraft:dead_tube_coral_fan 172 165 144 109 137 132 115 109 86 82 72 109 68 66 57 109 +minecraft:dead_tube_coral_fan[waterlogged=false] 172 165 144 109 137 132 115 109 86 82 72 109 68 66 57 109 +minecraft:dead_brain_coral_fan 189 183 163 94 151 146 130 94 94 91 81 94 75 73 65 94 +minecraft:dead_brain_coral_fan[waterlogged=false] 189 183 163 94 151 146 130 94 94 91 81 94 75 73 65 94 +minecraft:dead_bubble_coral_fan 181 175 155 127 144 140 124 127 90 87 77 127 72 70 62 127 +minecraft:dead_bubble_coral_fan[waterlogged=false] 181 175 155 127 144 140 124 127 90 87 77 127 72 70 62 127 +minecraft:dead_fire_coral_fan 151 144 125 109 120 115 100 109 75 72 62 109 60 57 50 109 +minecraft:dead_fire_coral_fan[waterlogged=false] 151 144 125 109 120 115 100 109 75 72 62 109 60 57 50 109 +minecraft:dead_horn_coral_fan 171 164 142 94 136 131 113 94 85 82 71 94 68 65 56 94 +minecraft:dead_horn_coral_fan[waterlogged=false] 171 164 142 94 136 131 113 94 85 82 71 94 68 65 56 94 +minecraft:tube_coral_fan 61 70 218 109 48 56 174 109 30 35 109 109 24 28 87 109 +minecraft:tube_coral_fan[waterlogged=false] 61 70 218 109 48 56 174 109 30 35 109 109 24 28 87 109 +minecraft:brain_coral_fan 184 118 129 94 147 94 103 94 92 59 64 94 73 47 51 94 +minecraft:brain_coral_fan[waterlogged=false] 184 118 129 94 147 94 103 94 92 59 64 94 73 47 51 94 +minecraft:bubble_coral_fan 147 110 179 127 117 88 143 127 73 55 89 127 58 44 71 127 +minecraft:bubble_coral_fan[waterlogged=false] 147 110 179 127 117 88 143 127 73 55 89 127 58 44 71 127 +minecraft:fire_coral_fan 168 72 64 109 134 57 51 109 84 36 32 109 67 28 25 109 +minecraft:fire_coral_fan[waterlogged=false] 168 72 64 109 134 57 51 109 84 36 32 109 67 28 25 109 +minecraft:horn_coral_fan 198 163 68 94 158 130 54 94 99 81 34 94 79 65 27 94 +minecraft:horn_coral_fan[waterlogged=false] 198 163 68 94 158 130 54 94 99 81 34 94 79 65 27 94 +minecraft:dead_tube_coral_wall_fan 172 165 144 109 137 132 115 109 86 82 72 109 68 66 57 109 +minecraft:dead_tube_coral_wall_fan[facing=north,waterlogged=false] 172 165 144 109 137 132 115 109 86 82 72 109 68 66 57 109 +minecraft:dead_tube_coral_wall_fan[facing=south,waterlogged=true] 172 165 144 109 137 132 115 109 86 82 72 109 68 66 57 109 +minecraft:dead_tube_coral_wall_fan[facing=south,waterlogged=false] 172 165 144 109 137 132 115 109 86 82 72 109 68 66 57 109 +minecraft:dead_tube_coral_wall_fan[facing=west,waterlogged=true] 172 165 144 109 137 132 115 109 86 82 72 109 68 66 57 109 +minecraft:dead_tube_coral_wall_fan[facing=west,waterlogged=false] 172 165 144 109 137 132 115 109 86 82 72 109 68 66 57 109 +minecraft:dead_tube_coral_wall_fan[facing=east,waterlogged=true] 172 165 144 109 137 132 115 109 86 82 72 109 68 66 57 109 +minecraft:dead_tube_coral_wall_fan[facing=east,waterlogged=false] 172 165 144 109 137 132 115 109 86 82 72 109 68 66 57 109 +minecraft:dead_brain_coral_wall_fan 189 183 163 94 151 146 130 94 94 91 81 94 75 73 65 94 +minecraft:dead_brain_coral_wall_fan[facing=north,waterlogged=false] 189 183 163 94 151 146 130 94 94 91 81 94 75 73 65 94 +minecraft:dead_brain_coral_wall_fan[facing=south,waterlogged=true] 189 183 163 94 151 146 130 94 94 91 81 94 75 73 65 94 +minecraft:dead_brain_coral_wall_fan[facing=south,waterlogged=false] 189 183 163 94 151 146 130 94 94 91 81 94 75 73 65 94 +minecraft:dead_brain_coral_wall_fan[facing=west,waterlogged=true] 189 183 163 94 151 146 130 94 94 91 81 94 75 73 65 94 +minecraft:dead_brain_coral_wall_fan[facing=west,waterlogged=false] 189 183 163 94 151 146 130 94 94 91 81 94 75 73 65 94 +minecraft:dead_brain_coral_wall_fan[facing=east,waterlogged=true] 189 183 163 94 151 146 130 94 94 91 81 94 75 73 65 94 +minecraft:dead_brain_coral_wall_fan[facing=east,waterlogged=false] 189 183 163 94 151 146 130 94 94 91 81 94 75 73 65 94 +minecraft:dead_bubble_coral_wall_fan 181 175 155 127 144 140 124 127 90 87 77 127 72 70 62 127 +minecraft:dead_bubble_coral_wall_fan[facing=north,waterlogged=false] 181 175 155 127 144 140 124 127 90 87 77 127 72 70 62 127 +minecraft:dead_bubble_coral_wall_fan[facing=south,waterlogged=true] 181 175 155 127 144 140 124 127 90 87 77 127 72 70 62 127 +minecraft:dead_bubble_coral_wall_fan[facing=south,waterlogged=false] 181 175 155 127 144 140 124 127 90 87 77 127 72 70 62 127 +minecraft:dead_bubble_coral_wall_fan[facing=west,waterlogged=true] 181 175 155 127 144 140 124 127 90 87 77 127 72 70 62 127 +minecraft:dead_bubble_coral_wall_fan[facing=west,waterlogged=false] 181 175 155 127 144 140 124 127 90 87 77 127 72 70 62 127 +minecraft:dead_bubble_coral_wall_fan[facing=east,waterlogged=true] 181 175 155 127 144 140 124 127 90 87 77 127 72 70 62 127 +minecraft:dead_bubble_coral_wall_fan[facing=east,waterlogged=false] 181 175 155 127 144 140 124 127 90 87 77 127 72 70 62 127 +minecraft:dead_fire_coral_wall_fan 151 144 125 109 120 115 100 109 75 72 62 109 60 57 50 109 +minecraft:dead_fire_coral_wall_fan[facing=north,waterlogged=false] 151 144 125 109 120 115 100 109 75 72 62 109 60 57 50 109 +minecraft:dead_fire_coral_wall_fan[facing=south,waterlogged=true] 151 144 125 109 120 115 100 109 75 72 62 109 60 57 50 109 +minecraft:dead_fire_coral_wall_fan[facing=south,waterlogged=false] 151 144 125 109 120 115 100 109 75 72 62 109 60 57 50 109 +minecraft:dead_fire_coral_wall_fan[facing=west,waterlogged=true] 151 144 125 109 120 115 100 109 75 72 62 109 60 57 50 109 +minecraft:dead_fire_coral_wall_fan[facing=west,waterlogged=false] 151 144 125 109 120 115 100 109 75 72 62 109 60 57 50 109 +minecraft:dead_fire_coral_wall_fan[facing=east,waterlogged=true] 151 144 125 109 120 115 100 109 75 72 62 109 60 57 50 109 +minecraft:dead_fire_coral_wall_fan[facing=east,waterlogged=false] 151 144 125 109 120 115 100 109 75 72 62 109 60 57 50 109 +minecraft:dead_horn_coral_wall_fan 171 164 142 94 136 131 113 94 85 82 71 94 68 65 56 94 +minecraft:dead_horn_coral_wall_fan[facing=north,waterlogged=false] 171 164 142 94 136 131 113 94 85 82 71 94 68 65 56 94 +minecraft:dead_horn_coral_wall_fan[facing=south,waterlogged=true] 171 164 142 94 136 131 113 94 85 82 71 94 68 65 56 94 +minecraft:dead_horn_coral_wall_fan[facing=south,waterlogged=false] 171 164 142 94 136 131 113 94 85 82 71 94 68 65 56 94 +minecraft:dead_horn_coral_wall_fan[facing=west,waterlogged=true] 171 164 142 94 136 131 113 94 85 82 71 94 68 65 56 94 +minecraft:dead_horn_coral_wall_fan[facing=west,waterlogged=false] 171 164 142 94 136 131 113 94 85 82 71 94 68 65 56 94 +minecraft:dead_horn_coral_wall_fan[facing=east,waterlogged=true] 171 164 142 94 136 131 113 94 85 82 71 94 68 65 56 94 +minecraft:dead_horn_coral_wall_fan[facing=east,waterlogged=false] 171 164 142 94 136 131 113 94 85 82 71 94 68 65 56 94 +minecraft:tube_coral_wall_fan 61 70 218 109 48 56 174 109 30 35 109 109 24 28 87 109 +minecraft:tube_coral_wall_fan[facing=north,waterlogged=false] 61 70 218 109 48 56 174 109 30 35 109 109 24 28 87 109 +minecraft:tube_coral_wall_fan[facing=south,waterlogged=true] 61 70 218 109 48 56 174 109 30 35 109 109 24 28 87 109 +minecraft:tube_coral_wall_fan[facing=south,waterlogged=false] 61 70 218 109 48 56 174 109 30 35 109 109 24 28 87 109 +minecraft:tube_coral_wall_fan[facing=west,waterlogged=true] 61 70 218 109 48 56 174 109 30 35 109 109 24 28 87 109 +minecraft:tube_coral_wall_fan[facing=west,waterlogged=false] 61 70 218 109 48 56 174 109 30 35 109 109 24 28 87 109 +minecraft:tube_coral_wall_fan[facing=east,waterlogged=true] 61 70 218 109 48 56 174 109 30 35 109 109 24 28 87 109 +minecraft:tube_coral_wall_fan[facing=east,waterlogged=false] 61 70 218 109 48 56 174 109 30 35 109 109 24 28 87 109 +minecraft:brain_coral_wall_fan 184 118 129 94 147 94 103 94 92 59 64 94 73 47 51 94 +minecraft:brain_coral_wall_fan[facing=north,waterlogged=false] 184 118 129 94 147 94 103 94 92 59 64 94 73 47 51 94 +minecraft:brain_coral_wall_fan[facing=south,waterlogged=true] 184 118 129 94 147 94 103 94 92 59 64 94 73 47 51 94 +minecraft:brain_coral_wall_fan[facing=south,waterlogged=false] 184 118 129 94 147 94 103 94 92 59 64 94 73 47 51 94 +minecraft:brain_coral_wall_fan[facing=west,waterlogged=true] 184 118 129 94 147 94 103 94 92 59 64 94 73 47 51 94 +minecraft:brain_coral_wall_fan[facing=west,waterlogged=false] 184 118 129 94 147 94 103 94 92 59 64 94 73 47 51 94 +minecraft:brain_coral_wall_fan[facing=east,waterlogged=true] 184 118 129 94 147 94 103 94 92 59 64 94 73 47 51 94 +minecraft:brain_coral_wall_fan[facing=east,waterlogged=false] 184 118 129 94 147 94 103 94 92 59 64 94 73 47 51 94 +minecraft:bubble_coral_wall_fan 147 110 179 127 117 88 143 127 73 55 89 127 58 44 71 127 +minecraft:bubble_coral_wall_fan[facing=north,waterlogged=false] 147 110 179 127 117 88 143 127 73 55 89 127 58 44 71 127 +minecraft:bubble_coral_wall_fan[facing=south,waterlogged=true] 147 110 179 127 117 88 143 127 73 55 89 127 58 44 71 127 +minecraft:bubble_coral_wall_fan[facing=south,waterlogged=false] 147 110 179 127 117 88 143 127 73 55 89 127 58 44 71 127 +minecraft:bubble_coral_wall_fan[facing=west,waterlogged=true] 147 110 179 127 117 88 143 127 73 55 89 127 58 44 71 127 +minecraft:bubble_coral_wall_fan[facing=west,waterlogged=false] 147 110 179 127 117 88 143 127 73 55 89 127 58 44 71 127 +minecraft:bubble_coral_wall_fan[facing=east,waterlogged=true] 147 110 179 127 117 88 143 127 73 55 89 127 58 44 71 127 +minecraft:bubble_coral_wall_fan[facing=east,waterlogged=false] 147 110 179 127 117 88 143 127 73 55 89 127 58 44 71 127 +minecraft:fire_coral_wall_fan 168 72 64 109 134 57 51 109 84 36 32 109 67 28 25 109 +minecraft:fire_coral_wall_fan[facing=north,waterlogged=false] 168 72 64 109 134 57 51 109 84 36 32 109 67 28 25 109 +minecraft:fire_coral_wall_fan[facing=south,waterlogged=true] 168 72 64 109 134 57 51 109 84 36 32 109 67 28 25 109 +minecraft:fire_coral_wall_fan[facing=south,waterlogged=false] 168 72 64 109 134 57 51 109 84 36 32 109 67 28 25 109 +minecraft:fire_coral_wall_fan[facing=west,waterlogged=true] 168 72 64 109 134 57 51 109 84 36 32 109 67 28 25 109 +minecraft:fire_coral_wall_fan[facing=west,waterlogged=false] 168 72 64 109 134 57 51 109 84 36 32 109 67 28 25 109 +minecraft:fire_coral_wall_fan[facing=east,waterlogged=true] 168 72 64 109 134 57 51 109 84 36 32 109 67 28 25 109 +minecraft:fire_coral_wall_fan[facing=east,waterlogged=false] 168 72 64 109 134 57 51 109 84 36 32 109 67 28 25 109 +minecraft:horn_coral_wall_fan 198 163 68 94 158 130 54 94 99 81 34 94 79 65 27 94 +minecraft:horn_coral_wall_fan[facing=north,waterlogged=false] 198 163 68 94 158 130 54 94 99 81 34 94 79 65 27 94 +minecraft:horn_coral_wall_fan[facing=south,waterlogged=true] 198 163 68 94 158 130 54 94 99 81 34 94 79 65 27 94 +minecraft:horn_coral_wall_fan[facing=south,waterlogged=false] 198 163 68 94 158 130 54 94 99 81 34 94 79 65 27 94 +minecraft:horn_coral_wall_fan[facing=west,waterlogged=true] 198 163 68 94 158 130 54 94 99 81 34 94 79 65 27 94 +minecraft:horn_coral_wall_fan[facing=west,waterlogged=false] 198 163 68 94 158 130 54 94 99 81 34 94 79 65 27 94 +minecraft:horn_coral_wall_fan[facing=east,waterlogged=true] 198 163 68 94 158 130 54 94 99 81 34 94 79 65 27 94 +minecraft:horn_coral_wall_fan[facing=east,waterlogged=false] 198 163 68 94 158 130 54 94 99 81 34 94 79 65 27 94 +minecraft:sea_pickle 78 83 37 212 62 66 29 212 39 41 18 212 31 33 14 212 +minecraft:sea_pickle[pickles=1,waterlogged=false] 78 83 37 212 62 66 29 212 39 41 18 212 31 33 14 212 +minecraft:sea_pickle[pickles=2,waterlogged=true] 78 83 37 212 62 66 29 212 39 41 18 212 31 33 14 212 +minecraft:sea_pickle[pickles=2,waterlogged=false] 78 83 37 212 62 66 29 212 39 41 18 212 31 33 14 212 +minecraft:sea_pickle[pickles=3,waterlogged=true] 78 83 37 212 62 66 29 212 39 41 18 212 31 33 14 212 +minecraft:sea_pickle[pickles=3,waterlogged=false] 78 83 37 212 62 66 29 212 39 41 18 212 31 33 14 212 +minecraft:sea_pickle[pickles=4,waterlogged=true] 78 83 37 212 62 66 29 212 39 41 18 212 31 33 14 212 +minecraft:sea_pickle[pickles=4,waterlogged=false] 78 83 37 212 62 66 29 212 39 41 18 212 31 33 14 212 +minecraft:blue_ice 126 192 250 255 100 153 200 255 63 96 125 255 50 76 100 255 +minecraft:conduit 159 139 113 143 127 111 90 143 79 69 56 143 63 55 45 143 +minecraft:conduit[waterlogged=false] 159 139 113 143 127 111 90 143 79 69 56 143 63 55 45 143 +minecraft:bamboo_sapling 64 61 40 69 51 48 32 69 32 30 20 69 25 24 16 69 +minecraft:bamboo 111 133 66 255 88 106 52 255 55 66 33 255 44 53 26 255 +minecraft:bamboo[age=0,leaves=none,stage=1] 111 133 66 255 88 106 52 255 55 66 33 255 44 53 26 255 +minecraft:bamboo[age=0,leaves=small,stage=0] 111 133 66 255 88 106 52 255 55 66 33 255 44 53 26 255 +minecraft:bamboo[age=0,leaves=small,stage=1] 111 133 66 255 88 106 52 255 55 66 33 255 44 53 26 255 +minecraft:bamboo[age=0,leaves=large,stage=0] 111 133 66 255 88 106 52 255 55 66 33 255 44 53 26 255 +minecraft:bamboo[age=0,leaves=large,stage=1] 111 133 66 255 88 106 52 255 55 66 33 255 44 53 26 255 +minecraft:bamboo[age=1,leaves=none,stage=0] 111 133 66 255 88 106 52 255 55 66 33 255 44 53 26 255 +minecraft:bamboo[age=1,leaves=none,stage=1] 111 133 66 255 88 106 52 255 55 66 33 255 44 53 26 255 +minecraft:bamboo[age=1,leaves=small,stage=0] 111 133 66 255 88 106 52 255 55 66 33 255 44 53 26 255 +minecraft:bamboo[age=1,leaves=small,stage=1] 111 133 66 255 88 106 52 255 55 66 33 255 44 53 26 255 +minecraft:bamboo[age=1,leaves=large,stage=0] 111 133 66 255 88 106 52 255 55 66 33 255 44 53 26 255 +minecraft:bamboo[age=1,leaves=large,stage=1] 111 133 66 255 88 106 52 255 55 66 33 255 44 53 26 255 +minecraft:potted_bamboo 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:polished_granite_stairs 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:smooth_red_sandstone_stairs 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:mossy_stone_brick_stairs 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:polished_diorite_stairs 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:mossy_cobblestone_stairs 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:end_stone_brick_stairs 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:stone_stairs 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:smooth_sandstone_stairs 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_quartz_stairs 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=straight,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=straight,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=straight,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=straight,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=straight,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=straight,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=straight,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:granite_stairs 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:andesite_stairs 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:red_nether_brick_stairs 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:polished_andesite_stairs 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:diorite_stairs 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:polished_granite_slab 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_slab[type=top,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_slab[type=bottom,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_slab[type=bottom,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_slab[type=double,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_slab[type=double,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:smooth_red_sandstone_slab 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_slab[type=top,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_slab[type=double,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_slab[type=double,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:mossy_stone_brick_slab 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_slab[type=top,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_slab[type=double,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_slab[type=double,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:polished_diorite_slab 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_slab[type=top,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_slab[type=bottom,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_slab[type=bottom,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_slab[type=double,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_slab[type=double,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:mossy_cobblestone_slab 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_slab[type=top,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_slab[type=double,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_slab[type=double,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:end_stone_brick_slab 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_slab[type=top,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_slab[type=bottom,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_slab[type=bottom,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_slab[type=double,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_slab[type=double,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:smooth_sandstone_slab 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_slab[type=top,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_slab[type=bottom,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_slab[type=double,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_slab[type=double,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_quartz_slab 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_slab[type=top,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_slab[type=bottom,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_slab[type=bottom,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_slab[type=double,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_slab[type=double,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:granite_slab 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_slab[type=top,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_slab[type=bottom,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_slab[type=bottom,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_slab[type=double,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_slab[type=double,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:andesite_slab 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_slab[type=top,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_slab[type=bottom,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_slab[type=bottom,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_slab[type=double,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_slab[type=double,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:red_nether_brick_slab 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_slab[type=top,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_slab[type=bottom,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_slab[type=bottom,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_slab[type=double,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_slab[type=double,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:polished_andesite_slab 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_slab[type=top,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_slab[type=bottom,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_slab[type=bottom,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_slab[type=double,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_slab[type=double,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:diorite_slab 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_slab[type=top,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_slab[type=bottom,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_slab[type=bottom,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_slab[type=double,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_slab[type=double,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:brick_wall 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:prismarine_wall 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:red_sandstone_wall 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:mossy_stone_brick_wall 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:granite_wall 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:stone_brick_wall 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:nether_brick_wall 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:andesite_wall 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:red_nether_brick_wall 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:sandstone_wall 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:end_stone_brick_wall 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:diorite_wall 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:scaffolding 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=true,distance=0,waterlogged=false] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=true,distance=1,waterlogged=true] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=true,distance=1,waterlogged=false] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=true,distance=2,waterlogged=true] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=true,distance=2,waterlogged=false] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=true,distance=3,waterlogged=true] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=true,distance=3,waterlogged=false] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=true,distance=4,waterlogged=true] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=true,distance=4,waterlogged=false] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=true,distance=5,waterlogged=true] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=true,distance=5,waterlogged=false] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=true,distance=6,waterlogged=true] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=true,distance=6,waterlogged=false] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=true,distance=7,waterlogged=true] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=true,distance=7,waterlogged=false] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=false,distance=0,waterlogged=true] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=false,distance=0,waterlogged=false] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=false,distance=1,waterlogged=true] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=false,distance=1,waterlogged=false] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=false,distance=2,waterlogged=true] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=false,distance=2,waterlogged=false] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=false,distance=3,waterlogged=true] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=false,distance=3,waterlogged=false] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=false,distance=4,waterlogged=true] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=false,distance=4,waterlogged=false] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=false,distance=5,waterlogged=true] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=false,distance=5,waterlogged=false] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=false,distance=6,waterlogged=true] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=false,distance=6,waterlogged=false] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=false,distance=7,waterlogged=true] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=false,distance=7,waterlogged=false] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:loom 88 71 51 255 70 56 40 255 44 35 25 255 35 28 20 255 +minecraft:loom[facing=south] 88 71 51 255 70 56 40 255 44 35 25 255 35 28 20 255 +minecraft:loom[facing=west] 88 71 51 255 70 56 40 255 44 35 25 255 35 28 20 255 +minecraft:loom[facing=east] 88 71 51 255 70 56 40 255 44 35 25 255 35 28 20 255 +minecraft:barrel 62 50 37 255 49 40 29 255 31 25 18 255 24 20 14 255 +minecraft:barrel[facing=north,open=false] 62 50 37 255 49 40 29 255 31 25 18 255 24 20 14 255 +minecraft:barrel[facing=east,open=true] 62 50 37 255 49 40 29 255 31 25 18 255 24 20 14 255 +minecraft:barrel[facing=east,open=false] 62 50 37 255 49 40 29 255 31 25 18 255 24 20 14 255 +minecraft:barrel[facing=south,open=true] 62 50 37 255 49 40 29 255 31 25 18 255 24 20 14 255 +minecraft:barrel[facing=south,open=false] 62 50 37 255 49 40 29 255 31 25 18 255 24 20 14 255 +minecraft:barrel[facing=west,open=true] 62 50 37 255 49 40 29 255 31 25 18 255 24 20 14 255 +minecraft:barrel[facing=west,open=false] 62 50 37 255 49 40 29 255 31 25 18 255 24 20 14 255 +minecraft:barrel[facing=up,open=true] 62 50 37 255 49 40 29 255 31 25 18 255 24 20 14 255 +minecraft:barrel[facing=up,open=false] 62 50 37 255 49 40 29 255 31 25 18 255 24 20 14 255 +minecraft:barrel[facing=down,open=true] 62 50 37 255 49 40 29 255 31 25 18 255 24 20 14 255 +minecraft:barrel[facing=down,open=false] 62 50 37 255 49 40 29 255 31 25 18 255 24 20 14 255 +minecraft:smoker 86 92 90 255 68 73 72 255 43 46 45 255 34 36 36 255 +minecraft:smoker[facing=north,lit=false] 86 92 90 255 68 73 72 255 43 46 45 255 34 36 36 255 +minecraft:smoker[facing=south,lit=true] 86 92 90 255 68 73 72 255 43 46 45 255 34 36 36 255 +minecraft:smoker[facing=south,lit=false] 86 92 90 255 68 73 72 255 43 46 45 255 34 36 36 255 +minecraft:smoker[facing=west,lit=true] 86 92 90 255 68 73 72 255 43 46 45 255 34 36 36 255 +minecraft:smoker[facing=west,lit=false] 86 92 90 255 68 73 72 255 43 46 45 255 34 36 36 255 +minecraft:smoker[facing=east,lit=true] 86 92 90 255 68 73 72 255 43 46 45 255 34 36 36 255 +minecraft:smoker[facing=east,lit=false] 86 92 90 255 68 73 72 255 43 46 45 255 34 36 36 255 +minecraft:blast_furnace 74 77 72 255 59 61 57 255 37 38 36 255 29 30 28 255 +minecraft:blast_furnace[facing=north,lit=false] 74 77 72 255 59 61 57 255 37 38 36 255 29 30 28 255 +minecraft:blast_furnace[facing=south,lit=true] 74 77 72 255 59 61 57 255 37 38 36 255 29 30 28 255 +minecraft:blast_furnace[facing=south,lit=false] 74 77 72 255 59 61 57 255 37 38 36 255 29 30 28 255 +minecraft:blast_furnace[facing=west,lit=true] 74 77 72 255 59 61 57 255 37 38 36 255 29 30 28 255 +minecraft:blast_furnace[facing=west,lit=false] 74 77 72 255 59 61 57 255 37 38 36 255 29 30 28 255 +minecraft:blast_furnace[facing=east,lit=true] 74 77 72 255 59 61 57 255 37 38 36 255 29 30 28 255 +minecraft:blast_furnace[facing=east,lit=false] 74 77 72 255 59 61 57 255 37 38 36 255 29 30 28 255 +minecraft:cartography_table 104 87 67 255 83 69 53 255 52 43 33 255 41 34 26 255 +minecraft:fletching_table 160 157 149 255 128 125 119 255 80 78 74 255 64 62 59 255 +minecraft:grindstone 54 43 22 255 43 34 17 255 27 21 11 255 21 17 8 255 +minecraft:grindstone[face=floor,facing=south] 54 43 22 255 43 34 17 255 27 21 11 255 21 17 8 255 +minecraft:grindstone[face=floor,facing=west] 54 43 22 255 43 34 17 255 27 21 11 255 21 17 8 255 +minecraft:grindstone[face=floor,facing=east] 54 43 22 255 43 34 17 255 27 21 11 255 21 17 8 255 +minecraft:grindstone[face=wall,facing=north] 54 43 22 255 43 34 17 255 27 21 11 255 21 17 8 255 +minecraft:grindstone[face=wall,facing=south] 54 43 22 255 43 34 17 255 27 21 11 255 21 17 8 255 +minecraft:grindstone[face=wall,facing=west] 54 43 22 255 43 34 17 255 27 21 11 255 21 17 8 255 +minecraft:grindstone[face=wall,facing=east] 54 43 22 255 43 34 17 255 27 21 11 255 21 17 8 255 +minecraft:grindstone[face=ceiling,facing=north] 54 43 22 255 43 34 17 255 27 21 11 255 21 17 8 255 +minecraft:grindstone[face=ceiling,facing=south] 54 43 22 255 43 34 17 255 27 21 11 255 21 17 8 255 +minecraft:grindstone[face=ceiling,facing=west] 54 43 22 255 43 34 17 255 27 21 11 255 21 17 8 255 +minecraft:grindstone[face=ceiling,facing=east] 54 43 22 255 43 34 17 255 27 21 11 255 21 17 8 255 +minecraft:lectern 53 42 29 207 42 33 23 207 26 21 14 207 21 16 11 207 +minecraft:lectern[facing=north,has_book=true,powered=false] 53 42 29 207 42 33 23 207 26 21 14 207 21 16 11 207 +minecraft:lectern[facing=north,has_book=false,powered=true] 53 42 29 207 42 33 23 207 26 21 14 207 21 16 11 207 +minecraft:lectern[facing=north,has_book=false,powered=false] 53 42 29 207 42 33 23 207 26 21 14 207 21 16 11 207 +minecraft:lectern[facing=south,has_book=true,powered=true] 53 42 29 207 42 33 23 207 26 21 14 207 21 16 11 207 +minecraft:lectern[facing=south,has_book=true,powered=false] 53 42 29 207 42 33 23 207 26 21 14 207 21 16 11 207 +minecraft:lectern[facing=south,has_book=false,powered=true] 53 42 29 207 42 33 23 207 26 21 14 207 21 16 11 207 +minecraft:lectern[facing=south,has_book=false,powered=false] 53 42 29 207 42 33 23 207 26 21 14 207 21 16 11 207 +minecraft:lectern[facing=west,has_book=true,powered=true] 53 42 29 207 42 33 23 207 26 21 14 207 21 16 11 207 +minecraft:lectern[facing=west,has_book=true,powered=false] 53 42 29 207 42 33 23 207 26 21 14 207 21 16 11 207 +minecraft:lectern[facing=west,has_book=false,powered=true] 53 42 29 207 42 33 23 207 26 21 14 207 21 16 11 207 +minecraft:lectern[facing=west,has_book=false,powered=false] 53 42 29 207 42 33 23 207 26 21 14 207 21 16 11 207 +minecraft:lectern[facing=east,has_book=true,powered=true] 53 42 29 207 42 33 23 207 26 21 14 207 21 16 11 207 +minecraft:lectern[facing=east,has_book=true,powered=false] 53 42 29 207 42 33 23 207 26 21 14 207 21 16 11 207 +minecraft:lectern[facing=east,has_book=false,powered=true] 53 42 29 207 42 33 23 207 26 21 14 207 21 16 11 207 +minecraft:lectern[facing=east,has_book=false,powered=false] 53 42 29 207 42 33 23 207 26 21 14 207 21 16 11 207 +minecraft:smithing_table 34 34 34 255 27 27 27 255 17 17 17 255 13 13 13 255 +minecraft:stonecutter 106 117 108 255 84 93 86 255 53 58 54 255 42 46 43 255 +minecraft:stonecutter[facing=south] 106 117 108 255 84 93 86 255 53 58 54 255 42 46 43 255 +minecraft:stonecutter[facing=west] 106 117 108 255 84 93 86 255 53 58 54 255 42 46 43 255 +minecraft:stonecutter[facing=east] 106 117 108 255 84 93 86 255 53 58 54 255 42 46 43 255 +minecraft:bell 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=floor,facing=north,powered=false] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=floor,facing=south,powered=true] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=floor,facing=south,powered=false] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=floor,facing=west,powered=true] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=floor,facing=west,powered=false] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=floor,facing=east,powered=true] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=floor,facing=east,powered=false] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=ceiling,facing=north,powered=true] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=ceiling,facing=north,powered=false] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=ceiling,facing=south,powered=true] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=ceiling,facing=south,powered=false] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=ceiling,facing=west,powered=true] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=ceiling,facing=west,powered=false] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=ceiling,facing=east,powered=true] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=ceiling,facing=east,powered=false] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=single_wall,facing=north,powered=true] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=single_wall,facing=north,powered=false] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=single_wall,facing=south,powered=true] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=single_wall,facing=south,powered=false] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=single_wall,facing=west,powered=true] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=single_wall,facing=west,powered=false] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=single_wall,facing=east,powered=true] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=single_wall,facing=east,powered=false] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=double_wall,facing=north,powered=true] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=double_wall,facing=north,powered=false] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=double_wall,facing=south,powered=true] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=double_wall,facing=south,powered=false] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=double_wall,facing=west,powered=true] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=double_wall,facing=west,powered=false] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=double_wall,facing=east,powered=true] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=double_wall,facing=east,powered=false] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:lantern 137 107 72 11 109 85 57 11 68 53 36 11 54 42 28 11 +minecraft:lantern[hanging=true,waterlogged=false] 137 107 72 11 109 85 57 11 68 53 36 11 54 42 28 11 +minecraft:lantern[hanging=false,waterlogged=true] 137 107 72 11 109 85 57 11 68 53 36 11 54 42 28 11 +minecraft:lantern[hanging=false,waterlogged=false] 137 107 72 11 109 85 57 11 68 53 36 11 54 42 28 11 +minecraft:soul_lantern 59 97 93 11 47 77 74 11 29 48 46 11 23 38 37 11 +minecraft:soul_lantern[hanging=true,waterlogged=false] 59 97 93 11 47 77 74 11 29 48 46 11 23 38 37 11 +minecraft:soul_lantern[hanging=false,waterlogged=true] 59 97 93 11 47 77 74 11 29 48 46 11 23 38 37 11 +minecraft:soul_lantern[hanging=false,waterlogged=false] 59 97 93 11 47 77 74 11 29 48 46 11 23 38 37 11 +minecraft:campfire 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=north,lit=true,signal_fire=true,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=north,lit=false,signal_fire=true,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=north,lit=false,signal_fire=true,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=north,lit=false,signal_fire=false,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=north,lit=false,signal_fire=false,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=south,lit=true,signal_fire=true,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=south,lit=true,signal_fire=true,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=south,lit=true,signal_fire=false,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=south,lit=true,signal_fire=false,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=south,lit=false,signal_fire=true,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=south,lit=false,signal_fire=true,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=south,lit=false,signal_fire=false,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=south,lit=false,signal_fire=false,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=west,lit=true,signal_fire=true,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=west,lit=true,signal_fire=true,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=west,lit=true,signal_fire=false,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=west,lit=true,signal_fire=false,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=west,lit=false,signal_fire=true,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=west,lit=false,signal_fire=true,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=west,lit=false,signal_fire=false,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=west,lit=false,signal_fire=false,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=east,lit=true,signal_fire=true,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=east,lit=true,signal_fire=true,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=east,lit=true,signal_fire=false,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=east,lit=true,signal_fire=false,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=east,lit=false,signal_fire=true,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=east,lit=false,signal_fire=true,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=east,lit=false,signal_fire=false,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=east,lit=false,signal_fire=false,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=true,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=false,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=false,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=true,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=true,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=false,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=false,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=true,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=true,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=false,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=false,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=true,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=true,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=false,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=false,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=true,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=true,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=false,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=false,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=true,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=true,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=false,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=false,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=true,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=true,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=false,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=false,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=true,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=true,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=false,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=false,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:sweet_berry_bush 42 89 56 52 33 71 44 52 21 44 28 52 16 35 22 52 +minecraft:sweet_berry_bush[age=1] 47 94 57 138 37 75 45 138 23 47 28 138 18 37 22 138 +minecraft:sweet_berry_bush[age=2] 59 88 56 144 47 70 44 144 29 44 28 144 23 35 22 144 +minecraft:sweet_berry_bush[age=3] 68 77 50 161 54 61 40 161 34 38 25 161 27 30 20 161 +minecraft:warped_stem 37 51 74 255 29 40 59 255 18 25 37 255 14 20 29 255 +minecraft:warped_stem[axis=y] 59 96 107 255 47 76 85 255 29 48 53 255 23 38 42 255 +minecraft:warped_stem[axis=z] 37 51 74 255 29 40 59 255 18 25 37 255 14 20 29 255 +minecraft:stripped_warped_stem 84 135 139 255 67 108 111 255 42 67 69 255 33 54 55 255 +minecraft:stripped_warped_stem[axis=y] 79 128 134 255 63 102 107 255 39 64 67 255 31 51 53 255 +minecraft:stripped_warped_stem[axis=z] 84 135 139 255 67 108 111 255 42 67 69 255 33 54 55 255 +minecraft:warped_hyphae 37 51 74 255 29 40 59 255 18 25 37 255 14 20 29 255 +minecraft:warped_hyphae[axis=y] 37 51 74 255 29 40 59 255 18 25 37 255 14 20 29 255 +minecraft:warped_hyphae[axis=z] 37 51 74 255 29 40 59 255 18 25 37 255 14 20 29 255 +minecraft:stripped_warped_hyphae 84 135 139 255 67 108 111 255 42 67 69 255 33 54 55 255 +minecraft:stripped_warped_hyphae[axis=y] 84 135 139 255 67 108 111 255 42 67 69 255 33 54 55 255 +minecraft:stripped_warped_hyphae[axis=z] 84 135 139 255 67 108 111 255 42 67 69 255 33 54 55 255 +minecraft:warped_nylium 24 95 95 255 19 76 76 255 12 47 47 255 9 38 38 255 +minecraft:warped_fungus 62 84 94 68 49 67 75 68 31 42 47 68 24 33 37 68 +minecraft:warped_wart_block 28 94 99 255 22 75 79 255 14 47 49 255 11 37 39 255 +minecraft:warped_roots 4 109 111 100 3 87 88 100 2 54 55 100 1 43 44 100 +minecraft:nether_sprouts 2 102 107 13 1 81 85 13 1 51 53 13 0 40 42 13 +minecraft:crimson_stem 49 36 39 255 39 28 31 255 24 18 19 255 19 14 15 255 +minecraft:crimson_stem[axis=y] 70 31 43 255 56 24 34 255 35 15 21 255 28 12 17 255 +minecraft:crimson_stem[axis=z] 49 36 39 255 39 28 31 255 24 18 19 255 19 14 15 255 +minecraft:stripped_crimson_stem 85 28 47 255 68 22 37 255 42 14 23 255 34 11 18 255 +minecraft:stripped_crimson_stem[axis=y] 90 30 49 255 72 24 39 255 45 15 24 255 36 12 19 255 +minecraft:stripped_crimson_stem[axis=z] 85 28 47 255 68 22 37 255 42 14 23 255 34 11 18 255 +minecraft:crimson_hyphae 49 36 39 255 39 28 31 255 24 18 19 255 19 14 15 255 +minecraft:crimson_hyphae[axis=y] 49 36 39 255 39 28 31 255 24 18 19 255 19 14 15 255 +minecraft:crimson_hyphae[axis=z] 49 36 39 255 39 28 31 255 24 18 19 255 19 14 15 255 +minecraft:stripped_crimson_hyphae 85 28 47 255 68 22 37 255 42 14 23 255 34 11 18 255 +minecraft:stripped_crimson_hyphae[axis=y] 85 28 47 255 68 22 37 255 42 14 23 255 34 11 18 255 +minecraft:stripped_crimson_hyphae[axis=z] 85 28 47 255 68 22 37 255 42 14 23 255 34 11 18 255 +minecraft:crimson_nylium 70 10 19 255 56 8 15 255 35 5 9 255 28 4 7 255 +minecraft:crimson_fungus 93 27 21 38 74 21 16 38 46 13 10 38 37 10 8 38 +minecraft:shroomlight 248 161 92 255 198 128 73 255 124 80 46 255 99 64 36 255 +minecraft:weeping_vines 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=1] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=2] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=3] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=4] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=5] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=6] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=7] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=8] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=9] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=10] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=11] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=12] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=13] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=14] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=15] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=16] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=17] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=18] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=19] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=20] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=21] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=22] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=23] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=24] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=25] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines_plant 121 33 14 97 96 26 11 97 60 16 7 97 48 13 5 97 +minecraft:twisting_vines 25 87 95 88 20 69 76 88 12 43 47 88 10 34 38 88 +minecraft:twisting_vines[age=1] 25 87 95 88 20 69 76 88 12 43 47 88 10 34 38 88 +minecraft:twisting_vines[age=2] 25 87 95 88 20 69 76 88 12 43 47 88 10 34 38 88 +minecraft:twisting_vines[age=3] 25 87 95 88 20 69 76 88 12 43 47 88 10 34 38 88 +minecraft:twisting_vines[age=4] 25 87 95 88 20 69 76 88 12 43 47 88 10 34 38 88 +minecraft:twisting_vines[age=5] 25 87 95 88 20 69 76 88 12 43 47 88 10 34 38 88 +minecraft:twisting_vines[age=6] 25 87 95 88 20 69 76 88 12 43 47 88 10 34 38 88 +minecraft:twisting_vines[age=7] 25 87 95 88 20 69 76 88 12 43 47 88 10 34 38 88 +minecraft:twisting_vines[age=8] 25 87 95 88 20 69 76 88 12 43 47 88 10 34 38 88 +minecraft:twisting_vines[age=9] 25 87 95 88 20 69 76 88 12 43 47 88 10 34 38 88 +minecraft:twisting_vines[age=10] 25 87 95 88 20 69 76 88 12 43 47 88 10 34 38 88 +minecraft:twisting_vines[age=11] 25 87 95 88 20 69 76 88 12 43 47 88 10 34 38 88 +minecraft:twisting_vines[age=12] 25 87 95 88 20 69 76 88 12 43 47 88 10 34 38 88 +minecraft:twisting_vines[age=13] 25 87 95 88 20 69 76 88 12 43 47 88 10 34 38 88 +minecraft:twisting_vines[age=14] 25 87 95 88 20 69 76 88 12 43 47 88 10 34 38 88 +minecraft:twisting_vines[age=15] 25 87 95 88 20 69 76 88 12 43 47 88 10 34 38 88 +minecraft:twisting_vines[age=16] 25 87 95 88 20 69 76 88 12 43 47 88 10 34 38 88 +minecraft:twisting_vines[age=17] 25 87 95 88 20 69 76 88 12 43 47 88 10 34 38 88 +minecraft:twisting_vines[age=18] 25 87 95 88 20 69 76 88 12 43 47 88 10 34 38 88 +minecraft:twisting_vines[age=19] 25 87 95 88 20 69 76 88 12 43 47 88 10 34 38 88 +minecraft:twisting_vines[age=20] 25 87 95 88 20 69 76 88 12 43 47 88 10 34 38 88 +minecraft:twisting_vines[age=21] 25 87 95 88 20 69 76 88 12 43 47 88 10 34 38 88 +minecraft:twisting_vines[age=22] 25 87 95 88 20 69 76 88 12 43 47 88 10 34 38 88 +minecraft:twisting_vines[age=23] 25 87 95 88 20 69 76 88 12 43 47 88 10 34 38 88 +minecraft:twisting_vines[age=24] 25 87 95 88 20 69 76 88 12 43 47 88 10 34 38 88 +minecraft:twisting_vines[age=25] 25 87 95 88 20 69 76 88 12 43 47 88 10 34 38 88 +minecraft:twisting_vines_plant 28 95 99 122 22 76 79 122 14 47 49 122 11 38 39 122 +minecraft:crimson_roots 107 29 35 104 85 23 28 104 53 14 17 104 42 11 14 104 +minecraft:crimson_planks 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:warped_planks 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:crimson_slab 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_slab[type=top,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_slab[type=bottom,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_slab[type=bottom,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_slab[type=double,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_slab[type=double,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:warped_slab 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_slab[type=top,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_slab[type=bottom,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_slab[type=bottom,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_slab[type=double,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_slab[type=double,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:crimson_pressure_plate 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_pressure_plate[powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:warped_pressure_plate 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_pressure_plate[powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:crimson_fence 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=true,west=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=false,west=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=false,west=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=true,west=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=true,west=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=false,west=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=false,west=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=true,west=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=true,west=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=false,west=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=false,west=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=true,west=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=true,west=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=false,west=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=false,west=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=true,west=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=true,west=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=false,west=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=false,west=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=true,west=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=true,west=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=false,west=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=false,west=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=true,west=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=true,west=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=false,west=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=false,west=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=true,west=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=true,west=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=false,west=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=false,west=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:warped_fence 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=true,west=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=false,west=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=false,west=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=true,west=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=true,west=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=false,west=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=false,west=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=true,west=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=true,west=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=false,west=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=false,west=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=true,west=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=true,west=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=false,west=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=false,west=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=true,west=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=true,west=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=false,west=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=false,west=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=true,west=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=true,west=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=false,west=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=false,west=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=true,west=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=true,west=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=false,west=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=false,west=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=true,west=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=true,west=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=false,west=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=false,west=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:crimson_trapdoor 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:warped_trapdoor 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:crimson_fence_gate 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=true,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=false,powered=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=false,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=true,powered=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=true,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=false,powered=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=false,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=true,powered=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=true,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=false,powered=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=false,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=true,powered=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=true,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=false,powered=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=false,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=true,powered=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=true,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=false,powered=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=false,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=true,powered=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=true,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=false,powered=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=false,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=true,powered=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=true,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=false,powered=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=false,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=true,powered=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=true,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=false,powered=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=false,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:warped_fence_gate 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=true,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=false,powered=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=false,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=true,powered=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=true,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=false,powered=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=false,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=true,powered=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=true,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=false,powered=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=false,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=true,powered=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=true,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=false,powered=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=false,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=true,powered=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=true,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=false,powered=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=false,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=true,powered=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=true,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=false,powered=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=false,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=true,powered=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=true,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=false,powered=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=false,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=true,powered=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=true,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=false,powered=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=false,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:crimson_stairs 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=north,half=top,shape=straight,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=south,half=top,shape=straight,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=south,half=top,shape=straight,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=west,half=top,shape=straight,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=west,half=top,shape=straight,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=east,half=top,shape=straight,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=east,half=top,shape=straight,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:warped_stairs 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=north,half=top,shape=straight,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=south,half=top,shape=straight,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=south,half=top,shape=straight,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=west,half=top,shape=straight,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=west,half=top,shape=straight,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=east,half=top,shape=straight,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=east,half=top,shape=straight,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:crimson_button 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_button[face=floor,facing=north,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_button[face=floor,facing=south,powered=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_button[face=floor,facing=south,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_button[face=floor,facing=west,powered=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_button[face=floor,facing=west,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_button[face=floor,facing=east,powered=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_button[face=floor,facing=east,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_button[face=wall,facing=north,powered=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_button[face=wall,facing=north,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_button[face=wall,facing=south,powered=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_button[face=wall,facing=south,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_button[face=wall,facing=west,powered=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_button[face=wall,facing=west,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_button[face=wall,facing=east,powered=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_button[face=wall,facing=east,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_button[face=ceiling,facing=north,powered=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_button[face=ceiling,facing=north,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_button[face=ceiling,facing=south,powered=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_button[face=ceiling,facing=south,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_button[face=ceiling,facing=west,powered=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_button[face=ceiling,facing=west,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_button[face=ceiling,facing=east,powered=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_button[face=ceiling,facing=east,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:warped_button 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_button[face=floor,facing=north,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_button[face=floor,facing=south,powered=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_button[face=floor,facing=south,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_button[face=floor,facing=west,powered=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_button[face=floor,facing=west,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_button[face=floor,facing=east,powered=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_button[face=floor,facing=east,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_button[face=wall,facing=north,powered=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_button[face=wall,facing=north,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_button[face=wall,facing=south,powered=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_button[face=wall,facing=south,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_button[face=wall,facing=west,powered=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_button[face=wall,facing=west,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_button[face=wall,facing=east,powered=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_button[face=wall,facing=east,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_button[face=ceiling,facing=north,powered=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_button[face=ceiling,facing=north,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_button[face=ceiling,facing=south,powered=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_button[face=ceiling,facing=south,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_button[face=ceiling,facing=west,powered=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_button[face=ceiling,facing=west,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_button[face=ceiling,facing=east,powered=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_button[face=ceiling,facing=east,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:crimson_door 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:warped_door 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:crimson_sign 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=0,waterlogged=false] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=1,waterlogged=true] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=1,waterlogged=false] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=2,waterlogged=true] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=2,waterlogged=false] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=3,waterlogged=true] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=3,waterlogged=false] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=4,waterlogged=true] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=4,waterlogged=false] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=5,waterlogged=true] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=5,waterlogged=false] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=6,waterlogged=true] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=6,waterlogged=false] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=7,waterlogged=true] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=7,waterlogged=false] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=8,waterlogged=true] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=8,waterlogged=false] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=9,waterlogged=true] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=9,waterlogged=false] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=10,waterlogged=true] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=10,waterlogged=false] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=11,waterlogged=true] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=11,waterlogged=false] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=12,waterlogged=true] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=12,waterlogged=false] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=13,waterlogged=true] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=13,waterlogged=false] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=14,waterlogged=true] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=14,waterlogged=false] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=15,waterlogged=true] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=15,waterlogged=false] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:warped_sign 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=0,waterlogged=false] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=1,waterlogged=true] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=1,waterlogged=false] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=2,waterlogged=true] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=2,waterlogged=false] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=3,waterlogged=true] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=3,waterlogged=false] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=4,waterlogged=true] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=4,waterlogged=false] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=5,waterlogged=true] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=5,waterlogged=false] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=6,waterlogged=true] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=6,waterlogged=false] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=7,waterlogged=true] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=7,waterlogged=false] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=8,waterlogged=true] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=8,waterlogged=false] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=9,waterlogged=true] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=9,waterlogged=false] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=10,waterlogged=true] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=10,waterlogged=false] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=11,waterlogged=true] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=11,waterlogged=false] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=12,waterlogged=true] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=12,waterlogged=false] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=13,waterlogged=true] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=13,waterlogged=false] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=14,waterlogged=true] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=14,waterlogged=false] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=15,waterlogged=true] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=15,waterlogged=false] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:crimson_wall_sign 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_wall_sign[facing=north,waterlogged=false] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_wall_sign[facing=south,waterlogged=true] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_wall_sign[facing=south,waterlogged=false] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_wall_sign[facing=west,waterlogged=true] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_wall_sign[facing=west,waterlogged=false] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_wall_sign[facing=east,waterlogged=true] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_wall_sign[facing=east,waterlogged=false] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:warped_wall_sign 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_wall_sign[facing=north,waterlogged=false] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_wall_sign[facing=south,waterlogged=true] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_wall_sign[facing=south,waterlogged=false] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_wall_sign[facing=west,waterlogged=true] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_wall_sign[facing=west,waterlogged=false] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_wall_sign[facing=east,waterlogged=true] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_wall_sign[facing=east,waterlogged=false] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:structure_block 60 72 96 254 48 57 76 254 30 36 48 254 24 28 38 254 +minecraft:structure_block[mode=load] 61 73 96 254 48 58 76 254 30 36 48 254 24 29 38 254 +minecraft:structure_block[mode=corner] 62 70 88 254 49 56 70 254 31 35 44 254 24 28 35 254 +minecraft:structure_block[mode=data] 66 75 94 254 52 60 75 254 33 37 47 254 26 30 37 254 +minecraft:jigsaw 96 85 59 254 76 68 47 254 48 42 29 254 38 34 23 254 +minecraft:jigsaw[orientation=down_north] 96 85 59 254 76 68 47 254 48 42 29 254 38 34 23 254 +minecraft:jigsaw[orientation=down_south] 96 85 59 254 76 68 47 254 48 42 29 254 38 34 23 254 +minecraft:jigsaw[orientation=down_west] 96 85 59 254 76 68 47 254 48 42 29 254 38 34 23 254 +minecraft:jigsaw[orientation=up_east] 96 85 59 254 76 68 47 254 48 42 29 254 38 34 23 254 +minecraft:jigsaw[orientation=up_north] 96 85 59 254 76 68 47 254 48 42 29 254 38 34 23 254 +minecraft:jigsaw[orientation=up_south] 96 85 59 254 76 68 47 254 48 42 29 254 38 34 23 254 +minecraft:jigsaw[orientation=up_west] 96 85 59 254 76 68 47 254 48 42 29 254 38 34 23 254 +minecraft:jigsaw[orientation=west_up] 96 85 59 254 76 68 47 254 48 42 29 254 38 34 23 254 +minecraft:jigsaw[orientation=east_up] 96 85 59 254 76 68 47 254 48 42 29 254 38 34 23 254 +minecraft:jigsaw[orientation=north_up] 96 85 59 254 76 68 47 254 48 42 29 254 38 34 23 254 +minecraft:jigsaw[orientation=south_up] 96 85 59 254 76 68 47 254 48 42 29 254 38 34 23 254 +minecraft:composter 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:composter[level=1] 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:composter[level=2] 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:composter[level=3] 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:composter[level=4] 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:composter[level=5] 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:composter[level=6] 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:composter[level=7] 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:composter[level=8] 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:target 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=1] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=2] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=3] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=4] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=5] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=6] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=7] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=8] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=9] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=10] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=11] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=12] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=13] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=14] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=15] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:bee_nest 108 89 41 255 86 71 32 255 54 44 20 255 43 35 16 255 +minecraft:bee_nest[facing=north,honey_level=1] 108 89 41 255 86 71 32 255 54 44 20 255 43 35 16 255 +minecraft:bee_nest[facing=north,honey_level=2] 108 89 41 255 86 71 32 255 54 44 20 255 43 35 16 255 +minecraft:bee_nest[facing=north,honey_level=3] 108 89 41 255 86 71 32 255 54 44 20 255 43 35 16 255 +minecraft:bee_nest[facing=north,honey_level=4] 108 89 41 255 86 71 32 255 54 44 20 255 43 35 16 255 +minecraft:bee_nest[facing=north,honey_level=5] 108 89 41 255 86 71 32 255 54 44 20 255 43 35 16 255 +minecraft:bee_nest[facing=south,honey_level=0] 108 89 41 255 86 71 32 255 54 44 20 255 43 35 16 255 +minecraft:bee_nest[facing=south,honey_level=1] 108 89 41 255 86 71 32 255 54 44 20 255 43 35 16 255 +minecraft:bee_nest[facing=south,honey_level=2] 108 89 41 255 86 71 32 255 54 44 20 255 43 35 16 255 +minecraft:bee_nest[facing=south,honey_level=3] 108 89 41 255 86 71 32 255 54 44 20 255 43 35 16 255 +minecraft:bee_nest[facing=south,honey_level=4] 108 89 41 255 86 71 32 255 54 44 20 255 43 35 16 255 +minecraft:bee_nest[facing=south,honey_level=5] 108 89 41 255 86 71 32 255 54 44 20 255 43 35 16 255 +minecraft:bee_nest[facing=west,honey_level=0] 108 89 41 255 86 71 32 255 54 44 20 255 43 35 16 255 +minecraft:bee_nest[facing=west,honey_level=1] 108 89 41 255 86 71 32 255 54 44 20 255 43 35 16 255 +minecraft:bee_nest[facing=west,honey_level=2] 108 89 41 255 86 71 32 255 54 44 20 255 43 35 16 255 +minecraft:bee_nest[facing=west,honey_level=3] 108 89 41 255 86 71 32 255 54 44 20 255 43 35 16 255 +minecraft:bee_nest[facing=west,honey_level=4] 108 89 41 255 86 71 32 255 54 44 20 255 43 35 16 255 +minecraft:bee_nest[facing=west,honey_level=5] 108 89 41 255 86 71 32 255 54 44 20 255 43 35 16 255 +minecraft:bee_nest[facing=east,honey_level=0] 108 89 41 255 86 71 32 255 54 44 20 255 43 35 16 255 +minecraft:bee_nest[facing=east,honey_level=1] 108 89 41 255 86 71 32 255 54 44 20 255 43 35 16 255 +minecraft:bee_nest[facing=east,honey_level=2] 108 89 41 255 86 71 32 255 54 44 20 255 43 35 16 255 +minecraft:bee_nest[facing=east,honey_level=3] 108 89 41 255 86 71 32 255 54 44 20 255 43 35 16 255 +minecraft:bee_nest[facing=east,honey_level=4] 108 89 41 255 86 71 32 255 54 44 20 255 43 35 16 255 +minecraft:bee_nest[facing=east,honey_level=5] 108 89 41 255 86 71 32 255 54 44 20 255 43 35 16 255 +minecraft:beehive 75 60 39 255 60 48 31 255 37 30 19 255 30 24 15 255 +minecraft:beehive[facing=north,honey_level=1] 75 60 39 255 60 48 31 255 37 30 19 255 30 24 15 255 +minecraft:beehive[facing=north,honey_level=2] 75 60 39 255 60 48 31 255 37 30 19 255 30 24 15 255 +minecraft:beehive[facing=north,honey_level=3] 75 60 39 255 60 48 31 255 37 30 19 255 30 24 15 255 +minecraft:beehive[facing=north,honey_level=4] 75 60 39 255 60 48 31 255 37 30 19 255 30 24 15 255 +minecraft:beehive[facing=north,honey_level=5] 75 60 39 255 60 48 31 255 37 30 19 255 30 24 15 255 +minecraft:beehive[facing=south,honey_level=0] 75 60 39 255 60 48 31 255 37 30 19 255 30 24 15 255 +minecraft:beehive[facing=south,honey_level=1] 75 60 39 255 60 48 31 255 37 30 19 255 30 24 15 255 +minecraft:beehive[facing=south,honey_level=2] 75 60 39 255 60 48 31 255 37 30 19 255 30 24 15 255 +minecraft:beehive[facing=south,honey_level=3] 75 60 39 255 60 48 31 255 37 30 19 255 30 24 15 255 +minecraft:beehive[facing=south,honey_level=4] 75 60 39 255 60 48 31 255 37 30 19 255 30 24 15 255 +minecraft:beehive[facing=south,honey_level=5] 75 60 39 255 60 48 31 255 37 30 19 255 30 24 15 255 +minecraft:beehive[facing=west,honey_level=0] 75 60 39 255 60 48 31 255 37 30 19 255 30 24 15 255 +minecraft:beehive[facing=west,honey_level=1] 75 60 39 255 60 48 31 255 37 30 19 255 30 24 15 255 +minecraft:beehive[facing=west,honey_level=2] 75 60 39 255 60 48 31 255 37 30 19 255 30 24 15 255 +minecraft:beehive[facing=west,honey_level=3] 75 60 39 255 60 48 31 255 37 30 19 255 30 24 15 255 +minecraft:beehive[facing=west,honey_level=4] 75 60 39 255 60 48 31 255 37 30 19 255 30 24 15 255 +minecraft:beehive[facing=west,honey_level=5] 75 60 39 255 60 48 31 255 37 30 19 255 30 24 15 255 +minecraft:beehive[facing=east,honey_level=0] 75 60 39 255 60 48 31 255 37 30 19 255 30 24 15 255 +minecraft:beehive[facing=east,honey_level=1] 75 60 39 255 60 48 31 255 37 30 19 255 30 24 15 255 +minecraft:beehive[facing=east,honey_level=2] 75 60 39 255 60 48 31 255 37 30 19 255 30 24 15 255 +minecraft:beehive[facing=east,honey_level=3] 75 60 39 255 60 48 31 255 37 30 19 255 30 24 15 255 +minecraft:beehive[facing=east,honey_level=4] 75 60 39 255 60 48 31 255 37 30 19 255 30 24 15 255 +minecraft:beehive[facing=east,honey_level=5] 75 60 39 255 60 48 31 255 37 30 19 255 30 24 15 255 +minecraft:honey_block 238 174 56 153 190 139 44 153 119 87 28 153 95 69 22 153 +minecraft:honeycomb_block 203 146 27 255 162 116 21 255 101 73 13 255 81 58 10 255 +minecraft:netherite_block 54 48 43 255 43 38 34 255 27 24 21 255 21 19 17 255 +minecraft:ancient_debris 56 34 24 255 44 27 19 255 28 17 12 255 22 13 9 255 +minecraft:crying_obsidian 58 44 74 255 46 35 59 255 29 22 37 255 23 17 29 255 +minecraft:respawn_anchor 19 18 23 255 15 14 18 255 9 9 11 255 7 7 9 255 +minecraft:respawn_anchor[charges=1] 43 18 64 255 34 14 51 255 21 9 32 255 17 7 25 255 +minecraft:respawn_anchor[charges=2] 43 18 64 255 34 14 51 255 21 9 32 255 17 7 25 255 +minecraft:respawn_anchor[charges=3] 43 18 64 255 34 14 51 255 21 9 32 255 17 7 25 255 +minecraft:respawn_anchor[charges=4] 43 18 64 255 34 14 51 255 21 9 32 255 17 7 25 255 +minecraft:potted_crimson_fungus 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_warped_fungus 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_crimson_roots 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_warped_roots 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:lodestone 72 78 72 255 57 62 57 255 36 39 36 255 28 31 28 255 +minecraft:blackstone 42 38 49 255 33 30 39 255 21 19 24 255 16 15 19 255 +minecraft:blackstone_stairs 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_slab 42 38 49 255 33 30 39 255 21 19 24 255 16 15 19 255 +minecraft:blackstone_slab[type=top,waterlogged=false] 42 38 49 255 33 30 39 255 21 19 24 255 16 15 19 255 +minecraft:blackstone_slab[type=bottom,waterlogged=true] 42 38 49 255 33 30 39 255 21 19 24 255 16 15 19 255 +minecraft:blackstone_slab[type=bottom,waterlogged=false] 42 38 49 255 33 30 39 255 21 19 24 255 16 15 19 255 +minecraft:blackstone_slab[type=double,waterlogged=true] 42 38 49 255 33 30 39 255 21 19 24 255 16 15 19 255 +minecraft:blackstone_slab[type=double,waterlogged=false] 42 38 49 255 33 30 39 255 21 19 24 255 16 15 19 255 +minecraft:polished_blackstone 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_bricks 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:cracked_polished_blackstone_bricks 42 38 49 255 33 30 39 255 21 19 24 255 16 15 19 255 +minecraft:chiseled_polished_blackstone 43 39 50 255 34 31 40 255 21 19 25 255 17 15 20 255 +minecraft:polished_blackstone_brick_slab 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_slab[type=top,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_slab[type=bottom,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_slab[type=bottom,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_slab[type=double,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_slab[type=double,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:gilded_blackstone 55 42 38 255 44 33 30 255 27 21 19 255 22 16 15 255 +minecraft:polished_blackstone_stairs 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_slab 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_slab[type=top,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_slab[type=bottom,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_slab[type=bottom,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_slab[type=double,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_slab[type=double,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_pressure_plate 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_pressure_plate[powered=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_button 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_button[face=floor,facing=north,powered=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_button[face=floor,facing=south,powered=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_button[face=floor,facing=south,powered=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_button[face=floor,facing=west,powered=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_button[face=floor,facing=west,powered=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_button[face=floor,facing=east,powered=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_button[face=floor,facing=east,powered=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_button[face=wall,facing=north,powered=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_button[face=wall,facing=north,powered=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_button[face=wall,facing=south,powered=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_button[face=wall,facing=south,powered=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_button[face=wall,facing=west,powered=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_button[face=wall,facing=west,powered=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_button[face=wall,facing=east,powered=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_button[face=wall,facing=east,powered=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_button[face=ceiling,facing=north,powered=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_button[face=ceiling,facing=north,powered=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_button[face=ceiling,facing=south,powered=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_button[face=ceiling,facing=south,powered=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_button[face=ceiling,facing=west,powered=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_button[face=ceiling,facing=west,powered=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_button[face=ceiling,facing=east,powered=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_button[face=ceiling,facing=east,powered=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:chiseled_nether_bricks 52 27 34 255 41 21 27 255 26 13 17 255 20 10 13 255 +minecraft:cracked_nether_bricks 48 25 31 255 38 20 24 255 24 12 15 255 19 10 12 255 +minecraft:quartz_bricks 193 186 176 255 154 148 140 255 96 93 88 255 77 74 70 255 +minecraft:candle 184 176 123 20 147 140 98 20 92 88 61 20 73 70 49 20 +minecraft:candle[candles=1,lit=true,waterlogged=false] 184 176 123 20 147 140 98 20 92 88 61 20 73 70 49 20 +minecraft:candle[candles=1,lit=false,waterlogged=true] 181 168 112 20 144 134 89 20 90 84 56 20 72 67 44 20 +minecraft:candle[candles=1,lit=false,waterlogged=false] 181 168 112 20 144 134 89 20 90 84 56 20 72 67 44 20 +minecraft:candle[candles=2,lit=true,waterlogged=true] 184 176 123 20 147 140 98 20 92 88 61 20 73 70 49 20 +minecraft:candle[candles=2,lit=true,waterlogged=false] 184 176 123 20 147 140 98 20 92 88 61 20 73 70 49 20 +minecraft:candle[candles=2,lit=false,waterlogged=true] 181 168 112 20 144 134 89 20 90 84 56 20 72 67 44 20 +minecraft:candle[candles=2,lit=false,waterlogged=false] 181 168 112 20 144 134 89 20 90 84 56 20 72 67 44 20 +minecraft:candle[candles=3,lit=true,waterlogged=true] 184 176 123 20 147 140 98 20 92 88 61 20 73 70 49 20 +minecraft:candle[candles=3,lit=true,waterlogged=false] 184 176 123 20 147 140 98 20 92 88 61 20 73 70 49 20 +minecraft:candle[candles=3,lit=false,waterlogged=true] 181 168 112 20 144 134 89 20 90 84 56 20 72 67 44 20 +minecraft:candle[candles=3,lit=false,waterlogged=false] 181 168 112 20 144 134 89 20 90 84 56 20 72 67 44 20 +minecraft:candle[candles=4,lit=true,waterlogged=true] 184 176 123 20 147 140 98 20 92 88 61 20 73 70 49 20 +minecraft:candle[candles=4,lit=true,waterlogged=false] 184 176 123 20 147 140 98 20 92 88 61 20 73 70 49 20 +minecraft:candle[candles=4,lit=false,waterlogged=true] 181 168 112 20 144 134 89 20 90 84 56 20 72 67 44 20 +minecraft:candle[candles=4,lit=false,waterlogged=false] 181 168 112 20 144 134 89 20 90 84 56 20 72 67 44 20 +minecraft:white_candle 164 161 150 20 131 128 120 20 82 80 75 20 65 64 60 20 +minecraft:white_candle[candles=1,lit=true,waterlogged=false] 164 161 150 20 131 128 120 20 82 80 75 20 65 64 60 20 +minecraft:white_candle[candles=1,lit=false,waterlogged=true] 146 144 142 20 116 115 113 20 73 72 71 20 58 57 56 20 +minecraft:white_candle[candles=1,lit=false,waterlogged=false] 146 144 142 20 116 115 113 20 73 72 71 20 58 57 56 20 +minecraft:white_candle[candles=2,lit=true,waterlogged=true] 164 161 150 20 131 128 120 20 82 80 75 20 65 64 60 20 +minecraft:white_candle[candles=2,lit=true,waterlogged=false] 164 161 150 20 131 128 120 20 82 80 75 20 65 64 60 20 +minecraft:white_candle[candles=2,lit=false,waterlogged=true] 146 144 142 20 116 115 113 20 73 72 71 20 58 57 56 20 +minecraft:white_candle[candles=2,lit=false,waterlogged=false] 146 144 142 20 116 115 113 20 73 72 71 20 58 57 56 20 +minecraft:white_candle[candles=3,lit=true,waterlogged=true] 164 161 150 20 131 128 120 20 82 80 75 20 65 64 60 20 +minecraft:white_candle[candles=3,lit=true,waterlogged=false] 164 161 150 20 131 128 120 20 82 80 75 20 65 64 60 20 +minecraft:white_candle[candles=3,lit=false,waterlogged=true] 146 144 142 20 116 115 113 20 73 72 71 20 58 57 56 20 +minecraft:white_candle[candles=3,lit=false,waterlogged=false] 146 144 142 20 116 115 113 20 73 72 71 20 58 57 56 20 +minecraft:white_candle[candles=4,lit=true,waterlogged=true] 164 161 150 20 131 128 120 20 82 80 75 20 65 64 60 20 +minecraft:white_candle[candles=4,lit=true,waterlogged=false] 164 161 150 20 131 128 120 20 82 80 75 20 65 64 60 20 +minecraft:white_candle[candles=4,lit=false,waterlogged=true] 146 144 142 20 116 115 113 20 73 72 71 20 58 57 56 20 +minecraft:white_candle[candles=4,lit=false,waterlogged=false] 146 144 142 20 116 115 113 20 73 72 71 20 58 57 56 20 +minecraft:orange_candle 164 118 61 20 131 94 48 20 82 59 30 20 65 47 24 20 +minecraft:orange_candle[candles=1,lit=true,waterlogged=false] 164 118 61 20 131 94 48 20 82 59 30 20 65 47 24 20 +minecraft:orange_candle[candles=1,lit=false,waterlogged=true] 146 68 33 20 116 54 26 20 73 34 16 20 58 27 13 20 +minecraft:orange_candle[candles=1,lit=false,waterlogged=false] 146 68 33 20 116 54 26 20 73 34 16 20 58 27 13 20 +minecraft:orange_candle[candles=2,lit=true,waterlogged=true] 164 118 61 20 131 94 48 20 82 59 30 20 65 47 24 20 +minecraft:orange_candle[candles=2,lit=true,waterlogged=false] 164 118 61 20 131 94 48 20 82 59 30 20 65 47 24 20 +minecraft:orange_candle[candles=2,lit=false,waterlogged=true] 146 68 33 20 116 54 26 20 73 34 16 20 58 27 13 20 +minecraft:orange_candle[candles=2,lit=false,waterlogged=false] 146 68 33 20 116 54 26 20 73 34 16 20 58 27 13 20 +minecraft:orange_candle[candles=3,lit=true,waterlogged=true] 164 118 61 20 131 94 48 20 82 59 30 20 65 47 24 20 +minecraft:orange_candle[candles=3,lit=true,waterlogged=false] 164 118 61 20 131 94 48 20 82 59 30 20 65 47 24 20 +minecraft:orange_candle[candles=3,lit=false,waterlogged=true] 146 68 33 20 116 54 26 20 73 34 16 20 58 27 13 20 +minecraft:orange_candle[candles=3,lit=false,waterlogged=false] 146 68 33 20 116 54 26 20 73 34 16 20 58 27 13 20 +minecraft:orange_candle[candles=4,lit=true,waterlogged=true] 164 118 61 20 131 94 48 20 82 59 30 20 65 47 24 20 +minecraft:orange_candle[candles=4,lit=true,waterlogged=false] 164 118 61 20 131 94 48 20 82 59 30 20 65 47 24 20 +minecraft:orange_candle[candles=4,lit=false,waterlogged=true] 146 68 33 20 116 54 26 20 73 34 16 20 58 27 13 20 +minecraft:orange_candle[candles=4,lit=false,waterlogged=false] 146 68 33 20 116 54 26 20 73 34 16 20 58 27 13 20 +minecraft:magenta_candle 148 111 138 20 118 88 110 20 74 55 69 20 59 44 55 20 +minecraft:magenta_candle[candles=1,lit=true,waterlogged=false] 148 111 138 20 118 88 110 20 74 55 69 20 59 44 55 20 +minecraft:magenta_candle[candles=1,lit=false,waterlogged=true] 114 56 128 20 91 44 102 20 57 28 64 20 45 22 51 20 +minecraft:magenta_candle[candles=1,lit=false,waterlogged=false] 114 56 128 20 91 44 102 20 57 28 64 20 45 22 51 20 +minecraft:magenta_candle[candles=2,lit=true,waterlogged=true] 148 111 138 20 118 88 110 20 74 55 69 20 59 44 55 20 +minecraft:magenta_candle[candles=2,lit=true,waterlogged=false] 148 111 138 20 118 88 110 20 74 55 69 20 59 44 55 20 +minecraft:magenta_candle[candles=2,lit=false,waterlogged=true] 114 56 128 20 91 44 102 20 57 28 64 20 45 22 51 20 +minecraft:magenta_candle[candles=2,lit=false,waterlogged=false] 114 56 128 20 91 44 102 20 57 28 64 20 45 22 51 20 +minecraft:magenta_candle[candles=3,lit=true,waterlogged=true] 148 111 138 20 118 88 110 20 74 55 69 20 59 44 55 20 +minecraft:magenta_candle[candles=3,lit=true,waterlogged=false] 148 111 138 20 118 88 110 20 74 55 69 20 59 44 55 20 +minecraft:magenta_candle[candles=3,lit=false,waterlogged=true] 114 56 128 20 91 44 102 20 57 28 64 20 45 22 51 20 +minecraft:magenta_candle[candles=3,lit=false,waterlogged=false] 114 56 128 20 91 44 102 20 57 28 64 20 45 22 51 20 +minecraft:magenta_candle[candles=4,lit=true,waterlogged=true] 148 111 138 20 118 88 110 20 74 55 69 20 59 44 55 20 +minecraft:magenta_candle[candles=4,lit=true,waterlogged=false] 148 111 138 20 118 88 110 20 74 55 69 20 59 44 55 20 +minecraft:magenta_candle[candles=4,lit=false,waterlogged=true] 114 56 128 20 91 44 102 20 57 28 64 20 45 22 51 20 +minecraft:magenta_candle[candles=4,lit=false,waterlogged=false] 114 56 128 20 91 44 102 20 57 28 64 20 45 22 51 20 +minecraft:light_blue_candle 130 137 145 20 104 109 116 20 65 68 72 20 52 54 58 20 +minecraft:light_blue_candle[candles=1,lit=true,waterlogged=false] 130 137 145 20 104 109 116 20 65 68 72 20 52 54 58 20 +minecraft:light_blue_candle[candles=1,lit=false,waterlogged=true] 80 101 136 20 64 80 108 20 40 50 68 20 32 40 54 20 +minecraft:light_blue_candle[candles=1,lit=false,waterlogged=false] 80 101 136 20 64 80 108 20 40 50 68 20 32 40 54 20 +minecraft:light_blue_candle[candles=2,lit=true,waterlogged=true] 130 137 145 20 104 109 116 20 65 68 72 20 52 54 58 20 +minecraft:light_blue_candle[candles=2,lit=true,waterlogged=false] 130 137 145 20 104 109 116 20 65 68 72 20 52 54 58 20 +minecraft:light_blue_candle[candles=2,lit=false,waterlogged=true] 80 101 136 20 64 80 108 20 40 50 68 20 32 40 54 20 +minecraft:light_blue_candle[candles=2,lit=false,waterlogged=false] 80 101 136 20 64 80 108 20 40 50 68 20 32 40 54 20 +minecraft:light_blue_candle[candles=3,lit=true,waterlogged=true] 130 137 145 20 104 109 116 20 65 68 72 20 52 54 58 20 +minecraft:light_blue_candle[candles=3,lit=true,waterlogged=false] 130 137 145 20 104 109 116 20 65 68 72 20 52 54 58 20 +minecraft:light_blue_candle[candles=3,lit=false,waterlogged=true] 80 101 136 20 64 80 108 20 40 50 68 20 32 40 54 20 +minecraft:light_blue_candle[candles=3,lit=false,waterlogged=false] 80 101 136 20 64 80 108 20 40 50 68 20 32 40 54 20 +minecraft:light_blue_candle[candles=4,lit=true,waterlogged=true] 130 137 145 20 104 109 116 20 65 68 72 20 52 54 58 20 +minecraft:light_blue_candle[candles=4,lit=true,waterlogged=false] 130 137 145 20 104 109 116 20 65 68 72 20 52 54 58 20 +minecraft:light_blue_candle[candles=4,lit=false,waterlogged=true] 80 101 136 20 64 80 108 20 40 50 68 20 32 40 54 20 +minecraft:light_blue_candle[candles=4,lit=false,waterlogged=false] 80 101 136 20 64 80 108 20 40 50 68 20 32 40 54 20 +minecraft:yellow_candle 162 146 62 20 129 116 49 20 81 73 31 20 64 58 24 20 +minecraft:yellow_candle[candles=1,lit=true,waterlogged=false] 162 146 62 20 129 116 49 20 81 73 31 20 64 58 24 20 +minecraft:yellow_candle[candles=1,lit=false,waterlogged=true] 140 117 34 20 112 93 27 20 70 58 17 20 56 46 13 20 +minecraft:yellow_candle[candles=1,lit=false,waterlogged=false] 140 117 34 20 112 93 27 20 70 58 17 20 56 46 13 20 +minecraft:yellow_candle[candles=2,lit=true,waterlogged=true] 162 146 62 20 129 116 49 20 81 73 31 20 64 58 24 20 +minecraft:yellow_candle[candles=2,lit=true,waterlogged=false] 162 146 62 20 129 116 49 20 81 73 31 20 64 58 24 20 +minecraft:yellow_candle[candles=2,lit=false,waterlogged=true] 140 117 34 20 112 93 27 20 70 58 17 20 56 46 13 20 +minecraft:yellow_candle[candles=2,lit=false,waterlogged=false] 140 117 34 20 112 93 27 20 70 58 17 20 56 46 13 20 +minecraft:yellow_candle[candles=3,lit=true,waterlogged=true] 162 146 62 20 129 116 49 20 81 73 31 20 64 58 24 20 +minecraft:yellow_candle[candles=3,lit=true,waterlogged=false] 162 146 62 20 129 116 49 20 81 73 31 20 64 58 24 20 +minecraft:yellow_candle[candles=3,lit=false,waterlogged=true] 140 117 34 20 112 93 27 20 70 58 17 20 56 46 13 20 +minecraft:yellow_candle[candles=3,lit=false,waterlogged=false] 140 117 34 20 112 93 27 20 70 58 17 20 56 46 13 20 +minecraft:yellow_candle[candles=4,lit=true,waterlogged=true] 162 146 62 20 129 116 49 20 81 73 31 20 64 58 24 20 +minecraft:yellow_candle[candles=4,lit=true,waterlogged=false] 162 146 62 20 129 116 49 20 81 73 31 20 64 58 24 20 +minecraft:yellow_candle[candles=4,lit=false,waterlogged=true] 140 117 34 20 112 93 27 20 70 58 17 20 56 46 13 20 +minecraft:yellow_candle[candles=4,lit=false,waterlogged=false] 140 117 34 20 112 93 27 20 70 58 17 20 56 46 13 20 +minecraft:lime_candle 121 150 69 20 96 120 55 20 60 75 34 20 48 60 27 20 +minecraft:lime_candle[candles=1,lit=true,waterlogged=false] 121 150 69 20 96 120 55 20 60 75 34 20 48 60 27 20 +minecraft:lime_candle[candles=1,lit=false,waterlogged=true] 63 124 42 20 50 99 33 20 31 62 21 20 25 49 16 20 +minecraft:lime_candle[candles=1,lit=false,waterlogged=false] 63 124 42 20 50 99 33 20 31 62 21 20 25 49 16 20 +minecraft:lime_candle[candles=2,lit=true,waterlogged=true] 121 150 69 20 96 120 55 20 60 75 34 20 48 60 27 20 +minecraft:lime_candle[candles=2,lit=true,waterlogged=false] 121 150 69 20 96 120 55 20 60 75 34 20 48 60 27 20 +minecraft:lime_candle[candles=2,lit=false,waterlogged=true] 63 124 42 20 50 99 33 20 31 62 21 20 25 49 16 20 +minecraft:lime_candle[candles=2,lit=false,waterlogged=false] 63 124 42 20 50 99 33 20 31 62 21 20 25 49 16 20 +minecraft:lime_candle[candles=3,lit=true,waterlogged=true] 121 150 69 20 96 120 55 20 60 75 34 20 48 60 27 20 +minecraft:lime_candle[candles=3,lit=true,waterlogged=false] 121 150 69 20 96 120 55 20 60 75 34 20 48 60 27 20 +minecraft:lime_candle[candles=3,lit=false,waterlogged=true] 63 124 42 20 50 99 33 20 31 62 21 20 25 49 16 20 +minecraft:lime_candle[candles=3,lit=false,waterlogged=false] 63 124 42 20 50 99 33 20 31 62 21 20 25 49 16 20 +minecraft:lime_candle[candles=4,lit=true,waterlogged=true] 121 150 69 20 96 120 55 20 60 75 34 20 48 60 27 20 +minecraft:lime_candle[candles=4,lit=true,waterlogged=false] 121 150 69 20 96 120 55 20 60 75 34 20 48 60 27 20 +minecraft:lime_candle[candles=4,lit=false,waterlogged=true] 63 124 42 20 50 99 33 20 31 62 21 20 25 49 16 20 +minecraft:lime_candle[candles=4,lit=false,waterlogged=false] 63 124 42 20 50 99 33 20 31 62 21 20 25 49 16 20 +minecraft:pink_candle 164 136 124 20 131 108 99 20 82 68 62 20 65 54 49 20 +minecraft:pink_candle[candles=1,lit=true,waterlogged=false] 164 136 124 20 131 108 99 20 82 68 62 20 65 54 49 20 +minecraft:pink_candle[candles=1,lit=false,waterlogged=true] 144 100 110 20 115 80 88 20 72 50 55 20 57 40 44 20 +minecraft:pink_candle[candles=1,lit=false,waterlogged=false] 144 100 110 20 115 80 88 20 72 50 55 20 57 40 44 20 +minecraft:pink_candle[candles=2,lit=true,waterlogged=true] 164 136 124 20 131 108 99 20 82 68 62 20 65 54 49 20 +minecraft:pink_candle[candles=2,lit=true,waterlogged=false] 164 136 124 20 131 108 99 20 82 68 62 20 65 54 49 20 +minecraft:pink_candle[candles=2,lit=false,waterlogged=true] 144 100 110 20 115 80 88 20 72 50 55 20 57 40 44 20 +minecraft:pink_candle[candles=2,lit=false,waterlogged=false] 144 100 110 20 115 80 88 20 72 50 55 20 57 40 44 20 +minecraft:pink_candle[candles=3,lit=true,waterlogged=true] 164 136 124 20 131 108 99 20 82 68 62 20 65 54 49 20 +minecraft:pink_candle[candles=3,lit=true,waterlogged=false] 164 136 124 20 131 108 99 20 82 68 62 20 65 54 49 20 +minecraft:pink_candle[candles=3,lit=false,waterlogged=true] 144 100 110 20 115 80 88 20 72 50 55 20 57 40 44 20 +minecraft:pink_candle[candles=3,lit=false,waterlogged=false] 144 100 110 20 115 80 88 20 72 50 55 20 57 40 44 20 +minecraft:pink_candle[candles=4,lit=true,waterlogged=true] 164 136 124 20 131 108 99 20 82 68 62 20 65 54 49 20 +minecraft:pink_candle[candles=4,lit=true,waterlogged=false] 164 136 124 20 131 108 99 20 82 68 62 20 65 54 49 20 +minecraft:pink_candle[candles=4,lit=false,waterlogged=true] 144 100 110 20 115 80 88 20 72 50 55 20 57 40 44 20 +minecraft:pink_candle[candles=4,lit=false,waterlogged=false] 144 100 110 20 115 80 88 20 72 50 55 20 57 40 44 20 +minecraft:gray_candle 107 99 63 20 85 79 50 20 53 49 31 20 42 39 25 20 +minecraft:gray_candle[candles=1,lit=true,waterlogged=false] 107 99 63 20 85 79 50 20 53 49 31 20 42 39 25 20 +minecraft:gray_candle[candles=1,lit=false,waterlogged=true] 37 36 35 20 29 28 28 20 18 18 17 20 14 14 14 20 +minecraft:gray_candle[candles=1,lit=false,waterlogged=false] 37 36 35 20 29 28 28 20 18 18 17 20 14 14 14 20 +minecraft:gray_candle[candles=2,lit=true,waterlogged=true] 107 99 63 20 85 79 50 20 53 49 31 20 42 39 25 20 +minecraft:gray_candle[candles=2,lit=true,waterlogged=false] 107 99 63 20 85 79 50 20 53 49 31 20 42 39 25 20 +minecraft:gray_candle[candles=2,lit=false,waterlogged=true] 37 36 35 20 29 28 28 20 18 18 17 20 14 14 14 20 +minecraft:gray_candle[candles=2,lit=false,waterlogged=false] 37 36 35 20 29 28 28 20 18 18 17 20 14 14 14 20 +minecraft:gray_candle[candles=3,lit=true,waterlogged=true] 107 99 63 20 85 79 50 20 53 49 31 20 42 39 25 20 +minecraft:gray_candle[candles=3,lit=true,waterlogged=false] 107 99 63 20 85 79 50 20 53 49 31 20 42 39 25 20 +minecraft:gray_candle[candles=3,lit=false,waterlogged=true] 37 36 35 20 29 28 28 20 18 18 17 20 14 14 14 20 +minecraft:gray_candle[candles=3,lit=false,waterlogged=false] 37 36 35 20 29 28 28 20 18 18 17 20 14 14 14 20 +minecraft:gray_candle[candles=4,lit=true,waterlogged=true] 107 99 63 20 85 79 50 20 53 49 31 20 42 39 25 20 +minecraft:gray_candle[candles=4,lit=true,waterlogged=false] 107 99 63 20 85 79 50 20 53 49 31 20 42 39 25 20 +minecraft:gray_candle[candles=4,lit=false,waterlogged=true] 37 36 35 20 29 28 28 20 18 18 17 20 14 14 14 20 +minecraft:gray_candle[candles=4,lit=false,waterlogged=false] 37 36 35 20 29 28 28 20 18 18 17 20 14 14 14 20 +minecraft:light_gray_candle 132 131 106 20 105 104 84 20 66 65 53 20 52 52 42 20 +minecraft:light_gray_candle[candles=1,lit=true,waterlogged=false] 132 131 106 20 105 104 84 20 66 65 53 20 52 52 42 20 +minecraft:light_gray_candle[candles=1,lit=false,waterlogged=true] 83 91 88 20 66 72 70 20 41 45 44 20 33 36 35 20 +minecraft:light_gray_candle[candles=1,lit=false,waterlogged=false] 83 91 88 20 66 72 70 20 41 45 44 20 33 36 35 20 +minecraft:light_gray_candle[candles=2,lit=true,waterlogged=true] 132 131 106 20 105 104 84 20 66 65 53 20 52 52 42 20 +minecraft:light_gray_candle[candles=2,lit=true,waterlogged=false] 132 131 106 20 105 104 84 20 66 65 53 20 52 52 42 20 +minecraft:light_gray_candle[candles=2,lit=false,waterlogged=true] 83 91 88 20 66 72 70 20 41 45 44 20 33 36 35 20 +minecraft:light_gray_candle[candles=2,lit=false,waterlogged=false] 83 91 88 20 66 72 70 20 41 45 44 20 33 36 35 20 +minecraft:light_gray_candle[candles=3,lit=true,waterlogged=true] 132 131 106 20 105 104 84 20 66 65 53 20 52 52 42 20 +minecraft:light_gray_candle[candles=3,lit=true,waterlogged=false] 132 131 106 20 105 104 84 20 66 65 53 20 52 52 42 20 +minecraft:light_gray_candle[candles=3,lit=false,waterlogged=true] 83 91 88 20 66 72 70 20 41 45 44 20 33 36 35 20 +minecraft:light_gray_candle[candles=3,lit=false,waterlogged=false] 83 91 88 20 66 72 70 20 41 45 44 20 33 36 35 20 +minecraft:light_gray_candle[candles=4,lit=true,waterlogged=true] 132 131 106 20 105 104 84 20 66 65 53 20 52 52 42 20 +minecraft:light_gray_candle[candles=4,lit=true,waterlogged=false] 132 131 106 20 105 104 84 20 66 65 53 20 52 52 42 20 +minecraft:light_gray_candle[candles=4,lit=false,waterlogged=true] 83 91 88 20 66 72 70 20 41 45 44 20 33 36 35 20 +minecraft:light_gray_candle[candles=4,lit=false,waterlogged=false] 83 91 88 20 66 72 70 20 41 45 44 20 33 36 35 20 +minecraft:cyan_candle 103 119 98 20 82 95 78 20 51 59 49 20 41 47 39 20 +minecraft:cyan_candle[candles=1,lit=true,waterlogged=false] 103 119 98 20 82 95 78 20 51 59 49 20 41 47 39 20 +minecraft:cyan_candle[candles=1,lit=false,waterlogged=true] 29 70 79 20 23 56 63 20 14 35 39 20 11 28 31 20 +minecraft:cyan_candle[candles=1,lit=false,waterlogged=false] 29 70 79 20 23 56 63 20 14 35 39 20 11 28 31 20 +minecraft:cyan_candle[candles=2,lit=true,waterlogged=true] 103 119 98 20 82 95 78 20 51 59 49 20 41 47 39 20 +minecraft:cyan_candle[candles=2,lit=true,waterlogged=false] 103 119 98 20 82 95 78 20 51 59 49 20 41 47 39 20 +minecraft:cyan_candle[candles=2,lit=false,waterlogged=true] 29 70 79 20 23 56 63 20 14 35 39 20 11 28 31 20 +minecraft:cyan_candle[candles=2,lit=false,waterlogged=false] 29 70 79 20 23 56 63 20 14 35 39 20 11 28 31 20 +minecraft:cyan_candle[candles=3,lit=true,waterlogged=true] 103 119 98 20 82 95 78 20 51 59 49 20 41 47 39 20 +minecraft:cyan_candle[candles=3,lit=true,waterlogged=false] 103 119 98 20 82 95 78 20 51 59 49 20 41 47 39 20 +minecraft:cyan_candle[candles=3,lit=false,waterlogged=true] 29 70 79 20 23 56 63 20 14 35 39 20 11 28 31 20 +minecraft:cyan_candle[candles=3,lit=false,waterlogged=false] 29 70 79 20 23 56 63 20 14 35 39 20 11 28 31 20 +minecraft:cyan_candle[candles=4,lit=true,waterlogged=true] 103 119 98 20 82 95 78 20 51 59 49 20 41 47 39 20 +minecraft:cyan_candle[candles=4,lit=true,waterlogged=false] 103 119 98 20 82 95 78 20 51 59 49 20 41 47 39 20 +minecraft:cyan_candle[candles=4,lit=false,waterlogged=true] 29 70 79 20 23 56 63 20 14 35 39 20 11 28 31 20 +minecraft:cyan_candle[candles=4,lit=false,waterlogged=false] 29 70 79 20 23 56 63 20 14 35 39 20 11 28 31 20 +minecraft:purple_candle 121 98 116 20 96 78 92 20 60 49 58 20 48 39 46 20 +minecraft:purple_candle[candles=1,lit=true,waterlogged=false] 121 98 116 20 96 78 92 20 60 49 58 20 48 39 46 20 +minecraft:purple_candle[candles=1,lit=false,waterlogged=true] 63 33 100 20 50 26 80 20 31 16 50 20 25 13 40 20 +minecraft:purple_candle[candles=1,lit=false,waterlogged=false] 63 33 100 20 50 26 80 20 31 16 50 20 25 13 40 20 +minecraft:purple_candle[candles=2,lit=true,waterlogged=true] 121 98 116 20 96 78 92 20 60 49 58 20 48 39 46 20 +minecraft:purple_candle[candles=2,lit=true,waterlogged=false] 121 98 116 20 96 78 92 20 60 49 58 20 48 39 46 20 +minecraft:purple_candle[candles=2,lit=false,waterlogged=true] 63 33 100 20 50 26 80 20 31 16 50 20 25 13 40 20 +minecraft:purple_candle[candles=2,lit=false,waterlogged=false] 63 33 100 20 50 26 80 20 31 16 50 20 25 13 40 20 +minecraft:purple_candle[candles=3,lit=true,waterlogged=true] 121 98 116 20 96 78 92 20 60 49 58 20 48 39 46 20 +minecraft:purple_candle[candles=3,lit=true,waterlogged=false] 121 98 116 20 96 78 92 20 60 49 58 20 48 39 46 20 +minecraft:purple_candle[candles=3,lit=false,waterlogged=true] 63 33 100 20 50 26 80 20 31 16 50 20 25 13 40 20 +minecraft:purple_candle[candles=3,lit=false,waterlogged=false] 63 33 100 20 50 26 80 20 31 16 50 20 25 13 40 20 +minecraft:purple_candle[candles=4,lit=true,waterlogged=true] 121 98 116 20 96 78 92 20 60 49 58 20 48 39 46 20 +minecraft:purple_candle[candles=4,lit=true,waterlogged=false] 121 98 116 20 96 78 92 20 60 49 58 20 48 39 46 20 +minecraft:purple_candle[candles=4,lit=false,waterlogged=true] 63 33 100 20 50 26 80 20 31 16 50 20 25 13 40 20 +minecraft:purple_candle[candles=4,lit=false,waterlogged=false] 63 33 100 20 50 26 80 20 31 16 50 20 25 13 40 20 +minecraft:blue_candle 103 104 108 20 82 83 86 20 51 52 54 20 41 41 43 20 +minecraft:blue_candle[candles=1,lit=true,waterlogged=false] 103 104 108 20 82 83 86 20 51 52 54 20 41 41 43 20 +minecraft:blue_candle[candles=1,lit=false,waterlogged=true] 28 44 90 20 22 35 72 20 14 22 45 20 11 17 36 20 +minecraft:blue_candle[candles=1,lit=false,waterlogged=false] 28 44 90 20 22 35 72 20 14 22 45 20 11 17 36 20 +minecraft:blue_candle[candles=2,lit=true,waterlogged=true] 103 104 108 20 82 83 86 20 51 52 54 20 41 41 43 20 +minecraft:blue_candle[candles=2,lit=true,waterlogged=false] 103 104 108 20 82 83 86 20 51 52 54 20 41 41 43 20 +minecraft:blue_candle[candles=2,lit=false,waterlogged=true] 28 44 90 20 22 35 72 20 14 22 45 20 11 17 36 20 +minecraft:blue_candle[candles=2,lit=false,waterlogged=false] 28 44 90 20 22 35 72 20 14 22 45 20 11 17 36 20 +minecraft:blue_candle[candles=3,lit=true,waterlogged=true] 103 104 108 20 82 83 86 20 51 52 54 20 41 41 43 20 +minecraft:blue_candle[candles=3,lit=true,waterlogged=false] 103 104 108 20 82 83 86 20 51 52 54 20 41 41 43 20 +minecraft:blue_candle[candles=3,lit=false,waterlogged=true] 28 44 90 20 22 35 72 20 14 22 45 20 11 17 36 20 +minecraft:blue_candle[candles=3,lit=false,waterlogged=false] 28 44 90 20 22 35 72 20 14 22 45 20 11 17 36 20 +minecraft:blue_candle[candles=4,lit=true,waterlogged=true] 103 104 108 20 82 83 86 20 51 52 54 20 41 41 43 20 +minecraft:blue_candle[candles=4,lit=true,waterlogged=false] 103 104 108 20 82 83 86 20 51 52 54 20 41 41 43 20 +minecraft:blue_candle[candles=4,lit=false,waterlogged=true] 28 44 90 20 22 35 72 20 14 22 45 20 11 17 36 20 +minecraft:blue_candle[candles=4,lit=false,waterlogged=false] 28 44 90 20 22 35 72 20 14 22 45 20 11 17 36 20 +minecraft:brown_candle 118 98 51 20 94 78 40 20 59 49 25 20 47 39 20 20 +minecraft:brown_candle[candles=1,lit=true,waterlogged=false] 118 98 51 20 94 78 40 20 59 49 25 20 47 39 20 20 +minecraft:brown_candle[candles=1,lit=false,waterlogged=true] 56 34 21 20 44 27 16 20 28 17 10 20 22 13 8 20 +minecraft:brown_candle[candles=1,lit=false,waterlogged=false] 56 34 21 20 44 27 16 20 28 17 10 20 22 13 8 20 +minecraft:brown_candle[candles=2,lit=true,waterlogged=true] 118 98 51 20 94 78 40 20 59 49 25 20 47 39 20 20 +minecraft:brown_candle[candles=2,lit=true,waterlogged=false] 118 98 51 20 94 78 40 20 59 49 25 20 47 39 20 20 +minecraft:brown_candle[candles=2,lit=false,waterlogged=true] 56 34 21 20 44 27 16 20 28 17 10 20 22 13 8 20 +minecraft:brown_candle[candles=2,lit=false,waterlogged=false] 56 34 21 20 44 27 16 20 28 17 10 20 22 13 8 20 +minecraft:brown_candle[candles=3,lit=true,waterlogged=true] 118 98 51 20 94 78 40 20 59 49 25 20 47 39 20 20 +minecraft:brown_candle[candles=3,lit=true,waterlogged=false] 118 98 51 20 94 78 40 20 59 49 25 20 47 39 20 20 +minecraft:brown_candle[candles=3,lit=false,waterlogged=true] 56 34 21 20 44 27 16 20 28 17 10 20 22 13 8 20 +minecraft:brown_candle[candles=3,lit=false,waterlogged=false] 56 34 21 20 44 27 16 20 28 17 10 20 22 13 8 20 +minecraft:brown_candle[candles=4,lit=true,waterlogged=true] 118 98 51 20 94 78 40 20 59 49 25 20 47 39 20 20 +minecraft:brown_candle[candles=4,lit=true,waterlogged=false] 118 98 51 20 94 78 40 20 59 49 25 20 47 39 20 20 +minecraft:brown_candle[candles=4,lit=false,waterlogged=true] 56 34 21 20 44 27 16 20 28 17 10 20 22 13 8 20 +minecraft:brown_candle[candles=4,lit=false,waterlogged=false] 56 34 21 20 44 27 16 20 28 17 10 20 22 13 8 20 +minecraft:green_candle 107 118 50 20 85 94 40 20 53 59 25 20 42 47 20 20 +minecraft:green_candle[candles=1,lit=true,waterlogged=false] 107 118 50 20 85 94 40 20 53 59 25 20 42 47 20 20 +minecraft:green_candle[candles=1,lit=false,waterlogged=true] 36 68 19 20 28 54 15 20 18 34 9 20 14 27 7 20 +minecraft:green_candle[candles=1,lit=false,waterlogged=false] 36 68 19 20 28 54 15 20 18 34 9 20 14 27 7 20 +minecraft:green_candle[candles=2,lit=true,waterlogged=true] 107 118 50 20 85 94 40 20 53 59 25 20 42 47 20 20 +minecraft:green_candle[candles=2,lit=true,waterlogged=false] 107 118 50 20 85 94 40 20 53 59 25 20 42 47 20 20 +minecraft:green_candle[candles=2,lit=false,waterlogged=true] 36 68 19 20 28 54 15 20 18 34 9 20 14 27 7 20 +minecraft:green_candle[candles=2,lit=false,waterlogged=false] 36 68 19 20 28 54 15 20 18 34 9 20 14 27 7 20 +minecraft:green_candle[candles=3,lit=true,waterlogged=true] 107 118 50 20 85 94 40 20 53 59 25 20 42 47 20 20 +minecraft:green_candle[candles=3,lit=true,waterlogged=false] 107 118 50 20 85 94 40 20 53 59 25 20 42 47 20 20 +minecraft:green_candle[candles=3,lit=false,waterlogged=true] 36 68 19 20 28 54 15 20 18 34 9 20 14 27 7 20 +minecraft:green_candle[candles=3,lit=false,waterlogged=false] 36 68 19 20 28 54 15 20 18 34 9 20 14 27 7 20 +minecraft:green_candle[candles=4,lit=true,waterlogged=true] 107 118 50 20 85 94 40 20 53 59 25 20 42 47 20 20 +minecraft:green_candle[candles=4,lit=true,waterlogged=false] 107 118 50 20 85 94 40 20 53 59 25 20 42 47 20 20 +minecraft:green_candle[candles=4,lit=false,waterlogged=true] 36 68 19 20 28 54 15 20 18 34 9 20 14 27 7 20 +minecraft:green_candle[candles=4,lit=false,waterlogged=false] 36 68 19 20 28 54 15 20 18 34 9 20 14 27 7 20 +minecraft:red_candle 134 92 55 20 107 73 44 20 67 46 27 20 53 36 22 20 +minecraft:red_candle[candles=1,lit=true,waterlogged=false] 134 92 55 20 107 73 44 20 67 46 27 20 53 36 22 20 +minecraft:red_candle[candles=1,lit=false,waterlogged=true] 87 24 26 20 69 19 20 20 43 12 13 20 34 9 10 20 +minecraft:red_candle[candles=1,lit=false,waterlogged=false] 87 24 26 20 69 19 20 20 43 12 13 20 34 9 10 20 +minecraft:red_candle[candles=2,lit=true,waterlogged=true] 134 92 55 20 107 73 44 20 67 46 27 20 53 36 22 20 +minecraft:red_candle[candles=2,lit=true,waterlogged=false] 134 92 55 20 107 73 44 20 67 46 27 20 53 36 22 20 +minecraft:red_candle[candles=2,lit=false,waterlogged=true] 87 24 26 20 69 19 20 20 43 12 13 20 34 9 10 20 +minecraft:red_candle[candles=2,lit=false,waterlogged=false] 87 24 26 20 69 19 20 20 43 12 13 20 34 9 10 20 +minecraft:red_candle[candles=3,lit=true,waterlogged=true] 134 92 55 20 107 73 44 20 67 46 27 20 53 36 22 20 +minecraft:red_candle[candles=3,lit=true,waterlogged=false] 134 92 55 20 107 73 44 20 67 46 27 20 53 36 22 20 +minecraft:red_candle[candles=3,lit=false,waterlogged=true] 87 24 26 20 69 19 20 20 43 12 13 20 34 9 10 20 +minecraft:red_candle[candles=3,lit=false,waterlogged=false] 87 24 26 20 69 19 20 20 43 12 13 20 34 9 10 20 +minecraft:red_candle[candles=4,lit=true,waterlogged=true] 134 92 55 20 107 73 44 20 67 46 27 20 53 36 22 20 +minecraft:red_candle[candles=4,lit=true,waterlogged=false] 134 92 55 20 107 73 44 20 67 46 27 20 53 36 22 20 +minecraft:red_candle[candles=4,lit=false,waterlogged=true] 87 24 26 20 69 19 20 20 43 12 13 20 34 9 10 20 +minecraft:red_candle[candles=4,lit=false,waterlogged=false] 87 24 26 20 69 19 20 20 43 12 13 20 34 9 10 20 +minecraft:black_candle 98 88 47 20 78 70 37 20 49 44 23 20 39 35 18 20 +minecraft:black_candle[candles=1,lit=true,waterlogged=false] 98 88 47 20 78 70 37 20 49 44 23 20 39 35 18 20 +minecraft:black_candle[candles=1,lit=false,waterlogged=true] 18 17 16 20 14 13 12 20 9 8 8 20 7 6 6 20 +minecraft:black_candle[candles=1,lit=false,waterlogged=false] 18 17 16 20 14 13 12 20 9 8 8 20 7 6 6 20 +minecraft:black_candle[candles=2,lit=true,waterlogged=true] 98 88 47 20 78 70 37 20 49 44 23 20 39 35 18 20 +minecraft:black_candle[candles=2,lit=true,waterlogged=false] 98 88 47 20 78 70 37 20 49 44 23 20 39 35 18 20 +minecraft:black_candle[candles=2,lit=false,waterlogged=true] 18 17 16 20 14 13 12 20 9 8 8 20 7 6 6 20 +minecraft:black_candle[candles=2,lit=false,waterlogged=false] 18 17 16 20 14 13 12 20 9 8 8 20 7 6 6 20 +minecraft:black_candle[candles=3,lit=true,waterlogged=true] 98 88 47 20 78 70 37 20 49 44 23 20 39 35 18 20 +minecraft:black_candle[candles=3,lit=true,waterlogged=false] 98 88 47 20 78 70 37 20 49 44 23 20 39 35 18 20 +minecraft:black_candle[candles=3,lit=false,waterlogged=true] 18 17 16 20 14 13 12 20 9 8 8 20 7 6 6 20 +minecraft:black_candle[candles=3,lit=false,waterlogged=false] 18 17 16 20 14 13 12 20 9 8 8 20 7 6 6 20 +minecraft:black_candle[candles=4,lit=true,waterlogged=true] 98 88 47 20 78 70 37 20 49 44 23 20 39 35 18 20 +minecraft:black_candle[candles=4,lit=true,waterlogged=false] 98 88 47 20 78 70 37 20 49 44 23 20 39 35 18 20 +minecraft:black_candle[candles=4,lit=false,waterlogged=true] 18 17 16 20 14 13 12 20 9 8 8 20 7 6 6 20 +minecraft:black_candle[candles=4,lit=false,waterlogged=false] 18 17 16 20 14 13 12 20 9 8 8 20 7 6 6 20 +minecraft:candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:white_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:white_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:orange_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:orange_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:magenta_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:magenta_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:light_blue_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:light_blue_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:yellow_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:yellow_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:lime_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:lime_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:pink_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:pink_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:gray_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:gray_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:light_gray_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:light_gray_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:cyan_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:cyan_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:purple_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:purple_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:blue_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:blue_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:brown_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:brown_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:green_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:green_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:red_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:red_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:black_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:black_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:amethyst_block 158 101 202 255 126 80 161 255 79 50 101 255 63 40 80 255 +minecraft:budding_amethyst 148 94 189 255 118 75 151 255 74 47 94 255 59 37 75 255 +minecraft:amethyst_cluster 144 95 175 121 115 76 140 121 72 47 87 121 57 38 70 121 +minecraft:amethyst_cluster[facing=north,waterlogged=false] 144 95 175 121 115 76 140 121 72 47 87 121 57 38 70 121 +minecraft:amethyst_cluster[facing=east,waterlogged=true] 144 95 175 121 115 76 140 121 72 47 87 121 57 38 70 121 +minecraft:amethyst_cluster[facing=east,waterlogged=false] 144 95 175 121 115 76 140 121 72 47 87 121 57 38 70 121 +minecraft:amethyst_cluster[facing=south,waterlogged=true] 144 95 175 121 115 76 140 121 72 47 87 121 57 38 70 121 +minecraft:amethyst_cluster[facing=south,waterlogged=false] 144 95 175 121 115 76 140 121 72 47 87 121 57 38 70 121 +minecraft:amethyst_cluster[facing=west,waterlogged=true] 144 95 175 121 115 76 140 121 72 47 87 121 57 38 70 121 +minecraft:amethyst_cluster[facing=west,waterlogged=false] 144 95 175 121 115 76 140 121 72 47 87 121 57 38 70 121 +minecraft:amethyst_cluster[facing=up,waterlogged=true] 144 95 175 121 115 76 140 121 72 47 87 121 57 38 70 121 +minecraft:amethyst_cluster[facing=up,waterlogged=false] 144 95 175 121 115 76 140 121 72 47 87 121 57 38 70 121 +minecraft:amethyst_cluster[facing=down,waterlogged=true] 144 95 175 121 115 76 140 121 72 47 87 121 57 38 70 121 +minecraft:amethyst_cluster[facing=down,waterlogged=false] 144 95 175 121 115 76 140 121 72 47 87 121 57 38 70 121 +minecraft:large_amethyst_bud 142 93 173 69 113 74 138 69 71 46 86 69 56 37 69 69 +minecraft:large_amethyst_bud[facing=north,waterlogged=false] 142 93 173 69 113 74 138 69 71 46 86 69 56 37 69 69 +minecraft:large_amethyst_bud[facing=east,waterlogged=true] 142 93 173 69 113 74 138 69 71 46 86 69 56 37 69 69 +minecraft:large_amethyst_bud[facing=east,waterlogged=false] 142 93 173 69 113 74 138 69 71 46 86 69 56 37 69 69 +minecraft:large_amethyst_bud[facing=south,waterlogged=true] 142 93 173 69 113 74 138 69 71 46 86 69 56 37 69 69 +minecraft:large_amethyst_bud[facing=south,waterlogged=false] 142 93 173 69 113 74 138 69 71 46 86 69 56 37 69 69 +minecraft:large_amethyst_bud[facing=west,waterlogged=true] 142 93 173 69 113 74 138 69 71 46 86 69 56 37 69 69 +minecraft:large_amethyst_bud[facing=west,waterlogged=false] 142 93 173 69 113 74 138 69 71 46 86 69 56 37 69 69 +minecraft:large_amethyst_bud[facing=up,waterlogged=true] 142 93 173 69 113 74 138 69 71 46 86 69 56 37 69 69 +minecraft:large_amethyst_bud[facing=up,waterlogged=false] 142 93 173 69 113 74 138 69 71 46 86 69 56 37 69 69 +minecraft:large_amethyst_bud[facing=down,waterlogged=true] 142 93 173 69 113 74 138 69 71 46 86 69 56 37 69 69 +minecraft:large_amethyst_bud[facing=down,waterlogged=false] 142 93 173 69 113 74 138 69 71 46 86 69 56 37 69 69 +minecraft:medium_amethyst_bud 137 87 168 41 109 69 134 41 68 43 84 41 54 34 67 41 +minecraft:medium_amethyst_bud[facing=north,waterlogged=false] 137 87 168 41 109 69 134 41 68 43 84 41 54 34 67 41 +minecraft:medium_amethyst_bud[facing=east,waterlogged=true] 137 87 168 41 109 69 134 41 68 43 84 41 54 34 67 41 +minecraft:medium_amethyst_bud[facing=east,waterlogged=false] 137 87 168 41 109 69 134 41 68 43 84 41 54 34 67 41 +minecraft:medium_amethyst_bud[facing=south,waterlogged=true] 137 87 168 41 109 69 134 41 68 43 84 41 54 34 67 41 +minecraft:medium_amethyst_bud[facing=south,waterlogged=false] 137 87 168 41 109 69 134 41 68 43 84 41 54 34 67 41 +minecraft:medium_amethyst_bud[facing=west,waterlogged=true] 137 87 168 41 109 69 134 41 68 43 84 41 54 34 67 41 +minecraft:medium_amethyst_bud[facing=west,waterlogged=false] 137 87 168 41 109 69 134 41 68 43 84 41 54 34 67 41 +minecraft:medium_amethyst_bud[facing=up,waterlogged=true] 137 87 168 41 109 69 134 41 68 43 84 41 54 34 67 41 +minecraft:medium_amethyst_bud[facing=up,waterlogged=false] 137 87 168 41 109 69 134 41 68 43 84 41 54 34 67 41 +minecraft:medium_amethyst_bud[facing=down,waterlogged=true] 137 87 168 41 109 69 134 41 68 43 84 41 54 34 67 41 +minecraft:medium_amethyst_bud[facing=down,waterlogged=false] 137 87 168 41 109 69 134 41 68 43 84 41 54 34 67 41 +minecraft:small_amethyst_bud 132 84 162 22 105 67 129 22 66 42 81 22 52 33 64 22 +minecraft:small_amethyst_bud[facing=north,waterlogged=false] 132 84 162 22 105 67 129 22 66 42 81 22 52 33 64 22 +minecraft:small_amethyst_bud[facing=east,waterlogged=true] 132 84 162 22 105 67 129 22 66 42 81 22 52 33 64 22 +minecraft:small_amethyst_bud[facing=east,waterlogged=false] 132 84 162 22 105 67 129 22 66 42 81 22 52 33 64 22 +minecraft:small_amethyst_bud[facing=south,waterlogged=true] 132 84 162 22 105 67 129 22 66 42 81 22 52 33 64 22 +minecraft:small_amethyst_bud[facing=south,waterlogged=false] 132 84 162 22 105 67 129 22 66 42 81 22 52 33 64 22 +minecraft:small_amethyst_bud[facing=west,waterlogged=true] 132 84 162 22 105 67 129 22 66 42 81 22 52 33 64 22 +minecraft:small_amethyst_bud[facing=west,waterlogged=false] 132 84 162 22 105 67 129 22 66 42 81 22 52 33 64 22 +minecraft:small_amethyst_bud[facing=up,waterlogged=true] 132 84 162 22 105 67 129 22 66 42 81 22 52 33 64 22 +minecraft:small_amethyst_bud[facing=up,waterlogged=false] 132 84 162 22 105 67 129 22 66 42 81 22 52 33 64 22 +minecraft:small_amethyst_bud[facing=down,waterlogged=true] 132 84 162 22 105 67 129 22 66 42 81 22 52 33 64 22 +minecraft:small_amethyst_bud[facing=down,waterlogged=false] 132 84 162 22 105 67 129 22 66 42 81 22 52 33 64 22 +minecraft:tuff 83 86 85 255 66 68 68 255 41 43 42 255 33 34 34 255 +minecraft:calcite 197 195 192 255 157 156 153 255 98 97 96 255 78 78 76 255 +minecraft:tinted_glass 60 59 54 194 48 47 43 194 30 29 27 194 24 23 21 194 +minecraft:powder_snow 214 225 233 255 171 180 186 255 107 112 116 255 85 90 93 255 +minecraft:sculk_sensor 5 14 30 127 4 11 24 127 2 7 15 127 2 5 12 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=inactive,waterlogged=false] 5 14 30 127 4 11 24 127 2 7 15 127 2 5 12 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=active,waterlogged=true] 5 14 30 127 4 11 24 127 2 7 15 127 2 5 12 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=active,waterlogged=false] 5 14 30 127 4 11 24 127 2 7 15 127 2 5 12 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=cooldown,waterlogged=true] 5 14 30 127 4 11 24 127 2 7 15 127 2 5 12 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=cooldown,waterlogged=false] 5 14 30 127 4 11 24 127 2 7 15 127 2 5 12 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=inactive,waterlogged=true] 5 14 30 127 4 11 24 127 2 7 15 127 2 5 12 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=inactive,waterlogged=false] 5 14 30 127 4 11 24 127 2 7 15 127 2 5 12 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=active,waterlogged=true] 5 14 30 127 4 11 24 127 2 7 15 127 2 5 12 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=active,waterlogged=false] 5 14 30 127 4 11 24 127 2 7 15 127 2 5 12 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=cooldown,waterlogged=true] 5 14 30 127 4 11 24 127 2 7 15 127 2 5 12 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=cooldown,waterlogged=false] 5 14 30 127 4 11 24 127 2 7 15 127 2 5 12 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=inactive,waterlogged=true] 5 14 30 127 4 11 24 127 2 7 15 127 2 5 12 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=inactive,waterlogged=false] 5 14 30 127 4 11 24 127 2 7 15 127 2 5 12 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=active,waterlogged=true] 5 14 30 127 4 11 24 127 2 7 15 127 2 5 12 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=active,waterlogged=false] 5 14 30 127 4 11 24 127 2 7 15 127 2 5 12 127 +minecraft:oxidized_copper 36 99 79 255 28 79 63 255 18 49 39 255 14 39 31 255 +minecraft:weathered_copper 60 96 69 255 48 76 55 255 30 48 34 255 24 38 27 255 +minecraft:exposed_copper 113 77 40 255 90 61 32 255 56 38 20 255 45 30 16 255 +minecraft:copper_block 141 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:copper_ore 115 118 105 255 92 94 84 255 57 59 52 255 46 47 42 255 +minecraft:deepslate_copper_ore 75 67 63 255 60 53 50 255 37 33 31 255 30 26 25 255 +minecraft:oxidized_cut_copper 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:weathered_cut_copper 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:exposed_cut_copper 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:cut_copper 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:oxidized_cut_copper_stairs 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:weathered_cut_copper_stairs 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:exposed_cut_copper_stairs 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:cut_copper_stairs 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:oxidized_cut_copper_slab 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_slab[type=top,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_slab[type=bottom,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_slab[type=bottom,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_slab[type=double,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_slab[type=double,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:weathered_cut_copper_slab 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_slab[type=top,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_slab[type=bottom,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_slab[type=bottom,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_slab[type=double,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_slab[type=double,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:exposed_cut_copper_slab 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_slab[type=top,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_slab[type=bottom,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_slab[type=bottom,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_slab[type=double,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_slab[type=double,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:cut_copper_slab 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_slab[type=top,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_slab[type=bottom,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_slab[type=bottom,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_slab[type=double,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_slab[type=double,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_copper_block 141 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_weathered_copper 60 96 69 255 48 76 55 255 30 48 34 255 24 38 27 255 +minecraft:waxed_exposed_copper 113 77 40 255 90 61 32 255 56 38 20 255 45 30 16 255 +minecraft:waxed_oxidized_copper 36 99 79 255 28 79 63 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_weathered_cut_copper 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_exposed_cut_copper 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_cut_copper 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_oxidized_cut_copper_stairs 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_weathered_cut_copper_stairs 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_exposed_cut_copper_stairs 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_cut_copper_stairs 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_oxidized_cut_copper_slab 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_slab[type=top,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_slab[type=bottom,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_slab[type=bottom,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_slab[type=double,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_slab[type=double,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_weathered_cut_copper_slab 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_slab[type=top,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_slab[type=bottom,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_slab[type=bottom,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_slab[type=double,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_slab[type=double,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_exposed_cut_copper_slab 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_slab[type=top,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_slab[type=bottom,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_slab[type=bottom,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_slab[type=double,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_slab[type=double,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_cut_copper_slab 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_slab[type=top,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_slab[type=bottom,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_slab[type=bottom,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_slab[type=double,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_slab[type=double,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:pointed_dripstone 81 60 57 61 64 48 45 61 40 30 28 61 32 24 22 61 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=up,waterlogged=false] 81 60 57 61 64 48 45 61 40 30 28 61 32 24 22 61 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=down,waterlogged=true] 81 60 57 61 64 48 45 61 40 30 28 61 32 24 22 61 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=down,waterlogged=false] 81 60 57 61 64 48 45 61 40 30 28 61 32 24 22 61 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=up,waterlogged=true] 77 57 53 52 61 45 42 52 38 28 26 52 30 22 21 52 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=up,waterlogged=false] 77 57 53 52 61 45 42 52 38 28 26 52 30 22 21 52 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=down,waterlogged=true] 77 56 53 45 61 44 42 45 38 28 26 45 30 22 21 45 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=down,waterlogged=false] 77 56 53 45 61 44 42 45 38 28 26 45 30 22 21 45 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=up,waterlogged=true] 83 61 57 156 66 48 45 156 41 30 28 156 33 24 22 156 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=up,waterlogged=false] 83 61 57 156 66 48 45 156 41 30 28 156 33 24 22 156 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=down,waterlogged=true] 83 61 57 154 66 48 45 154 41 30 28 154 33 24 22 154 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=down,waterlogged=false] 83 61 57 154 66 48 45 154 41 30 28 154 33 24 22 154 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=up,waterlogged=true] 84 62 58 174 67 49 46 174 42 31 29 174 33 24 23 174 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=up,waterlogged=false] 84 62 58 174 67 49 46 174 42 31 29 174 33 24 23 174 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=down,waterlogged=true] 84 62 58 174 67 49 46 174 42 31 29 174 33 24 23 174 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=down,waterlogged=false] 84 62 58 174 67 49 46 174 42 31 29 174 33 24 23 174 +minecraft:pointed_dripstone[thickness=base,vertical_direction=up,waterlogged=true] 85 62 58 216 68 49 46 216 42 31 29 216 34 24 23 216 +minecraft:pointed_dripstone[thickness=base,vertical_direction=up,waterlogged=false] 85 62 58 216 68 49 46 216 42 31 29 216 34 24 23 216 +minecraft:pointed_dripstone[thickness=base,vertical_direction=down,waterlogged=true] 85 62 58 216 68 49 46 216 42 31 29 216 34 24 23 216 +minecraft:pointed_dripstone[thickness=base,vertical_direction=down,waterlogged=false] 85 62 58 216 68 49 46 216 42 31 29 216 34 24 23 216 +minecraft:dripstone_block 94 70 66 255 75 56 52 255 47 35 33 255 37 28 26 255 +minecraft:cave_vines 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=0,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=1,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=1,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=2,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=2,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=3,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=3,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=4,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=4,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=5,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=5,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=6,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=6,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=7,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=7,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=8,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=8,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=9,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=9,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=10,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=10,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=11,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=11,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=12,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=12,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=13,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=13,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=14,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=14,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=15,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=15,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=16,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=16,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=17,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=17,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=18,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=18,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=19,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=19,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=20,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=20,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=21,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=21,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=22,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=22,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=23,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=23,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=24,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=24,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=25,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=25,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines_plant 105 107 40 159 84 85 32 159 52 53 20 159 42 42 16 159 +minecraft:cave_vines_plant[berries=false] 88 101 38 143 70 80 30 143 44 50 19 143 35 40 15 143 +minecraft:spore_blossom 206 97 147 123 164 77 117 123 103 48 73 123 82 38 58 123 +minecraft:azalea 85 107 55 160 68 85 44 160 42 53 27 160 34 42 22 160 +minecraft:flowering_azalea 101 108 79 161 80 86 63 161 50 54 39 161 40 43 31 161 +minecraft:moss_carpet 51 62 25 255 40 49 20 255 25 31 12 255 20 24 10 255 +minecraft:moss_block 51 62 25 255 40 49 20 255 25 31 12 255 20 24 10 255 +minecraft:big_dripleaf_stem 23 85 40 102 18 68 32 102 11 42 20 102 9 34 16 102 +minecraft:big_dripleaf_stem[facing=north,waterlogged=false] 23 85 40 102 18 68 32 102 11 42 20 102 9 34 16 102 +minecraft:big_dripleaf_stem[facing=south,waterlogged=true] 23 85 40 102 18 68 32 102 11 42 20 102 9 34 16 102 +minecraft:big_dripleaf_stem[facing=south,waterlogged=false] 23 85 40 102 18 68 32 102 11 42 20 102 9 34 16 102 +minecraft:big_dripleaf_stem[facing=west,waterlogged=true] 23 85 40 102 18 68 32 102 11 42 20 102 9 34 16 102 +minecraft:big_dripleaf_stem[facing=west,waterlogged=false] 23 85 40 102 18 68 32 102 11 42 20 102 9 34 16 102 +minecraft:big_dripleaf_stem[facing=east,waterlogged=true] 23 85 40 102 18 68 32 102 11 42 20 102 9 34 16 102 +minecraft:big_dripleaf_stem[facing=east,waterlogged=false] 23 85 40 102 18 68 32 102 11 42 20 102 9 34 16 102 +minecraft:small_dripleaf 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=north,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=north,half=lower,waterlogged=true] 42 78 39 105 33 62 31 105 21 39 19 105 16 31 15 105 +minecraft:small_dripleaf[facing=north,half=lower,waterlogged=false] 42 78 39 105 33 62 31 105 21 39 19 105 16 31 15 105 +minecraft:small_dripleaf[facing=south,half=upper,waterlogged=true] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=south,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=south,half=lower,waterlogged=true] 42 78 39 105 33 62 31 105 21 39 19 105 16 31 15 105 +minecraft:small_dripleaf[facing=south,half=lower,waterlogged=false] 42 78 39 105 33 62 31 105 21 39 19 105 16 31 15 105 +minecraft:small_dripleaf[facing=west,half=upper,waterlogged=true] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=west,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=west,half=lower,waterlogged=true] 42 78 39 105 33 62 31 105 21 39 19 105 16 31 15 105 +minecraft:small_dripleaf[facing=west,half=lower,waterlogged=false] 42 78 39 105 33 62 31 105 21 39 19 105 16 31 15 105 +minecraft:small_dripleaf[facing=east,half=upper,waterlogged=true] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=east,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=east,half=lower,waterlogged=true] 42 78 39 105 33 62 31 105 21 39 19 105 16 31 15 105 +minecraft:small_dripleaf[facing=east,half=lower,waterlogged=false] 42 78 39 105 33 62 31 105 21 39 19 105 16 31 15 105 +minecraft:hanging_roots 98 76 49 40 78 60 39 40 49 38 24 40 39 30 19 40 +minecraft:hanging_roots[waterlogged=false] 98 76 49 40 78 60 39 40 49 38 24 40 39 30 19 40 +minecraft:rooted_dirt 78 57 40 255 62 45 32 255 39 28 20 255 31 22 16 255 +minecraft:deepslate 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:deepslate[axis=y] 87 87 89 255 69 69 71 255 43 43 44 255 34 34 35 255 +minecraft:deepslate[axis=z] 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:cobbled_deepslate 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=top,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=bottom,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=bottom,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=double,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=double,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:polished_deepslate 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=top,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=bottom,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=bottom,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=double,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=double,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:deepslate_tiles 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=top,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=bottom,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=bottom,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=double,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=double,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_bricks 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=top,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=bottom,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=bottom,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=double,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=double,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:chiseled_deepslate 75 74 81 255 60 59 64 255 37 37 40 255 30 29 32 255 +minecraft:cracked_deepslate_bricks 64 64 65 255 51 51 52 255 32 32 32 255 25 25 26 255 +minecraft:cracked_deepslate_tiles 52 52 52 255 41 41 41 255 26 26 26 255 20 20 20 255 +minecraft:infested_deepslate 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:infested_deepslate[axis=y] 87 87 89 255 69 69 71 255 43 43 44 255 34 34 35 255 +minecraft:infested_deepslate[axis=z] 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:smooth_basalt 113 121 113 255 90 96 90 255 56 60 56 255 45 48 45 255 +minecraft:raw_iron_block 136 98 76 255 108 78 60 255 68 49 38 255 54 39 30 255 +minecraft:raw_copper_block 127 88 45 255 101 70 36 255 63 44 22 255 50 35 18 255 +minecraft:raw_gold_block 165 128 47 255 132 102 37 255 82 64 23 255 66 51 18 255 diff --git a/minecolonies-1.20.1/data/dynmap/colorschemes/flames.txt b/minecolonies-1.20.1/data/dynmap/colorschemes/flames.txt new file mode 100644 index 00000000..96c3a570 --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/colorschemes/flames.txt @@ -0,0 +1,19769 @@ +minecraft:stone 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:granite 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:polished_granite 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:diorite 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:polished_diorite 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:andesite 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:polished_andesite 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:grass_block 69 110 51 255 55 88 40 255 34 55 25 255 27 44 20 255 +minecraft:grass_block[snowy=false] 69 110 51 255 55 88 40 255 34 55 25 255 27 44 20 255 +minecraft:dirt 134 96 67 255 107 76 53 255 67 48 33 255 53 38 26 255 +minecraft:coarse_dirt 119 85 59 255 95 68 47 255 59 42 29 255 47 34 23 255 +minecraft:podzol 147 147 147 255 117 117 117 255 73 73 73 255 58 58 58 255 +minecraft:podzol[snowy=false] 91 63 24 255 72 50 19 255 45 31 12 255 36 25 9 255 +minecraft:cobblestone 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:oak_planks 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:spruce_planks 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_planks 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_planks 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_planks 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_planks 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:oak_sapling 77 106 40 110 61 84 32 110 38 53 20 110 30 42 16 110 +minecraft:oak_sapling[stage=1] 77 106 40 110 61 84 32 110 38 53 20 110 30 42 16 110 +minecraft:spruce_sapling 44 60 36 82 35 48 28 82 22 30 18 82 17 24 14 82 +minecraft:spruce_sapling[stage=1] 44 60 36 82 35 48 28 82 22 30 18 82 17 24 14 82 +minecraft:birch_sapling 127 160 79 97 101 128 63 97 63 80 39 97 50 64 31 97 +minecraft:birch_sapling[stage=1] 127 160 79 97 101 128 63 97 63 80 39 97 50 64 31 97 +minecraft:jungle_sapling 47 81 16 85 37 64 12 85 23 40 8 85 18 32 6 85 +minecraft:jungle_sapling[stage=1] 47 81 16 85 37 64 12 85 23 40 8 85 18 32 6 85 +minecraft:acacia_sapling 118 117 23 110 94 93 18 110 59 58 11 110 47 46 9 110 +minecraft:acacia_sapling[stage=1] 118 117 23 110 94 93 18 110 59 58 11 110 47 46 9 110 +minecraft:dark_oak_sapling 61 90 30 109 48 72 24 109 30 45 15 109 24 36 12 109 +minecraft:dark_oak_sapling[stage=1] 61 90 30 109 48 72 24 109 30 45 15 109 24 36 12 109 +minecraft:bedrock 85 85 85 255 68 68 68 255 42 42 42 255 34 34 34 255 +minecraft:water 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=1] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=2] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=3] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=4] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=5] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=6] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=7] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=8] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=9] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=10] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=11] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=12] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=13] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=14] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=15] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:lava 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=1] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=2] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=3] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=4] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=5] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=6] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=7] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=8] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=9] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=10] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=11] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=12] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=13] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=14] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=15] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:sand 219 207 163 255 175 165 130 255 109 103 81 255 87 82 65 255 +minecraft:red_sand 190 102 33 255 152 81 26 255 95 51 16 255 76 40 13 255 +minecraft:gravel 131 127 126 255 104 101 100 255 65 63 63 255 52 50 50 255 +minecraft:gold_ore 145 133 106 255 116 106 84 255 72 66 53 255 58 53 42 255 +minecraft:deepslate_gold_ore 115 102 78 255 92 81 62 255 57 51 39 255 46 40 31 255 +minecraft:iron_ore 136 129 122 255 108 103 97 255 68 64 61 255 54 51 48 255 +minecraft:deepslate_iron_ore 106 99 94 255 84 79 75 255 53 49 47 255 42 39 37 255 +minecraft:coal_ore 105 105 105 255 84 84 84 255 52 52 52 255 42 42 42 255 +minecraft:deepslate_coal_ore 74 74 76 255 59 59 60 255 37 37 38 255 29 29 30 255 +minecraft:nether_gold_ore 115 54 42 255 92 43 33 255 57 27 21 255 46 21 16 255 +minecraft:oak_log 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:oak_log[axis=y] 151 121 73 255 120 96 58 255 75 60 36 255 60 48 29 255 +minecraft:oak_log[axis=z] 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:spruce_log 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:spruce_log[axis=y] 108 80 46 255 86 64 36 255 54 40 23 255 43 32 18 255 +minecraft:spruce_log[axis=z] 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:birch_log 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:birch_log[axis=y] 193 179 135 255 154 143 108 255 96 89 67 255 77 71 54 255 +minecraft:birch_log[axis=z] 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:jungle_log 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:jungle_log[axis=y] 149 109 70 255 119 87 56 255 74 54 35 255 59 43 28 255 +minecraft:jungle_log[axis=z] 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:acacia_log 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:acacia_log[axis=y] 150 88 55 255 120 70 44 255 75 44 27 255 60 35 22 255 +minecraft:acacia_log[axis=z] 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:dark_oak_log 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:dark_oak_log[axis=y] 64 42 21 255 51 33 16 255 32 21 10 255 25 16 8 255 +minecraft:dark_oak_log[axis=z] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:stripped_spruce_log 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_spruce_log[axis=y] 105 80 46 255 84 64 36 255 52 40 23 255 42 32 18 255 +minecraft:stripped_spruce_log[axis=z] 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_birch_log 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_birch_log[axis=y] 191 171 116 255 152 136 92 255 95 85 58 255 76 68 46 255 +minecraft:stripped_birch_log[axis=z] 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_jungle_log 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_jungle_log[axis=y] 165 122 81 255 132 97 64 255 82 61 40 255 66 48 32 255 +minecraft:stripped_jungle_log[axis=z] 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_acacia_log 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_acacia_log[axis=y] 166 91 51 255 132 72 40 255 83 45 25 255 66 36 20 255 +minecraft:stripped_acacia_log[axis=z] 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_dark_oak_log 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:stripped_dark_oak_log[axis=y] 65 44 22 255 52 35 17 255 32 22 11 255 26 17 8 255 +minecraft:stripped_dark_oak_log[axis=z] 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:stripped_oak_log 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:stripped_oak_log[axis=y] 160 129 77 255 128 103 61 255 80 64 38 255 64 51 30 255 +minecraft:stripped_oak_log[axis=z] 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:oak_wood 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:oak_wood[axis=y] 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:oak_wood[axis=z] 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:spruce_wood 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:spruce_wood[axis=y] 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:spruce_wood[axis=z] 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:birch_wood 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:birch_wood[axis=y] 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:birch_wood[axis=z] 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:jungle_wood 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:jungle_wood[axis=y] 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:jungle_wood[axis=z] 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:acacia_wood 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:acacia_wood[axis=y] 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:acacia_wood[axis=z] 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:dark_oak_wood 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:dark_oak_wood[axis=y] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:dark_oak_wood[axis=z] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:stripped_oak_wood 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:stripped_oak_wood[axis=y] 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:stripped_oak_wood[axis=z] 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:stripped_spruce_wood 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_spruce_wood[axis=y] 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_spruce_wood[axis=z] 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_birch_wood 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_birch_wood[axis=y] 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_birch_wood[axis=z] 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_jungle_wood 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_jungle_wood[axis=y] 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_jungle_wood[axis=z] 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_acacia_wood 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_acacia_wood[axis=y] 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_acacia_wood[axis=z] 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_dark_oak_wood 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:stripped_dark_oak_wood[axis=y] 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:stripped_dark_oak_wood[axis=z] 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:oak_leaves 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=1,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=2,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=2,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=3,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=3,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=4,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=4,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=5,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=5,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=6,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=6,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=7,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=7,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:spruce_leaves 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=1,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=2,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=2,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=3,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=3,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=4,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=4,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=5,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=5,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=6,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=6,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=7,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=7,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:birch_leaves 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=1,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=2,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=2,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=3,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=3,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=4,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=4,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=5,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=5,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=6,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=6,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=7,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=7,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:jungle_leaves 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=1,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=2,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=2,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=3,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=3,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=4,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=4,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=5,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=5,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=6,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=6,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=7,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=7,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:acacia_leaves 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=1,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=2,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=2,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=3,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=3,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=4,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=4,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=5,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=5,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=6,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=6,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=7,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=7,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:dark_oak_leaves 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=1,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=2,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=2,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=3,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=3,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=4,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=4,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=5,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=5,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=6,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=6,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=7,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=7,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:azalea_leaves 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=1,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=2,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=2,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=3,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=3,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=4,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=4,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=5,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=5,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=6,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=6,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=7,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=7,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:flowering_azalea_leaves 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=1,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=2,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=2,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=3,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=3,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=4,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=4,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=5,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=5,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=6,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=6,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=7,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=7,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:sponge 195 192 74 255 156 153 59 255 97 96 37 255 78 76 29 255 +minecraft:wet_sponge 171 181 70 255 136 144 56 255 85 90 35 255 68 72 28 255 +minecraft:glass 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:lapis_ore 107 117 141 255 85 93 112 255 53 58 70 255 42 46 56 255 +minecraft:deepslate_lapis_ore 79 90 115 255 63 72 92 255 39 45 57 255 31 36 46 255 +minecraft:lapis_block 30 67 140 255 24 53 112 255 15 33 70 255 12 26 56 255 +minecraft:dispenser 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=north,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=east,triggered=true] 98 97 97 255 78 77 77 255 49 48 48 255 39 38 38 255 +minecraft:dispenser[facing=east,triggered=false] 98 97 97 255 78 77 77 255 49 48 48 255 39 38 38 255 +minecraft:dispenser[facing=south,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=south,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=west,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=west,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=up,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=up,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=down,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=down,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:sandstone 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:chiseled_sandstone 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:note_block 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:powered_rail 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=north_south,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=east_west,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=east_west,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_east,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_east,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_west,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_west,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_north,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_north,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_south,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_south,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=false,shape=north_south,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=north_south,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=east_west,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=east_west,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_east,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_east,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_west,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_west,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_north,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_north,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_south,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_south,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:detector_rail 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=north_south,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=east_west,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=east_west,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_east,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_east,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_west,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_west,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_north,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_north,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_south,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_south,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=false,shape=north_south,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=north_south,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=east_west,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=east_west,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_east,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_east,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_west,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_west,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_north,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_north,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_south,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_south,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:sticky_piston 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=east] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=south] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=west] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=up] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=down] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=north] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=east] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=south] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=west] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=up] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=down] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:cobweb 228 233 234 104 182 186 187 104 114 116 117 104 91 93 93 104 +minecraft:grass 68 109 51 139 54 87 40 139 34 54 25 139 27 43 20 139 +minecraft:fern 58 93 43 88 46 74 34 88 29 46 21 88 23 37 17 88 +minecraft:dead_bush 107 78 40 77 85 62 32 77 53 39 20 77 42 31 16 77 +minecraft:seagrass 24 94 2 76 19 75 1 76 12 47 1 76 9 37 0 76 +minecraft:tall_seagrass 27 103 4 72 21 82 3 72 13 51 2 72 10 41 1 72 +minecraft:tall_seagrass[half=lower] 21 88 1 141 16 70 0 141 10 44 0 141 8 35 0 141 +minecraft:piston 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=east] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=south] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=west] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=up] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=down] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=north] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=east] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=south] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=west] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=up] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=down] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston_head 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=north,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=north,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=north,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=east,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=east,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=east,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=east,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=south,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=south,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=south,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=south,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=west,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=west,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=west,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=west,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=up,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=up,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=up,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=up,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=down,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=down,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=down,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=down,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:white_wool 233 236 236 255 186 188 188 255 116 118 118 255 93 94 94 255 +minecraft:orange_wool 240 118 19 255 192 94 15 255 120 59 9 255 96 47 7 255 +minecraft:magenta_wool 189 68 179 255 151 54 143 255 94 34 89 255 75 27 71 255 +minecraft:light_blue_wool 58 175 217 255 46 140 173 255 29 87 108 255 23 70 86 255 +minecraft:yellow_wool 248 197 39 255 198 157 31 255 124 98 19 255 99 78 15 255 +minecraft:lime_wool 112 185 25 255 89 148 20 255 56 92 12 255 44 74 10 255 +minecraft:pink_wool 237 141 172 255 189 112 137 255 118 70 86 255 94 56 68 255 +minecraft:gray_wool 62 68 71 255 49 54 56 255 31 34 35 255 24 27 28 255 +minecraft:light_gray_wool 142 142 134 255 113 113 107 255 71 71 67 255 56 56 53 255 +minecraft:cyan_wool 21 137 145 255 16 109 116 255 10 68 72 255 8 54 58 255 +minecraft:purple_wool 121 42 172 255 96 33 137 255 60 21 86 255 48 16 68 255 +minecraft:blue_wool 53 57 157 255 42 45 125 255 26 28 78 255 21 22 62 255 +minecraft:brown_wool 114 71 40 255 91 56 32 255 57 35 20 255 45 28 16 255 +minecraft:green_wool 84 109 27 255 67 87 21 255 42 54 13 255 33 43 10 255 +minecraft:red_wool 160 39 34 255 128 31 27 255 80 19 17 255 64 15 13 255 +minecraft:black_wool 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:dandelion 147 172 43 31 117 137 34 31 73 86 21 31 58 68 17 31 +minecraft:poppy 128 64 37 34 102 51 29 34 64 32 18 34 51 25 14 34 +minecraft:blue_orchid 47 162 168 43 37 129 134 43 23 81 84 43 18 64 67 43 +minecraft:allium 158 137 183 37 126 109 146 37 79 68 91 37 63 54 73 37 +minecraft:azure_bluet 169 204 127 42 135 163 101 42 84 102 63 42 67 81 50 42 +minecraft:red_tulip 89 128 32 48 71 102 25 48 44 64 16 48 35 51 12 48 +minecraft:orange_tulip 93 142 30 40 74 113 24 40 46 71 15 40 37 56 12 40 +minecraft:white_tulip 93 164 71 44 74 131 56 44 46 82 35 44 37 65 28 44 +minecraft:pink_tulip 99 157 78 40 79 125 62 40 49 78 39 40 39 62 31 40 +minecraft:oxeye_daisy 179 202 143 50 143 161 114 50 89 101 71 50 71 80 57 50 +minecraft:cornflower 79 121 146 34 63 96 116 34 39 60 73 34 31 48 58 34 +minecraft:wither_rose 41 44 23 36 32 35 18 36 20 22 11 36 16 17 9 36 +minecraft:lily_of_the_valley 123 174 95 51 98 139 76 51 61 87 47 51 49 69 38 51 +minecraft:brown_mushroom 153 116 92 33 122 92 73 33 76 58 46 33 61 46 36 33 +minecraft:red_mushroom 216 75 67 31 172 60 53 31 108 37 33 31 86 30 26 31 +minecraft:gold_block 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:iron_block 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:bricks 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:tnt 142 62 53 255 113 49 42 255 71 31 26 255 56 24 21 255 +minecraft:tnt[unstable=false] 142 62 53 255 113 49 42 255 71 31 26 255 56 24 21 255 +minecraft:bookshelf 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:mossy_cobblestone 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:obsidian 15 10 24 255 12 8 19 255 7 5 12 255 6 4 9 255 +minecraft:torch 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:wall_torch 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:wall_torch[facing=south] 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:wall_torch[facing=west] 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:wall_torch[facing=east] 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:fire 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:soul_fire 54 195 200 145 43 156 160 145 27 97 100 145 21 78 80 145 +minecraft:spawner 36 46 62 175 28 36 49 175 18 23 31 175 14 18 24 175 +minecraft:oak_stairs 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:chest 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=single,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=left,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=left,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=right,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=right,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=single,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=single,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=left,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=left,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=right,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=right,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=single,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=single,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=left,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=left,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=right,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=right,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=single,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=single,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=left,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=left,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=right,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=right,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:redstone_wire 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:diamond_ore 121 141 140 255 96 112 112 255 60 70 70 255 48 56 56 255 +minecraft:deepslate_diamond_ore 83 106 106 255 66 84 84 255 41 53 53 255 33 42 42 255 +minecraft:diamond_block 98 237 228 255 78 189 182 255 49 118 114 255 39 94 91 255 +minecraft:crafting_table 119 73 42 255 95 58 33 255 59 36 21 255 47 29 16 255 +minecraft:wheat 8 127 15 6 6 101 12 6 4 63 7 6 3 50 6 6 +minecraft:wheat[age=1] 5 127 7 15 4 101 5 15 2 63 3 15 2 50 2 15 +minecraft:wheat[age=2] 6 133 12 32 4 106 9 32 3 66 6 32 2 53 4 32 +minecraft:wheat[age=3] 10 130 13 57 8 104 10 57 5 65 6 57 4 52 5 57 +minecraft:wheat[age=4] 37 132 18 78 29 105 14 78 18 66 9 78 14 52 7 78 +minecraft:wheat[age=5] 63 129 18 103 50 103 14 103 31 64 9 103 25 51 7 103 +minecraft:wheat[age=6] 141 133 37 125 112 106 29 125 70 66 18 125 56 53 14 125 +minecraft:wheat[age=7] 166 151 73 138 132 120 58 138 83 75 36 138 66 60 29 138 +minecraft:farmland 143 102 70 255 114 81 56 255 71 51 35 255 57 40 28 255 +minecraft:farmland[moisture=1] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=2] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=3] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=4] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=5] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=6] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=7] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:furnace 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=north,lit=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=south,lit=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=south,lit=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=west,lit=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=west,lit=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=east,lit=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=east,lit=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:oak_sign 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=0,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=1,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=1,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=2,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=2,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=3,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=3,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=4,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=4,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=5,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=5,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=6,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=6,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=7,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=7,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=8,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=8,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=9,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=9,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=10,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=10,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=11,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=11,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=12,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=12,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=13,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=13,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=14,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=14,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=15,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=15,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:spruce_sign 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=0,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=1,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=1,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=2,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=2,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=3,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=3,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=4,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=4,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=5,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=5,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=6,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=6,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=7,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=7,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=8,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=8,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=9,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=9,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=10,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=10,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=11,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=11,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=12,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=12,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=13,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=13,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=14,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=14,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=15,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=15,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:birch_sign 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=0,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=1,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=1,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=2,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=2,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=3,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=3,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=4,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=4,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=5,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=5,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=6,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=6,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=7,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=7,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=8,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=8,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=9,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=9,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=10,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=10,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=11,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=11,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=12,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=12,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=13,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=13,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=14,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=14,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=15,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=15,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:acacia_sign 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=0,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=1,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=1,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=2,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=2,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=3,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=3,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=4,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=4,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=5,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=5,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=6,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=6,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=7,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=7,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=8,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=8,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=9,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=9,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=10,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=10,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=11,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=11,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=12,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=12,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=13,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=13,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=14,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=14,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=15,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=15,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:jungle_sign 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=0,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=1,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=1,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=2,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=2,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=3,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=3,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=4,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=4,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=5,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=5,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=6,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=6,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=7,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=7,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=8,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=8,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=9,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=9,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=10,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=10,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=11,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=11,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=12,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=12,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=13,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=13,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=14,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=14,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=15,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=15,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:dark_oak_sign 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=0,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=1,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=1,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=2,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=2,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=3,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=3,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=4,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=4,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=5,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=5,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=6,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=6,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=7,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=7,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=8,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=8,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=9,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=9,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=10,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=10,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=11,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=11,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=12,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=12,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=13,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=13,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=14,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=14,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=15,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=15,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:oak_door 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:ladder 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=north,waterlogged=false] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=south,waterlogged=true] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=south,waterlogged=false] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=west,waterlogged=true] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=west,waterlogged=false] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=east,waterlogged=true] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=east,waterlogged=false] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:rail 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=north_south,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=east_west,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=east_west,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_east,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_east,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_west,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_west,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_north,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_north,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_south,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_south,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=south_east,waterlogged=true] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=south_east,waterlogged=false] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=south_west,waterlogged=true] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=south_west,waterlogged=false] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=north_west,waterlogged=true] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=north_west,waterlogged=false] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=north_east,waterlogged=true] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=north_east,waterlogged=false] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:cobblestone_stairs 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:oak_wall_sign 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=north,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=south,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=south,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=west,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=west,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=east,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=east,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:spruce_wall_sign 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=north,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=south,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=south,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=west,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=west,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=east,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=east,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:birch_wall_sign 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=north,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=south,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=south,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=west,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=west,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=east,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=east,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:acacia_wall_sign 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=north,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=south,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=south,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=west,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=west,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=east,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=east,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:jungle_wall_sign 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=north,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=south,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=south,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=west,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=west,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=east,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=east,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:dark_oak_wall_sign 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=north,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=south,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=south,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=west,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=west,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=east,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=east,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:lever 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=north,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=north,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:stone_pressure_plate 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_pressure_plate[powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:iron_door 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:oak_pressure_plate 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_pressure_plate[powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:spruce_pressure_plate 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_pressure_plate[powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_pressure_plate 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_pressure_plate[powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_pressure_plate 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_pressure_plate[powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_pressure_plate 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_pressure_plate[powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_pressure_plate 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_pressure_plate[powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:redstone_ore 140 109 109 255 112 87 87 255 70 54 54 255 56 43 43 255 +minecraft:redstone_ore[lit=false] 140 109 109 255 112 87 87 255 70 54 54 255 56 43 43 255 +minecraft:deepslate_redstone_ore 104 73 74 255 83 58 59 255 52 36 37 255 41 29 29 255 +minecraft:deepslate_redstone_ore[lit=false] 104 73 74 255 83 58 59 255 52 36 37 255 41 29 29 255 +minecraft:redstone_torch 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_torch[lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:redstone_wall_torch 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_wall_torch[facing=north,lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:redstone_wall_torch[facing=south,lit=true] 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_wall_torch[facing=south,lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:redstone_wall_torch[facing=west,lit=true] 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_wall_torch[facing=west,lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:redstone_wall_torch[facing=east,lit=true] 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_wall_torch[facing=east,lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:stone_button 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=north,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=south,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=south,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=west,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=west,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=east,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=east,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=north,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=north,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=south,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=south,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=west,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=west,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=east,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=east,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=north,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=north,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=south,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=south,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=west,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=west,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=east,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=east,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:snow 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=2] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=3] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=4] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=5] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=6] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=7] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=8] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:ice 145 183 253 190 116 146 202 190 72 91 126 190 58 73 101 190 +minecraft:snow_block 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:cactus 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=1] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=2] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=3] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=4] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=5] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=6] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=7] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=8] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=9] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=10] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=11] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=12] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=13] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=14] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=15] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:clay 160 166 179 255 128 132 143 255 80 83 89 255 64 66 71 255 +minecraft:sugar_cane 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=1] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=2] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=3] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=4] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=5] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=6] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=7] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=8] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=9] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=10] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=11] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=12] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=13] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=14] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=15] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:jukebox 93 64 47 255 74 51 37 255 46 32 23 255 37 25 18 255 +minecraft:jukebox[has_record=false] 93 64 47 255 74 51 37 255 46 32 23 255 37 25 18 255 +minecraft:oak_fence 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pumpkin 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:netherrack 97 38 38 255 77 30 30 255 48 19 19 255 38 15 15 255 +minecraft:soul_sand 81 62 50 255 64 49 40 255 40 31 25 255 32 24 20 255 +minecraft:soul_soil 75 57 46 255 60 45 36 255 37 28 23 255 30 22 18 255 +minecraft:basalt 73 72 77 255 58 57 61 255 36 36 38 255 29 28 30 255 +minecraft:basalt[axis=y] 80 81 86 255 64 64 68 255 40 40 43 255 32 32 34 255 +minecraft:basalt[axis=z] 73 72 77 255 58 57 61 255 36 36 38 255 29 28 30 255 +minecraft:polished_basalt 88 88 91 255 70 70 72 255 44 44 45 255 35 35 36 255 +minecraft:polished_basalt[axis=y] 99 98 100 255 79 78 80 255 49 49 50 255 39 39 40 255 +minecraft:polished_basalt[axis=z] 88 88 91 255 70 70 72 255 44 44 45 255 35 35 36 255 +minecraft:soul_torch 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=south] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=west] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=east] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:glowstone 171 131 84 255 136 104 67 255 85 65 42 255 68 52 33 255 +minecraft:nether_portal 91 13 193 192 72 10 154 192 45 6 96 192 36 5 77 192 +minecraft:nether_portal[axis=z] 91 13 193 192 72 10 154 192 45 6 96 192 36 5 77 192 +minecraft:carved_pumpkin 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:carved_pumpkin[facing=south] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:carved_pumpkin[facing=west] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:carved_pumpkin[facing=east] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:jack_o_lantern 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:jack_o_lantern[facing=south] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:jack_o_lantern[facing=west] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:jack_o_lantern[facing=east] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=1] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=2] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=3] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=4] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=5] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=6] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:repeater 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=north,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=north,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=north,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=south,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=south,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=south,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=south,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=west,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=west,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=west,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=west,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=east,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=east,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=east,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=east,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=north,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=north,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=north,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=north,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=south,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=south,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=south,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=south,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=west,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=west,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=west,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=west,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=east,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=east,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=east,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=east,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=north,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=north,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=north,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=north,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=south,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=south,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=south,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=south,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=west,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=west,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=west,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=west,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=east,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=east,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=east,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=east,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=north,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=north,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=north,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=north,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=south,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=south,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=south,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=south,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=west,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=west,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=west,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=west,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=east,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=east,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=east,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=east,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:white_stained_glass 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:orange_stained_glass 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:magenta_stained_glass 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:light_blue_stained_glass 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:yellow_stained_glass 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:lime_stained_glass 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:pink_stained_glass 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:gray_stained_glass 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:light_gray_stained_glass 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:cyan_stained_glass 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:purple_stained_glass 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:blue_stained_glass 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:brown_stained_glass 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:green_stained_glass 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:red_stained_glass 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:black_stained_glass 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:oak_trapdoor 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:spruce_trapdoor 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:birch_trapdoor 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:jungle_trapdoor 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:acacia_trapdoor 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:dark_oak_trapdoor 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:stone_bricks 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:mossy_stone_bricks 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:cracked_stone_bricks 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:chiseled_stone_bricks 119 118 119 255 95 94 95 255 59 59 59 255 47 47 47 255 +minecraft:infested_stone 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:infested_cobblestone 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:infested_stone_bricks 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:infested_mossy_stone_bricks 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:infested_cracked_stone_bricks 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:infested_chiseled_stone_bricks 119 118 119 255 95 94 95 255 59 59 59 255 47 47 47 255 +minecraft:brown_mushroom_block 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:iron_bars 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:chain 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=x,waterlogged=false] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=y,waterlogged=true] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=y,waterlogged=false] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=z,waterlogged=true] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=z,waterlogged=false] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:glass_pane 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:melon 111 144 30 255 88 115 24 255 55 72 15 255 44 57 12 255 +minecraft:attached_pumpkin_stem 65 104 49 32 52 83 39 32 32 52 24 32 26 41 19 32 +minecraft:attached_pumpkin_stem[facing=south] 65 104 49 32 52 83 39 32 32 52 24 32 26 41 19 32 +minecraft:attached_pumpkin_stem[facing=west] 65 104 49 32 52 83 39 32 32 52 24 32 26 41 19 32 +minecraft:attached_pumpkin_stem[facing=east] 65 104 49 32 52 83 39 32 32 52 24 32 26 41 19 32 +minecraft:attached_melon_stem 66 106 49 32 52 84 39 32 33 53 24 32 26 42 19 32 +minecraft:attached_melon_stem[facing=south] 66 106 49 32 52 84 39 32 33 53 24 32 26 42 19 32 +minecraft:attached_melon_stem[facing=west] 66 106 49 32 52 84 39 32 33 53 24 32 26 42 19 32 +minecraft:attached_melon_stem[facing=east] 66 106 49 32 52 84 39 32 33 53 24 32 26 42 19 32 +minecraft:pumpkin_stem 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=1] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=2] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=3] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=4] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=5] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=6] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=7] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:melon_stem 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=1] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=2] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=3] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=4] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=5] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=6] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=7] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:vine 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=true,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=true,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=true,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=false,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=false,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=false,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=false,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=true,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=true,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=true,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=true,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=false,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=false,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=false,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=false,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=true,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=true,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=true,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=true,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=false,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=false,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=false,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=false,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=true,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=true,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=true,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=true,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=false,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=false,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=false,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=false,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:glow_lichen 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:oak_fence_gate 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brick_stairs 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:stone_brick_stairs 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:mycelium 69 110 51 255 55 88 40 255 34 55 25 255 27 44 20 255 +minecraft:mycelium[snowy=false] 111 98 101 255 88 78 80 255 55 49 50 255 44 39 40 255 +minecraft:lily_pad 16 66 25 149 12 52 20 149 8 33 12 149 6 26 10 149 +minecraft:nether_bricks 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_wart 117 18 21 43 93 14 16 43 58 9 10 43 46 7 8 43 +minecraft:nether_wart[age=1] 115 17 18 118 92 13 14 118 57 8 9 118 46 6 7 118 +minecraft:nether_wart[age=2] 115 17 18 118 92 13 14 118 57 8 9 118 46 6 7 118 +minecraft:nether_wart[age=3] 111 18 19 159 88 14 15 159 55 9 9 159 44 7 7 159 +minecraft:enchanting_table 128 75 85 255 102 60 68 255 64 37 42 255 51 30 34 255 +minecraft:brewing_stand 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=true,has_bottle_2=false] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=false,has_bottle_2=true] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=false,has_bottle_2=false] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=true,has_bottle_2=true] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=true,has_bottle_2=false] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=true] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=false] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:cauldron 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:water_cauldron 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:water_cauldron[level=2] 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:water_cauldron[level=3] 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:lava_cauldron 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:powder_snow_cauldron 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:powder_snow_cauldron[level=2] 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:powder_snow_cauldron[level=3] 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:end_portal 117 90 156 255 93 72 124 255 58 45 78 255 46 36 62 255 +minecraft:end_portal_frame 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=true,facing=south] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=true,facing=west] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=true,facing=east] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=false,facing=north] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=false,facing=south] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=false,facing=west] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=false,facing=east] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_stone 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:dragon_egg 12 9 15 255 9 7 12 255 6 4 7 255 4 3 6 255 +minecraft:redstone_lamp 142 101 60 255 113 80 48 255 71 50 30 255 56 40 24 255 +minecraft:redstone_lamp[lit=false] 95 54 30 255 76 43 24 255 47 27 15 255 38 21 12 255 +minecraft:cocoa 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=0,facing=south] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=0,facing=west] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=0,facing=east] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=1,facing=north] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=1,facing=south] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=1,facing=west] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=1,facing=east] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=2,facing=north] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=2,facing=south] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=2,facing=west] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=2,facing=east] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:sandstone_stairs 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:emerald_ore 108 136 115 255 86 108 92 255 54 68 57 255 43 54 46 255 +minecraft:deepslate_emerald_ore 78 104 87 255 62 83 69 255 39 52 43 255 31 41 34 255 +minecraft:ender_chest 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=north,waterlogged=false] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=south,waterlogged=true] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=south,waterlogged=false] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=west,waterlogged=true] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=west,waterlogged=false] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=east,waterlogged=true] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=east,waterlogged=false] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:tripwire_hook 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=north,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:emerald_block 42 203 87 255 33 162 69 255 21 101 43 255 16 81 34 255 +minecraft:spruce_stairs 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_stairs 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_stairs 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:command_block 173 131 106 255 138 104 84 255 86 65 53 255 69 52 42 255 +minecraft:command_block[conditional=true,facing=east] 180 135 108 255 144 108 86 255 90 67 54 255 72 54 43 255 +minecraft:command_block[conditional=true,facing=south] 178 133 105 255 142 106 84 255 89 66 52 255 71 53 42 255 +minecraft:command_block[conditional=true,facing=west] 178 133 105 255 142 106 84 255 89 66 52 255 71 53 42 255 +minecraft:command_block[conditional=true,facing=up] 178 133 105 255 142 106 84 255 89 66 52 255 71 53 42 255 +minecraft:command_block[conditional=true,facing=down] 178 133 105 255 142 106 84 255 89 66 52 255 71 53 42 255 +minecraft:command_block[conditional=false,facing=north] 173 131 106 255 138 104 84 255 86 65 53 255 69 52 42 255 +minecraft:command_block[conditional=false,facing=east] 180 135 108 255 144 108 86 255 90 67 54 255 72 54 43 255 +minecraft:command_block[conditional=false,facing=south] 177 133 107 255 141 106 85 255 88 66 53 255 70 53 42 255 +minecraft:command_block[conditional=false,facing=west] 177 133 107 255 141 106 85 255 88 66 53 255 70 53 42 255 +minecraft:command_block[conditional=false,facing=up] 177 133 107 255 141 106 85 255 88 66 53 255 70 53 42 255 +minecraft:command_block[conditional=false,facing=down] 177 133 107 255 141 106 85 255 88 66 53 255 70 53 42 255 +minecraft:beacon 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:cobblestone_wall 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:mossy_cobblestone_wall 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:flower_pot 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_oak_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_spruce_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_birch_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_jungle_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_acacia_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_dark_oak_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_fern 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_dandelion 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_poppy 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_blue_orchid 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_allium 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_azure_bluet 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_red_tulip 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_orange_tulip 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_white_tulip 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_pink_tulip 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_oxeye_daisy 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_cornflower 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_lily_of_the_valley 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_wither_rose 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_red_mushroom 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_brown_mushroom 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_dead_bush 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_cactus 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:carrots 44 110 39 16 35 88 31 16 22 55 19 16 17 44 15 16 +minecraft:carrots[age=1] 44 110 39 16 35 88 31 16 22 55 19 16 17 44 15 16 +minecraft:carrots[age=2] 52 120 40 41 41 96 32 41 26 60 20 41 20 48 16 41 +minecraft:carrots[age=3] 52 120 40 41 41 96 32 41 26 60 20 41 20 48 16 41 +minecraft:carrots[age=4] 56 113 37 81 44 90 29 81 28 56 18 81 22 45 14 81 +minecraft:carrots[age=5] 56 113 37 81 44 90 29 81 28 56 18 81 22 45 14 81 +minecraft:carrots[age=6] 56 113 37 81 44 90 29 81 28 56 18 81 22 45 14 81 +minecraft:carrots[age=7] 81 123 37 110 64 98 29 110 40 61 18 110 32 49 14 110 +minecraft:potatoes 58 129 40 14 46 103 32 14 29 64 20 14 23 51 16 14 +minecraft:potatoes[age=1] 58 129 40 14 46 103 32 14 29 64 20 14 23 51 16 14 +minecraft:potatoes[age=2] 68 131 42 25 54 104 33 25 34 65 21 25 27 52 16 25 +minecraft:potatoes[age=3] 68 131 42 25 54 104 33 25 34 65 21 25 27 52 16 25 +minecraft:potatoes[age=4] 85 129 47 44 68 103 37 44 42 64 23 44 34 51 18 44 +minecraft:potatoes[age=5] 85 129 47 44 68 103 37 44 42 64 23 44 34 51 18 44 +minecraft:potatoes[age=6] 85 129 47 44 68 103 37 44 42 64 23 44 34 51 18 44 +minecraft:potatoes[age=7] 84 135 47 80 67 108 37 80 42 67 23 80 33 54 18 80 +minecraft:oak_button 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=north,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=south,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=south,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=west,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=west,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=east,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=east,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=north,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=north,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=south,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=south,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=west,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=west,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=east,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=east,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=north,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=north,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=south,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=south,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=west,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=west,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=east,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=east,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:spruce_button 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=north,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=south,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=south,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=west,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=west,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=east,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=east,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=north,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=north,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=south,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=south,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=west,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=west,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=east,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=east,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=north,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=north,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=south,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=south,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=west,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=west,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=east,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=east,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_button 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=north,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=south,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=south,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=west,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=west,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=east,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=east,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=north,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=north,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=south,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=south,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=west,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=west,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=east,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=east,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=north,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=north,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=south,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=south,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=west,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=west,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=east,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=east,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_button 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=north,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=south,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=south,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=west,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=west,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=east,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=east,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=north,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=north,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=south,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=south,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=west,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=west,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=east,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=east,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=north,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=north,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=south,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=south,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=west,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=west,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=east,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=east,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_button 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=north,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=south,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=south,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=west,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=west,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=east,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=east,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=north,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=north,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=south,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=south,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=west,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=west,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=east,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=east,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=north,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=north,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=south,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=south,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=west,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=west,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=east,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=east,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_button 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=north,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=south,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=south,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=west,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=west,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=east,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=east,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=north,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=north,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=south,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=south,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=west,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=west,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=east,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=east,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=north,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=north,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=south,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=south,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=west,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=west,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=east,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=east,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:skeleton_skull 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=1] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=2] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=3] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=4] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=5] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=6] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=7] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=8] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=9] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=10] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=11] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=12] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=13] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=14] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=15] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_wall_skull 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_wall_skull[facing=south] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_wall_skull[facing=west] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_wall_skull[facing=east] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:wither_skeleton_skull 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=1] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=2] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=3] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=4] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=5] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=6] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=7] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=8] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=9] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=10] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=11] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=12] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=13] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=14] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=15] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_wall_skull 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_wall_skull[facing=south] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_wall_skull[facing=west] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_wall_skull[facing=east] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:zombie_head 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=1] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=2] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=3] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=4] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=5] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=6] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=7] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=8] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=9] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=10] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=11] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=12] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=13] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=14] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=15] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_wall_head 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_wall_head[facing=south] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_wall_head[facing=west] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_wall_head[facing=east] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:player_head 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=1] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=2] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=3] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=4] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=5] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=6] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=7] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=8] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=9] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=10] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=11] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=12] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=13] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=14] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=15] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_wall_head 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_wall_head[facing=south] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_wall_head[facing=west] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_wall_head[facing=east] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:creeper_head 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=1] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=2] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=3] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=4] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=5] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=6] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=7] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=8] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=9] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=10] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=11] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=12] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=13] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=14] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=15] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_wall_head 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_wall_head[facing=south] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_wall_head[facing=west] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_wall_head[facing=east] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=1] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=2] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=3] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=4] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=5] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=6] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=7] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=8] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=9] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=10] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=11] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=12] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=13] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=14] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=15] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_wall_head 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_wall_head[facing=south] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_wall_head[facing=west] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_wall_head[facing=east] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:anvil 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:anvil[facing=south] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:anvil[facing=west] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:anvil[facing=east] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:chipped_anvil 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:chipped_anvil[facing=south] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:chipped_anvil[facing=west] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:chipped_anvil[facing=east] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:damaged_anvil 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:damaged_anvil[facing=south] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:damaged_anvil[facing=west] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:damaged_anvil[facing=east] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:trapped_chest 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=single,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=left,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=left,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=right,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=right,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=single,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=single,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=left,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=left,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=right,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=right,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=single,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=single,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=left,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=left,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=right,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=right,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=single,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=single,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=left,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=left,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=right,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=right,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:light_weighted_pressure_plate 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=1] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=2] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=3] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=4] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=5] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=6] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=7] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=8] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=9] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=10] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=11] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=12] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=13] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=14] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=15] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:heavy_weighted_pressure_plate 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=1] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=2] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=3] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=4] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=5] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=6] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=7] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=8] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=9] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=10] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=11] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=12] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=13] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=14] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=15] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:comparator 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=north,mode=compare,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=north,mode=subtract,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=north,mode=subtract,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=south,mode=compare,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=south,mode=compare,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=south,mode=subtract,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=south,mode=subtract,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=west,mode=compare,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=west,mode=compare,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=west,mode=subtract,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=west,mode=subtract,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=east,mode=compare,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=east,mode=compare,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=east,mode=subtract,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=east,mode=subtract,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:daylight_detector 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=1] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=2] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=3] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=4] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=5] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=6] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=7] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=8] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=9] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=10] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=11] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=12] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=13] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=14] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=15] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=false,power=0] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=1] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=2] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=3] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=4] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=5] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=6] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=7] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=8] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=9] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=10] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=11] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=12] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=13] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=14] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=15] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:redstone_block 175 24 5 255 140 19 4 255 87 12 2 255 70 9 2 255 +minecraft:nether_quartz_ore 117 65 62 255 93 52 49 255 58 32 31 255 46 26 24 255 +minecraft:hopper 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=true,facing=north] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=true,facing=south] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=true,facing=west] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=true,facing=east] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=down] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=north] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=south] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=west] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=east] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:quartz_block 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:chiseled_quartz_block 231 226 217 255 184 180 173 255 115 113 108 255 92 90 86 255 +minecraft:quartz_pillar 235 230 224 255 188 184 179 255 117 115 112 255 94 92 89 255 +minecraft:quartz_pillar[axis=y] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_pillar[axis=z] 235 230 224 255 188 184 179 255 117 115 112 255 94 92 89 255 +minecraft:quartz_stairs 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:activator_rail 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=north_south,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=east_west,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=east_west,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_east,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_east,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_west,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_west,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_north,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_north,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_south,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_south,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=false,shape=north_south,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=north_south,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=east_west,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=east_west,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_east,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_east,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_west,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_west,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_north,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_north,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_south,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_south,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:dropper 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=north,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=east,triggered=true] 97 96 96 255 77 76 76 255 48 48 48 255 38 38 38 255 +minecraft:dropper[facing=east,triggered=false] 97 96 96 255 77 76 76 255 48 48 48 255 38 38 38 255 +minecraft:dropper[facing=south,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=south,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=west,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=west,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=up,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=up,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=down,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=down,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:white_terracotta 209 178 161 255 167 142 128 255 104 89 80 255 83 71 64 255 +minecraft:orange_terracotta 161 83 37 255 128 66 29 255 80 41 18 255 64 33 14 255 +minecraft:magenta_terracotta 149 88 108 255 119 70 86 255 74 44 54 255 59 35 43 255 +minecraft:light_blue_terracotta 113 108 137 255 90 86 109 255 56 54 68 255 45 43 54 255 +minecraft:yellow_terracotta 186 133 35 255 148 106 28 255 93 66 17 255 74 53 14 255 +minecraft:lime_terracotta 103 117 52 255 82 93 41 255 51 58 26 255 41 46 20 255 +minecraft:pink_terracotta 161 78 78 255 128 62 62 255 80 39 39 255 64 31 31 255 +minecraft:gray_terracotta 57 42 35 255 45 33 28 255 28 21 17 255 22 16 14 255 +minecraft:light_gray_terracotta 135 106 97 255 108 84 77 255 67 53 48 255 54 42 38 255 +minecraft:cyan_terracotta 86 91 91 255 68 72 72 255 43 45 45 255 34 36 36 255 +minecraft:purple_terracotta 118 70 86 255 94 56 68 255 59 35 43 255 47 28 34 255 +minecraft:blue_terracotta 74 59 91 255 59 47 72 255 37 29 45 255 29 23 36 255 +minecraft:brown_terracotta 77 51 35 255 61 40 28 255 38 25 17 255 30 20 14 255 +minecraft:green_terracotta 76 83 42 255 60 66 33 255 38 41 21 255 30 33 16 255 +minecraft:red_terracotta 143 61 46 255 114 48 36 255 71 30 23 255 57 24 18 255 +minecraft:black_terracotta 37 22 16 255 29 17 12 255 18 11 8 255 14 8 6 255 +minecraft:white_stained_glass_pane 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:orange_stained_glass_pane 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:magenta_stained_glass_pane 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:light_blue_stained_glass_pane 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:yellow_stained_glass_pane 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:lime_stained_glass_pane 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:pink_stained_glass_pane 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:gray_stained_glass_pane 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:light_gray_stained_glass_pane 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:cyan_stained_glass_pane 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:purple_stained_glass_pane 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:blue_stained_glass_pane 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:brown_stained_glass_pane 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:green_stained_glass_pane 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:red_stained_glass_pane 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:black_stained_glass_pane 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:acacia_stairs 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_stairs 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:slime_block 111 192 91 180 88 153 72 180 55 96 45 180 44 76 36 180 +minecraft:iron_trapdoor 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:prismarine 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_bricks 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:dark_prismarine 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:prismarine_stairs 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_brick_stairs 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:dark_prismarine_stairs 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:prismarine_slab 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=top,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=bottom,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=bottom,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=double,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=double,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_brick_slab 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=top,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=bottom,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=bottom,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=double,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=double,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:dark_prismarine_slab 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=top,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=bottom,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=bottom,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=double,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=double,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:sea_lantern 172 200 190 255 137 160 152 255 86 100 95 255 68 80 76 255 +minecraft:hay_block 166 136 38 255 132 108 30 255 83 68 19 255 66 54 15 255 +minecraft:hay_block[axis=y] 165 139 12 255 132 111 9 255 82 69 6 255 66 55 4 255 +minecraft:hay_block[axis=z] 166 136 38 255 132 108 30 255 83 68 19 255 66 54 15 255 +minecraft:white_carpet 233 236 236 255 186 188 188 255 116 118 118 255 93 94 94 255 +minecraft:orange_carpet 240 118 19 255 192 94 15 255 120 59 9 255 96 47 7 255 +minecraft:magenta_carpet 189 68 179 255 151 54 143 255 94 34 89 255 75 27 71 255 +minecraft:light_blue_carpet 58 175 217 255 46 140 173 255 29 87 108 255 23 70 86 255 +minecraft:yellow_carpet 248 197 39 255 198 157 31 255 124 98 19 255 99 78 15 255 +minecraft:lime_carpet 112 185 25 255 89 148 20 255 56 92 12 255 44 74 10 255 +minecraft:pink_carpet 237 141 172 255 189 112 137 255 118 70 86 255 94 56 68 255 +minecraft:gray_carpet 62 68 71 255 49 54 56 255 31 34 35 255 24 27 28 255 +minecraft:light_gray_carpet 142 142 134 255 113 113 107 255 71 71 67 255 56 56 53 255 +minecraft:cyan_carpet 21 137 145 255 16 109 116 255 10 68 72 255 8 54 58 255 +minecraft:purple_carpet 121 42 172 255 96 33 137 255 60 21 86 255 48 16 68 255 +minecraft:blue_carpet 53 57 157 255 42 45 125 255 26 28 78 255 21 22 62 255 +minecraft:brown_carpet 114 71 40 255 91 56 32 255 57 35 20 255 45 28 16 255 +minecraft:green_carpet 84 109 27 255 67 87 21 255 42 54 13 255 33 43 10 255 +minecraft:red_carpet 160 39 34 255 128 31 27 255 80 19 17 255 64 15 13 255 +minecraft:black_carpet 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:terracotta 152 94 67 255 121 75 53 255 76 47 33 255 60 37 26 255 +minecraft:coal_block 16 15 15 255 12 12 12 255 8 7 7 255 6 6 6 255 +minecraft:packed_ice 141 180 250 255 112 144 200 255 70 90 125 255 56 72 100 255 +minecraft:sunflower 49 129 27 30 39 103 21 30 24 64 13 30 19 51 10 30 +minecraft:sunflower[half=lower] 56 135 30 56 44 108 24 56 28 67 15 56 22 54 12 56 +minecraft:lilac 154 125 147 74 123 100 117 74 77 62 73 74 61 50 58 74 +minecraft:lilac[half=lower] 137 124 126 89 109 99 100 89 68 62 63 89 54 49 50 89 +minecraft:rose_bush 131 66 37 92 104 52 29 92 65 33 18 92 52 26 14 92 +minecraft:rose_bush[half=lower] 97 83 37 178 77 66 29 178 48 41 18 178 38 33 14 178 +minecraft:peony 129 126 139 109 103 100 111 109 64 63 69 109 51 50 55 109 +minecraft:peony[half=lower] 86 101 93 140 68 80 74 140 43 50 46 140 34 40 37 140 +minecraft:tall_grass 71 112 53 89 56 89 42 89 35 56 26 89 28 44 21 89 +minecraft:tall_grass[half=lower] 60 96 45 186 48 76 36 186 30 48 22 186 24 38 18 186 +minecraft:large_fern 59 94 44 103 47 75 35 103 29 47 22 103 23 37 17 103 +minecraft:large_fern[half=lower] 62 98 46 175 49 78 36 175 31 49 23 175 24 39 18 175 +minecraft:white_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_sandstone 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:chiseled_red_sandstone 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_stairs 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:oak_slab 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=top,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=bottom,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=bottom,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=double,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=double,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:spruce_slab 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=top,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=bottom,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=bottom,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=double,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=double,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_slab 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=top,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=bottom,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=bottom,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=double,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=double,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_slab 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=top,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=bottom,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=bottom,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=double,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=double,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_slab 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=top,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=bottom,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=bottom,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=double,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=double,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_slab 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=top,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=bottom,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=bottom,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=double,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=double,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:stone_slab 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=top,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=bottom,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=bottom,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=double,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=double,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:smooth_stone_slab 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=top,waterlogged=false] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=bottom,waterlogged=true] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=bottom,waterlogged=false] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=double,waterlogged=true] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=double,waterlogged=false] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:sandstone_slab 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=top,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=bottom,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=bottom,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=double,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=double,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=top,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=bottom,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=bottom,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=double,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=double,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:petrified_oak_slab 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=top,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=bottom,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=bottom,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=double,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=double,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cobblestone_slab 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=top,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=bottom,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=bottom,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=double,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=double,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:brick_slab 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=top,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=bottom,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=bottom,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=double,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=double,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:stone_brick_slab 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=top,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=bottom,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=bottom,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=double,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=double,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:nether_brick_slab 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=top,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=bottom,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=bottom,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=double,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=double,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:quartz_slab 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=top,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=bottom,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=bottom,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=double,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=double,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:red_sandstone_slab 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=top,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=bottom,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=bottom,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=double,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=double,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=top,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=double,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=double,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:purpur_slab 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=top,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=bottom,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=bottom,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=double,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=double,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:smooth_stone 159 159 159 255 127 127 127 255 79 79 79 255 63 63 63 255 +minecraft:smooth_sandstone 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_quartz 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:smooth_red_sandstone 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:spruce_fence_gate 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_fence_gate 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_fence_gate 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_fence_gate 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_fence_gate 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:spruce_fence 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_fence 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_fence 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_fence 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_fence 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:spruce_door 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:birch_door 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:jungle_door 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:acacia_door 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:dark_oak_door 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:end_rod 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=east] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=south] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=west] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=up] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=down] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:chorus_plant 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_flower 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=1] 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=2] 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=3] 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=4] 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=5] 96 61 94 255 76 48 75 255 48 30 47 255 38 24 37 255 +minecraft:purpur_block 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_pillar 171 129 171 255 136 103 136 255 85 64 85 255 68 51 68 255 +minecraft:purpur_pillar[axis=y] 171 128 171 255 136 102 136 255 85 64 85 255 68 51 68 255 +minecraft:purpur_pillar[axis=z] 171 129 171 255 136 103 136 255 85 64 85 255 68 51 68 255 +minecraft:purpur_stairs 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:end_stone_bricks 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:beetroots 65 137 41 14 52 109 32 14 32 68 20 14 26 54 16 14 +minecraft:beetroots[age=1] 66 138 41 29 52 110 32 29 33 69 20 29 26 55 16 29 +minecraft:beetroots[age=2] 69 130 39 87 55 104 31 87 34 65 19 87 27 52 15 87 +minecraft:beetroots[age=3] 93 91 30 115 74 72 24 115 46 45 15 115 37 36 12 115 +minecraft:dirt_path 148 121 65 255 118 96 52 255 74 60 32 255 59 48 26 255 +minecraft:end_gateway 117 90 156 255 93 72 124 255 58 45 78 255 46 36 62 255 +minecraft:repeating_command_block 127 109 166 255 101 87 132 255 63 54 83 255 50 43 66 255 +minecraft:repeating_command_block[conditional=true,facing=east] 129 111 176 255 103 88 140 255 64 55 88 255 51 44 70 255 +minecraft:repeating_command_block[conditional=true,facing=south] 128 110 170 255 102 88 136 255 64 55 85 255 51 44 68 255 +minecraft:repeating_command_block[conditional=true,facing=west] 128 110 170 255 102 88 136 255 64 55 85 255 51 44 68 255 +minecraft:repeating_command_block[conditional=true,facing=up] 128 110 170 255 102 88 136 255 64 55 85 255 51 44 68 255 +minecraft:repeating_command_block[conditional=true,facing=down] 128 110 170 255 102 88 136 255 64 55 85 255 51 44 68 255 +minecraft:repeating_command_block[conditional=false,facing=north] 127 109 166 255 101 87 132 255 63 54 83 255 50 43 66 255 +minecraft:repeating_command_block[conditional=false,facing=east] 129 111 176 255 103 88 140 255 64 55 88 255 51 44 70 255 +minecraft:repeating_command_block[conditional=false,facing=south] 127 109 171 255 101 87 136 255 63 54 85 255 50 43 68 255 +minecraft:repeating_command_block[conditional=false,facing=west] 127 109 171 255 101 87 136 255 63 54 85 255 50 43 68 255 +minecraft:repeating_command_block[conditional=false,facing=up] 127 109 171 255 101 87 136 255 63 54 85 255 50 43 68 255 +minecraft:repeating_command_block[conditional=false,facing=down] 127 109 171 255 101 87 136 255 63 54 85 255 50 43 68 255 +minecraft:chain_command_block 129 156 144 255 103 124 115 255 64 78 72 255 51 62 57 255 +minecraft:chain_command_block[conditional=true,facing=east] 132 165 150 255 105 132 120 255 66 82 75 255 52 66 60 255 +minecraft:chain_command_block[conditional=true,facing=south] 131 161 147 255 104 128 117 255 65 80 73 255 52 64 58 255 +minecraft:chain_command_block[conditional=true,facing=west] 131 161 147 255 104 128 117 255 65 80 73 255 52 64 58 255 +minecraft:chain_command_block[conditional=true,facing=up] 131 161 147 255 104 128 117 255 65 80 73 255 52 64 58 255 +minecraft:chain_command_block[conditional=true,facing=down] 131 161 147 255 104 128 117 255 65 80 73 255 52 64 58 255 +minecraft:chain_command_block[conditional=false,facing=north] 129 156 144 255 103 124 115 255 64 78 72 255 51 62 57 255 +minecraft:chain_command_block[conditional=false,facing=east] 132 165 150 255 105 132 120 255 66 82 75 255 52 66 60 255 +minecraft:chain_command_block[conditional=false,facing=south] 129 161 147 255 103 128 117 255 64 80 73 255 51 64 58 255 +minecraft:chain_command_block[conditional=false,facing=west] 129 161 147 255 103 128 117 255 64 80 73 255 51 64 58 255 +minecraft:chain_command_block[conditional=false,facing=up] 129 161 147 255 103 128 117 255 64 80 73 255 51 64 58 255 +minecraft:chain_command_block[conditional=false,facing=down] 129 161 147 255 103 128 117 255 64 80 73 255 51 64 58 255 +minecraft:frosted_ice 140 181 252 190 112 144 201 190 70 90 126 190 56 72 100 190 +minecraft:frosted_ice[age=1] 139 180 252 193 111 144 201 193 69 90 126 193 55 72 100 193 +minecraft:frosted_ice[age=2] 137 179 252 199 109 143 201 199 68 89 126 199 54 71 100 199 +minecraft:frosted_ice[age=3] 134 177 252 212 107 141 201 212 67 88 126 212 53 70 100 212 +minecraft:magma_block 141 62 30 255 112 49 24 255 70 31 15 255 56 24 12 255 +minecraft:nether_wart_block 114 2 2 255 91 1 1 255 57 1 1 255 45 0 0 255 +minecraft:red_nether_bricks 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:bone_block 229 225 207 255 183 180 165 255 114 112 103 255 91 90 82 255 +minecraft:bone_block[axis=y] 209 206 179 255 167 164 143 255 104 103 89 255 83 82 71 255 +minecraft:bone_block[axis=z] 229 225 207 255 183 180 165 255 114 112 103 255 91 90 82 255 +minecraft:observer 71 69 69 255 56 55 55 255 35 34 34 255 28 27 27 255 +minecraft:observer[facing=north,powered=false] 71 69 69 255 56 55 55 255 35 34 34 255 28 27 27 255 +minecraft:observer[facing=east,powered=true] 103 103 103 255 82 82 82 255 51 51 51 255 41 41 41 255 +minecraft:observer[facing=east,powered=false] 103 103 103 255 82 82 82 255 51 51 51 255 41 41 41 255 +minecraft:observer[facing=south,powered=true] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=south,powered=false] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=west,powered=true] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=west,powered=false] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=up,powered=true] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=up,powered=false] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=down,powered=true] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=down,powered=false] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:shulker_box 121 83 121 255 96 66 96 255 60 41 60 255 48 33 48 255 +minecraft:shulker_box[facing=east] 139 96 139 255 111 76 111 255 69 48 69 255 55 38 55 255 +minecraft:shulker_box[facing=south] 139 97 139 255 111 77 111 255 69 48 69 255 55 38 55 255 +minecraft:shulker_box[facing=west] 139 97 139 255 111 77 111 255 69 48 69 255 55 38 55 255 +minecraft:shulker_box[facing=up] 139 97 139 255 111 77 111 255 69 48 69 255 55 38 55 255 +minecraft:shulker_box[facing=down] 139 97 139 255 111 77 111 255 69 48 69 255 55 38 55 255 +minecraft:white_shulker_box 168 173 174 255 134 138 139 255 84 86 87 255 67 69 69 255 +minecraft:white_shulker_box[facing=east] 215 220 221 255 172 176 176 255 107 110 110 255 86 88 88 255 +minecraft:white_shulker_box[facing=south] 202 207 208 255 161 165 166 255 101 103 104 255 80 82 83 255 +minecraft:white_shulker_box[facing=west] 202 207 208 255 161 165 166 255 101 103 104 255 80 82 83 255 +minecraft:white_shulker_box[facing=up] 202 207 208 255 161 165 166 255 101 103 104 255 80 82 83 255 +minecraft:white_shulker_box[facing=down] 202 207 208 255 161 165 166 255 101 103 104 255 80 82 83 255 +minecraft:orange_shulker_box 165 70 0 255 132 56 0 255 82 35 0 255 66 28 0 255 +minecraft:orange_shulker_box[facing=east] 234 106 8 255 187 84 6 255 117 53 4 255 93 42 3 255 +minecraft:orange_shulker_box[facing=south] 218 97 5 255 174 77 4 255 109 48 2 255 87 38 2 255 +minecraft:orange_shulker_box[facing=west] 218 97 5 255 174 77 4 255 109 48 2 255 87 38 2 255 +minecraft:orange_shulker_box[facing=up] 218 97 5 255 174 77 4 255 109 48 2 255 87 38 2 255 +minecraft:orange_shulker_box[facing=down] 218 97 5 255 174 77 4 255 109 48 2 255 87 38 2 255 +minecraft:magenta_shulker_box 138 38 129 255 110 30 103 255 69 19 64 255 55 15 51 255 +minecraft:magenta_shulker_box[facing=east] 173 54 163 255 138 43 130 255 86 27 81 255 69 21 65 255 +minecraft:magenta_shulker_box[facing=south] 163 48 153 255 130 38 122 255 81 24 76 255 65 19 61 255 +minecraft:magenta_shulker_box[facing=west] 163 48 153 255 130 38 122 255 81 24 76 255 65 19 61 255 +minecraft:magenta_shulker_box[facing=up] 163 48 153 255 130 38 122 255 81 24 76 255 65 19 61 255 +minecraft:magenta_shulker_box[facing=down] 163 48 153 255 130 38 122 255 81 24 76 255 65 19 61 255 +minecraft:light_blue_shulker_box 27 113 166 255 21 90 132 255 13 56 83 255 10 45 66 255 +minecraft:light_blue_shulker_box[facing=east] 49 163 212 255 39 130 169 255 24 81 106 255 19 65 84 255 +minecraft:light_blue_shulker_box[facing=south] 42 150 202 255 33 120 161 255 21 75 101 255 16 60 80 255 +minecraft:light_blue_shulker_box[facing=west] 42 150 202 255 33 120 161 255 21 75 101 255 16 60 80 255 +minecraft:light_blue_shulker_box[facing=up] 42 150 202 255 33 120 161 255 21 75 101 255 16 60 80 255 +minecraft:light_blue_shulker_box[facing=down] 42 150 202 255 33 120 161 255 21 75 101 255 16 60 80 255 +minecraft:yellow_shulker_box 209 149 14 255 167 119 11 255 104 74 7 255 83 59 5 255 +minecraft:yellow_shulker_box[facing=east] 248 188 29 255 198 150 23 255 124 94 14 255 99 75 11 255 +minecraft:yellow_shulker_box[facing=south] 240 179 24 255 192 143 19 255 120 89 12 255 96 71 9 255 +minecraft:yellow_shulker_box[facing=west] 240 179 24 255 192 143 19 255 120 89 12 255 96 71 9 255 +minecraft:yellow_shulker_box[facing=up] 240 179 24 255 192 143 19 255 120 89 12 255 96 71 9 255 +minecraft:yellow_shulker_box[facing=down] 240 179 24 255 192 143 19 255 120 89 12 255 96 71 9 255 +minecraft:lime_shulker_box 61 112 14 255 48 89 11 255 30 56 7 255 24 44 5 255 +minecraft:lime_shulker_box[facing=east] 99 172 23 255 79 137 18 255 49 86 11 255 39 68 9 255 +minecraft:lime_shulker_box[facing=south] 88 156 21 255 70 124 16 255 44 78 10 255 35 62 8 255 +minecraft:lime_shulker_box[facing=west] 88 156 21 255 70 124 16 255 44 78 10 255 35 62 8 255 +minecraft:lime_shulker_box[facing=up] 88 156 21 255 70 124 16 255 44 78 10 255 35 62 8 255 +minecraft:lime_shulker_box[facing=down] 88 156 21 255 70 124 16 255 44 78 10 255 35 62 8 255 +minecraft:pink_shulker_box 177 78 116 255 141 62 92 255 88 39 58 255 70 31 46 255 +minecraft:pink_shulker_box[facing=east] 230 121 157 255 184 96 125 255 115 60 78 255 92 48 62 255 +minecraft:pink_shulker_box[facing=south] 217 109 146 255 173 87 116 255 108 54 73 255 86 43 58 255 +minecraft:pink_shulker_box[facing=west] 217 109 146 255 173 87 116 255 108 54 73 255 86 43 58 255 +minecraft:pink_shulker_box[facing=up] 217 109 146 255 173 87 116 255 108 54 73 255 86 43 58 255 +minecraft:pink_shulker_box[facing=down] 217 109 146 255 173 87 116 255 108 54 73 255 86 43 58 255 +minecraft:gray_shulker_box 36 38 41 255 28 30 32 255 18 19 20 255 14 15 16 255 +minecraft:gray_shulker_box[facing=east] 55 58 62 255 44 46 49 255 27 29 31 255 22 23 24 255 +minecraft:gray_shulker_box[facing=south] 49 52 56 255 39 41 44 255 24 26 28 255 19 20 22 255 +minecraft:gray_shulker_box[facing=west] 49 52 56 255 39 41 44 255 24 26 28 255 19 20 22 255 +minecraft:gray_shulker_box[facing=up] 49 52 56 255 39 41 44 255 24 26 28 255 19 20 22 255 +minecraft:gray_shulker_box[facing=down] 49 52 56 255 39 41 44 255 24 26 28 255 19 20 22 255 +minecraft:light_gray_shulker_box 78 78 71 255 62 62 56 255 39 39 35 255 31 31 28 255 +minecraft:light_gray_shulker_box[facing=east] 124 124 115 255 99 99 92 255 62 62 57 255 49 49 46 255 +minecraft:light_gray_shulker_box[facing=south] 111 111 102 255 88 88 81 255 55 55 51 255 44 44 40 255 +minecraft:light_gray_shulker_box[facing=west] 111 111 102 255 88 88 81 255 55 55 51 255 44 44 40 255 +minecraft:light_gray_shulker_box[facing=up] 111 111 102 255 88 88 81 255 55 55 51 255 44 44 40 255 +minecraft:light_gray_shulker_box[facing=down] 111 111 102 255 88 88 81 255 55 55 51 255 44 44 40 255 +minecraft:cyan_shulker_box 10 82 95 255 8 65 76 255 5 41 47 255 4 32 38 255 +minecraft:cyan_shulker_box[facing=east] 20 121 135 255 16 96 108 255 10 60 67 255 8 48 54 255 +minecraft:cyan_shulker_box[facing=south] 17 110 124 255 13 88 99 255 8 55 62 255 6 44 49 255 +minecraft:cyan_shulker_box[facing=west] 17 110 124 255 13 88 99 255 8 55 62 255 6 44 49 255 +minecraft:cyan_shulker_box[facing=up] 17 110 124 255 13 88 99 255 8 55 62 255 6 44 49 255 +minecraft:cyan_shulker_box[facing=down] 17 110 124 255 13 88 99 255 8 55 62 255 6 44 49 255 +minecraft:purple_shulker_box 75 21 120 255 60 16 96 255 37 10 60 255 30 8 48 255 +minecraft:purple_shulker_box[facing=east] 103 32 156 255 82 25 124 255 51 16 78 255 41 12 62 255 +minecraft:purple_shulker_box[facing=south] 94 28 146 255 75 22 116 255 47 14 73 255 37 11 58 255 +minecraft:purple_shulker_box[facing=west] 94 28 146 255 75 22 116 255 47 14 73 255 37 11 58 255 +minecraft:purple_shulker_box[facing=up] 94 28 146 255 75 22 116 255 47 14 73 255 37 11 58 255 +minecraft:purple_shulker_box[facing=down] 94 28 146 255 75 22 116 255 47 14 73 255 37 11 58 255 +minecraft:blue_shulker_box 26 27 99 255 20 21 79 255 13 13 49 255 10 10 39 255 +minecraft:blue_shulker_box[facing=east] 43 45 140 255 34 36 112 255 21 22 70 255 17 18 56 255 +minecraft:blue_shulker_box[facing=south] 38 40 128 255 30 32 102 255 19 20 64 255 15 16 51 255 +minecraft:blue_shulker_box[facing=west] 38 40 128 255 30 32 102 255 19 20 64 255 15 16 51 255 +minecraft:blue_shulker_box[facing=up] 38 40 128 255 30 32 102 255 19 20 64 255 15 16 51 255 +minecraft:blue_shulker_box[facing=down] 38 40 128 255 30 32 102 255 19 20 64 255 15 16 51 255 +minecraft:brown_shulker_box 74 44 21 255 59 35 16 255 37 22 10 255 29 17 8 255 +minecraft:brown_shulker_box[facing=east] 106 66 35 255 84 52 28 255 53 33 17 255 42 26 14 255 +minecraft:brown_shulker_box[facing=south] 98 60 32 255 78 48 25 255 49 30 16 255 39 24 12 255 +minecraft:brown_shulker_box[facing=west] 98 60 32 255 78 48 25 255 49 30 16 255 39 24 12 255 +minecraft:brown_shulker_box[facing=up] 98 60 32 255 78 48 25 255 49 30 16 255 39 24 12 255 +minecraft:brown_shulker_box[facing=down] 98 60 32 255 78 48 25 255 49 30 16 255 39 24 12 255 +minecraft:green_shulker_box 60 75 30 255 48 60 24 255 30 37 15 255 24 30 12 255 +minecraft:green_shulker_box[facing=east] 79 100 31 255 63 80 24 255 39 50 15 255 31 40 12 255 +minecraft:green_shulker_box[facing=south] 74 94 32 255 59 75 25 255 37 47 16 255 29 37 12 255 +minecraft:green_shulker_box[facing=west] 74 94 32 255 59 75 25 255 37 47 16 255 29 37 12 255 +minecraft:green_shulker_box[facing=up] 74 94 32 255 59 75 25 255 37 47 16 255 29 37 12 255 +minecraft:green_shulker_box[facing=down] 74 94 32 255 59 75 25 255 37 47 16 255 29 37 12 255 +minecraft:red_shulker_box 102 16 16 255 81 12 12 255 51 8 8 255 40 6 6 255 +minecraft:red_shulker_box[facing=east] 140 31 30 255 112 24 24 255 70 15 15 255 56 12 12 255 +minecraft:red_shulker_box[facing=south] 129 26 26 255 103 20 20 255 64 13 13 255 51 10 10 255 +minecraft:red_shulker_box[facing=west] 129 26 26 255 103 20 20 255 64 13 13 255 51 10 10 255 +minecraft:red_shulker_box[facing=up] 129 26 26 255 103 20 20 255 64 13 13 255 51 10 10 255 +minecraft:red_shulker_box[facing=down] 129 26 26 255 103 20 20 255 64 13 13 255 51 10 10 255 +minecraft:black_shulker_box 10 12 16 255 8 9 12 255 5 6 8 255 4 4 6 255 +minecraft:black_shulker_box[facing=east] 25 25 29 255 20 20 23 255 12 12 14 255 10 10 11 255 +minecraft:black_shulker_box[facing=south] 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:black_shulker_box[facing=west] 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:black_shulker_box[facing=up] 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:black_shulker_box[facing=down] 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:white_glazed_terracotta 188 212 202 255 150 169 161 255 94 106 101 255 75 84 80 255 +minecraft:white_glazed_terracotta[facing=south] 188 212 202 255 150 169 161 255 94 106 101 255 75 84 80 255 +minecraft:white_glazed_terracotta[facing=west] 188 212 202 255 150 169 161 255 94 106 101 255 75 84 80 255 +minecraft:white_glazed_terracotta[facing=east] 188 212 202 255 150 169 161 255 94 106 101 255 75 84 80 255 +minecraft:orange_glazed_terracotta 154 147 91 255 123 117 72 255 77 73 45 255 61 58 36 255 +minecraft:orange_glazed_terracotta[facing=south] 154 147 91 255 123 117 72 255 77 73 45 255 61 58 36 255 +minecraft:orange_glazed_terracotta[facing=west] 154 147 91 255 123 117 72 255 77 73 45 255 61 58 36 255 +minecraft:orange_glazed_terracotta[facing=east] 154 147 91 255 123 117 72 255 77 73 45 255 61 58 36 255 +minecraft:magenta_glazed_terracotta 208 100 191 255 166 80 152 255 104 50 95 255 83 40 76 255 +minecraft:magenta_glazed_terracotta[facing=south] 208 100 191 255 166 80 152 255 104 50 95 255 83 40 76 255 +minecraft:magenta_glazed_terracotta[facing=west] 208 100 191 255 166 80 152 255 104 50 95 255 83 40 76 255 +minecraft:magenta_glazed_terracotta[facing=east] 208 100 191 255 166 80 152 255 104 50 95 255 83 40 76 255 +minecraft:light_blue_glazed_terracotta 94 164 208 255 75 131 166 255 47 82 104 255 37 65 83 255 +minecraft:light_blue_glazed_terracotta[facing=south] 94 164 208 255 75 131 166 255 47 82 104 255 37 65 83 255 +minecraft:light_blue_glazed_terracotta[facing=west] 94 164 208 255 75 131 166 255 47 82 104 255 37 65 83 255 +minecraft:light_blue_glazed_terracotta[facing=east] 94 164 208 255 75 131 166 255 47 82 104 255 37 65 83 255 +minecraft:yellow_glazed_terracotta 234 192 88 255 187 153 70 255 117 96 44 255 93 76 35 255 +minecraft:yellow_glazed_terracotta[facing=south] 234 192 88 255 187 153 70 255 117 96 44 255 93 76 35 255 +minecraft:yellow_glazed_terracotta[facing=west] 234 192 88 255 187 153 70 255 117 96 44 255 93 76 35 255 +minecraft:yellow_glazed_terracotta[facing=east] 234 192 88 255 187 153 70 255 117 96 44 255 93 76 35 255 +minecraft:lime_glazed_terracotta 162 197 55 255 129 157 44 255 81 98 27 255 64 78 22 255 +minecraft:lime_glazed_terracotta[facing=south] 162 197 55 255 129 157 44 255 81 98 27 255 64 78 22 255 +minecraft:lime_glazed_terracotta[facing=west] 162 197 55 255 129 157 44 255 81 98 27 255 64 78 22 255 +minecraft:lime_glazed_terracotta[facing=east] 162 197 55 255 129 157 44 255 81 98 27 255 64 78 22 255 +minecraft:pink_glazed_terracotta 235 154 181 255 188 123 144 255 117 77 90 255 94 61 72 255 +minecraft:pink_glazed_terracotta[facing=south] 235 154 181 255 188 123 144 255 117 77 90 255 94 61 72 255 +minecraft:pink_glazed_terracotta[facing=west] 235 154 181 255 188 123 144 255 117 77 90 255 94 61 72 255 +minecraft:pink_glazed_terracotta[facing=east] 235 154 181 255 188 123 144 255 117 77 90 255 94 61 72 255 +minecraft:gray_glazed_terracotta 83 90 93 255 66 72 74 255 41 45 46 255 33 36 37 255 +minecraft:gray_glazed_terracotta[facing=south] 83 90 93 255 66 72 74 255 41 45 46 255 33 36 37 255 +minecraft:gray_glazed_terracotta[facing=west] 83 90 93 255 66 72 74 255 41 45 46 255 33 36 37 255 +minecraft:gray_glazed_terracotta[facing=east] 83 90 93 255 66 72 74 255 41 45 46 255 33 36 37 255 +minecraft:light_gray_glazed_terracotta 144 166 167 255 115 132 133 255 72 83 83 255 57 66 66 255 +minecraft:light_gray_glazed_terracotta[facing=south] 144 166 167 255 115 132 133 255 72 83 83 255 57 66 66 255 +minecraft:light_gray_glazed_terracotta[facing=west] 144 166 167 255 115 132 133 255 72 83 83 255 57 66 66 255 +minecraft:light_gray_glazed_terracotta[facing=east] 144 166 167 255 115 132 133 255 72 83 83 255 57 66 66 255 +minecraft:cyan_glazed_terracotta 52 118 125 255 41 94 100 255 26 59 62 255 20 47 50 255 +minecraft:cyan_glazed_terracotta[facing=south] 52 118 125 255 41 94 100 255 26 59 62 255 20 47 50 255 +minecraft:cyan_glazed_terracotta[facing=west] 52 118 125 255 41 94 100 255 26 59 62 255 20 47 50 255 +minecraft:cyan_glazed_terracotta[facing=east] 52 118 125 255 41 94 100 255 26 59 62 255 20 47 50 255 +minecraft:purple_glazed_terracotta 109 48 152 255 87 38 121 255 54 24 76 255 43 19 60 255 +minecraft:purple_glazed_terracotta[facing=south] 109 48 152 255 87 38 121 255 54 24 76 255 43 19 60 255 +minecraft:purple_glazed_terracotta[facing=west] 109 48 152 255 87 38 121 255 54 24 76 255 43 19 60 255 +minecraft:purple_glazed_terracotta[facing=east] 109 48 152 255 87 38 121 255 54 24 76 255 43 19 60 255 +minecraft:blue_glazed_terracotta 47 64 139 255 37 51 111 255 23 32 69 255 18 25 55 255 +minecraft:blue_glazed_terracotta[facing=south] 47 64 139 255 37 51 111 255 23 32 69 255 18 25 55 255 +minecraft:blue_glazed_terracotta[facing=west] 47 64 139 255 37 51 111 255 23 32 69 255 18 25 55 255 +minecraft:blue_glazed_terracotta[facing=east] 47 64 139 255 37 51 111 255 23 32 69 255 18 25 55 255 +minecraft:brown_glazed_terracotta 119 106 85 255 95 84 68 255 59 53 42 255 47 42 34 255 +minecraft:brown_glazed_terracotta[facing=south] 119 106 85 255 95 84 68 255 59 53 42 255 47 42 34 255 +minecraft:brown_glazed_terracotta[facing=west] 119 106 85 255 95 84 68 255 59 53 42 255 47 42 34 255 +minecraft:brown_glazed_terracotta[facing=east] 119 106 85 255 95 84 68 255 59 53 42 255 47 42 34 255 +minecraft:green_glazed_terracotta 117 142 67 255 93 113 53 255 58 71 33 255 46 56 26 255 +minecraft:green_glazed_terracotta[facing=south] 117 142 67 255 93 113 53 255 58 71 33 255 46 56 26 255 +minecraft:green_glazed_terracotta[facing=west] 117 142 67 255 93 113 53 255 58 71 33 255 46 56 26 255 +minecraft:green_glazed_terracotta[facing=east] 117 142 67 255 93 113 53 255 58 71 33 255 46 56 26 255 +minecraft:red_glazed_terracotta 181 59 53 255 144 47 42 255 90 29 26 255 72 23 21 255 +minecraft:red_glazed_terracotta[facing=south] 181 59 53 255 144 47 42 255 90 29 26 255 72 23 21 255 +minecraft:red_glazed_terracotta[facing=west] 181 59 53 255 144 47 42 255 90 29 26 255 72 23 21 255 +minecraft:red_glazed_terracotta[facing=east] 181 59 53 255 144 47 42 255 90 29 26 255 72 23 21 255 +minecraft:black_glazed_terracotta 67 30 32 255 53 24 25 255 33 15 16 255 26 12 12 255 +minecraft:black_glazed_terracotta[facing=south] 67 30 32 255 53 24 25 255 33 15 16 255 26 12 12 255 +minecraft:black_glazed_terracotta[facing=west] 67 30 32 255 53 24 25 255 33 15 16 255 26 12 12 255 +minecraft:black_glazed_terracotta[facing=east] 67 30 32 255 53 24 25 255 33 15 16 255 26 12 12 255 +minecraft:white_concrete 207 213 214 255 165 170 171 255 103 106 107 255 82 85 85 255 +minecraft:orange_concrete 224 97 0 255 179 77 0 255 112 48 0 255 89 38 0 255 +minecraft:magenta_concrete 169 48 159 255 135 38 127 255 84 24 79 255 67 19 63 255 +minecraft:light_blue_concrete 35 137 198 255 28 109 158 255 17 68 99 255 14 54 79 255 +minecraft:yellow_concrete 240 175 21 255 192 140 16 255 120 87 10 255 96 70 8 255 +minecraft:lime_concrete 94 168 24 255 75 134 19 255 47 84 12 255 37 67 9 255 +minecraft:pink_concrete 213 101 142 255 170 80 113 255 106 50 71 255 85 40 56 255 +minecraft:gray_concrete 54 57 61 255 43 45 48 255 27 28 30 255 21 22 24 255 +minecraft:light_gray_concrete 125 125 115 255 100 100 92 255 62 62 57 255 50 50 46 255 +minecraft:cyan_concrete 21 119 136 255 16 95 108 255 10 59 68 255 8 47 54 255 +minecraft:purple_concrete 100 31 156 255 80 24 124 255 50 15 78 255 40 12 62 255 +minecraft:blue_concrete 44 46 143 255 35 36 114 255 22 23 71 255 17 18 57 255 +minecraft:brown_concrete 96 59 31 255 76 47 24 255 48 29 15 255 38 23 12 255 +minecraft:green_concrete 73 91 36 255 58 72 28 255 36 45 18 255 29 36 14 255 +minecraft:red_concrete 142 32 32 255 113 25 25 255 71 16 16 255 56 12 12 255 +minecraft:black_concrete 8 10 15 255 6 8 12 255 4 5 7 255 3 4 6 255 +minecraft:white_concrete_powder 225 227 227 255 180 181 181 255 112 113 113 255 90 90 90 255 +minecraft:orange_concrete_powder 227 131 31 255 181 104 24 255 113 65 15 255 90 52 12 255 +minecraft:magenta_concrete_powder 192 83 184 255 153 66 147 255 96 41 92 255 76 33 73 255 +minecraft:light_blue_concrete_powder 74 180 213 255 59 144 170 255 37 90 106 255 29 72 85 255 +minecraft:yellow_concrete_powder 232 199 54 255 185 159 43 255 116 99 27 255 92 79 21 255 +minecraft:lime_concrete_powder 125 189 41 255 100 151 32 255 62 94 20 255 50 75 16 255 +minecraft:pink_concrete_powder 228 153 181 255 182 122 144 255 114 76 90 255 91 61 72 255 +minecraft:gray_concrete_powder 76 81 84 255 60 64 67 255 38 40 42 255 30 32 33 255 +minecraft:light_gray_concrete_powder 154 154 148 255 123 123 118 255 77 77 74 255 61 61 59 255 +minecraft:cyan_concrete_powder 36 147 157 255 28 117 125 255 18 73 78 255 14 58 62 255 +minecraft:purple_concrete_powder 131 55 177 255 104 44 141 255 65 27 88 255 52 22 70 255 +minecraft:blue_concrete_powder 70 73 166 255 56 58 132 255 35 36 83 255 28 29 66 255 +minecraft:brown_concrete_powder 125 84 53 255 100 67 42 255 62 42 26 255 50 33 21 255 +minecraft:green_concrete_powder 97 119 44 255 77 95 35 255 48 59 22 255 38 47 17 255 +minecraft:red_concrete_powder 168 54 50 255 134 43 40 255 84 27 25 255 67 21 20 255 +minecraft:black_concrete_powder 25 26 31 255 20 20 24 255 12 13 15 255 10 10 12 255 +minecraft:kelp 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=1] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=2] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=3] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=4] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=5] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=6] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=7] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=8] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=9] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=10] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=11] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=12] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=13] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=14] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=15] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=16] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=17] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=18] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=19] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=20] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=21] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=22] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=23] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=24] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=25] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp_plant 40 97 14 100 32 77 11 100 20 48 7 100 16 38 5 100 +minecraft:dried_kelp_block 50 58 38 255 40 46 30 255 25 29 19 255 20 23 15 255 +minecraft:turtle_egg 228 226 191 132 182 180 152 132 114 113 95 132 91 90 76 132 +minecraft:turtle_egg[eggs=1,hatch=1] 218 214 177 132 174 171 141 132 109 107 88 132 87 85 70 132 +minecraft:turtle_egg[eggs=1,hatch=2] 207 203 165 132 165 162 132 132 103 101 82 132 82 81 66 132 +minecraft:turtle_egg[eggs=2,hatch=0] 228 226 191 132 182 180 152 132 114 113 95 132 91 90 76 132 +minecraft:turtle_egg[eggs=2,hatch=1] 218 214 177 132 174 171 141 132 109 107 88 132 87 85 70 132 +minecraft:turtle_egg[eggs=2,hatch=2] 207 203 165 132 165 162 132 132 103 101 82 132 82 81 66 132 +minecraft:turtle_egg[eggs=3,hatch=0] 228 226 191 132 182 180 152 132 114 113 95 132 91 90 76 132 +minecraft:turtle_egg[eggs=3,hatch=1] 218 214 177 132 174 171 141 132 109 107 88 132 87 85 70 132 +minecraft:turtle_egg[eggs=3,hatch=2] 207 203 165 132 165 162 132 132 103 101 82 132 82 81 66 132 +minecraft:turtle_egg[eggs=4,hatch=0] 228 226 191 132 182 180 152 132 114 113 95 132 91 90 76 132 +minecraft:turtle_egg[eggs=4,hatch=1] 218 214 177 132 174 171 141 132 109 107 88 132 87 85 70 132 +minecraft:turtle_egg[eggs=4,hatch=2] 207 203 165 132 165 162 132 132 103 101 82 132 82 81 66 132 +minecraft:dead_tube_coral_block 130 123 119 255 104 98 95 255 65 61 59 255 52 49 47 255 +minecraft:dead_brain_coral_block 124 117 114 255 99 93 91 255 62 58 57 255 49 46 45 255 +minecraft:dead_bubble_coral_block 131 123 119 255 104 98 95 255 65 61 59 255 52 49 47 255 +minecraft:dead_fire_coral_block 131 123 119 255 104 98 95 255 65 61 59 255 52 49 47 255 +minecraft:dead_horn_coral_block 133 126 122 255 106 100 97 255 66 63 61 255 53 50 48 255 +minecraft:tube_coral_block 49 87 206 255 39 69 164 255 24 43 103 255 19 34 82 255 +minecraft:brain_coral_block 207 91 159 255 165 72 127 255 103 45 79 255 82 36 63 255 +minecraft:bubble_coral_block 165 26 162 255 132 20 129 255 82 13 81 255 66 10 64 255 +minecraft:fire_coral_block 163 35 46 255 130 28 36 255 81 17 23 255 65 14 18 255 +minecraft:horn_coral_block 216 199 66 255 172 159 52 255 108 99 33 255 86 79 26 255 +minecraft:dead_tube_coral 118 111 107 152 94 88 85 152 59 55 53 152 47 44 42 152 +minecraft:dead_tube_coral[waterlogged=false] 118 111 107 152 94 88 85 152 59 55 53 152 47 44 42 152 +minecraft:dead_brain_coral 133 125 120 111 106 100 96 111 66 62 60 111 53 50 48 111 +minecraft:dead_brain_coral[waterlogged=false] 133 125 120 111 106 100 96 111 66 62 60 111 53 50 48 111 +minecraft:dead_bubble_coral 132 124 120 132 105 99 96 132 66 62 60 132 52 49 48 132 +minecraft:dead_bubble_coral[waterlogged=false] 132 124 120 132 105 99 96 132 66 62 60 132 52 49 48 132 +minecraft:dead_fire_coral 136 128 124 108 108 102 99 108 68 64 62 108 54 51 49 108 +minecraft:dead_fire_coral[waterlogged=false] 136 128 124 108 108 102 99 108 68 64 62 108 54 51 49 108 +minecraft:dead_horn_coral 142 135 129 99 113 108 103 99 71 67 64 99 56 54 51 99 +minecraft:dead_horn_coral[waterlogged=false] 142 135 129 99 113 108 103 99 71 67 64 99 56 54 51 99 +minecraft:tube_coral 47 83 197 152 37 66 157 152 23 41 98 152 18 33 78 152 +minecraft:tube_coral[waterlogged=false] 47 83 197 152 37 66 157 152 23 41 98 152 18 33 78 152 +minecraft:brain_coral 197 84 152 111 157 67 121 111 98 42 76 111 78 33 60 111 +minecraft:brain_coral[waterlogged=false] 197 84 152 111 157 67 121 111 98 42 76 111 78 33 60 111 +minecraft:bubble_coral 161 23 159 132 128 18 127 132 80 11 79 132 64 9 63 132 +minecraft:bubble_coral[waterlogged=false] 161 23 159 132 128 18 127 132 80 11 79 132 64 9 63 132 +minecraft:fire_coral 166 37 46 108 132 29 36 108 83 18 23 108 66 14 18 108 +minecraft:fire_coral[waterlogged=false] 166 37 46 108 132 29 36 108 83 18 23 108 66 14 18 108 +minecraft:horn_coral 209 186 62 99 167 148 49 99 104 93 31 99 83 74 24 99 +minecraft:horn_coral[waterlogged=false] 209 186 62 99 167 148 49 99 104 93 31 99 83 74 24 99 +minecraft:dead_tube_coral_fan 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_fan[waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_brain_coral_fan 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_fan[waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_bubble_coral_fan 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_fan[waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_fire_coral_fan 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_fan[waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_horn_coral_fan 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_fan[waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:tube_coral_fan 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_fan[waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:brain_coral_fan 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_fan[waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:bubble_coral_fan 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_fan[waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:fire_coral_fan 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_fan[waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:horn_coral_fan 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_fan[waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:dead_tube_coral_wall_fan 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=north,waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=south,waterlogged=true] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=south,waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=west,waterlogged=true] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=west,waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=east,waterlogged=true] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=east,waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_brain_coral_wall_fan 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=north,waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=south,waterlogged=true] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=south,waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=west,waterlogged=true] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=west,waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=east,waterlogged=true] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=east,waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_bubble_coral_wall_fan 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=north,waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=south,waterlogged=true] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=south,waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=west,waterlogged=true] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=west,waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=east,waterlogged=true] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=east,waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_fire_coral_wall_fan 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=north,waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=south,waterlogged=true] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=south,waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=west,waterlogged=true] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=west,waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=east,waterlogged=true] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=east,waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_horn_coral_wall_fan 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=north,waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=south,waterlogged=true] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=south,waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=west,waterlogged=true] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=west,waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=east,waterlogged=true] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=east,waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:tube_coral_wall_fan 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=north,waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=south,waterlogged=true] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=south,waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=west,waterlogged=true] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=west,waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=east,waterlogged=true] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=east,waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:brain_coral_wall_fan 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=north,waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=south,waterlogged=true] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=south,waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=west,waterlogged=true] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=west,waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=east,waterlogged=true] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=east,waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:bubble_coral_wall_fan 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=north,waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=south,waterlogged=true] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=south,waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=west,waterlogged=true] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=west,waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=east,waterlogged=true] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=east,waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:fire_coral_wall_fan 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=north,waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=south,waterlogged=true] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=south,waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=west,waterlogged=true] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=west,waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=east,waterlogged=true] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=east,waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:horn_coral_wall_fan 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=north,waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=south,waterlogged=true] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=south,waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=west,waterlogged=true] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=west,waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=east,waterlogged=true] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=east,waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:sea_pickle 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=1,waterlogged=false] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=2,waterlogged=true] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=2,waterlogged=false] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=3,waterlogged=true] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=3,waterlogged=false] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=4,waterlogged=true] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=4,waterlogged=false] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:blue_ice 116 167 253 255 92 133 202 255 58 83 126 255 46 66 101 255 +minecraft:conduit 159 139 113 143 127 111 90 143 79 69 56 143 63 55 45 143 +minecraft:conduit[waterlogged=false] 159 139 113 143 127 111 90 143 79 69 56 143 63 55 45 143 +minecraft:bamboo_sapling 92 89 35 54 73 71 28 54 46 44 17 54 36 35 14 54 +minecraft:bamboo 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=none,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=small,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=small,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=large,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=large,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=none,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=none,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=small,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=small,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=large,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=large,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:potted_bamboo 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:polished_granite_stairs 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:smooth_red_sandstone_stairs 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:mossy_stone_brick_stairs 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:polished_diorite_stairs 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:mossy_cobblestone_stairs 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:end_stone_brick_stairs 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:stone_stairs 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:smooth_sandstone_stairs 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_quartz_stairs 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:granite_stairs 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:andesite_stairs 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:red_nether_brick_stairs 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:polished_andesite_stairs 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:diorite_stairs 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:polished_granite_slab 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=top,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=bottom,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=bottom,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=double,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=double,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:smooth_red_sandstone_slab 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=top,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=double,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=double,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:mossy_stone_brick_slab 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=top,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=double,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=double,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:polished_diorite_slab 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=top,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=bottom,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=bottom,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=double,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=double,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:mossy_cobblestone_slab 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=top,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=double,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=double,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:end_stone_brick_slab 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=top,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=bottom,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=bottom,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=double,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=double,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:smooth_sandstone_slab 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=top,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=bottom,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=double,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=double,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_quartz_slab 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=top,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=bottom,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=bottom,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=double,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=double,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:granite_slab 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=top,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=bottom,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=bottom,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=double,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=double,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:andesite_slab 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=top,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=bottom,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=bottom,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=double,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=double,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:red_nether_brick_slab 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=top,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=bottom,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=bottom,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=double,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=double,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:polished_andesite_slab 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=top,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=bottom,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=bottom,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=double,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=double,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:diorite_slab 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=top,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=bottom,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=bottom,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=double,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=double,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:brick_wall 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:prismarine_wall 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:red_sandstone_wall 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:mossy_stone_brick_wall 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:granite_wall 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:stone_brick_wall 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:nether_brick_wall 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:andesite_wall 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:red_nether_brick_wall 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:sandstone_wall 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:end_stone_brick_wall 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:diorite_wall 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:scaffolding 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=0,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=1,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=1,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=2,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=2,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=3,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=3,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=4,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=4,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=5,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=5,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=6,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=6,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=7,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=7,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=0,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=0,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=1,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=1,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=2,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=2,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=3,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=3,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=4,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=4,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=5,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=5,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=6,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=6,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=7,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=7,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:loom 76 60 36 255 60 48 28 255 38 30 18 255 30 24 14 255 +minecraft:loom[facing=south] 76 60 36 255 60 48 28 255 38 30 18 255 30 24 14 255 +minecraft:loom[facing=west] 76 60 36 255 60 48 28 255 38 30 18 255 30 24 14 255 +minecraft:loom[facing=east] 76 60 36 255 60 48 28 255 38 30 18 255 30 24 14 255 +minecraft:barrel 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=north,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=east,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=east,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=south,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=south,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=west,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=west,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=up,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=up,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=down,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=down,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:smoker 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=north,lit=false] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=south,lit=true] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=south,lit=false] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=west,lit=true] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=west,lit=false] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=east,lit=true] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=east,lit=false] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:blast_furnace 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=north,lit=false] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=south,lit=true] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=south,lit=false] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=west,lit=true] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=west,lit=false] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=east,lit=true] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=east,lit=false] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:cartography_table 104 87 67 255 83 69 53 255 52 43 33 255 41 34 26 255 +minecraft:fletching_table 197 180 133 255 157 144 106 255 98 90 66 255 78 72 53 255 +minecraft:grindstone 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=floor,facing=south] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=floor,facing=west] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=floor,facing=east] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=wall,facing=north] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=wall,facing=south] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=wall,facing=west] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=wall,facing=east] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=ceiling,facing=north] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=ceiling,facing=south] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=ceiling,facing=west] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=ceiling,facing=east] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:lectern 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=north,has_book=true,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=north,has_book=false,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=north,has_book=false,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=south,has_book=true,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=south,has_book=true,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=south,has_book=false,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=south,has_book=false,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=west,has_book=true,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=west,has_book=true,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=west,has_book=false,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=west,has_book=false,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=east,has_book=true,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=east,has_book=true,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=east,has_book=false,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=east,has_book=false,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:smithing_table 57 58 70 255 45 46 56 255 28 29 35 255 22 23 28 255 +minecraft:stonecutter 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:stonecutter[facing=south] 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:stonecutter[facing=west] 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:stonecutter[facing=east] 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:bell 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=north,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=north,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=north,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:lantern 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:lantern[hanging=true,waterlogged=false] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:lantern[hanging=false,waterlogged=true] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:lantern[hanging=false,waterlogged=false] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:soul_lantern 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:soul_lantern[hanging=true,waterlogged=false] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:soul_lantern[hanging=false,waterlogged=true] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:soul_lantern[hanging=false,waterlogged=false] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:campfire 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:sweet_berry_bush 42 89 56 52 33 71 44 52 21 44 28 52 16 35 22 52 +minecraft:sweet_berry_bush[age=1] 47 94 57 138 37 75 45 138 23 47 28 138 18 37 22 138 +minecraft:sweet_berry_bush[age=2] 59 88 56 144 47 70 44 144 29 44 28 144 23 35 22 144 +minecraft:sweet_berry_bush[age=3] 68 77 50 161 54 61 40 161 34 38 25 161 27 30 20 161 +minecraft:warped_stem 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:warped_stem[axis=y] 57 103 103 255 45 82 82 255 28 51 51 255 22 41 41 255 +minecraft:warped_stem[axis=z] 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:stripped_warped_stem 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:stripped_warped_stem[axis=y] 52 128 124 255 41 102 99 255 26 64 62 255 20 51 49 255 +minecraft:stripped_warped_stem[axis=z] 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:warped_hyphae 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:warped_hyphae[axis=y] 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:warped_hyphae[axis=z] 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:stripped_warped_hyphae 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:stripped_warped_hyphae[axis=y] 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:stripped_warped_hyphae[axis=z] 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:warped_nylium 43 114 101 255 34 91 80 255 21 57 50 255 17 45 40 255 +minecraft:warped_fungus 74 109 87 49 59 87 69 49 37 54 43 49 29 43 34 49 +minecraft:warped_wart_block 22 119 121 255 17 95 96 255 11 59 60 255 8 47 48 255 +minecraft:warped_roots 20 138 124 91 16 110 99 91 10 69 62 91 8 55 49 91 +minecraft:nether_sprouts 19 151 133 30 15 120 106 30 9 75 66 30 7 60 53 30 +minecraft:crimson_stem 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:crimson_stem[axis=y] 107 51 74 255 85 40 59 255 53 25 37 255 42 20 29 255 +minecraft:crimson_stem[axis=z] 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:stripped_crimson_stem 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:stripped_crimson_stem[axis=y] 121 56 82 255 96 44 65 255 60 28 41 255 48 22 32 255 +minecraft:stripped_crimson_stem[axis=z] 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:crimson_hyphae 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:crimson_hyphae[axis=y] 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:crimson_hyphae[axis=z] 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:stripped_crimson_hyphae 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:stripped_crimson_hyphae[axis=y] 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:stripped_crimson_hyphae[axis=z] 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:crimson_nylium 130 31 31 255 104 24 24 255 65 15 15 255 52 12 12 255 +minecraft:crimson_fungus 141 44 29 59 112 35 23 59 70 22 14 59 56 17 11 59 +minecraft:shroomlight 240 146 70 255 192 116 56 255 120 73 35 255 96 58 28 255 +minecraft:weeping_vines 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=1] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=2] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=3] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=4] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=5] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=6] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=7] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=8] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=9] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=10] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=11] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=12] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=13] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=14] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=15] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=16] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=17] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=18] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=19] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=20] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=21] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=22] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=23] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=24] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=25] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines_plant 132 16 12 114 105 12 9 114 66 8 6 114 52 6 4 114 +minecraft:twisting_vines 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=1] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=2] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=3] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=4] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=5] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=6] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=7] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=8] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=9] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=10] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=11] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=12] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=13] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=14] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=15] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=16] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=17] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=18] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=19] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=20] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=21] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=22] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=23] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=24] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=25] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines_plant 20 135 122 89 16 108 97 89 10 67 61 89 8 54 48 89 +minecraft:crimson_roots 126 8 41 90 100 6 32 90 63 4 20 90 50 3 16 90 +minecraft:crimson_planks 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_planks 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_slab 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=top,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=bottom,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=bottom,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=double,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=double,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_slab 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=top,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=bottom,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=bottom,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=double,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=double,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_pressure_plate 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_pressure_plate[powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_pressure_plate 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_pressure_plate[powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_fence 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_fence 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_trapdoor 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:warped_trapdoor 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:crimson_fence_gate 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_fence_gate 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_stairs 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_stairs 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_button 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=north,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=south,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=south,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=west,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=west,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=east,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=east,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=north,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=north,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=south,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=south,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=west,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=west,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=east,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=east,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=north,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=north,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=south,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=south,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=west,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=west,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=east,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=east,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_button 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=north,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=south,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=south,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=west,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=west,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=east,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=east,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=north,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=north,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=south,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=south,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=west,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=west,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=east,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=east,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=north,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=north,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=south,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=south,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=west,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=west,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=east,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=east,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_door 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:warped_door 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:crimson_sign 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=0,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=1,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=1,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=2,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=2,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=3,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=3,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=4,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=4,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=5,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=5,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=6,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=6,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=7,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=7,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=8,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=8,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=9,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=9,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=10,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=10,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=11,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=11,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=12,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=12,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=13,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=13,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=14,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=14,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=15,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=15,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:warped_sign 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=0,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=1,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=1,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=2,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=2,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=3,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=3,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=4,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=4,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=5,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=5,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=6,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=6,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=7,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=7,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=8,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=8,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=9,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=9,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=10,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=10,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=11,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=11,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=12,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=12,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=13,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=13,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=14,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=14,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=15,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=15,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:crimson_wall_sign 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=north,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=south,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=south,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=west,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=west,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=east,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=east,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:warped_wall_sign 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=north,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=south,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=south,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=west,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=west,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=east,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=east,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:structure_block 86 71 87 255 68 56 69 255 43 35 43 255 34 28 34 255 +minecraft:structure_block[mode=load] 69 57 70 255 55 45 56 255 34 28 35 255 27 22 28 255 +minecraft:structure_block[mode=corner] 68 57 69 255 54 45 55 255 34 28 34 255 27 22 27 255 +minecraft:structure_block[mode=data] 79 65 80 255 63 52 64 255 39 32 40 255 31 26 32 255 +minecraft:jigsaw 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=down_north] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=down_south] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=down_west] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=up_east] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=up_north] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=up_south] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=up_west] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=west_up] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=east_up] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=north_up] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=south_up] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:composter 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=1] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=2] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=3] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=4] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=5] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=6] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=7] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=8] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:target 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=1] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=2] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=3] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=4] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=5] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=6] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=7] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=8] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=9] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=10] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=11] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=12] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=13] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=14] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=15] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:bee_nest 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=1] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=2] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=3] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=4] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=5] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=0] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=1] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=2] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=3] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=4] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=5] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=0] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=1] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=2] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=3] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=4] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=5] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=0] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=1] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=2] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=3] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=4] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=5] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:beehive 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=1] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=2] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=3] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=4] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=5] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=0] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=1] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=2] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=3] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=4] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=5] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=0] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=1] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=2] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=3] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=4] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=5] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=0] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=1] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=2] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=3] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=4] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=5] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:honey_block 251 185 52 191 200 148 41 191 125 92 26 191 100 74 20 191 +minecraft:honeycomb_block 229 148 29 255 183 118 23 255 114 74 14 255 91 59 11 255 +minecraft:netherite_block 66 61 63 255 52 48 50 255 33 30 31 255 26 24 25 255 +minecraft:ancient_debris 94 66 58 255 75 52 46 255 47 33 29 255 37 26 23 255 +minecraft:crying_obsidian 32 10 60 255 25 8 48 255 16 5 30 255 12 4 24 255 +minecraft:respawn_anchor 33 21 52 255 26 16 41 255 16 10 26 255 13 8 20 255 +minecraft:respawn_anchor[charges=1] 75 27 144 219 60 21 115 219 37 13 72 219 30 10 57 219 +minecraft:respawn_anchor[charges=2] 75 27 144 219 60 21 115 219 37 13 72 219 30 10 57 219 +minecraft:respawn_anchor[charges=3] 75 27 144 219 60 21 115 219 37 13 72 219 30 10 57 219 +minecraft:respawn_anchor[charges=4] 75 27 144 219 60 21 115 219 37 13 72 219 30 10 57 219 +minecraft:potted_crimson_fungus 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_warped_fungus 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_crimson_roots 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_warped_roots 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:lodestone 147 149 152 255 117 119 121 255 73 74 76 255 58 59 60 255 +minecraft:blackstone 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_stairs 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_slab 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=top,waterlogged=false] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=bottom,waterlogged=true] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=bottom,waterlogged=false] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=double,waterlogged=true] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=double,waterlogged=false] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:polished_blackstone 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_bricks 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:cracked_polished_blackstone_bricks 44 37 43 255 35 29 34 255 22 18 21 255 17 14 17 255 +minecraft:chiseled_polished_blackstone 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_brick_slab 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=top,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=bottom,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=bottom,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=double,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=double,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:gilded_blackstone 55 42 38 255 44 33 30 255 27 21 19 255 22 16 15 255 +minecraft:polished_blackstone_stairs 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=top,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=bottom,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=bottom,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=double,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=double,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_pressure_plate 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_pressure_plate[powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=north,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=south,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=south,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=west,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=west,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=east,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=east,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=north,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=north,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=south,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=south,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=west,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=west,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=east,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=east,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=north,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=north,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=south,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=south,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=west,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=west,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=east,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=east,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:chiseled_nether_bricks 47 23 28 255 37 18 22 255 23 11 14 255 18 9 11 255 +minecraft:cracked_nether_bricks 40 20 23 255 32 16 18 255 20 10 11 255 16 8 9 255 +minecraft:quartz_bricks 234 229 221 255 187 183 176 255 117 114 110 255 93 91 88 255 +minecraft:candle 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=1,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=1,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=1,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=2,lit=true,waterlogged=true] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=2,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=2,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=2,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=3,lit=true,waterlogged=true] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=3,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=3,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=3,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=4,lit=true,waterlogged=true] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=4,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=4,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=4,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:white_candle 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=1,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=1,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=1,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=2,lit=true,waterlogged=true] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=2,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=2,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=2,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=3,lit=true,waterlogged=true] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=3,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=3,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=3,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=4,lit=true,waterlogged=true] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=4,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=4,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=4,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:orange_candle 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=1,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=1,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=1,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=2,lit=true,waterlogged=true] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=2,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=2,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=2,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=3,lit=true,waterlogged=true] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=3,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=3,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=3,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=4,lit=true,waterlogged=true] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=4,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=4,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=4,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:magenta_candle 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=1,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=1,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=1,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=2,lit=true,waterlogged=true] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=2,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=2,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=2,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=3,lit=true,waterlogged=true] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=3,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=3,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=3,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=4,lit=true,waterlogged=true] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=4,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=4,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=4,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:light_blue_candle 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=1,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=1,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=1,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=2,lit=true,waterlogged=true] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=2,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=2,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=2,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=3,lit=true,waterlogged=true] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=3,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=3,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=3,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=4,lit=true,waterlogged=true] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=4,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=4,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=4,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:yellow_candle 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=1,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=1,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=1,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=2,lit=true,waterlogged=true] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=2,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=2,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=2,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=3,lit=true,waterlogged=true] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=3,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=3,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=3,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=4,lit=true,waterlogged=true] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=4,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=4,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=4,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:lime_candle 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=1,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=1,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=1,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=2,lit=true,waterlogged=true] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=2,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=2,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=2,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=3,lit=true,waterlogged=true] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=3,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=3,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=3,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=4,lit=true,waterlogged=true] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=4,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=4,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=4,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:pink_candle 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=1,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=1,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=1,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=2,lit=true,waterlogged=true] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=2,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=2,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=2,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=3,lit=true,waterlogged=true] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=3,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=3,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=3,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=4,lit=true,waterlogged=true] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=4,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=4,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=4,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:gray_candle 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=1,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=1,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=1,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=2,lit=true,waterlogged=true] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=2,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=2,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=2,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=3,lit=true,waterlogged=true] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=3,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=3,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=3,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=4,lit=true,waterlogged=true] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=4,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=4,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=4,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:light_gray_candle 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=1,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=1,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=1,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=2,lit=true,waterlogged=true] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=2,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=2,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=2,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=3,lit=true,waterlogged=true] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=3,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=3,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=3,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=4,lit=true,waterlogged=true] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=4,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=4,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=4,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:cyan_candle 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=1,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=1,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=1,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=2,lit=true,waterlogged=true] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=2,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=2,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=2,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=3,lit=true,waterlogged=true] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=3,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=3,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=3,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=4,lit=true,waterlogged=true] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=4,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=4,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=4,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:purple_candle 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=1,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=1,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=1,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=2,lit=true,waterlogged=true] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=2,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=2,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=2,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=3,lit=true,waterlogged=true] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=3,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=3,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=3,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=4,lit=true,waterlogged=true] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=4,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=4,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=4,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:blue_candle 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=1,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=1,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=1,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=2,lit=true,waterlogged=true] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=2,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=2,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=2,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=3,lit=true,waterlogged=true] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=3,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=3,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=3,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=4,lit=true,waterlogged=true] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=4,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=4,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=4,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:brown_candle 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=1,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=1,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=1,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=2,lit=true,waterlogged=true] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=2,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=2,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=2,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=3,lit=true,waterlogged=true] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=3,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=3,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=3,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=4,lit=true,waterlogged=true] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=4,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=4,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=4,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:green_candle 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=1,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=1,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=1,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=2,lit=true,waterlogged=true] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=2,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=2,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=2,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=3,lit=true,waterlogged=true] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=3,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=3,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=3,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=4,lit=true,waterlogged=true] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=4,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=4,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=4,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:red_candle 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=1,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=1,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=1,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=2,lit=true,waterlogged=true] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=2,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=2,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=2,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=3,lit=true,waterlogged=true] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=3,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=3,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=3,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=4,lit=true,waterlogged=true] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=4,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=4,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=4,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:black_candle 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=1,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=1,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=1,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=2,lit=true,waterlogged=true] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=2,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=2,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=2,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=3,lit=true,waterlogged=true] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=3,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=3,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=3,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=4,lit=true,waterlogged=true] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=4,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=4,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=4,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:white_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:white_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:orange_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:orange_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:magenta_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:magenta_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:light_blue_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:light_blue_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:yellow_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:yellow_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:lime_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:lime_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:pink_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:pink_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:gray_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:gray_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:light_gray_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:light_gray_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cyan_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cyan_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:purple_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:purple_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:blue_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:blue_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:brown_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:brown_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:green_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:green_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:red_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:red_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:black_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:black_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:amethyst_block 133 97 191 255 106 77 152 255 66 48 95 255 53 38 76 255 +minecraft:budding_amethyst 132 96 186 255 105 76 148 255 66 48 93 255 52 38 74 255 +minecraft:amethyst_cluster 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=north,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=east,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=east,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=south,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=south,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=west,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=west,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=up,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=up,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=down,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=down,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:large_amethyst_bud 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=north,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=east,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=east,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=south,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=south,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=west,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=west,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=up,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=up,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=down,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=down,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:medium_amethyst_bud 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=north,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=east,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=east,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=south,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=south,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=west,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=west,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=up,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=up,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=down,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=down,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:small_amethyst_bud 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=north,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=east,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=east,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=south,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=south,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=west,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=west,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=up,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=up,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=down,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=down,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:tuff 108 109 102 255 86 87 81 255 54 54 51 255 43 43 40 255 +minecraft:calcite 223 224 220 255 178 179 176 255 111 112 110 255 89 89 88 255 +minecraft:tinted_glass 44 38 46 131 35 30 36 131 22 19 23 131 17 15 18 131 +minecraft:powder_snow 248 253 253 255 198 202 202 255 124 126 126 255 99 101 101 255 +minecraft:sculk_sensor 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=cooldown,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=cooldown,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=inactive,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=cooldown,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=cooldown,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=inactive,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:oxidized_copper 82 162 132 255 65 129 105 255 41 81 66 255 32 64 52 255 +minecraft:weathered_copper 108 153 110 255 86 122 88 255 54 76 55 255 43 61 44 255 +minecraft:exposed_copper 161 125 103 255 128 100 82 255 80 62 51 255 64 50 41 255 +minecraft:copper_block 192 107 79 255 153 85 63 255 96 53 39 255 76 42 31 255 +minecraft:copper_ore 124 125 120 255 99 100 96 255 62 62 60 255 49 50 48 255 +minecraft:deepslate_copper_ore 92 93 89 255 73 74 71 255 46 46 44 255 36 37 35 255 +minecraft:oxidized_cut_copper 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:weathered_cut_copper 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:exposed_cut_copper 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:cut_copper 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:oxidized_cut_copper_stairs 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:weathered_cut_copper_stairs 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:exposed_cut_copper_stairs 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:cut_copper_stairs 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:oxidized_cut_copper_slab 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=top,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=bottom,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=bottom,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=double,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=double,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:weathered_cut_copper_slab 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=top,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=bottom,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=bottom,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=double,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=double,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:exposed_cut_copper_slab 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=top,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=bottom,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=bottom,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=double,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=double,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:cut_copper_slab 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=top,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=bottom,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=bottom,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=double,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=double,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_copper_block 192 107 79 255 153 85 63 255 96 53 39 255 76 42 31 255 +minecraft:waxed_weathered_copper 108 153 110 255 86 122 88 255 54 76 55 255 43 61 44 255 +minecraft:waxed_exposed_copper 161 125 103 255 128 100 82 255 80 62 51 255 64 50 41 255 +minecraft:waxed_oxidized_copper 82 162 132 255 65 129 105 255 41 81 66 255 32 64 52 255 +minecraft:waxed_oxidized_cut_copper 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_weathered_cut_copper 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_exposed_cut_copper 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_cut_copper 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_oxidized_cut_copper_stairs 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_weathered_cut_copper_stairs 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_exposed_cut_copper_stairs 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_cut_copper_stairs 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_oxidized_cut_copper_slab 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=top,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=bottom,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=bottom,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=double,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=double,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_weathered_cut_copper_slab 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=top,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=bottom,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=bottom,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=double,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=double,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_exposed_cut_copper_slab 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=top,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=bottom,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=bottom,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=double,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=double,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_cut_copper_slab 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=top,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=bottom,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=bottom,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=double,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=double,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:pointed_dripstone 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=up,waterlogged=false] 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=down,waterlogged=true] 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=down,waterlogged=false] 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=up,waterlogged=true] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=up,waterlogged=false] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=down,waterlogged=true] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=down,waterlogged=false] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=up,waterlogged=true] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=up,waterlogged=false] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=down,waterlogged=true] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=down,waterlogged=false] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=up,waterlogged=true] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=up,waterlogged=false] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=down,waterlogged=true] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=down,waterlogged=false] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=base,vertical_direction=up,waterlogged=true] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:pointed_dripstone[thickness=base,vertical_direction=up,waterlogged=false] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:pointed_dripstone[thickness=base,vertical_direction=down,waterlogged=true] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:pointed_dripstone[thickness=base,vertical_direction=down,waterlogged=false] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:dripstone_block 134 107 92 255 107 85 73 255 67 53 46 255 53 42 36 255 +minecraft:cave_vines 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=0,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=1,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=1,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=2,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=2,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=3,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=3,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=4,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=4,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=5,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=5,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=6,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=6,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=7,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=7,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=8,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=8,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=9,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=9,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=10,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=10,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=11,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=11,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=12,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=12,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=13,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=13,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=14,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=14,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=15,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=15,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=16,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=16,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=17,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=17,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=18,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=18,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=19,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=19,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=20,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=20,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=21,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=21,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=22,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=22,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=23,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=23,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=24,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=24,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=25,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=25,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines_plant 105 107 40 159 84 85 32 159 52 53 20 159 42 42 16 159 +minecraft:cave_vines_plant[berries=false] 88 101 38 143 70 80 30 143 44 50 19 143 35 40 15 143 +minecraft:spore_blossom 206 96 158 123 164 76 126 123 103 48 79 123 82 38 63 123 +minecraft:azalea 93 117 45 153 74 93 36 153 46 58 22 153 37 46 18 153 +minecraft:flowering_azalea 111 113 73 153 88 90 58 153 55 56 36 153 44 45 29 153 +minecraft:moss_carpet 89 109 45 255 71 87 36 255 44 54 22 255 35 43 18 255 +minecraft:moss_block 89 109 45 255 71 87 36 255 44 54 22 255 35 43 18 255 +minecraft:big_dripleaf_stem 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=north,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=south,waterlogged=true] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=south,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=west,waterlogged=true] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=west,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=east,waterlogged=true] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=east,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:small_dripleaf 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=north,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=north,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=north,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=south,half=upper,waterlogged=true] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=south,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=south,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=south,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=west,half=upper,waterlogged=true] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=west,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=west,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=west,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=east,half=upper,waterlogged=true] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=east,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=east,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=east,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:hanging_roots 161 115 91 74 128 92 72 74 80 57 45 74 64 46 36 74 +minecraft:hanging_roots[waterlogged=false] 161 115 91 74 128 92 72 74 80 57 45 74 64 46 36 74 +minecraft:rooted_dirt 144 103 76 255 115 82 60 255 72 51 38 255 57 41 30 255 +minecraft:deepslate 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:deepslate[axis=y] 87 87 89 255 69 69 71 255 43 43 44 255 34 34 35 255 +minecraft:deepslate[axis=z] 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:cobbled_deepslate 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=top,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=bottom,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=bottom,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=double,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=double,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:polished_deepslate 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=top,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=bottom,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=bottom,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=double,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=double,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:deepslate_tiles 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=top,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=bottom,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=bottom,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=double,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=double,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_bricks 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=top,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=bottom,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=bottom,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=double,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=double,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:chiseled_deepslate 54 54 54 255 43 43 43 255 27 27 27 255 21 21 21 255 +minecraft:cracked_deepslate_bricks 64 64 65 255 51 51 52 255 32 32 32 255 25 25 26 255 +minecraft:cracked_deepslate_tiles 52 52 52 255 41 41 41 255 26 26 26 255 20 20 20 255 +minecraft:infested_deepslate 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:infested_deepslate[axis=y] 87 87 89 255 69 69 71 255 43 43 44 255 34 34 35 255 +minecraft:infested_deepslate[axis=z] 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:smooth_basalt 72 72 78 255 57 57 62 255 36 36 39 255 28 28 31 255 +minecraft:raw_iron_block 166 135 107 255 132 108 85 255 83 67 53 255 66 54 42 255 +minecraft:raw_copper_block 154 105 79 255 123 84 63 255 77 52 39 255 61 42 31 255 +minecraft:raw_gold_block 221 169 46 255 176 135 36 255 110 84 23 255 88 67 18 255 diff --git a/minecolonies-1.20.1/data/dynmap/colorschemes/misa.txt b/minecolonies-1.20.1/data/dynmap/colorschemes/misa.txt new file mode 100644 index 00000000..5e765d3b --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/colorschemes/misa.txt @@ -0,0 +1,19742 @@ +minecraft:stone 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:granite 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:polished_granite 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:diorite 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:polished_diorite 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:andesite 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:polished_andesite 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:grass_block 53 71 31 255 42 56 24 255 26 35 15 255 21 28 12 255 +minecraft:grass_block[snowy=false] 53 71 31 255 42 56 24 255 26 35 15 255 21 28 12 255 +minecraft:dirt 68 54 39 255 54 43 31 255 34 27 19 255 27 21 15 255 +minecraft:coarse_dirt 92 79 64 255 73 63 51 255 46 39 32 255 36 31 25 255 +minecraft:podzol 115 104 88 255 92 83 70 255 57 52 44 255 46 41 35 255 +minecraft:podzol[snowy=false] 89 76 46 255 71 60 36 255 44 38 23 255 35 30 18 255 +minecraft:cobblestone 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:oak_planks 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:spruce_planks 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:birch_planks 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:jungle_planks 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:acacia_planks 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:dark_oak_planks 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:oak_sapling 71 82 59 73 56 65 47 73 35 41 29 73 28 32 23 73 +minecraft:oak_sapling[stage=1] 71 82 59 73 56 65 47 73 35 41 29 73 28 32 23 73 +minecraft:spruce_sapling 60 81 67 91 48 64 53 91 30 40 33 91 24 32 26 91 +minecraft:spruce_sapling[stage=1] 60 81 67 91 48 64 53 91 30 40 33 91 24 32 26 91 +minecraft:birch_sapling 91 90 48 98 72 72 38 98 45 45 24 98 36 36 19 98 +minecraft:birch_sapling[stage=1] 91 90 48 98 72 72 38 98 45 45 24 98 36 36 19 98 +minecraft:jungle_sapling 64 84 48 106 51 67 38 106 32 42 24 106 25 33 19 106 +minecraft:jungle_sapling[stage=1] 64 84 48 106 51 67 38 106 32 42 24 106 25 33 19 106 +minecraft:acacia_sapling 88 93 51 64 70 74 40 64 44 46 25 64 35 37 20 64 +minecraft:acacia_sapling[stage=1] 88 93 51 64 70 74 40 64 44 46 25 64 35 37 20 64 +minecraft:dark_oak_sapling 40 45 32 110 32 36 25 110 20 22 16 110 16 18 12 110 +minecraft:dark_oak_sapling[stage=1] 40 45 32 110 32 36 25 110 20 22 16 110 16 18 12 110 +minecraft:bedrock 65 60 56 255 52 48 44 255 32 30 28 255 26 24 22 255 +minecraft:water 154 154 154 218 123 123 123 218 77 77 77 218 61 61 61 218 +minecraft:water[level=1] 154 154 154 218 123 123 123 218 77 77 77 218 61 61 61 218 +minecraft:water[level=2] 154 154 154 218 123 123 123 218 77 77 77 218 61 61 61 218 +minecraft:water[level=3] 154 154 154 218 123 123 123 218 77 77 77 218 61 61 61 218 +minecraft:water[level=4] 154 154 154 218 123 123 123 218 77 77 77 218 61 61 61 218 +minecraft:water[level=5] 154 154 154 218 123 123 123 218 77 77 77 218 61 61 61 218 +minecraft:water[level=6] 154 154 154 218 123 123 123 218 77 77 77 218 61 61 61 218 +minecraft:water[level=7] 154 154 154 218 123 123 123 218 77 77 77 218 61 61 61 218 +minecraft:water[level=8] 154 154 154 218 123 123 123 218 77 77 77 218 61 61 61 218 +minecraft:water[level=9] 154 154 154 218 123 123 123 218 77 77 77 218 61 61 61 218 +minecraft:water[level=10] 154 154 154 218 123 123 123 218 77 77 77 218 61 61 61 218 +minecraft:water[level=11] 154 154 154 218 123 123 123 218 77 77 77 218 61 61 61 218 +minecraft:water[level=12] 154 154 154 218 123 123 123 218 77 77 77 218 61 61 61 218 +minecraft:water[level=13] 154 154 154 218 123 123 123 218 77 77 77 218 61 61 61 218 +minecraft:water[level=14] 154 154 154 218 123 123 123 218 77 77 77 218 61 61 61 218 +minecraft:water[level=15] 154 154 154 218 123 123 123 218 77 77 77 218 61 61 61 218 +minecraft:lava 200 63 39 255 160 50 31 255 100 31 19 255 80 25 15 255 +minecraft:lava[level=1] 200 63 39 255 160 50 31 255 100 31 19 255 80 25 15 255 +minecraft:lava[level=2] 200 63 39 255 160 50 31 255 100 31 19 255 80 25 15 255 +minecraft:lava[level=3] 200 63 39 255 160 50 31 255 100 31 19 255 80 25 15 255 +minecraft:lava[level=4] 200 63 39 255 160 50 31 255 100 31 19 255 80 25 15 255 +minecraft:lava[level=5] 200 63 39 255 160 50 31 255 100 31 19 255 80 25 15 255 +minecraft:lava[level=6] 200 63 39 255 160 50 31 255 100 31 19 255 80 25 15 255 +minecraft:lava[level=7] 200 63 39 255 160 50 31 255 100 31 19 255 80 25 15 255 +minecraft:lava[level=8] 200 63 39 255 160 50 31 255 100 31 19 255 80 25 15 255 +minecraft:lava[level=9] 200 63 39 255 160 50 31 255 100 31 19 255 80 25 15 255 +minecraft:lava[level=10] 200 63 39 255 160 50 31 255 100 31 19 255 80 25 15 255 +minecraft:lava[level=11] 200 63 39 255 160 50 31 255 100 31 19 255 80 25 15 255 +minecraft:lava[level=12] 200 63 39 255 160 50 31 255 100 31 19 255 80 25 15 255 +minecraft:lava[level=13] 200 63 39 255 160 50 31 255 100 31 19 255 80 25 15 255 +minecraft:lava[level=14] 200 63 39 255 160 50 31 255 100 31 19 255 80 25 15 255 +minecraft:lava[level=15] 200 63 39 255 160 50 31 255 100 31 19 255 80 25 15 255 +minecraft:sand 172 146 99 255 137 116 79 255 86 73 49 255 68 58 39 255 +minecraft:red_sand 145 89 58 255 116 71 46 255 72 44 29 255 58 35 23 255 +minecraft:gravel 115 103 88 255 92 82 70 255 57 51 44 255 46 41 35 255 +minecraft:gold_ore 101 98 84 255 80 78 67 255 50 49 42 255 40 39 33 255 +minecraft:deepslate_gold_ore 67 64 49 255 53 51 39 255 33 32 24 255 26 25 19 255 +minecraft:iron_ore 108 87 78 255 86 69 62 255 54 43 39 255 43 34 31 255 +minecraft:deepslate_iron_ore 83 63 55 255 66 50 44 255 41 31 27 255 33 25 22 255 +minecraft:coal_ore 73 73 72 255 58 58 57 255 36 36 36 255 29 29 28 255 +minecraft:deepslate_coal_ore 44 45 46 255 35 36 36 255 22 22 23 255 17 18 18 255 +minecraft:nether_gold_ore 113 68 52 255 90 54 41 255 56 34 26 255 45 27 20 255 +minecraft:oak_log 69 52 34 255 55 41 27 255 34 26 17 255 27 20 13 255 +minecraft:oak_log[axis=y] 132 103 64 255 105 82 51 255 66 51 32 255 52 41 25 255 +minecraft:oak_log[axis=z] 69 52 34 255 55 41 27 255 34 26 17 255 27 20 13 255 +minecraft:spruce_log 58 50 42 255 46 40 33 255 29 25 21 255 23 20 16 255 +minecraft:spruce_log[axis=y] 104 80 59 255 83 64 47 255 52 40 29 255 41 32 23 255 +minecraft:spruce_log[axis=z] 58 50 42 255 46 40 33 255 29 25 21 255 23 20 16 255 +minecraft:birch_log 117 113 100 255 93 90 80 255 58 56 50 255 46 45 40 255 +minecraft:birch_log[axis=y] 151 136 107 255 120 108 85 255 75 68 53 255 60 54 42 255 +minecraft:birch_log[axis=z] 117 113 100 255 93 90 80 255 58 56 50 255 46 45 40 255 +minecraft:jungle_log 49 43 28 255 39 34 22 255 24 21 14 255 19 17 11 255 +minecraft:jungle_log[axis=y] 113 82 59 255 90 65 47 255 56 41 29 255 45 32 23 255 +minecraft:jungle_log[axis=z] 49 43 28 255 39 34 22 255 24 21 14 255 19 17 11 255 +minecraft:acacia_log 82 76 72 255 65 60 57 255 41 38 36 255 32 30 28 255 +minecraft:acacia_log[axis=y] 120 70 50 255 96 56 40 255 60 35 25 255 48 28 20 255 +minecraft:acacia_log[axis=z] 82 76 72 255 65 60 57 255 41 38 36 255 32 30 28 255 +minecraft:dark_oak_log 44 37 24 255 35 29 19 255 22 18 12 255 17 14 9 255 +minecraft:dark_oak_log[axis=y] 47 36 26 255 37 28 20 255 23 18 13 255 18 14 10 255 +minecraft:dark_oak_log[axis=z] 44 37 24 255 35 29 19 255 22 18 12 255 17 14 9 255 +minecraft:stripped_spruce_log 96 74 54 255 76 59 43 255 48 37 27 255 38 29 21 255 +minecraft:stripped_spruce_log[axis=y] 111 86 63 255 88 68 50 255 55 43 31 255 44 34 25 255 +minecraft:stripped_spruce_log[axis=z] 96 74 54 255 76 59 43 255 48 37 27 255 38 29 21 255 +minecraft:stripped_birch_log 145 132 101 255 116 105 80 255 72 66 50 255 58 52 40 255 +minecraft:stripped_birch_log[axis=y] 158 142 110 255 126 113 88 255 79 71 55 255 63 56 44 255 +minecraft:stripped_birch_log[axis=z] 145 132 101 255 116 105 80 255 72 66 50 255 58 52 40 255 +minecraft:stripped_jungle_log 118 83 58 255 94 66 46 255 59 41 29 255 47 33 23 255 +minecraft:stripped_jungle_log[axis=y] 128 91 65 255 102 72 52 255 64 45 32 255 51 36 26 255 +minecraft:stripped_jungle_log[axis=z] 118 83 58 255 94 66 46 255 59 41 29 255 47 33 23 255 +minecraft:stripped_acacia_log 126 68 46 255 100 54 36 255 63 34 23 255 50 27 18 255 +minecraft:stripped_acacia_log[axis=y] 127 69 47 255 101 55 37 255 63 34 23 255 50 27 18 255 +minecraft:stripped_acacia_log[axis=z] 126 68 46 255 100 54 36 255 63 34 23 255 50 27 18 255 +minecraft:stripped_dark_oak_log 49 36 27 255 39 28 21 255 24 18 13 255 19 14 10 255 +minecraft:stripped_dark_oak_log[axis=y] 49 37 28 255 39 29 22 255 24 18 14 255 19 14 11 255 +minecraft:stripped_dark_oak_log[axis=z] 49 36 27 255 39 28 21 255 24 18 13 255 19 14 10 255 +minecraft:stripped_oak_log 122 92 52 255 97 73 41 255 61 46 26 255 48 36 20 255 +minecraft:stripped_oak_log[axis=y] 145 113 68 255 116 90 54 255 72 56 34 255 58 45 27 255 +minecraft:stripped_oak_log[axis=z] 122 92 52 255 97 73 41 255 61 46 26 255 48 36 20 255 +minecraft:oak_wood 69 52 34 255 55 41 27 255 34 26 17 255 27 20 13 255 +minecraft:oak_wood[axis=y] 69 52 34 255 55 41 27 255 34 26 17 255 27 20 13 255 +minecraft:oak_wood[axis=z] 69 52 34 255 55 41 27 255 34 26 17 255 27 20 13 255 +minecraft:spruce_wood 58 50 42 255 46 40 33 255 29 25 21 255 23 20 16 255 +minecraft:spruce_wood[axis=y] 58 50 42 255 46 40 33 255 29 25 21 255 23 20 16 255 +minecraft:spruce_wood[axis=z] 58 50 42 255 46 40 33 255 29 25 21 255 23 20 16 255 +minecraft:birch_wood 117 113 100 255 93 90 80 255 58 56 50 255 46 45 40 255 +minecraft:birch_wood[axis=y] 117 113 100 255 93 90 80 255 58 56 50 255 46 45 40 255 +minecraft:birch_wood[axis=z] 117 113 100 255 93 90 80 255 58 56 50 255 46 45 40 255 +minecraft:jungle_wood 49 43 28 255 39 34 22 255 24 21 14 255 19 17 11 255 +minecraft:jungle_wood[axis=y] 49 43 28 255 39 34 22 255 24 21 14 255 19 17 11 255 +minecraft:jungle_wood[axis=z] 49 43 28 255 39 34 22 255 24 21 14 255 19 17 11 255 +minecraft:acacia_wood 82 76 72 255 65 60 57 255 41 38 36 255 32 30 28 255 +minecraft:acacia_wood[axis=y] 82 76 72 255 65 60 57 255 41 38 36 255 32 30 28 255 +minecraft:acacia_wood[axis=z] 82 76 72 255 65 60 57 255 41 38 36 255 32 30 28 255 +minecraft:dark_oak_wood 44 37 24 255 35 29 19 255 22 18 12 255 17 14 9 255 +minecraft:dark_oak_wood[axis=y] 44 37 24 255 35 29 19 255 22 18 12 255 17 14 9 255 +minecraft:dark_oak_wood[axis=z] 44 37 24 255 35 29 19 255 22 18 12 255 17 14 9 255 +minecraft:stripped_oak_wood 122 92 52 255 97 73 41 255 61 46 26 255 48 36 20 255 +minecraft:stripped_oak_wood[axis=y] 122 92 52 255 97 73 41 255 61 46 26 255 48 36 20 255 +minecraft:stripped_oak_wood[axis=z] 122 92 52 255 97 73 41 255 61 46 26 255 48 36 20 255 +minecraft:stripped_spruce_wood 96 74 54 255 76 59 43 255 48 37 27 255 38 29 21 255 +minecraft:stripped_spruce_wood[axis=y] 96 74 54 255 76 59 43 255 48 37 27 255 38 29 21 255 +minecraft:stripped_spruce_wood[axis=z] 96 74 54 255 76 59 43 255 48 37 27 255 38 29 21 255 +minecraft:stripped_birch_wood 145 132 101 255 116 105 80 255 72 66 50 255 58 52 40 255 +minecraft:stripped_birch_wood[axis=y] 145 132 101 255 116 105 80 255 72 66 50 255 58 52 40 255 +minecraft:stripped_birch_wood[axis=z] 145 132 101 255 116 105 80 255 72 66 50 255 58 52 40 255 +minecraft:stripped_jungle_wood 118 83 58 255 94 66 46 255 59 41 29 255 47 33 23 255 +minecraft:stripped_jungle_wood[axis=y] 118 83 58 255 94 66 46 255 59 41 29 255 47 33 23 255 +minecraft:stripped_jungle_wood[axis=z] 118 83 58 255 94 66 46 255 59 41 29 255 47 33 23 255 +minecraft:stripped_acacia_wood 126 68 46 255 100 54 36 255 63 34 23 255 50 27 18 255 +minecraft:stripped_acacia_wood[axis=y] 126 68 46 255 100 54 36 255 63 34 23 255 50 27 18 255 +minecraft:stripped_acacia_wood[axis=z] 126 68 46 255 100 54 36 255 63 34 23 255 50 27 18 255 +minecraft:stripped_dark_oak_wood 49 36 27 255 39 28 21 255 24 18 13 255 19 14 10 255 +minecraft:stripped_dark_oak_wood[axis=y] 49 36 27 255 39 28 21 255 24 18 13 255 19 14 10 255 +minecraft:stripped_dark_oak_wood[axis=z] 49 36 27 255 39 28 21 255 24 18 13 255 19 14 10 255 +minecraft:oak_leaves 46 71 30 178 36 56 24 178 23 35 15 178 18 28 12 178 +minecraft:oak_leaves[distance=1,persistent=false] 46 71 30 178 36 56 24 178 23 35 15 178 18 28 12 178 +minecraft:oak_leaves[distance=2,persistent=true] 46 71 30 178 36 56 24 178 23 35 15 178 18 28 12 178 +minecraft:oak_leaves[distance=2,persistent=false] 46 71 30 178 36 56 24 178 23 35 15 178 18 28 12 178 +minecraft:oak_leaves[distance=3,persistent=true] 46 71 30 178 36 56 24 178 23 35 15 178 18 28 12 178 +minecraft:oak_leaves[distance=3,persistent=false] 46 71 30 178 36 56 24 178 23 35 15 178 18 28 12 178 +minecraft:oak_leaves[distance=4,persistent=true] 46 71 30 178 36 56 24 178 23 35 15 178 18 28 12 178 +minecraft:oak_leaves[distance=4,persistent=false] 46 71 30 178 36 56 24 178 23 35 15 178 18 28 12 178 +minecraft:oak_leaves[distance=5,persistent=true] 46 71 30 178 36 56 24 178 23 35 15 178 18 28 12 178 +minecraft:oak_leaves[distance=5,persistent=false] 46 71 30 178 36 56 24 178 23 35 15 178 18 28 12 178 +minecraft:oak_leaves[distance=6,persistent=true] 46 71 30 178 36 56 24 178 23 35 15 178 18 28 12 178 +minecraft:oak_leaves[distance=6,persistent=false] 46 71 30 178 36 56 24 178 23 35 15 178 18 28 12 178 +minecraft:oak_leaves[distance=7,persistent=true] 46 71 30 178 36 56 24 178 23 35 15 178 18 28 12 178 +minecraft:oak_leaves[distance=7,persistent=false] 46 71 30 178 36 56 24 178 23 35 15 178 18 28 12 178 +minecraft:spruce_leaves 39 58 34 198 31 46 27 198 19 29 17 198 15 23 13 198 +minecraft:spruce_leaves[distance=1,persistent=false] 39 58 34 198 31 46 27 198 19 29 17 198 15 23 13 198 +minecraft:spruce_leaves[distance=2,persistent=true] 39 58 34 198 31 46 27 198 19 29 17 198 15 23 13 198 +minecraft:spruce_leaves[distance=2,persistent=false] 39 58 34 198 31 46 27 198 19 29 17 198 15 23 13 198 +minecraft:spruce_leaves[distance=3,persistent=true] 39 58 34 198 31 46 27 198 19 29 17 198 15 23 13 198 +minecraft:spruce_leaves[distance=3,persistent=false] 39 58 34 198 31 46 27 198 19 29 17 198 15 23 13 198 +minecraft:spruce_leaves[distance=4,persistent=true] 39 58 34 198 31 46 27 198 19 29 17 198 15 23 13 198 +minecraft:spruce_leaves[distance=4,persistent=false] 39 58 34 198 31 46 27 198 19 29 17 198 15 23 13 198 +minecraft:spruce_leaves[distance=5,persistent=true] 39 58 34 198 31 46 27 198 19 29 17 198 15 23 13 198 +minecraft:spruce_leaves[distance=5,persistent=false] 39 58 34 198 31 46 27 198 19 29 17 198 15 23 13 198 +minecraft:spruce_leaves[distance=6,persistent=true] 39 58 34 198 31 46 27 198 19 29 17 198 15 23 13 198 +minecraft:spruce_leaves[distance=6,persistent=false] 39 58 34 198 31 46 27 198 19 29 17 198 15 23 13 198 +minecraft:spruce_leaves[distance=7,persistent=true] 39 58 34 198 31 46 27 198 19 29 17 198 15 23 13 198 +minecraft:spruce_leaves[distance=7,persistent=false] 39 58 34 198 31 46 27 198 19 29 17 198 15 23 13 198 +minecraft:birch_leaves 78 93 40 186 62 74 32 186 39 46 20 186 31 37 16 186 +minecraft:birch_leaves[distance=1,persistent=false] 78 93 40 186 62 74 32 186 39 46 20 186 31 37 16 186 +minecraft:birch_leaves[distance=2,persistent=true] 78 93 40 186 62 74 32 186 39 46 20 186 31 37 16 186 +minecraft:birch_leaves[distance=2,persistent=false] 78 93 40 186 62 74 32 186 39 46 20 186 31 37 16 186 +minecraft:birch_leaves[distance=3,persistent=true] 78 93 40 186 62 74 32 186 39 46 20 186 31 37 16 186 +minecraft:birch_leaves[distance=3,persistent=false] 78 93 40 186 62 74 32 186 39 46 20 186 31 37 16 186 +minecraft:birch_leaves[distance=4,persistent=true] 78 93 40 186 62 74 32 186 39 46 20 186 31 37 16 186 +minecraft:birch_leaves[distance=4,persistent=false] 78 93 40 186 62 74 32 186 39 46 20 186 31 37 16 186 +minecraft:birch_leaves[distance=5,persistent=true] 78 93 40 186 62 74 32 186 39 46 20 186 31 37 16 186 +minecraft:birch_leaves[distance=5,persistent=false] 78 93 40 186 62 74 32 186 39 46 20 186 31 37 16 186 +minecraft:birch_leaves[distance=6,persistent=true] 78 93 40 186 62 74 32 186 39 46 20 186 31 37 16 186 +minecraft:birch_leaves[distance=6,persistent=false] 78 93 40 186 62 74 32 186 39 46 20 186 31 37 16 186 +minecraft:birch_leaves[distance=7,persistent=true] 78 93 40 186 62 74 32 186 39 46 20 186 31 37 16 186 +minecraft:birch_leaves[distance=7,persistent=false] 78 93 40 186 62 74 32 186 39 46 20 186 31 37 16 186 +minecraft:jungle_leaves 39 68 31 223 31 54 24 223 19 34 15 223 15 27 12 223 +minecraft:jungle_leaves[distance=1,persistent=false] 39 68 31 223 31 54 24 223 19 34 15 223 15 27 12 223 +minecraft:jungle_leaves[distance=2,persistent=true] 39 68 31 223 31 54 24 223 19 34 15 223 15 27 12 223 +minecraft:jungle_leaves[distance=2,persistent=false] 39 68 31 223 31 54 24 223 19 34 15 223 15 27 12 223 +minecraft:jungle_leaves[distance=3,persistent=true] 39 68 31 223 31 54 24 223 19 34 15 223 15 27 12 223 +minecraft:jungle_leaves[distance=3,persistent=false] 39 68 31 223 31 54 24 223 19 34 15 223 15 27 12 223 +minecraft:jungle_leaves[distance=4,persistent=true] 39 68 31 223 31 54 24 223 19 34 15 223 15 27 12 223 +minecraft:jungle_leaves[distance=4,persistent=false] 39 68 31 223 31 54 24 223 19 34 15 223 15 27 12 223 +minecraft:jungle_leaves[distance=5,persistent=true] 39 68 31 223 31 54 24 223 19 34 15 223 15 27 12 223 +minecraft:jungle_leaves[distance=5,persistent=false] 39 68 31 223 31 54 24 223 19 34 15 223 15 27 12 223 +minecraft:jungle_leaves[distance=6,persistent=true] 39 68 31 223 31 54 24 223 19 34 15 223 15 27 12 223 +minecraft:jungle_leaves[distance=6,persistent=false] 39 68 31 223 31 54 24 223 19 34 15 223 15 27 12 223 +minecraft:jungle_leaves[distance=7,persistent=true] 39 68 31 223 31 54 24 223 19 34 15 223 15 27 12 223 +minecraft:jungle_leaves[distance=7,persistent=false] 39 68 31 223 31 54 24 223 19 34 15 223 15 27 12 223 +minecraft:acacia_leaves 46 61 24 178 36 48 19 178 23 30 12 178 18 24 9 178 +minecraft:acacia_leaves[distance=1,persistent=false] 46 61 24 178 36 48 19 178 23 30 12 178 18 24 9 178 +minecraft:acacia_leaves[distance=2,persistent=true] 46 61 24 178 36 48 19 178 23 30 12 178 18 24 9 178 +minecraft:acacia_leaves[distance=2,persistent=false] 46 61 24 178 36 48 19 178 23 30 12 178 18 24 9 178 +minecraft:acacia_leaves[distance=3,persistent=true] 46 61 24 178 36 48 19 178 23 30 12 178 18 24 9 178 +minecraft:acacia_leaves[distance=3,persistent=false] 46 61 24 178 36 48 19 178 23 30 12 178 18 24 9 178 +minecraft:acacia_leaves[distance=4,persistent=true] 46 61 24 178 36 48 19 178 23 30 12 178 18 24 9 178 +minecraft:acacia_leaves[distance=4,persistent=false] 46 61 24 178 36 48 19 178 23 30 12 178 18 24 9 178 +minecraft:acacia_leaves[distance=5,persistent=true] 46 61 24 178 36 48 19 178 23 30 12 178 18 24 9 178 +minecraft:acacia_leaves[distance=5,persistent=false] 46 61 24 178 36 48 19 178 23 30 12 178 18 24 9 178 +minecraft:acacia_leaves[distance=6,persistent=true] 46 61 24 178 36 48 19 178 23 30 12 178 18 24 9 178 +minecraft:acacia_leaves[distance=6,persistent=false] 46 61 24 178 36 48 19 178 23 30 12 178 18 24 9 178 +minecraft:acacia_leaves[distance=7,persistent=true] 46 61 24 178 36 48 19 178 23 30 12 178 18 24 9 178 +minecraft:acacia_leaves[distance=7,persistent=false] 46 61 24 178 36 48 19 178 23 30 12 178 18 24 9 178 +minecraft:dark_oak_leaves 38 47 29 216 30 37 23 216 19 23 14 216 15 18 11 216 +minecraft:dark_oak_leaves[distance=1,persistent=false] 38 47 29 216 30 37 23 216 19 23 14 216 15 18 11 216 +minecraft:dark_oak_leaves[distance=2,persistent=true] 38 47 29 216 30 37 23 216 19 23 14 216 15 18 11 216 +minecraft:dark_oak_leaves[distance=2,persistent=false] 38 47 29 216 30 37 23 216 19 23 14 216 15 18 11 216 +minecraft:dark_oak_leaves[distance=3,persistent=true] 38 47 29 216 30 37 23 216 19 23 14 216 15 18 11 216 +minecraft:dark_oak_leaves[distance=3,persistent=false] 38 47 29 216 30 37 23 216 19 23 14 216 15 18 11 216 +minecraft:dark_oak_leaves[distance=4,persistent=true] 38 47 29 216 30 37 23 216 19 23 14 216 15 18 11 216 +minecraft:dark_oak_leaves[distance=4,persistent=false] 38 47 29 216 30 37 23 216 19 23 14 216 15 18 11 216 +minecraft:dark_oak_leaves[distance=5,persistent=true] 38 47 29 216 30 37 23 216 19 23 14 216 15 18 11 216 +minecraft:dark_oak_leaves[distance=5,persistent=false] 38 47 29 216 30 37 23 216 19 23 14 216 15 18 11 216 +minecraft:dark_oak_leaves[distance=6,persistent=true] 38 47 29 216 30 37 23 216 19 23 14 216 15 18 11 216 +minecraft:dark_oak_leaves[distance=6,persistent=false] 38 47 29 216 30 37 23 216 19 23 14 216 15 18 11 216 +minecraft:dark_oak_leaves[distance=7,persistent=true] 38 47 29 216 30 37 23 216 19 23 14 216 15 18 11 216 +minecraft:dark_oak_leaves[distance=7,persistent=false] 38 47 29 216 30 37 23 216 19 23 14 216 15 18 11 216 +minecraft:azalea_leaves 23 48 8 230 18 38 6 230 11 24 4 230 9 19 3 230 +minecraft:azalea_leaves[distance=1,persistent=false] 23 48 8 230 18 38 6 230 11 24 4 230 9 19 3 230 +minecraft:azalea_leaves[distance=2,persistent=true] 23 48 8 230 18 38 6 230 11 24 4 230 9 19 3 230 +minecraft:azalea_leaves[distance=2,persistent=false] 23 48 8 230 18 38 6 230 11 24 4 230 9 19 3 230 +minecraft:azalea_leaves[distance=3,persistent=true] 23 48 8 230 18 38 6 230 11 24 4 230 9 19 3 230 +minecraft:azalea_leaves[distance=3,persistent=false] 23 48 8 230 18 38 6 230 11 24 4 230 9 19 3 230 +minecraft:azalea_leaves[distance=4,persistent=true] 23 48 8 230 18 38 6 230 11 24 4 230 9 19 3 230 +minecraft:azalea_leaves[distance=4,persistent=false] 23 48 8 230 18 38 6 230 11 24 4 230 9 19 3 230 +minecraft:azalea_leaves[distance=5,persistent=true] 23 48 8 230 18 38 6 230 11 24 4 230 9 19 3 230 +minecraft:azalea_leaves[distance=5,persistent=false] 23 48 8 230 18 38 6 230 11 24 4 230 9 19 3 230 +minecraft:azalea_leaves[distance=6,persistent=true] 23 48 8 230 18 38 6 230 11 24 4 230 9 19 3 230 +minecraft:azalea_leaves[distance=6,persistent=false] 23 48 8 230 18 38 6 230 11 24 4 230 9 19 3 230 +minecraft:azalea_leaves[distance=7,persistent=true] 23 48 8 230 18 38 6 230 11 24 4 230 9 19 3 230 +minecraft:azalea_leaves[distance=7,persistent=false] 23 48 8 230 18 38 6 230 11 24 4 230 9 19 3 230 +minecraft:flowering_azalea_leaves 27 48 13 234 21 38 10 234 13 24 6 234 10 19 5 234 +minecraft:flowering_azalea_leaves[distance=1,persistent=false] 27 48 13 234 21 38 10 234 13 24 6 234 10 19 5 234 +minecraft:flowering_azalea_leaves[distance=2,persistent=true] 27 48 13 234 21 38 10 234 13 24 6 234 10 19 5 234 +minecraft:flowering_azalea_leaves[distance=2,persistent=false] 27 48 13 234 21 38 10 234 13 24 6 234 10 19 5 234 +minecraft:flowering_azalea_leaves[distance=3,persistent=true] 27 48 13 234 21 38 10 234 13 24 6 234 10 19 5 234 +minecraft:flowering_azalea_leaves[distance=3,persistent=false] 27 48 13 234 21 38 10 234 13 24 6 234 10 19 5 234 +minecraft:flowering_azalea_leaves[distance=4,persistent=true] 27 48 13 234 21 38 10 234 13 24 6 234 10 19 5 234 +minecraft:flowering_azalea_leaves[distance=4,persistent=false] 27 48 13 234 21 38 10 234 13 24 6 234 10 19 5 234 +minecraft:flowering_azalea_leaves[distance=5,persistent=true] 27 48 13 234 21 38 10 234 13 24 6 234 10 19 5 234 +minecraft:flowering_azalea_leaves[distance=5,persistent=false] 27 48 13 234 21 38 10 234 13 24 6 234 10 19 5 234 +minecraft:flowering_azalea_leaves[distance=6,persistent=true] 27 48 13 234 21 38 10 234 13 24 6 234 10 19 5 234 +minecraft:flowering_azalea_leaves[distance=6,persistent=false] 27 48 13 234 21 38 10 234 13 24 6 234 10 19 5 234 +minecraft:flowering_azalea_leaves[distance=7,persistent=true] 27 48 13 234 21 38 10 234 13 24 6 234 10 19 5 234 +minecraft:flowering_azalea_leaves[distance=7,persistent=false] 27 48 13 234 21 38 10 234 13 24 6 234 10 19 5 234 +minecraft:sponge 190 148 74 255 152 118 59 255 95 74 37 255 76 59 29 255 +minecraft:wet_sponge 158 123 53 255 126 98 42 255 79 61 26 255 63 49 21 255 +minecraft:glass 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:lapis_ore 81 87 100 255 64 69 80 255 40 43 50 255 32 34 40 255 +minecraft:deepslate_lapis_ore 49 53 64 255 39 42 51 255 24 26 32 255 19 21 25 255 +minecraft:lapis_block 62 82 139 255 49 65 111 255 31 41 69 255 24 32 55 255 +minecraft:dispenser 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:dispenser[facing=north,triggered=false] 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:dispenser[facing=east,triggered=true] 84 82 78 255 67 65 62 255 42 41 39 255 33 32 31 255 +minecraft:dispenser[facing=east,triggered=false] 84 82 78 255 67 65 62 255 42 41 39 255 33 32 31 255 +minecraft:dispenser[facing=south,triggered=true] 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:dispenser[facing=south,triggered=false] 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:dispenser[facing=west,triggered=true] 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:dispenser[facing=west,triggered=false] 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:dispenser[facing=up,triggered=true] 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:dispenser[facing=up,triggered=false] 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:dispenser[facing=down,triggered=true] 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:dispenser[facing=down,triggered=false] 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:sandstone 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:chiseled_sandstone 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:cut_sandstone 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:note_block 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=0,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=1,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=1,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=2,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=2,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=3,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=3,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=4,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=4,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=5,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=5,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=6,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=6,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=7,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=7,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=8,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=8,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=9,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=9,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=10,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=10,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=11,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=11,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=12,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=12,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=13,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=13,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=14,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=14,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=15,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=15,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=16,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=16,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=17,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=17,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=18,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=18,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=19,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=19,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=20,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=20,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=21,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=21,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=22,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=22,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=23,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=23,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=24,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=24,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=0,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=0,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=1,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=1,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=2,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=2,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=3,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=3,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=4,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=4,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=5,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=5,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=6,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=6,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=7,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=7,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=8,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=8,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=9,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=9,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=10,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=10,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=11,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=11,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=12,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=12,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=13,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=13,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=14,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=14,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=15,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=15,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=16,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=16,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=17,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=17,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=18,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=18,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=19,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=19,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=20,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=20,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=21,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=21,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=22,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=22,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=23,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=23,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=24,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=24,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=0,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=0,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=1,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=1,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=2,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=2,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=3,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=3,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=4,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=4,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=5,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=5,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=6,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=6,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=7,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=7,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=8,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=8,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=9,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=9,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=10,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=10,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=11,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=11,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=12,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=12,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=13,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=13,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=14,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=14,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=15,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=15,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=16,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=16,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=17,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=17,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=18,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=18,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=19,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=19,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=20,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=20,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=21,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=21,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=22,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=22,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=23,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=23,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=24,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=24,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=0,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=0,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=1,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=1,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=2,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=2,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=3,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=3,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=4,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=4,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=5,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=5,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=6,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=6,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=7,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=7,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=8,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=8,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=9,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=9,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=10,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=10,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=11,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=11,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=12,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=12,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=13,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=13,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=14,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=14,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=15,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=15,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=16,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=16,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=17,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=17,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=18,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=18,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=19,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=19,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=20,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=20,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=21,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=21,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=22,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=22,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=23,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=23,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=24,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=24,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=0,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=0,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=1,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=1,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=2,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=2,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=3,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=3,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=4,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=4,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=5,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=5,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=6,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=6,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=7,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=7,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=8,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=8,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=9,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=9,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=10,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=10,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=11,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=11,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=12,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=12,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=13,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=13,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=14,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=14,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=15,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=15,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=16,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=16,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=17,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=17,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=18,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=18,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=19,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=19,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=20,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=20,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=21,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=21,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=22,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=22,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=23,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=23,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=24,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=24,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=0,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=0,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=1,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=1,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=2,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=2,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=3,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=3,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=4,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=4,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=5,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=5,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=6,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=6,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=7,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=7,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=8,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=8,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=9,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=9,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=10,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=10,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=11,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=11,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=12,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=12,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=13,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=13,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=14,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=14,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=15,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=15,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=16,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=16,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=17,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=17,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=18,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=18,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=19,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=19,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=20,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=20,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=21,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=21,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=22,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=22,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=23,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=23,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=24,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=24,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=0,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=0,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=1,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=1,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=2,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=2,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=3,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=3,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=4,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=4,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=5,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=5,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=6,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=6,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=7,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=7,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=8,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=8,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=9,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=9,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=10,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=10,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=11,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=11,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=12,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=12,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=13,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=13,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=14,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=14,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=15,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=15,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=16,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=16,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=17,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=17,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=18,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=18,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=19,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=19,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=20,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=20,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=21,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=21,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=22,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=22,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=23,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=23,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=24,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=24,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=0,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=0,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=1,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=1,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=2,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=2,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=3,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=3,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=4,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=4,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=5,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=5,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=6,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=6,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=7,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=7,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=8,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=8,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=9,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=9,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=10,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=10,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=11,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=11,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=12,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=12,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=13,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=13,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=14,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=14,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=15,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=15,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=16,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=16,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=17,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=17,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=18,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=18,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=19,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=19,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=20,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=20,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=21,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=21,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=22,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=22,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=23,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=23,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=24,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=24,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=0,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=0,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=1,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=1,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=2,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=2,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=3,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=3,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=4,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=4,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=5,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=5,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=6,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=6,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=7,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=7,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=8,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=8,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=9,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=9,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=10,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=10,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=11,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=11,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=12,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=12,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=13,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=13,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=14,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=14,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=15,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=15,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=16,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=16,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=17,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=17,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=18,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=18,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=19,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=19,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=20,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=20,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=21,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=21,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=22,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=22,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=23,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=23,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=24,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=24,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=0,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=0,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=1,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=1,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=2,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=2,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=3,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=3,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=4,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=4,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=5,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=5,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=6,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=6,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=7,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=7,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=8,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=8,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=9,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=9,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=10,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=10,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=11,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=11,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=12,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=12,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=13,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=13,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=14,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=14,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=15,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=15,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=16,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=16,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=17,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=17,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=18,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=18,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=19,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=19,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=20,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=20,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=21,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=21,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=22,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=22,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=23,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=23,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=24,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=24,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=0,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=0,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=1,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=1,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=2,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=2,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=3,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=3,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=4,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=4,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=5,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=5,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=6,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=6,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=7,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=7,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=8,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=8,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=9,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=9,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=10,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=10,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=11,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=11,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=12,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=12,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=13,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=13,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=14,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=14,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=15,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=15,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=16,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=16,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=17,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=17,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=18,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=18,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=19,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=19,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=20,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=20,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=21,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=21,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=22,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=22,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=23,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=23,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=24,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=24,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=0,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=0,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=1,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=1,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=2,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=2,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=3,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=3,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=4,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=4,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=5,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=5,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=6,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=6,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=7,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=7,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=8,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=8,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=9,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=9,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=10,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=10,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=11,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=11,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=12,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=12,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=13,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=13,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=14,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=14,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=15,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=15,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=16,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=16,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=17,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=17,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=18,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=18,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=19,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=19,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=20,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=20,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=21,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=21,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=22,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=22,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=23,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=23,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=24,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=24,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=0,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=0,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=1,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=1,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=2,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=2,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=3,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=3,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=4,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=4,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=5,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=5,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=6,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=6,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=7,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=7,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=8,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=8,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=9,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=9,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=10,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=10,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=11,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=11,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=12,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=12,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=13,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=13,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=14,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=14,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=15,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=15,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=16,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=16,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=17,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=17,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=18,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=18,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=19,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=19,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=20,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=20,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=21,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=21,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=22,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=22,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=23,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=23,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=24,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=24,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=0,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=0,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=1,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=1,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=2,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=2,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=3,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=3,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=4,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=4,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=5,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=5,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=6,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=6,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=7,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=7,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=8,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=8,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=9,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=9,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=10,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=10,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=11,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=11,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=12,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=12,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=13,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=13,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=14,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=14,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=15,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=15,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=16,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=16,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=17,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=17,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=18,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=18,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=19,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=19,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=20,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=20,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=21,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=21,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=22,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=22,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=23,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=23,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=24,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=24,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=0,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=0,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=1,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=1,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=2,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=2,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=3,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=3,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=4,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=4,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=5,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=5,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=6,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=6,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=7,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=7,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=8,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=8,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=9,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=9,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=10,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=10,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=11,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=11,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=12,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=12,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=13,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=13,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=14,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=14,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=15,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=15,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=16,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=16,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=17,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=17,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=18,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=18,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=19,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=19,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=20,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=20,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=21,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=21,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=22,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=22,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=23,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=23,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=24,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=24,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=0,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=0,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=1,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=1,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=2,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=2,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=3,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=3,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=4,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=4,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=5,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=5,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=6,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=6,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=7,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=7,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=8,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=8,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=9,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=9,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=10,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=10,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=11,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=11,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=12,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=12,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=13,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=13,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=14,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=14,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=15,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=15,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=16,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=16,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=17,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=17,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=18,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=18,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=19,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=19,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=20,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=20,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=21,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=21,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=22,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=22,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=23,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=23,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=24,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=24,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:powered_rail 113 82 49 180 90 65 39 180 56 41 24 180 45 32 19 180 +minecraft:powered_rail[powered=true,shape=north_south,waterlogged=false] 113 82 49 180 90 65 39 180 56 41 24 180 45 32 19 180 +minecraft:powered_rail[powered=true,shape=east_west,waterlogged=true] 113 82 49 180 90 65 39 180 56 41 24 180 45 32 19 180 +minecraft:powered_rail[powered=true,shape=east_west,waterlogged=false] 113 82 49 180 90 65 39 180 56 41 24 180 45 32 19 180 +minecraft:powered_rail[powered=true,shape=ascending_east,waterlogged=true] 113 82 49 180 90 65 39 180 56 41 24 180 45 32 19 180 +minecraft:powered_rail[powered=true,shape=ascending_east,waterlogged=false] 113 82 49 180 90 65 39 180 56 41 24 180 45 32 19 180 +minecraft:powered_rail[powered=true,shape=ascending_west,waterlogged=true] 113 82 49 180 90 65 39 180 56 41 24 180 45 32 19 180 +minecraft:powered_rail[powered=true,shape=ascending_west,waterlogged=false] 113 82 49 180 90 65 39 180 56 41 24 180 45 32 19 180 +minecraft:powered_rail[powered=true,shape=ascending_north,waterlogged=true] 113 82 49 180 90 65 39 180 56 41 24 180 45 32 19 180 +minecraft:powered_rail[powered=true,shape=ascending_north,waterlogged=false] 113 82 49 180 90 65 39 180 56 41 24 180 45 32 19 180 +minecraft:powered_rail[powered=true,shape=ascending_south,waterlogged=true] 113 82 49 180 90 65 39 180 56 41 24 180 45 32 19 180 +minecraft:powered_rail[powered=true,shape=ascending_south,waterlogged=false] 113 82 49 180 90 65 39 180 56 41 24 180 45 32 19 180 +minecraft:powered_rail[powered=false,shape=north_south,waterlogged=true] 101 83 50 180 80 66 40 180 50 41 25 180 40 33 20 180 +minecraft:powered_rail[powered=false,shape=north_south,waterlogged=false] 101 83 50 180 80 66 40 180 50 41 25 180 40 33 20 180 +minecraft:powered_rail[powered=false,shape=east_west,waterlogged=true] 101 83 50 180 80 66 40 180 50 41 25 180 40 33 20 180 +minecraft:powered_rail[powered=false,shape=east_west,waterlogged=false] 101 83 50 180 80 66 40 180 50 41 25 180 40 33 20 180 +minecraft:powered_rail[powered=false,shape=ascending_east,waterlogged=true] 101 83 50 180 80 66 40 180 50 41 25 180 40 33 20 180 +minecraft:powered_rail[powered=false,shape=ascending_east,waterlogged=false] 101 83 50 180 80 66 40 180 50 41 25 180 40 33 20 180 +minecraft:powered_rail[powered=false,shape=ascending_west,waterlogged=true] 101 83 50 180 80 66 40 180 50 41 25 180 40 33 20 180 +minecraft:powered_rail[powered=false,shape=ascending_west,waterlogged=false] 101 83 50 180 80 66 40 180 50 41 25 180 40 33 20 180 +minecraft:powered_rail[powered=false,shape=ascending_north,waterlogged=true] 101 83 50 180 80 66 40 180 50 41 25 180 40 33 20 180 +minecraft:powered_rail[powered=false,shape=ascending_north,waterlogged=false] 101 83 50 180 80 66 40 180 50 41 25 180 40 33 20 180 +minecraft:powered_rail[powered=false,shape=ascending_south,waterlogged=true] 101 83 50 180 80 66 40 180 50 41 25 180 40 33 20 180 +minecraft:powered_rail[powered=false,shape=ascending_south,waterlogged=false] 101 83 50 180 80 66 40 180 50 41 25 180 40 33 20 180 +minecraft:detector_rail 85 68 67 160 68 54 53 160 42 34 33 160 34 27 26 160 +minecraft:detector_rail[powered=true,shape=north_south,waterlogged=false] 85 68 67 160 68 54 53 160 42 34 33 160 34 27 26 160 +minecraft:detector_rail[powered=true,shape=east_west,waterlogged=true] 85 68 67 160 68 54 53 160 42 34 33 160 34 27 26 160 +minecraft:detector_rail[powered=true,shape=east_west,waterlogged=false] 85 68 67 160 68 54 53 160 42 34 33 160 34 27 26 160 +minecraft:detector_rail[powered=true,shape=ascending_east,waterlogged=true] 85 68 67 160 68 54 53 160 42 34 33 160 34 27 26 160 +minecraft:detector_rail[powered=true,shape=ascending_east,waterlogged=false] 85 68 67 160 68 54 53 160 42 34 33 160 34 27 26 160 +minecraft:detector_rail[powered=true,shape=ascending_west,waterlogged=true] 85 68 67 160 68 54 53 160 42 34 33 160 34 27 26 160 +minecraft:detector_rail[powered=true,shape=ascending_west,waterlogged=false] 85 68 67 160 68 54 53 160 42 34 33 160 34 27 26 160 +minecraft:detector_rail[powered=true,shape=ascending_north,waterlogged=true] 85 68 67 160 68 54 53 160 42 34 33 160 34 27 26 160 +minecraft:detector_rail[powered=true,shape=ascending_north,waterlogged=false] 85 68 67 160 68 54 53 160 42 34 33 160 34 27 26 160 +minecraft:detector_rail[powered=true,shape=ascending_south,waterlogged=true] 85 68 67 160 68 54 53 160 42 34 33 160 34 27 26 160 +minecraft:detector_rail[powered=true,shape=ascending_south,waterlogged=false] 85 68 67 160 68 54 53 160 42 34 33 160 34 27 26 160 +minecraft:detector_rail[powered=false,shape=north_south,waterlogged=true] 75 74 73 160 60 59 58 160 37 37 36 160 30 29 29 160 +minecraft:detector_rail[powered=false,shape=north_south,waterlogged=false] 75 74 73 160 60 59 58 160 37 37 36 160 30 29 29 160 +minecraft:detector_rail[powered=false,shape=east_west,waterlogged=true] 75 74 73 160 60 59 58 160 37 37 36 160 30 29 29 160 +minecraft:detector_rail[powered=false,shape=east_west,waterlogged=false] 75 74 73 160 60 59 58 160 37 37 36 160 30 29 29 160 +minecraft:detector_rail[powered=false,shape=ascending_east,waterlogged=true] 75 74 73 160 60 59 58 160 37 37 36 160 30 29 29 160 +minecraft:detector_rail[powered=false,shape=ascending_east,waterlogged=false] 75 74 73 160 60 59 58 160 37 37 36 160 30 29 29 160 +minecraft:detector_rail[powered=false,shape=ascending_west,waterlogged=true] 75 74 73 160 60 59 58 160 37 37 36 160 30 29 29 160 +minecraft:detector_rail[powered=false,shape=ascending_west,waterlogged=false] 75 74 73 160 60 59 58 160 37 37 36 160 30 29 29 160 +minecraft:detector_rail[powered=false,shape=ascending_north,waterlogged=true] 75 74 73 160 60 59 58 160 37 37 36 160 30 29 29 160 +minecraft:detector_rail[powered=false,shape=ascending_north,waterlogged=false] 75 74 73 160 60 59 58 160 37 37 36 160 30 29 29 160 +minecraft:detector_rail[powered=false,shape=ascending_south,waterlogged=true] 75 74 73 160 60 59 58 160 37 37 36 160 30 29 29 160 +minecraft:detector_rail[powered=false,shape=ascending_south,waterlogged=false] 75 74 73 160 60 59 58 160 37 37 36 160 30 29 29 160 +minecraft:sticky_piston 95 86 83 15 76 68 66 15 47 43 41 15 38 34 33 15 +minecraft:sticky_piston[extended=true,facing=east] 95 86 83 15 76 68 66 15 47 43 41 15 38 34 33 15 +minecraft:sticky_piston[extended=true,facing=south] 95 86 83 15 76 68 66 15 47 43 41 15 38 34 33 15 +minecraft:sticky_piston[extended=true,facing=west] 95 86 83 15 76 68 66 15 47 43 41 15 38 34 33 15 +minecraft:sticky_piston[extended=true,facing=up] 95 86 83 15 76 68 66 15 47 43 41 15 38 34 33 15 +minecraft:sticky_piston[extended=true,facing=down] 95 86 83 15 76 68 66 15 47 43 41 15 38 34 33 15 +minecraft:sticky_piston[extended=false,facing=north] 95 86 83 15 76 68 66 15 47 43 41 15 38 34 33 15 +minecraft:sticky_piston[extended=false,facing=east] 95 86 83 15 76 68 66 15 47 43 41 15 38 34 33 15 +minecraft:sticky_piston[extended=false,facing=south] 95 86 83 15 76 68 66 15 47 43 41 15 38 34 33 15 +minecraft:sticky_piston[extended=false,facing=west] 95 86 83 15 76 68 66 15 47 43 41 15 38 34 33 15 +minecraft:sticky_piston[extended=false,facing=up] 95 86 83 15 76 68 66 15 47 43 41 15 38 34 33 15 +minecraft:sticky_piston[extended=false,facing=down] 95 86 83 15 76 68 66 15 47 43 41 15 38 34 33 15 +minecraft:cobweb 170 162 169 44 136 129 135 44 85 81 84 44 68 64 67 44 +minecraft:grass 53 72 32 116 42 57 25 116 26 36 16 116 21 28 12 116 +minecraft:fern 44 64 32 88 35 51 25 88 22 32 16 88 17 25 12 88 +minecraft:dead_bush 96 81 66 69 76 64 52 69 48 40 33 69 38 32 26 69 +minecraft:seagrass 20 37 12 69 16 29 9 69 10 18 6 69 8 14 4 69 +minecraft:tall_seagrass 11 35 10 41 8 28 8 41 5 17 5 41 4 14 4 41 +minecraft:tall_seagrass[half=lower] 17 34 11 132 13 27 8 132 8 17 5 132 6 13 4 132 +minecraft:piston 95 86 83 15 76 68 66 15 47 43 41 15 38 34 33 15 +minecraft:piston[extended=true,facing=east] 95 86 83 15 76 68 66 15 47 43 41 15 38 34 33 15 +minecraft:piston[extended=true,facing=south] 95 86 83 15 76 68 66 15 47 43 41 15 38 34 33 15 +minecraft:piston[extended=true,facing=west] 95 86 83 15 76 68 66 15 47 43 41 15 38 34 33 15 +minecraft:piston[extended=true,facing=up] 95 86 83 15 76 68 66 15 47 43 41 15 38 34 33 15 +minecraft:piston[extended=true,facing=down] 95 86 83 15 76 68 66 15 47 43 41 15 38 34 33 15 +minecraft:piston[extended=false,facing=north] 95 86 83 15 76 68 66 15 47 43 41 15 38 34 33 15 +minecraft:piston[extended=false,facing=east] 95 86 83 15 76 68 66 15 47 43 41 15 38 34 33 15 +minecraft:piston[extended=false,facing=south] 95 86 83 15 76 68 66 15 47 43 41 15 38 34 33 15 +minecraft:piston[extended=false,facing=west] 95 86 83 15 76 68 66 15 47 43 41 15 38 34 33 15 +minecraft:piston[extended=false,facing=up] 95 86 83 15 76 68 66 15 47 43 41 15 38 34 33 15 +minecraft:piston[extended=false,facing=down] 95 86 83 15 76 68 66 15 47 43 41 15 38 34 33 15 +minecraft:piston_head 95 86 83 47 76 68 66 47 47 43 41 47 38 34 33 47 +minecraft:piston_head[facing=north,short=true,type=sticky] 95 86 83 47 76 68 66 47 47 43 41 47 38 34 33 47 +minecraft:piston_head[facing=north,short=false,type=normal] 95 86 83 47 76 68 66 47 47 43 41 47 38 34 33 47 +minecraft:piston_head[facing=north,short=false,type=sticky] 95 86 83 47 76 68 66 47 47 43 41 47 38 34 33 47 +minecraft:piston_head[facing=east,short=true,type=normal] 95 86 83 47 76 68 66 47 47 43 41 47 38 34 33 47 +minecraft:piston_head[facing=east,short=true,type=sticky] 95 86 83 47 76 68 66 47 47 43 41 47 38 34 33 47 +minecraft:piston_head[facing=east,short=false,type=normal] 95 86 83 47 76 68 66 47 47 43 41 47 38 34 33 47 +minecraft:piston_head[facing=east,short=false,type=sticky] 95 86 83 47 76 68 66 47 47 43 41 47 38 34 33 47 +minecraft:piston_head[facing=south,short=true,type=normal] 95 86 83 47 76 68 66 47 47 43 41 47 38 34 33 47 +minecraft:piston_head[facing=south,short=true,type=sticky] 95 86 83 47 76 68 66 47 47 43 41 47 38 34 33 47 +minecraft:piston_head[facing=south,short=false,type=normal] 95 86 83 47 76 68 66 47 47 43 41 47 38 34 33 47 +minecraft:piston_head[facing=south,short=false,type=sticky] 95 86 83 47 76 68 66 47 47 43 41 47 38 34 33 47 +minecraft:piston_head[facing=west,short=true,type=normal] 95 86 83 47 76 68 66 47 47 43 41 47 38 34 33 47 +minecraft:piston_head[facing=west,short=true,type=sticky] 95 86 83 47 76 68 66 47 47 43 41 47 38 34 33 47 +minecraft:piston_head[facing=west,short=false,type=normal] 95 86 83 47 76 68 66 47 47 43 41 47 38 34 33 47 +minecraft:piston_head[facing=west,short=false,type=sticky] 95 86 83 47 76 68 66 47 47 43 41 47 38 34 33 47 +minecraft:piston_head[facing=up,short=true,type=normal] 95 86 83 47 76 68 66 47 47 43 41 47 38 34 33 47 +minecraft:piston_head[facing=up,short=true,type=sticky] 95 86 83 47 76 68 66 47 47 43 41 47 38 34 33 47 +minecraft:piston_head[facing=up,short=false,type=normal] 95 86 83 47 76 68 66 47 47 43 41 47 38 34 33 47 +minecraft:piston_head[facing=up,short=false,type=sticky] 95 86 83 47 76 68 66 47 47 43 41 47 38 34 33 47 +minecraft:piston_head[facing=down,short=true,type=normal] 95 86 83 47 76 68 66 47 47 43 41 47 38 34 33 47 +minecraft:piston_head[facing=down,short=true,type=sticky] 95 86 83 47 76 68 66 47 47 43 41 47 38 34 33 47 +minecraft:piston_head[facing=down,short=false,type=normal] 95 86 83 47 76 68 66 47 47 43 41 47 38 34 33 47 +minecraft:piston_head[facing=down,short=false,type=sticky] 95 86 83 47 76 68 66 47 47 43 41 47 38 34 33 47 +minecraft:white_wool 215 212 209 255 172 169 167 255 107 106 104 255 86 84 83 255 +minecraft:orange_wool 175 104 51 255 140 83 40 255 87 52 25 255 70 41 20 255 +minecraft:magenta_wool 156 87 129 255 124 69 103 255 78 43 64 255 62 34 51 255 +minecraft:light_blue_wool 99 116 156 255 79 92 124 255 49 58 78 255 39 46 62 255 +minecraft:yellow_wool 197 174 76 255 157 139 60 255 98 87 38 255 78 69 30 255 +minecraft:lime_wool 138 148 76 255 110 118 60 255 69 74 38 255 55 59 30 255 +minecraft:pink_wool 236 154 155 255 188 123 124 255 118 77 77 255 94 61 62 255 +minecraft:gray_wool 91 92 93 255 72 73 74 255 45 46 46 255 36 36 37 255 +minecraft:light_gray_wool 167 168 169 255 133 134 135 255 83 84 84 255 66 67 67 255 +minecraft:cyan_wool 84 118 113 255 67 94 90 255 42 59 56 255 33 47 45 255 +minecraft:purple_wool 105 46 110 255 84 36 88 255 52 23 55 255 42 18 44 255 +minecraft:blue_wool 41 58 113 255 32 46 90 255 20 29 56 255 16 23 45 255 +minecraft:brown_wool 114 72 37 255 91 57 29 255 57 36 18 255 45 28 14 255 +minecraft:green_wool 74 82 38 255 59 65 30 255 37 41 19 255 29 32 15 255 +minecraft:red_wool 174 50 36 255 139 40 28 255 87 25 18 255 69 20 14 255 +minecraft:black_wool 42 43 44 255 33 34 35 255 21 21 22 255 16 17 17 255 +minecraft:dandelion 111 114 44 15 88 91 35 15 55 57 22 15 44 45 17 15 +minecraft:poppy 103 74 39 19 82 59 31 19 51 37 19 19 41 29 15 19 +minecraft:blue_orchid 87 101 88 33 69 80 70 33 43 50 44 33 34 40 35 33 +minecraft:allium 123 110 104 30 98 88 83 30 61 55 52 30 49 44 41 30 +minecraft:azure_bluet 119 134 105 27 95 107 84 27 59 67 52 27 47 53 42 27 +minecraft:red_tulip 108 79 43 19 86 63 34 19 54 39 21 19 43 31 17 19 +minecraft:orange_tulip 139 107 53 21 111 85 42 21 69 53 26 21 55 42 21 21 +minecraft:white_tulip 129 138 104 19 103 110 83 19 64 69 52 19 51 55 41 19 +minecraft:pink_tulip 134 113 87 19 107 90 69 19 67 56 43 19 53 45 34 19 +minecraft:oxeye_daisy 151 156 133 23 120 124 106 23 75 78 66 23 60 62 53 23 +minecraft:cornflower 63 79 103 17 50 63 82 17 31 39 51 17 25 31 41 17 +minecraft:wither_rose 26 24 23 44 20 19 18 44 13 12 11 44 10 9 9 44 +minecraft:lily_of_the_valley 137 148 121 26 109 118 96 26 68 74 60 26 54 59 48 26 +minecraft:brown_mushroom 149 117 95 49 119 93 76 49 74 58 47 49 59 46 38 49 +minecraft:red_mushroom 201 117 111 36 160 93 88 36 100 58 55 36 80 46 44 36 +minecraft:gold_block 193 166 90 255 154 132 72 255 96 83 45 255 77 66 36 255 +minecraft:iron_block 144 142 143 255 115 113 114 255 72 71 71 255 57 56 57 255 +minecraft:bricks 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:tnt 45 27 19 255 36 21 15 255 22 13 9 255 18 10 7 255 +minecraft:tnt[unstable=false] 45 27 19 255 36 21 15 255 22 13 9 255 18 10 7 255 +minecraft:bookshelf 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:mossy_cobblestone 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:obsidian 21 15 19 255 16 12 15 255 10 7 9 255 8 6 7 255 +minecraft:torch 69 48 22 24 55 38 17 24 34 24 11 24 27 19 8 24 +minecraft:wall_torch 69 48 22 24 55 38 17 24 34 24 11 24 27 19 8 24 +minecraft:wall_torch[facing=south] 69 48 22 24 55 38 17 24 34 24 11 24 27 19 8 24 +minecraft:wall_torch[facing=west] 69 48 22 24 55 38 17 24 34 24 11 24 27 19 8 24 +minecraft:wall_torch[facing=east] 69 48 22 24 55 38 17 24 34 24 11 24 27 19 8 24 +minecraft:fire 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=true,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=true,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=true,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=true,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=true,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=true,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=true,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=true,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=true,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=true,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=true,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=true,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=true,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=true,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=true,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=false,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=false,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=false,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=false,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=false,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=false,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=false,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=false,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=false,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=false,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=false,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=false,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=false,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=false,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=true,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=true,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=true,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=true,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=true,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=true,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=true,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=true,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=true,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=true,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=true,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=true,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=true,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=true,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=true,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=true,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=false,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=false,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=false,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=false,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=false,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=false,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=false,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=false,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=false,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=false,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=false,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=false,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=false,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=false,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=false,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=false,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=true,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=true,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=true,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=true,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=true,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=true,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=true,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=true,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=true,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=true,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=true,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=true,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=true,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=true,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=true,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=true,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=false,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=false,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=false,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=false,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=false,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=false,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=false,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=false,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=false,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=false,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=false,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=false,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=false,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=false,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=false,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=false,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=true,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=true,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=true,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=true,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=true,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=true,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=true,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=true,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=true,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=true,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=true,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=true,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=true,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=true,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=true,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=true,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=false,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=false,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=false,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=false,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=false,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=false,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=false,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=false,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=false,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=false,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=false,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=false,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=false,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=false,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=false,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=false,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=true,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=true,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=true,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=true,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=true,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=true,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=true,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=true,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=true,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=true,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=true,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=true,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=true,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=true,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=true,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=true,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=false,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=false,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=false,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=false,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=false,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=false,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=false,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=false,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=false,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=false,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=false,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=false,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=false,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=false,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=false,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=false,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=true,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=true,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=true,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=true,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=true,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=true,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=true,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=true,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=true,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=true,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=true,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=true,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=true,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=true,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=true,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=true,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=false,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=false,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=false,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=false,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=false,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=false,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=false,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=false,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=false,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=false,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=false,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=false,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=false,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=false,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=false,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=false,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=true,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=true,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=true,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=true,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=true,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=true,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=true,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=true,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=true,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=true,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=true,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=true,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=true,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=true,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=true,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=true,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=false,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=false,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=false,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=false,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=false,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=false,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=false,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=false,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=false,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=false,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=false,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=false,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=false,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=false,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=false,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=false,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=true,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=true,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=true,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=true,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=true,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=true,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=true,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=true,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=true,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=true,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=true,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=true,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=true,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=true,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=true,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=true,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=false,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=false,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=false,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=false,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=false,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=false,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=false,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=false,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=false,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=false,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=false,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=false,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=false,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=false,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=false,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=false,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=true,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=true,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=true,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=true,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=true,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=true,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=true,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=true,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=true,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=true,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=true,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=true,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=true,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=true,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=true,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=true,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=false,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=false,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=false,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=false,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=false,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=false,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=false,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=false,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=false,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=false,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=false,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=false,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=false,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=false,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=false,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=false,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=true,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=true,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=true,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=true,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=true,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=true,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=true,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=true,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=true,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=true,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=true,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=true,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=true,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=true,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=true,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=true,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=false,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=false,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=false,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=false,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=false,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=false,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=false,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=false,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=false,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=false,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=false,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=false,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=false,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=false,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=false,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=false,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=true,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=true,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=true,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=true,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=true,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=true,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=true,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=true,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=true,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=true,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=true,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=true,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=true,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=true,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=true,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=true,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=false,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=false,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=false,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=false,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=false,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=false,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=false,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=false,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=false,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=false,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=false,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=false,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=false,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=false,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=false,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=false,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=true,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=true,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=true,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=true,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=true,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=true,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=true,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=true,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=true,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=true,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=true,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=true,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=true,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=true,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=true,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=true,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=false,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=false,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=false,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=false,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=false,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=false,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=false,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=false,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=false,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=false,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=false,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=false,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=false,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=false,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=false,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=false,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=true,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=true,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=true,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=true,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=true,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=true,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=true,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=true,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=true,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=true,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=true,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=true,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=true,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=true,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=true,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=true,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=false,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=false,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=false,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=false,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=false,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=false,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=false,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=false,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=false,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=false,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=false,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=false,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=false,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=false,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=false,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=false,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=true,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=true,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=true,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=true,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=true,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=true,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=true,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=true,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=true,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=true,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=true,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=true,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=true,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=true,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=true,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=true,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=false,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=false,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=false,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=false,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=false,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=false,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=false,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=false,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=false,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=false,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=false,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=false,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=false,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=false,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=false,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=false,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=true,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=true,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=true,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=true,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=true,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=true,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=true,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=true,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=true,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=true,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=true,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=true,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=true,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=true,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=true,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=true,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=false,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=false,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=false,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=false,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=false,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=false,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=false,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=false,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=false,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=false,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=false,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=false,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=false,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=false,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=false,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=false,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=true,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=true,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=true,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=true,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=true,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=true,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=true,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=true,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=true,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=true,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=true,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=true,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=true,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=true,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=true,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=true,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=false,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=false,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=false,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=false,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=false,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=false,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=false,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=false,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=false,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=false,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=false,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=false,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=false,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=false,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=false,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=false,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:spawner 64 73 103 191 51 58 82 191 32 36 51 191 25 29 41 191 +minecraft:oak_stairs 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=straight,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=straight,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=straight,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=straight,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=straight,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=straight,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=straight,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:chest 88 71 46 195 70 56 36 195 44 35 23 195 35 28 18 195 +minecraft:chest[facing=north,type=single,waterlogged=false] 88 71 46 195 70 56 36 195 44 35 23 195 35 28 18 195 +minecraft:chest[facing=north,type=left,waterlogged=true] 88 71 46 195 70 56 36 195 44 35 23 195 35 28 18 195 +minecraft:chest[facing=north,type=left,waterlogged=false] 88 71 46 195 70 56 36 195 44 35 23 195 35 28 18 195 +minecraft:chest[facing=north,type=right,waterlogged=true] 88 71 46 195 70 56 36 195 44 35 23 195 35 28 18 195 +minecraft:chest[facing=north,type=right,waterlogged=false] 88 71 46 195 70 56 36 195 44 35 23 195 35 28 18 195 +minecraft:chest[facing=south,type=single,waterlogged=true] 88 71 46 195 70 56 36 195 44 35 23 195 35 28 18 195 +minecraft:chest[facing=south,type=single,waterlogged=false] 88 71 46 195 70 56 36 195 44 35 23 195 35 28 18 195 +minecraft:chest[facing=south,type=left,waterlogged=true] 88 71 46 195 70 56 36 195 44 35 23 195 35 28 18 195 +minecraft:chest[facing=south,type=left,waterlogged=false] 88 71 46 195 70 56 36 195 44 35 23 195 35 28 18 195 +minecraft:chest[facing=south,type=right,waterlogged=true] 88 71 46 195 70 56 36 195 44 35 23 195 35 28 18 195 +minecraft:chest[facing=south,type=right,waterlogged=false] 88 71 46 195 70 56 36 195 44 35 23 195 35 28 18 195 +minecraft:chest[facing=west,type=single,waterlogged=true] 88 71 46 195 70 56 36 195 44 35 23 195 35 28 18 195 +minecraft:chest[facing=west,type=single,waterlogged=false] 88 71 46 195 70 56 36 195 44 35 23 195 35 28 18 195 +minecraft:chest[facing=west,type=left,waterlogged=true] 88 71 46 195 70 56 36 195 44 35 23 195 35 28 18 195 +minecraft:chest[facing=west,type=left,waterlogged=false] 88 71 46 195 70 56 36 195 44 35 23 195 35 28 18 195 +minecraft:chest[facing=west,type=right,waterlogged=true] 88 71 46 195 70 56 36 195 44 35 23 195 35 28 18 195 +minecraft:chest[facing=west,type=right,waterlogged=false] 88 71 46 195 70 56 36 195 44 35 23 195 35 28 18 195 +minecraft:chest[facing=east,type=single,waterlogged=true] 88 71 46 195 70 56 36 195 44 35 23 195 35 28 18 195 +minecraft:chest[facing=east,type=single,waterlogged=false] 88 71 46 195 70 56 36 195 44 35 23 195 35 28 18 195 +minecraft:chest[facing=east,type=left,waterlogged=true] 88 71 46 195 70 56 36 195 44 35 23 195 35 28 18 195 +minecraft:chest[facing=east,type=left,waterlogged=false] 88 71 46 195 70 56 36 195 44 35 23 195 35 28 18 195 +minecraft:chest[facing=east,type=right,waterlogged=true] 88 71 46 195 70 56 36 195 44 35 23 195 35 28 18 195 +minecraft:chest[facing=east,type=right,waterlogged=false] 88 71 46 195 70 56 36 195 44 35 23 195 35 28 18 195 +minecraft:redstone_wire 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:diamond_ore 96 96 93 255 76 76 74 255 48 48 46 255 38 38 37 255 +minecraft:deepslate_diamond_ore 63 66 66 255 50 52 52 255 31 33 33 255 25 26 26 255 +minecraft:diamond_block 107 128 145 255 85 102 116 255 53 64 72 255 42 51 58 255 +minecraft:crafting_table 164 133 104 255 131 106 83 255 82 66 52 255 65 53 41 255 +minecraft:wheat 37 47 32 9 29 37 25 9 18 23 16 9 14 18 12 9 +minecraft:wheat[age=1] 35 45 30 17 28 36 24 17 17 22 15 17 14 18 12 17 +minecraft:wheat[age=2] 37 48 30 26 29 38 24 26 18 24 15 26 14 19 12 26 +minecraft:wheat[age=3] 42 52 31 38 33 41 24 38 21 26 15 38 16 20 12 38 +minecraft:wheat[age=4] 45 55 31 61 36 44 24 61 22 27 15 61 18 22 12 61 +minecraft:wheat[age=5] 50 59 33 76 40 47 26 76 25 29 16 76 20 23 13 76 +minecraft:wheat[age=6] 63 66 39 91 50 52 31 91 31 33 19 91 25 26 15 91 +minecraft:wheat[age=7] 89 83 52 108 71 66 41 108 44 41 26 108 35 33 20 108 +minecraft:farmland 67 53 38 255 53 42 30 255 33 26 19 255 26 21 15 255 +minecraft:farmland[moisture=1] 50 35 18 255 40 28 14 255 25 17 9 255 20 14 7 255 +minecraft:farmland[moisture=2] 50 35 18 255 40 28 14 255 25 17 9 255 20 14 7 255 +minecraft:farmland[moisture=3] 50 35 18 255 40 28 14 255 25 17 9 255 20 14 7 255 +minecraft:farmland[moisture=4] 50 35 18 255 40 28 14 255 25 17 9 255 20 14 7 255 +minecraft:farmland[moisture=5] 50 35 18 255 40 28 14 255 25 17 9 255 20 14 7 255 +minecraft:farmland[moisture=6] 50 35 18 255 40 28 14 255 25 17 9 255 20 14 7 255 +minecraft:farmland[moisture=7] 50 35 18 255 40 28 14 255 25 17 9 255 20 14 7 255 +minecraft:furnace 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:furnace[facing=north,lit=false] 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:furnace[facing=south,lit=true] 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:furnace[facing=south,lit=false] 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:furnace[facing=west,lit=true] 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:furnace[facing=west,lit=false] 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:furnace[facing=east,lit=true] 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:furnace[facing=east,lit=false] 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:oak_sign 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=0,waterlogged=false] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=1,waterlogged=true] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=1,waterlogged=false] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=2,waterlogged=true] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=2,waterlogged=false] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=3,waterlogged=true] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=3,waterlogged=false] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=4,waterlogged=true] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=4,waterlogged=false] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=5,waterlogged=true] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=5,waterlogged=false] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=6,waterlogged=true] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=6,waterlogged=false] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=7,waterlogged=true] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=7,waterlogged=false] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=8,waterlogged=true] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=8,waterlogged=false] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=9,waterlogged=true] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=9,waterlogged=false] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=10,waterlogged=true] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=10,waterlogged=false] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=11,waterlogged=true] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=11,waterlogged=false] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=12,waterlogged=true] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=12,waterlogged=false] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=13,waterlogged=true] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=13,waterlogged=false] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=14,waterlogged=true] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=14,waterlogged=false] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=15,waterlogged=true] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=15,waterlogged=false] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:spruce_sign 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=0,waterlogged=false] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=1,waterlogged=true] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=1,waterlogged=false] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=2,waterlogged=true] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=2,waterlogged=false] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=3,waterlogged=true] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=3,waterlogged=false] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=4,waterlogged=true] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=4,waterlogged=false] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=5,waterlogged=true] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=5,waterlogged=false] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=6,waterlogged=true] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=6,waterlogged=false] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=7,waterlogged=true] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=7,waterlogged=false] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=8,waterlogged=true] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=8,waterlogged=false] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=9,waterlogged=true] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=9,waterlogged=false] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=10,waterlogged=true] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=10,waterlogged=false] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=11,waterlogged=true] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=11,waterlogged=false] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=12,waterlogged=true] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=12,waterlogged=false] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=13,waterlogged=true] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=13,waterlogged=false] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=14,waterlogged=true] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=14,waterlogged=false] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=15,waterlogged=true] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=15,waterlogged=false] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:birch_sign 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=0,waterlogged=false] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=1,waterlogged=true] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=1,waterlogged=false] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=2,waterlogged=true] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=2,waterlogged=false] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=3,waterlogged=true] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=3,waterlogged=false] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=4,waterlogged=true] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=4,waterlogged=false] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=5,waterlogged=true] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=5,waterlogged=false] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=6,waterlogged=true] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=6,waterlogged=false] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=7,waterlogged=true] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=7,waterlogged=false] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=8,waterlogged=true] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=8,waterlogged=false] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=9,waterlogged=true] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=9,waterlogged=false] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=10,waterlogged=true] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=10,waterlogged=false] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=11,waterlogged=true] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=11,waterlogged=false] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=12,waterlogged=true] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=12,waterlogged=false] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=13,waterlogged=true] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=13,waterlogged=false] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=14,waterlogged=true] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=14,waterlogged=false] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=15,waterlogged=true] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=15,waterlogged=false] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:acacia_sign 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=0,waterlogged=false] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=1,waterlogged=true] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=1,waterlogged=false] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=2,waterlogged=true] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=2,waterlogged=false] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=3,waterlogged=true] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=3,waterlogged=false] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=4,waterlogged=true] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=4,waterlogged=false] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=5,waterlogged=true] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=5,waterlogged=false] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=6,waterlogged=true] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=6,waterlogged=false] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=7,waterlogged=true] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=7,waterlogged=false] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=8,waterlogged=true] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=8,waterlogged=false] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=9,waterlogged=true] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=9,waterlogged=false] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=10,waterlogged=true] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=10,waterlogged=false] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=11,waterlogged=true] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=11,waterlogged=false] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=12,waterlogged=true] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=12,waterlogged=false] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=13,waterlogged=true] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=13,waterlogged=false] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=14,waterlogged=true] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=14,waterlogged=false] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=15,waterlogged=true] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=15,waterlogged=false] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:jungle_sign 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=0,waterlogged=false] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=1,waterlogged=true] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=1,waterlogged=false] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=2,waterlogged=true] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=2,waterlogged=false] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=3,waterlogged=true] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=3,waterlogged=false] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=4,waterlogged=true] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=4,waterlogged=false] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=5,waterlogged=true] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=5,waterlogged=false] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=6,waterlogged=true] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=6,waterlogged=false] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=7,waterlogged=true] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=7,waterlogged=false] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=8,waterlogged=true] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=8,waterlogged=false] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=9,waterlogged=true] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=9,waterlogged=false] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=10,waterlogged=true] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=10,waterlogged=false] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=11,waterlogged=true] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=11,waterlogged=false] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=12,waterlogged=true] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=12,waterlogged=false] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=13,waterlogged=true] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=13,waterlogged=false] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=14,waterlogged=true] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=14,waterlogged=false] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=15,waterlogged=true] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=15,waterlogged=false] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:dark_oak_sign 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=0,waterlogged=false] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=1,waterlogged=true] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=1,waterlogged=false] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=2,waterlogged=true] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=2,waterlogged=false] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=3,waterlogged=true] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=3,waterlogged=false] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=4,waterlogged=true] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=4,waterlogged=false] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=5,waterlogged=true] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=5,waterlogged=false] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=6,waterlogged=true] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=6,waterlogged=false] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=7,waterlogged=true] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=7,waterlogged=false] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=8,waterlogged=true] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=8,waterlogged=false] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=9,waterlogged=true] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=9,waterlogged=false] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=10,waterlogged=true] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=10,waterlogged=false] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=11,waterlogged=true] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=11,waterlogged=false] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=12,waterlogged=true] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=12,waterlogged=false] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=13,waterlogged=true] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=13,waterlogged=false] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=14,waterlogged=true] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=14,waterlogged=false] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=15,waterlogged=true] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=15,waterlogged=false] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:oak_door 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=true,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=false,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=false,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=true,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=true,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=false,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=false,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=true,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=true,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=true,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=true,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=false,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=false,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=true,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=true,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=false,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=false,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=true,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=true,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=false,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=false,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=true,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=true,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=false,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=false,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=true,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=true,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=false,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=false,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=true,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=true,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=false,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=false,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=true,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=true,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=false,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=false,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=true,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=true,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=false,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=false,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=true,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=true,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=false,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=false,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=true,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=true,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=false,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=false,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=true,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=true,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=false,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=false,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=true,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=true,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=false,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=false,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=true,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=true,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=false,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=false,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:ladder 108 84 49 149 86 67 39 149 54 42 24 149 43 33 19 149 +minecraft:ladder[facing=north,waterlogged=false] 108 84 49 149 86 67 39 149 54 42 24 149 43 33 19 149 +minecraft:ladder[facing=south,waterlogged=true] 108 84 49 149 86 67 39 149 54 42 24 149 43 33 19 149 +minecraft:ladder[facing=south,waterlogged=false] 108 84 49 149 86 67 39 149 54 42 24 149 43 33 19 149 +minecraft:ladder[facing=west,waterlogged=true] 108 84 49 149 86 67 39 149 54 42 24 149 43 33 19 149 +minecraft:ladder[facing=west,waterlogged=false] 108 84 49 149 86 67 39 149 54 42 24 149 43 33 19 149 +minecraft:ladder[facing=east,waterlogged=true] 108 84 49 149 86 67 39 149 54 42 24 149 43 33 19 149 +minecraft:ladder[facing=east,waterlogged=false] 108 84 49 149 86 67 39 149 54 42 24 149 43 33 19 149 +minecraft:rail 79 79 79 63 63 63 63 63 39 39 39 63 31 31 31 63 +minecraft:rail[shape=north_south,waterlogged=false] 79 79 79 63 63 63 63 63 39 39 39 63 31 31 31 63 +minecraft:rail[shape=east_west,waterlogged=true] 79 79 79 63 63 63 63 63 39 39 39 63 31 31 31 63 +minecraft:rail[shape=east_west,waterlogged=false] 79 79 79 63 63 63 63 63 39 39 39 63 31 31 31 63 +minecraft:rail[shape=ascending_east,waterlogged=true] 79 79 79 63 63 63 63 63 39 39 39 63 31 31 31 63 +minecraft:rail[shape=ascending_east,waterlogged=false] 79 79 79 63 63 63 63 63 39 39 39 63 31 31 31 63 +minecraft:rail[shape=ascending_west,waterlogged=true] 79 79 79 63 63 63 63 63 39 39 39 63 31 31 31 63 +minecraft:rail[shape=ascending_west,waterlogged=false] 79 79 79 63 63 63 63 63 39 39 39 63 31 31 31 63 +minecraft:rail[shape=ascending_north,waterlogged=true] 79 79 79 63 63 63 63 63 39 39 39 63 31 31 31 63 +minecraft:rail[shape=ascending_north,waterlogged=false] 79 79 79 63 63 63 63 63 39 39 39 63 31 31 31 63 +minecraft:rail[shape=ascending_south,waterlogged=true] 79 79 79 63 63 63 63 63 39 39 39 63 31 31 31 63 +minecraft:rail[shape=ascending_south,waterlogged=false] 79 79 79 63 63 63 63 63 39 39 39 63 31 31 31 63 +minecraft:rail[shape=south_east,waterlogged=true] 82 82 82 51 65 65 65 51 41 41 41 51 32 32 32 51 +minecraft:rail[shape=south_east,waterlogged=false] 82 82 82 51 65 65 65 51 41 41 41 51 32 32 32 51 +minecraft:rail[shape=south_west,waterlogged=true] 82 82 82 51 65 65 65 51 41 41 41 51 32 32 32 51 +minecraft:rail[shape=south_west,waterlogged=false] 82 82 82 51 65 65 65 51 41 41 41 51 32 32 32 51 +minecraft:rail[shape=north_west,waterlogged=true] 82 82 82 51 65 65 65 51 41 41 41 51 32 32 32 51 +minecraft:rail[shape=north_west,waterlogged=false] 82 82 82 51 65 65 65 51 41 41 41 51 32 32 32 51 +minecraft:rail[shape=north_east,waterlogged=true] 82 82 82 51 65 65 65 51 41 41 41 51 32 32 32 51 +minecraft:rail[shape=north_east,waterlogged=false] 82 82 82 51 65 65 65 51 41 41 41 51 32 32 32 51 +minecraft:cobblestone_stairs 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:oak_wall_sign 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_wall_sign[facing=north,waterlogged=false] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_wall_sign[facing=south,waterlogged=true] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_wall_sign[facing=south,waterlogged=false] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_wall_sign[facing=west,waterlogged=true] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_wall_sign[facing=west,waterlogged=false] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_wall_sign[facing=east,waterlogged=true] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_wall_sign[facing=east,waterlogged=false] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:spruce_wall_sign 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_wall_sign[facing=north,waterlogged=false] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_wall_sign[facing=south,waterlogged=true] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_wall_sign[facing=south,waterlogged=false] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_wall_sign[facing=west,waterlogged=true] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_wall_sign[facing=west,waterlogged=false] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_wall_sign[facing=east,waterlogged=true] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_wall_sign[facing=east,waterlogged=false] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:birch_wall_sign 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_wall_sign[facing=north,waterlogged=false] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_wall_sign[facing=south,waterlogged=true] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_wall_sign[facing=south,waterlogged=false] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_wall_sign[facing=west,waterlogged=true] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_wall_sign[facing=west,waterlogged=false] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_wall_sign[facing=east,waterlogged=true] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_wall_sign[facing=east,waterlogged=false] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:acacia_wall_sign 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_wall_sign[facing=north,waterlogged=false] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_wall_sign[facing=south,waterlogged=true] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_wall_sign[facing=south,waterlogged=false] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_wall_sign[facing=west,waterlogged=true] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_wall_sign[facing=west,waterlogged=false] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_wall_sign[facing=east,waterlogged=true] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_wall_sign[facing=east,waterlogged=false] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:jungle_wall_sign 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_wall_sign[facing=north,waterlogged=false] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_wall_sign[facing=south,waterlogged=true] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_wall_sign[facing=south,waterlogged=false] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_wall_sign[facing=west,waterlogged=true] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_wall_sign[facing=west,waterlogged=false] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_wall_sign[facing=east,waterlogged=true] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_wall_sign[facing=east,waterlogged=false] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:dark_oak_wall_sign 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_wall_sign[facing=north,waterlogged=false] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_wall_sign[facing=south,waterlogged=true] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_wall_sign[facing=south,waterlogged=false] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_wall_sign[facing=west,waterlogged=true] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_wall_sign[facing=west,waterlogged=false] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_wall_sign[facing=east,waterlogged=true] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_wall_sign[facing=east,waterlogged=false] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:lever 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:lever[face=floor,facing=north,powered=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:lever[face=floor,facing=south,powered=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:lever[face=floor,facing=south,powered=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:lever[face=floor,facing=west,powered=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:lever[face=floor,facing=west,powered=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:lever[face=floor,facing=east,powered=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:lever[face=floor,facing=east,powered=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:lever[face=wall,facing=north,powered=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:lever[face=wall,facing=north,powered=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:lever[face=wall,facing=south,powered=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:lever[face=wall,facing=south,powered=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:lever[face=wall,facing=west,powered=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:lever[face=wall,facing=west,powered=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:lever[face=wall,facing=east,powered=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:lever[face=wall,facing=east,powered=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:lever[face=ceiling,facing=north,powered=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:lever[face=ceiling,facing=north,powered=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:lever[face=ceiling,facing=south,powered=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:lever[face=ceiling,facing=south,powered=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:lever[face=ceiling,facing=west,powered=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:lever[face=ceiling,facing=west,powered=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:lever[face=ceiling,facing=east,powered=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:lever[face=ceiling,facing=east,powered=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:stone_pressure_plate 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_pressure_plate[powered=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:iron_door 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=true,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=false,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=false,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=true,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=true,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=false,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=false,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=true,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=true,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=true,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=true,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=false,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=false,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=true,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=true,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=false,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=false,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=true,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=true,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=false,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=false,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=true,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=true,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=false,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=false,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=true,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=true,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=false,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=false,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=true,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=true,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=false,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=false,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=true,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=true,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=false,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=false,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=true,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=true,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=false,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=false,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=true,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=true,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=false,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=false,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=true,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=true,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=false,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=false,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=true,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=true,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=false,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=false,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=true,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=true,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=false,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=false,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=true,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=true,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=false,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=false,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:oak_pressure_plate 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_pressure_plate[powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:spruce_pressure_plate 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_pressure_plate[powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:birch_pressure_plate 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_pressure_plate[powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:jungle_pressure_plate 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_pressure_plate[powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:acacia_pressure_plate 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_pressure_plate[powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:dark_oak_pressure_plate 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_pressure_plate[powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:redstone_ore 114 75 75 255 91 60 60 255 57 37 37 255 45 30 30 255 +minecraft:redstone_ore[lit=false] 114 75 75 255 91 60 60 255 57 37 37 255 45 30 30 255 +minecraft:deepslate_redstone_ore 85 52 52 255 68 41 41 255 42 26 26 255 34 20 20 255 +minecraft:deepslate_redstone_ore[lit=false] 85 52 52 255 68 41 41 255 42 26 26 255 34 20 20 255 +minecraft:redstone_torch 111 22 13 24 88 17 10 24 55 11 6 24 44 8 5 24 +minecraft:redstone_torch[lit=false] 51 22 13 24 40 17 10 24 25 11 6 24 20 8 5 24 +minecraft:redstone_wall_torch 111 22 13 24 88 17 10 24 55 11 6 24 44 8 5 24 +minecraft:redstone_wall_torch[facing=north,lit=false] 51 22 13 24 40 17 10 24 25 11 6 24 20 8 5 24 +minecraft:redstone_wall_torch[facing=south,lit=true] 111 22 13 24 88 17 10 24 55 11 6 24 44 8 5 24 +minecraft:redstone_wall_torch[facing=south,lit=false] 51 22 13 24 40 17 10 24 25 11 6 24 20 8 5 24 +minecraft:redstone_wall_torch[facing=west,lit=true] 111 22 13 24 88 17 10 24 55 11 6 24 44 8 5 24 +minecraft:redstone_wall_torch[facing=west,lit=false] 51 22 13 24 40 17 10 24 25 11 6 24 20 8 5 24 +minecraft:redstone_wall_torch[facing=east,lit=true] 111 22 13 24 88 17 10 24 55 11 6 24 44 8 5 24 +minecraft:redstone_wall_torch[facing=east,lit=false] 51 22 13 24 40 17 10 24 25 11 6 24 20 8 5 24 +minecraft:stone_button 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_button[face=floor,facing=north,powered=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_button[face=floor,facing=south,powered=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_button[face=floor,facing=south,powered=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_button[face=floor,facing=west,powered=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_button[face=floor,facing=west,powered=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_button[face=floor,facing=east,powered=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_button[face=floor,facing=east,powered=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_button[face=wall,facing=north,powered=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_button[face=wall,facing=north,powered=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_button[face=wall,facing=south,powered=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_button[face=wall,facing=south,powered=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_button[face=wall,facing=west,powered=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_button[face=wall,facing=west,powered=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_button[face=wall,facing=east,powered=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_button[face=wall,facing=east,powered=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_button[face=ceiling,facing=north,powered=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_button[face=ceiling,facing=north,powered=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_button[face=ceiling,facing=south,powered=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_button[face=ceiling,facing=south,powered=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_button[face=ceiling,facing=west,powered=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_button[face=ceiling,facing=west,powered=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_button[face=ceiling,facing=east,powered=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_button[face=ceiling,facing=east,powered=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:snow 224 233 238 255 179 186 190 255 112 116 119 255 89 93 95 255 +minecraft:snow[layers=2] 224 233 238 255 179 186 190 255 112 116 119 255 89 93 95 255 +minecraft:snow[layers=3] 224 233 238 255 179 186 190 255 112 116 119 255 89 93 95 255 +minecraft:snow[layers=4] 224 233 238 255 179 186 190 255 112 116 119 255 89 93 95 255 +minecraft:snow[layers=5] 224 233 238 255 179 186 190 255 112 116 119 255 89 93 95 255 +minecraft:snow[layers=6] 224 233 238 255 179 186 190 255 112 116 119 255 89 93 95 255 +minecraft:snow[layers=7] 224 233 238 255 179 186 190 255 112 116 119 255 89 93 95 255 +minecraft:snow[layers=8] 224 233 238 255 179 186 190 255 112 116 119 255 89 93 95 255 +minecraft:ice 122 170 194 180 97 136 155 180 61 85 97 180 48 68 77 180 +minecraft:snow_block 224 233 238 255 179 186 190 255 112 116 119 255 89 93 95 255 +minecraft:cactus 120 127 76 209 96 101 60 209 60 63 38 209 48 50 30 209 +minecraft:cactus[age=1] 120 127 76 209 96 101 60 209 60 63 38 209 48 50 30 209 +minecraft:cactus[age=2] 120 127 76 209 96 101 60 209 60 63 38 209 48 50 30 209 +minecraft:cactus[age=3] 120 127 76 209 96 101 60 209 60 63 38 209 48 50 30 209 +minecraft:cactus[age=4] 120 127 76 209 96 101 60 209 60 63 38 209 48 50 30 209 +minecraft:cactus[age=5] 120 127 76 209 96 101 60 209 60 63 38 209 48 50 30 209 +minecraft:cactus[age=6] 120 127 76 209 96 101 60 209 60 63 38 209 48 50 30 209 +minecraft:cactus[age=7] 120 127 76 209 96 101 60 209 60 63 38 209 48 50 30 209 +minecraft:cactus[age=8] 120 127 76 209 96 101 60 209 60 63 38 209 48 50 30 209 +minecraft:cactus[age=9] 120 127 76 209 96 101 60 209 60 63 38 209 48 50 30 209 +minecraft:cactus[age=10] 120 127 76 209 96 101 60 209 60 63 38 209 48 50 30 209 +minecraft:cactus[age=11] 120 127 76 209 96 101 60 209 60 63 38 209 48 50 30 209 +minecraft:cactus[age=12] 120 127 76 209 96 101 60 209 60 63 38 209 48 50 30 209 +minecraft:cactus[age=13] 120 127 76 209 96 101 60 209 60 63 38 209 48 50 30 209 +minecraft:cactus[age=14] 120 127 76 209 96 101 60 209 60 63 38 209 48 50 30 209 +minecraft:cactus[age=15] 120 127 76 209 96 101 60 209 60 63 38 209 48 50 30 209 +minecraft:clay 139 126 116 255 111 100 92 255 69 63 58 255 55 50 46 255 +minecraft:sugar_cane 69 76 44 143 55 60 35 143 34 38 22 143 27 30 17 143 +minecraft:sugar_cane[age=1] 69 76 44 143 55 60 35 143 34 38 22 143 27 30 17 143 +minecraft:sugar_cane[age=2] 69 76 44 143 55 60 35 143 34 38 22 143 27 30 17 143 +minecraft:sugar_cane[age=3] 69 76 44 143 55 60 35 143 34 38 22 143 27 30 17 143 +minecraft:sugar_cane[age=4] 69 76 44 143 55 60 35 143 34 38 22 143 27 30 17 143 +minecraft:sugar_cane[age=5] 69 76 44 143 55 60 35 143 34 38 22 143 27 30 17 143 +minecraft:sugar_cane[age=6] 69 76 44 143 55 60 35 143 34 38 22 143 27 30 17 143 +minecraft:sugar_cane[age=7] 69 76 44 143 55 60 35 143 34 38 22 143 27 30 17 143 +minecraft:sugar_cane[age=8] 69 76 44 143 55 60 35 143 34 38 22 143 27 30 17 143 +minecraft:sugar_cane[age=9] 69 76 44 143 55 60 35 143 34 38 22 143 27 30 17 143 +minecraft:sugar_cane[age=10] 69 76 44 143 55 60 35 143 34 38 22 143 27 30 17 143 +minecraft:sugar_cane[age=11] 69 76 44 143 55 60 35 143 34 38 22 143 27 30 17 143 +minecraft:sugar_cane[age=12] 69 76 44 143 55 60 35 143 34 38 22 143 27 30 17 143 +minecraft:sugar_cane[age=13] 69 76 44 143 55 60 35 143 34 38 22 143 27 30 17 143 +minecraft:sugar_cane[age=14] 69 76 44 143 55 60 35 143 34 38 22 143 27 30 17 143 +minecraft:sugar_cane[age=15] 69 76 44 143 55 60 35 143 34 38 22 143 27 30 17 143 +minecraft:jukebox 121 93 55 255 96 74 44 255 60 46 27 255 48 37 22 255 +minecraft:jukebox[has_record=false] 121 93 55 255 96 74 44 255 60 46 27 255 48 37 22 255 +minecraft:oak_fence 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=true,west=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=false,west=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=false,west=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=true,west=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=true,west=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=false,west=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=false,west=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=true,west=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=true,west=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=false,west=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=false,west=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=true,west=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=true,west=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=false,west=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=false,west=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=true,west=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=true,west=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=false,west=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=false,west=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=true,west=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=true,west=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=false,west=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=false,west=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=true,west=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=true,west=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=false,west=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=false,west=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=true,west=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=true,west=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:pumpkin 191 122 54 255 152 97 43 255 95 61 27 255 76 48 21 255 +minecraft:netherrack 103 54 55 255 82 43 44 255 51 27 27 255 41 21 22 255 +minecraft:soul_sand 79 65 50 255 63 52 40 255 39 32 25 255 31 26 20 255 +minecraft:soul_soil 85 70 55 255 68 56 44 255 42 35 27 255 34 28 22 255 +minecraft:basalt 60 56 52 255 48 44 41 255 30 28 26 255 24 22 20 255 +minecraft:basalt[axis=y] 70 65 60 255 56 52 48 255 35 32 30 255 28 26 24 255 +minecraft:basalt[axis=z] 60 56 52 255 48 44 41 255 30 28 26 255 24 22 20 255 +minecraft:polished_basalt 67 63 58 255 53 50 46 255 33 31 29 255 26 25 23 255 +minecraft:polished_basalt[axis=y] 77 72 65 255 61 57 52 255 38 36 32 255 30 28 26 255 +minecraft:polished_basalt[axis=z] 67 63 58 255 53 50 46 255 33 31 29 255 26 25 23 255 +minecraft:soul_torch 50 53 45 24 40 42 36 24 25 26 22 24 20 21 18 24 +minecraft:soul_wall_torch 50 53 45 24 40 42 36 24 25 26 22 24 20 21 18 24 +minecraft:soul_wall_torch[facing=south] 50 53 45 24 40 42 36 24 25 26 22 24 20 21 18 24 +minecraft:soul_wall_torch[facing=west] 50 53 45 24 40 42 36 24 25 26 22 24 20 21 18 24 +minecraft:soul_wall_torch[facing=east] 50 53 45 24 40 42 36 24 25 26 22 24 20 21 18 24 +minecraft:glowstone 203 175 102 255 162 140 81 255 101 87 51 255 81 70 40 255 +minecraft:nether_portal 114 75 162 141 91 60 129 141 57 37 81 141 45 30 64 141 +minecraft:nether_portal[axis=z] 114 75 162 141 91 60 129 141 57 37 81 141 45 30 64 141 +minecraft:carved_pumpkin 191 122 54 255 152 97 43 255 95 61 27 255 76 48 21 255 +minecraft:carved_pumpkin[facing=south] 191 122 54 255 152 97 43 255 95 61 27 255 76 48 21 255 +minecraft:carved_pumpkin[facing=west] 191 122 54 255 152 97 43 255 95 61 27 255 76 48 21 255 +minecraft:carved_pumpkin[facing=east] 191 122 54 255 152 97 43 255 95 61 27 255 76 48 21 255 +minecraft:jack_o_lantern 191 122 54 255 152 97 43 255 95 61 27 255 76 48 21 255 +minecraft:jack_o_lantern[facing=south] 191 122 54 255 152 97 43 255 95 61 27 255 76 48 21 255 +minecraft:jack_o_lantern[facing=west] 191 122 54 255 152 97 43 255 95 61 27 255 76 48 21 255 +minecraft:jack_o_lantern[facing=east] 191 122 54 255 152 97 43 255 95 61 27 255 76 48 21 255 +minecraft:cake 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:cake[bites=1] 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:cake[bites=2] 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:cake[bites=3] 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:cake[bites=4] 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:cake[bites=5] 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:cake[bites=6] 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:repeater 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=1,facing=north,locked=true,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=1,facing=north,locked=false,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=1,facing=north,locked=false,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=1,facing=south,locked=true,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=1,facing=south,locked=true,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=1,facing=south,locked=false,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=1,facing=south,locked=false,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=1,facing=west,locked=true,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=1,facing=west,locked=true,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=1,facing=west,locked=false,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=1,facing=west,locked=false,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=1,facing=east,locked=true,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=1,facing=east,locked=true,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=1,facing=east,locked=false,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=1,facing=east,locked=false,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=2,facing=north,locked=true,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=2,facing=north,locked=true,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=2,facing=north,locked=false,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=2,facing=north,locked=false,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=2,facing=south,locked=true,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=2,facing=south,locked=true,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=2,facing=south,locked=false,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=2,facing=south,locked=false,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=2,facing=west,locked=true,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=2,facing=west,locked=true,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=2,facing=west,locked=false,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=2,facing=west,locked=false,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=2,facing=east,locked=true,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=2,facing=east,locked=true,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=2,facing=east,locked=false,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=2,facing=east,locked=false,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=3,facing=north,locked=true,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=3,facing=north,locked=true,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=3,facing=north,locked=false,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=3,facing=north,locked=false,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=3,facing=south,locked=true,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=3,facing=south,locked=true,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=3,facing=south,locked=false,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=3,facing=south,locked=false,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=3,facing=west,locked=true,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=3,facing=west,locked=true,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=3,facing=west,locked=false,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=3,facing=west,locked=false,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=3,facing=east,locked=true,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=3,facing=east,locked=true,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=3,facing=east,locked=false,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=3,facing=east,locked=false,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=4,facing=north,locked=true,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=4,facing=north,locked=true,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=4,facing=north,locked=false,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=4,facing=north,locked=false,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=4,facing=south,locked=true,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=4,facing=south,locked=true,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=4,facing=south,locked=false,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=4,facing=south,locked=false,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=4,facing=west,locked=true,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=4,facing=west,locked=true,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=4,facing=west,locked=false,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=4,facing=west,locked=false,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=4,facing=east,locked=true,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=4,facing=east,locked=true,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=4,facing=east,locked=false,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=4,facing=east,locked=false,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:white_stained_glass 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:orange_stained_glass 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:magenta_stained_glass 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:light_blue_stained_glass 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:yellow_stained_glass 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:lime_stained_glass 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:pink_stained_glass 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:gray_stained_glass 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:light_gray_stained_glass 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:cyan_stained_glass 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:purple_stained_glass 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:blue_stained_glass 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:brown_stained_glass 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:green_stained_glass 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:red_stained_glass 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:black_stained_glass 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:oak_trapdoor 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:spruce_trapdoor 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:birch_trapdoor 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:jungle_trapdoor 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:acacia_trapdoor 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:dark_oak_trapdoor 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:stone_bricks 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:mossy_stone_bricks 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:cracked_stone_bricks 79 76 73 255 63 60 58 255 39 38 36 255 31 30 29 255 +minecraft:chiseled_stone_bricks 86 83 78 255 68 66 62 255 43 41 39 255 34 33 31 255 +minecraft:infested_stone 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:infested_cobblestone 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:infested_stone_bricks 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:infested_mossy_stone_bricks 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:infested_cracked_stone_bricks 79 76 73 255 63 60 58 255 39 38 36 255 31 30 29 255 +minecraft:infested_chiseled_stone_bricks 86 83 78 255 68 66 62 255 43 41 39 255 34 33 31 255 +minecraft:brown_mushroom_block 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:iron_bars 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=true,west=false] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=false,west=true] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=false,west=false] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=true,west=true] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=true,west=false] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=false,west=true] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=false,west=false] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=true,west=true] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=true,west=false] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=false,west=true] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=false,west=false] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=true,west=true] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=true,west=false] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=false,west=true] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=false,west=false] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=true,west=true] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=true,west=false] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=false,west=true] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=false,west=false] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=true,west=true] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=true,west=false] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=false,west=true] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=false,west=false] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=true,west=true] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=true,west=false] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=false,west=true] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=false,west=false] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=true,west=true] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=true,west=false] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=true] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=false] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:chain 77 78 74 23 61 62 59 23 38 39 37 23 30 31 29 23 +minecraft:chain[axis=x,waterlogged=false] 77 78 74 23 61 62 59 23 38 39 37 23 30 31 29 23 +minecraft:chain[axis=y,waterlogged=true] 77 78 74 23 61 62 59 23 38 39 37 23 30 31 29 23 +minecraft:chain[axis=y,waterlogged=false] 77 78 74 23 61 62 59 23 38 39 37 23 30 31 29 23 +minecraft:chain[axis=z,waterlogged=true] 77 78 74 23 61 62 59 23 38 39 37 23 30 31 29 23 +minecraft:chain[axis=z,waterlogged=false] 77 78 74 23 61 62 59 23 38 39 37 23 30 31 29 23 +minecraft:glass_pane 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:melon 114 135 72 255 91 108 57 255 57 67 36 255 45 54 28 255 +minecraft:attached_pumpkin_stem 52 69 33 71 41 55 26 71 26 34 16 71 20 27 13 71 +minecraft:attached_pumpkin_stem[facing=south] 52 69 33 71 41 55 26 71 26 34 16 71 20 27 13 71 +minecraft:attached_pumpkin_stem[facing=west] 52 69 33 71 41 55 26 71 26 34 16 71 20 27 13 71 +minecraft:attached_pumpkin_stem[facing=east] 52 69 33 71 41 55 26 71 26 34 16 71 20 27 13 71 +minecraft:attached_melon_stem 52 69 33 71 41 55 26 71 26 34 16 71 20 27 13 71 +minecraft:attached_melon_stem[facing=south] 52 69 33 71 41 55 26 71 26 34 16 71 20 27 13 71 +minecraft:attached_melon_stem[facing=west] 52 69 33 71 41 55 26 71 26 34 16 71 20 27 13 71 +minecraft:attached_melon_stem[facing=east] 52 69 33 71 41 55 26 71 26 34 16 71 20 27 13 71 +minecraft:pumpkin_stem 52 69 33 49 41 55 26 49 26 34 16 49 20 27 13 49 +minecraft:pumpkin_stem[age=1] 52 69 33 49 41 55 26 49 26 34 16 49 20 27 13 49 +minecraft:pumpkin_stem[age=2] 52 69 33 49 41 55 26 49 26 34 16 49 20 27 13 49 +minecraft:pumpkin_stem[age=3] 52 69 33 49 41 55 26 49 26 34 16 49 20 27 13 49 +minecraft:pumpkin_stem[age=4] 52 69 33 49 41 55 26 49 26 34 16 49 20 27 13 49 +minecraft:pumpkin_stem[age=5] 52 69 33 49 41 55 26 49 26 34 16 49 20 27 13 49 +minecraft:pumpkin_stem[age=6] 52 69 33 49 41 55 26 49 26 34 16 49 20 27 13 49 +minecraft:pumpkin_stem[age=7] 52 69 33 49 41 55 26 49 26 34 16 49 20 27 13 49 +minecraft:melon_stem 52 69 33 49 41 55 26 49 26 34 16 49 20 27 13 49 +minecraft:melon_stem[age=1] 52 69 33 49 41 55 26 49 26 34 16 49 20 27 13 49 +minecraft:melon_stem[age=2] 52 69 33 49 41 55 26 49 26 34 16 49 20 27 13 49 +minecraft:melon_stem[age=3] 52 69 33 49 41 55 26 49 26 34 16 49 20 27 13 49 +minecraft:melon_stem[age=4] 52 69 33 49 41 55 26 49 26 34 16 49 20 27 13 49 +minecraft:melon_stem[age=5] 52 69 33 49 41 55 26 49 26 34 16 49 20 27 13 49 +minecraft:melon_stem[age=6] 52 69 33 49 41 55 26 49 26 34 16 49 20 27 13 49 +minecraft:melon_stem[age=7] 52 69 33 49 41 55 26 49 26 34 16 49 20 27 13 49 +minecraft:vine 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=true,north=true,south=true,up=true,west=false] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=true,north=true,south=true,up=false,west=true] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=true,north=true,south=true,up=false,west=false] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=true,north=true,south=false,up=true,west=true] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=true,north=true,south=false,up=true,west=false] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=true,north=true,south=false,up=false,west=true] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=true,north=true,south=false,up=false,west=false] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=true,north=false,south=true,up=true,west=true] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=true,north=false,south=true,up=true,west=false] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=true,north=false,south=true,up=false,west=true] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=true,north=false,south=true,up=false,west=false] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=true,north=false,south=false,up=true,west=true] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=true,north=false,south=false,up=true,west=false] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=true,north=false,south=false,up=false,west=true] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=true,north=false,south=false,up=false,west=false] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=false,north=true,south=true,up=true,west=true] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=false,north=true,south=true,up=true,west=false] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=false,north=true,south=true,up=false,west=true] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=false,north=true,south=true,up=false,west=false] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=false,north=true,south=false,up=true,west=true] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=false,north=true,south=false,up=true,west=false] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=false,north=true,south=false,up=false,west=true] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=false,north=true,south=false,up=false,west=false] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=false,north=false,south=true,up=true,west=true] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=false,north=false,south=true,up=true,west=false] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=false,north=false,south=true,up=false,west=true] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=false,north=false,south=true,up=false,west=false] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=false,north=false,south=false,up=true,west=true] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=false,north=false,south=false,up=true,west=false] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=false,north=false,south=false,up=false,west=true] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=false,north=false,south=false,up=false,west=false] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:glow_lichen 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:oak_fence_gate 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=true,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=false,powered=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=false,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=true,powered=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=true,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=true,powered=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=true,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=false,powered=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=false,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=true,powered=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=true,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=false,powered=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=false,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=true,powered=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=true,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=false,powered=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=false,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=true,powered=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=true,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=false,powered=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=false,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=true,powered=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=true,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=false,powered=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=false,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=true,powered=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=true,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=false,powered=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=false,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:brick_stairs 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:stone_brick_stairs 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:mycelium 53 71 31 255 42 56 24 255 26 35 15 255 21 28 12 255 +minecraft:mycelium[snowy=false] 104 128 126 255 83 102 100 255 52 64 63 255 41 51 50 255 +minecraft:lily_pad 13 55 20 153 10 44 16 153 6 27 10 153 5 22 8 153 +minecraft:nether_bricks 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=true,west=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=false,west=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=false,west=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=true,west=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=true,west=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=false,west=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=false,west=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=true,west=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=true,west=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=false,west=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=false,west=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=true,west=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=true,west=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=false,west=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=false,west=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=true,west=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=true,west=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=false,west=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=false,west=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=true,west=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=true,west=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=false,west=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=false,west=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=true,west=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=true,west=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=false,west=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=false,west=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=true,west=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=true,west=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_wart 93 49 45 79 74 39 36 79 46 24 22 79 37 19 18 79 +minecraft:nether_wart[age=1] 96 52 48 117 76 41 38 117 48 26 24 117 38 20 19 117 +minecraft:nether_wart[age=2] 96 52 48 117 76 41 38 117 48 26 24 117 38 20 19 117 +minecraft:nether_wart[age=3] 92 51 46 133 73 40 36 133 46 25 23 133 36 20 18 133 +minecraft:enchanting_table 190 99 56 255 152 79 44 255 95 49 28 255 76 39 22 255 +minecraft:brewing_stand 97 94 83 83 77 75 66 83 48 47 41 83 38 37 33 83 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=true,has_bottle_2=false] 97 94 83 83 77 75 66 83 48 47 41 83 38 37 33 83 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=false,has_bottle_2=true] 97 94 83 83 77 75 66 83 48 47 41 83 38 37 33 83 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=false,has_bottle_2=false] 97 94 83 83 77 75 66 83 48 47 41 83 38 37 33 83 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=true,has_bottle_2=true] 97 94 83 83 77 75 66 83 48 47 41 83 38 37 33 83 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=true,has_bottle_2=false] 97 94 83 83 77 75 66 83 48 47 41 83 38 37 33 83 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=true] 97 94 83 83 77 75 66 83 48 47 41 83 38 37 33 83 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=false] 97 94 83 83 77 75 66 83 48 47 41 83 38 37 33 83 +minecraft:cauldron 39 36 36 111 31 28 28 111 19 18 18 111 15 14 14 111 +minecraft:water_cauldron 39 36 36 111 31 28 28 111 19 18 18 111 15 14 14 111 +minecraft:water_cauldron[level=2] 39 36 36 111 31 28 28 111 19 18 18 111 15 14 14 111 +minecraft:water_cauldron[level=3] 39 36 36 111 31 28 28 111 19 18 18 111 15 14 14 111 +minecraft:lava_cauldron 39 36 36 111 31 28 28 111 19 18 18 111 15 14 14 111 +minecraft:powder_snow_cauldron 39 36 36 111 31 28 28 111 19 18 18 111 15 14 14 111 +minecraft:powder_snow_cauldron[level=2] 39 36 36 111 31 28 28 111 19 18 18 111 15 14 14 111 +minecraft:powder_snow_cauldron[level=3] 39 36 36 111 31 28 28 111 19 18 18 111 15 14 14 111 +minecraft:end_portal 45 56 50 255 36 44 40 255 22 28 25 255 18 22 20 255 +minecraft:end_portal_frame 163 157 141 255 130 125 112 255 81 78 70 255 65 62 56 255 +minecraft:end_portal_frame[eye=true,facing=south] 163 157 141 255 130 125 112 255 81 78 70 255 65 62 56 255 +minecraft:end_portal_frame[eye=true,facing=west] 163 157 141 255 130 125 112 255 81 78 70 255 65 62 56 255 +minecraft:end_portal_frame[eye=true,facing=east] 163 157 141 255 130 125 112 255 81 78 70 255 65 62 56 255 +minecraft:end_portal_frame[eye=false,facing=north] 163 157 141 255 130 125 112 255 81 78 70 255 65 62 56 255 +minecraft:end_portal_frame[eye=false,facing=south] 163 157 141 255 130 125 112 255 81 78 70 255 65 62 56 255 +minecraft:end_portal_frame[eye=false,facing=west] 163 157 141 255 130 125 112 255 81 78 70 255 65 62 56 255 +minecraft:end_portal_frame[eye=false,facing=east] 163 157 141 255 130 125 112 255 81 78 70 255 65 62 56 255 +minecraft:end_stone 163 157 141 255 130 125 112 255 81 78 70 255 65 62 56 255 +minecraft:dragon_egg 69 61 67 255 55 48 53 255 34 30 33 255 27 24 26 255 +minecraft:redstone_lamp 124 108 72 255 99 86 57 255 62 54 36 255 49 43 28 255 +minecraft:redstone_lamp[lit=false] 66 56 37 255 52 44 29 255 33 28 18 255 26 22 14 255 +minecraft:cocoa 61 31 15 132 48 24 12 132 30 15 7 132 24 12 6 132 +minecraft:cocoa[age=0,facing=south] 61 31 15 132 48 24 12 132 30 15 7 132 24 12 6 132 +minecraft:cocoa[age=0,facing=west] 61 31 15 132 48 24 12 132 30 15 7 132 24 12 6 132 +minecraft:cocoa[age=0,facing=east] 61 31 15 132 48 24 12 132 30 15 7 132 24 12 6 132 +minecraft:cocoa[age=1,facing=north] 61 31 15 132 48 24 12 132 30 15 7 132 24 12 6 132 +minecraft:cocoa[age=1,facing=south] 61 31 15 132 48 24 12 132 30 15 7 132 24 12 6 132 +minecraft:cocoa[age=1,facing=west] 61 31 15 132 48 24 12 132 30 15 7 132 24 12 6 132 +minecraft:cocoa[age=1,facing=east] 61 31 15 132 48 24 12 132 30 15 7 132 24 12 6 132 +minecraft:cocoa[age=2,facing=north] 61 31 15 132 48 24 12 132 30 15 7 132 24 12 6 132 +minecraft:cocoa[age=2,facing=south] 61 31 15 132 48 24 12 132 30 15 7 132 24 12 6 132 +minecraft:cocoa[age=2,facing=west] 61 31 15 132 48 24 12 132 30 15 7 132 24 12 6 132 +minecraft:cocoa[age=2,facing=east] 61 31 15 132 48 24 12 132 30 15 7 132 24 12 6 132 +minecraft:sandstone_stairs 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:emerald_ore 91 101 78 255 72 80 62 255 45 50 39 255 36 40 31 255 +minecraft:deepslate_emerald_ore 64 74 57 255 51 59 45 255 32 37 28 255 25 29 22 255 +minecraft:ender_chest 57 62 62 195 45 49 49 195 28 31 31 195 22 24 24 195 +minecraft:ender_chest[facing=north,waterlogged=false] 57 62 62 195 45 49 49 195 28 31 31 195 22 24 24 195 +minecraft:ender_chest[facing=south,waterlogged=true] 57 62 62 195 45 49 49 195 28 31 31 195 22 24 24 195 +minecraft:ender_chest[facing=south,waterlogged=false] 57 62 62 195 45 49 49 195 28 31 31 195 22 24 24 195 +minecraft:ender_chest[facing=west,waterlogged=true] 57 62 62 195 45 49 49 195 28 31 31 195 22 24 24 195 +minecraft:ender_chest[facing=west,waterlogged=false] 57 62 62 195 45 49 49 195 28 31 31 195 22 24 24 195 +minecraft:ender_chest[facing=east,waterlogged=true] 57 62 62 195 45 49 49 195 28 31 31 195 22 24 24 195 +minecraft:ender_chest[facing=east,waterlogged=false] 57 62 62 195 45 49 49 195 28 31 31 195 22 24 24 195 +minecraft:tripwire_hook 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:tripwire_hook[attached=true,facing=north,powered=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:tripwire_hook[attached=true,facing=south,powered=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:tripwire_hook[attached=true,facing=south,powered=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:tripwire_hook[attached=true,facing=west,powered=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:tripwire_hook[attached=true,facing=west,powered=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:tripwire_hook[attached=true,facing=east,powered=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:tripwire_hook[attached=true,facing=east,powered=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:tripwire_hook[attached=false,facing=north,powered=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:tripwire_hook[attached=false,facing=north,powered=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:tripwire_hook[attached=false,facing=south,powered=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:tripwire_hook[attached=false,facing=south,powered=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:tripwire_hook[attached=false,facing=west,powered=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:tripwire_hook[attached=false,facing=west,powered=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:tripwire_hook[attached=false,facing=east,powered=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:tripwire_hook[attached=false,facing=east,powered=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:emerald_block 54 106 36 255 43 84 28 255 27 53 18 255 21 42 14 255 +minecraft:spruce_stairs 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=north,half=top,shape=straight,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=south,half=top,shape=straight,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=south,half=top,shape=straight,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=west,half=top,shape=straight,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=west,half=top,shape=straight,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=east,half=top,shape=straight,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=east,half=top,shape=straight,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:birch_stairs 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=north,half=top,shape=straight,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=south,half=top,shape=straight,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=south,half=top,shape=straight,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=west,half=top,shape=straight,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=west,half=top,shape=straight,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=east,half=top,shape=straight,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=east,half=top,shape=straight,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:jungle_stairs 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=north,half=top,shape=straight,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=south,half=top,shape=straight,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=south,half=top,shape=straight,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=west,half=top,shape=straight,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=west,half=top,shape=straight,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=east,half=top,shape=straight,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=east,half=top,shape=straight,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:command_block 91 87 88 255 72 69 70 255 45 43 44 255 36 34 35 255 +minecraft:command_block[conditional=true,facing=east] 96 91 93 255 76 72 74 255 48 45 46 255 38 36 37 255 +minecraft:command_block[conditional=true,facing=south] 144 155 112 255 115 124 89 255 72 77 56 255 57 62 44 255 +minecraft:command_block[conditional=true,facing=west] 144 155 112 255 115 124 89 255 72 77 56 255 57 62 44 255 +minecraft:command_block[conditional=true,facing=up] 144 155 112 255 115 124 89 255 72 77 56 255 57 62 44 255 +minecraft:command_block[conditional=true,facing=down] 144 155 112 255 115 124 89 255 72 77 56 255 57 62 44 255 +minecraft:command_block[conditional=false,facing=north] 91 87 88 255 72 69 70 255 45 43 44 255 36 34 35 255 +minecraft:command_block[conditional=false,facing=east] 96 91 93 255 76 72 74 255 48 45 46 255 38 36 37 255 +minecraft:command_block[conditional=false,facing=south] 135 119 105 255 108 95 84 255 67 59 52 255 54 47 42 255 +minecraft:command_block[conditional=false,facing=west] 135 119 105 255 108 95 84 255 67 59 52 255 54 47 42 255 +minecraft:command_block[conditional=false,facing=up] 135 119 105 255 108 95 84 255 67 59 52 255 54 47 42 255 +minecraft:command_block[conditional=false,facing=down] 135 119 105 255 108 95 84 255 67 59 52 255 54 47 42 255 +minecraft:beacon 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:cobblestone_wall 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:mossy_cobblestone_wall 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:flower_pot 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_oak_sapling 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_spruce_sapling 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_birch_sapling 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_jungle_sapling 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_acacia_sapling 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_dark_oak_sapling 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_fern 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_dandelion 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_poppy 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_blue_orchid 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_allium 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_azure_bluet 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_red_tulip 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_orange_tulip 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_white_tulip 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_pink_tulip 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_oxeye_daisy 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_cornflower 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_lily_of_the_valley 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_wither_rose 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_red_mushroom 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_brown_mushroom 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_dead_bush 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_cactus 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:carrots 80 92 57 9 64 73 45 9 40 46 28 9 32 36 22 9 +minecraft:carrots[age=1] 80 92 57 9 64 73 45 9 40 46 28 9 32 36 22 9 +minecraft:carrots[age=2] 81 94 56 24 64 75 44 24 40 47 28 24 32 37 22 24 +minecraft:carrots[age=3] 81 94 56 24 64 75 44 24 40 47 28 24 32 37 22 24 +minecraft:carrots[age=4] 83 96 57 44 66 76 45 44 41 48 28 44 33 38 22 44 +minecraft:carrots[age=5] 83 96 57 44 66 76 45 44 41 48 28 44 33 38 22 44 +minecraft:carrots[age=6] 83 96 57 44 66 76 45 44 41 48 28 44 33 38 22 44 +minecraft:carrots[age=7] 88 104 55 96 70 83 44 96 44 52 27 96 35 41 22 96 +minecraft:potatoes 80 90 59 9 64 72 47 9 40 45 29 9 32 36 23 9 +minecraft:potatoes[age=1] 80 90 59 9 64 72 47 9 40 45 29 9 32 36 23 9 +minecraft:potatoes[age=2] 80 90 59 24 64 72 47 24 40 45 29 24 32 36 23 24 +minecraft:potatoes[age=3] 80 90 59 24 64 72 47 24 40 45 29 24 32 36 23 24 +minecraft:potatoes[age=4] 82 92 61 44 65 73 48 44 41 46 30 44 32 36 24 44 +minecraft:potatoes[age=5] 82 92 61 44 65 73 48 44 41 46 30 44 32 36 24 44 +minecraft:potatoes[age=6] 82 92 61 44 65 73 48 44 41 46 30 44 32 36 24 44 +minecraft:potatoes[age=7] 76 85 55 100 60 68 44 100 38 42 27 100 30 34 22 100 +minecraft:oak_button 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_button[face=floor,facing=north,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_button[face=floor,facing=south,powered=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_button[face=floor,facing=south,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_button[face=floor,facing=west,powered=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_button[face=floor,facing=west,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_button[face=floor,facing=east,powered=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_button[face=floor,facing=east,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_button[face=wall,facing=north,powered=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_button[face=wall,facing=north,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_button[face=wall,facing=south,powered=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_button[face=wall,facing=south,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_button[face=wall,facing=west,powered=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_button[face=wall,facing=west,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_button[face=wall,facing=east,powered=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_button[face=wall,facing=east,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_button[face=ceiling,facing=north,powered=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_button[face=ceiling,facing=north,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_button[face=ceiling,facing=south,powered=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_button[face=ceiling,facing=south,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_button[face=ceiling,facing=west,powered=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_button[face=ceiling,facing=west,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_button[face=ceiling,facing=east,powered=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_button[face=ceiling,facing=east,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:spruce_button 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_button[face=floor,facing=north,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_button[face=floor,facing=south,powered=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_button[face=floor,facing=south,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_button[face=floor,facing=west,powered=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_button[face=floor,facing=west,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_button[face=floor,facing=east,powered=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_button[face=floor,facing=east,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_button[face=wall,facing=north,powered=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_button[face=wall,facing=north,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_button[face=wall,facing=south,powered=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_button[face=wall,facing=south,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_button[face=wall,facing=west,powered=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_button[face=wall,facing=west,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_button[face=wall,facing=east,powered=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_button[face=wall,facing=east,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_button[face=ceiling,facing=north,powered=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_button[face=ceiling,facing=north,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_button[face=ceiling,facing=south,powered=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_button[face=ceiling,facing=south,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_button[face=ceiling,facing=west,powered=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_button[face=ceiling,facing=west,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_button[face=ceiling,facing=east,powered=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_button[face=ceiling,facing=east,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:birch_button 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_button[face=floor,facing=north,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_button[face=floor,facing=south,powered=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_button[face=floor,facing=south,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_button[face=floor,facing=west,powered=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_button[face=floor,facing=west,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_button[face=floor,facing=east,powered=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_button[face=floor,facing=east,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_button[face=wall,facing=north,powered=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_button[face=wall,facing=north,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_button[face=wall,facing=south,powered=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_button[face=wall,facing=south,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_button[face=wall,facing=west,powered=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_button[face=wall,facing=west,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_button[face=wall,facing=east,powered=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_button[face=wall,facing=east,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_button[face=ceiling,facing=north,powered=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_button[face=ceiling,facing=north,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_button[face=ceiling,facing=south,powered=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_button[face=ceiling,facing=south,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_button[face=ceiling,facing=west,powered=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_button[face=ceiling,facing=west,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_button[face=ceiling,facing=east,powered=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_button[face=ceiling,facing=east,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:jungle_button 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_button[face=floor,facing=north,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_button[face=floor,facing=south,powered=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_button[face=floor,facing=south,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_button[face=floor,facing=west,powered=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_button[face=floor,facing=west,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_button[face=floor,facing=east,powered=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_button[face=floor,facing=east,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_button[face=wall,facing=north,powered=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_button[face=wall,facing=north,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_button[face=wall,facing=south,powered=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_button[face=wall,facing=south,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_button[face=wall,facing=west,powered=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_button[face=wall,facing=west,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_button[face=wall,facing=east,powered=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_button[face=wall,facing=east,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_button[face=ceiling,facing=north,powered=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_button[face=ceiling,facing=north,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_button[face=ceiling,facing=south,powered=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_button[face=ceiling,facing=south,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_button[face=ceiling,facing=west,powered=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_button[face=ceiling,facing=west,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_button[face=ceiling,facing=east,powered=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_button[face=ceiling,facing=east,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:acacia_button 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_button[face=floor,facing=north,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_button[face=floor,facing=south,powered=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_button[face=floor,facing=south,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_button[face=floor,facing=west,powered=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_button[face=floor,facing=west,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_button[face=floor,facing=east,powered=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_button[face=floor,facing=east,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_button[face=wall,facing=north,powered=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_button[face=wall,facing=north,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_button[face=wall,facing=south,powered=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_button[face=wall,facing=south,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_button[face=wall,facing=west,powered=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_button[face=wall,facing=west,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_button[face=wall,facing=east,powered=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_button[face=wall,facing=east,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_button[face=ceiling,facing=north,powered=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_button[face=ceiling,facing=north,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_button[face=ceiling,facing=south,powered=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_button[face=ceiling,facing=south,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_button[face=ceiling,facing=west,powered=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_button[face=ceiling,facing=west,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_button[face=ceiling,facing=east,powered=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_button[face=ceiling,facing=east,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:dark_oak_button 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_button[face=floor,facing=north,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_button[face=floor,facing=south,powered=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_button[face=floor,facing=south,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_button[face=floor,facing=west,powered=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_button[face=floor,facing=west,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_button[face=floor,facing=east,powered=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_button[face=floor,facing=east,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_button[face=wall,facing=north,powered=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_button[face=wall,facing=north,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_button[face=wall,facing=south,powered=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_button[face=wall,facing=south,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_button[face=wall,facing=west,powered=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_button[face=wall,facing=west,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_button[face=wall,facing=east,powered=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_button[face=wall,facing=east,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_button[face=ceiling,facing=north,powered=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_button[face=ceiling,facing=north,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_button[face=ceiling,facing=south,powered=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_button[face=ceiling,facing=south,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_button[face=ceiling,facing=west,powered=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_button[face=ceiling,facing=west,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_button[face=ceiling,facing=east,powered=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_button[face=ceiling,facing=east,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:skeleton_skull 135 120 111 198 108 96 88 198 67 60 55 198 54 48 44 198 +minecraft:skeleton_skull[rotation=1] 135 120 111 198 108 96 88 198 67 60 55 198 54 48 44 198 +minecraft:skeleton_skull[rotation=2] 135 120 111 198 108 96 88 198 67 60 55 198 54 48 44 198 +minecraft:skeleton_skull[rotation=3] 135 120 111 198 108 96 88 198 67 60 55 198 54 48 44 198 +minecraft:skeleton_skull[rotation=4] 135 120 111 198 108 96 88 198 67 60 55 198 54 48 44 198 +minecraft:skeleton_skull[rotation=5] 135 120 111 198 108 96 88 198 67 60 55 198 54 48 44 198 +minecraft:skeleton_skull[rotation=6] 135 120 111 198 108 96 88 198 67 60 55 198 54 48 44 198 +minecraft:skeleton_skull[rotation=7] 135 120 111 198 108 96 88 198 67 60 55 198 54 48 44 198 +minecraft:skeleton_skull[rotation=8] 135 120 111 198 108 96 88 198 67 60 55 198 54 48 44 198 +minecraft:skeleton_skull[rotation=9] 135 120 111 198 108 96 88 198 67 60 55 198 54 48 44 198 +minecraft:skeleton_skull[rotation=10] 135 120 111 198 108 96 88 198 67 60 55 198 54 48 44 198 +minecraft:skeleton_skull[rotation=11] 135 120 111 198 108 96 88 198 67 60 55 198 54 48 44 198 +minecraft:skeleton_skull[rotation=12] 135 120 111 198 108 96 88 198 67 60 55 198 54 48 44 198 +minecraft:skeleton_skull[rotation=13] 135 120 111 198 108 96 88 198 67 60 55 198 54 48 44 198 +minecraft:skeleton_skull[rotation=14] 135 120 111 198 108 96 88 198 67 60 55 198 54 48 44 198 +minecraft:skeleton_skull[rotation=15] 135 120 111 198 108 96 88 198 67 60 55 198 54 48 44 198 +minecraft:skeleton_wall_skull 135 120 111 198 108 96 88 198 67 60 55 198 54 48 44 198 +minecraft:skeleton_wall_skull[facing=south] 135 120 111 198 108 96 88 198 67 60 55 198 54 48 44 198 +minecraft:skeleton_wall_skull[facing=west] 135 120 111 198 108 96 88 198 67 60 55 198 54 48 44 198 +minecraft:skeleton_wall_skull[facing=east] 135 120 111 198 108 96 88 198 67 60 55 198 54 48 44 198 +minecraft:wither_skeleton_skull 68 55 43 255 54 44 34 255 34 27 21 255 27 22 17 255 +minecraft:wither_skeleton_skull[rotation=1] 68 55 43 255 54 44 34 255 34 27 21 255 27 22 17 255 +minecraft:wither_skeleton_skull[rotation=2] 68 55 43 255 54 44 34 255 34 27 21 255 27 22 17 255 +minecraft:wither_skeleton_skull[rotation=3] 68 55 43 255 54 44 34 255 34 27 21 255 27 22 17 255 +minecraft:wither_skeleton_skull[rotation=4] 68 55 43 255 54 44 34 255 34 27 21 255 27 22 17 255 +minecraft:wither_skeleton_skull[rotation=5] 68 55 43 255 54 44 34 255 34 27 21 255 27 22 17 255 +minecraft:wither_skeleton_skull[rotation=6] 68 55 43 255 54 44 34 255 34 27 21 255 27 22 17 255 +minecraft:wither_skeleton_skull[rotation=7] 68 55 43 255 54 44 34 255 34 27 21 255 27 22 17 255 +minecraft:wither_skeleton_skull[rotation=8] 68 55 43 255 54 44 34 255 34 27 21 255 27 22 17 255 +minecraft:wither_skeleton_skull[rotation=9] 68 55 43 255 54 44 34 255 34 27 21 255 27 22 17 255 +minecraft:wither_skeleton_skull[rotation=10] 68 55 43 255 54 44 34 255 34 27 21 255 27 22 17 255 +minecraft:wither_skeleton_skull[rotation=11] 68 55 43 255 54 44 34 255 34 27 21 255 27 22 17 255 +minecraft:wither_skeleton_skull[rotation=12] 68 55 43 255 54 44 34 255 34 27 21 255 27 22 17 255 +minecraft:wither_skeleton_skull[rotation=13] 68 55 43 255 54 44 34 255 34 27 21 255 27 22 17 255 +minecraft:wither_skeleton_skull[rotation=14] 68 55 43 255 54 44 34 255 34 27 21 255 27 22 17 255 +minecraft:wither_skeleton_skull[rotation=15] 68 55 43 255 54 44 34 255 34 27 21 255 27 22 17 255 +minecraft:wither_skeleton_wall_skull 68 55 43 255 54 44 34 255 34 27 21 255 27 22 17 255 +minecraft:wither_skeleton_wall_skull[facing=south] 68 55 43 255 54 44 34 255 34 27 21 255 27 22 17 255 +minecraft:wither_skeleton_wall_skull[facing=west] 68 55 43 255 54 44 34 255 34 27 21 255 27 22 17 255 +minecraft:wither_skeleton_wall_skull[facing=east] 68 55 43 255 54 44 34 255 34 27 21 255 27 22 17 255 +minecraft:zombie_head 62 60 30 255 49 48 24 255 31 30 15 255 24 24 12 255 +minecraft:zombie_head[rotation=1] 62 60 30 255 49 48 24 255 31 30 15 255 24 24 12 255 +minecraft:zombie_head[rotation=2] 62 60 30 255 49 48 24 255 31 30 15 255 24 24 12 255 +minecraft:zombie_head[rotation=3] 62 60 30 255 49 48 24 255 31 30 15 255 24 24 12 255 +minecraft:zombie_head[rotation=4] 62 60 30 255 49 48 24 255 31 30 15 255 24 24 12 255 +minecraft:zombie_head[rotation=5] 62 60 30 255 49 48 24 255 31 30 15 255 24 24 12 255 +minecraft:zombie_head[rotation=6] 62 60 30 255 49 48 24 255 31 30 15 255 24 24 12 255 +minecraft:zombie_head[rotation=7] 62 60 30 255 49 48 24 255 31 30 15 255 24 24 12 255 +minecraft:zombie_head[rotation=8] 62 60 30 255 49 48 24 255 31 30 15 255 24 24 12 255 +minecraft:zombie_head[rotation=9] 62 60 30 255 49 48 24 255 31 30 15 255 24 24 12 255 +minecraft:zombie_head[rotation=10] 62 60 30 255 49 48 24 255 31 30 15 255 24 24 12 255 +minecraft:zombie_head[rotation=11] 62 60 30 255 49 48 24 255 31 30 15 255 24 24 12 255 +minecraft:zombie_head[rotation=12] 62 60 30 255 49 48 24 255 31 30 15 255 24 24 12 255 +minecraft:zombie_head[rotation=13] 62 60 30 255 49 48 24 255 31 30 15 255 24 24 12 255 +minecraft:zombie_head[rotation=14] 62 60 30 255 49 48 24 255 31 30 15 255 24 24 12 255 +minecraft:zombie_head[rotation=15] 62 60 30 255 49 48 24 255 31 30 15 255 24 24 12 255 +minecraft:zombie_wall_head 62 60 30 255 49 48 24 255 31 30 15 255 24 24 12 255 +minecraft:zombie_wall_head[facing=south] 62 60 30 255 49 48 24 255 31 30 15 255 24 24 12 255 +minecraft:zombie_wall_head[facing=west] 62 60 30 255 49 48 24 255 31 30 15 255 24 24 12 255 +minecraft:zombie_wall_head[facing=east] 62 60 30 255 49 48 24 255 31 30 15 255 24 24 12 255 +minecraft:player_head 116 68 45 255 92 54 36 255 58 34 22 255 46 27 18 255 +minecraft:player_head[rotation=1] 116 68 45 255 92 54 36 255 58 34 22 255 46 27 18 255 +minecraft:player_head[rotation=2] 116 68 45 255 92 54 36 255 58 34 22 255 46 27 18 255 +minecraft:player_head[rotation=3] 116 68 45 255 92 54 36 255 58 34 22 255 46 27 18 255 +minecraft:player_head[rotation=4] 116 68 45 255 92 54 36 255 58 34 22 255 46 27 18 255 +minecraft:player_head[rotation=5] 116 68 45 255 92 54 36 255 58 34 22 255 46 27 18 255 +minecraft:player_head[rotation=6] 116 68 45 255 92 54 36 255 58 34 22 255 46 27 18 255 +minecraft:player_head[rotation=7] 116 68 45 255 92 54 36 255 58 34 22 255 46 27 18 255 +minecraft:player_head[rotation=8] 116 68 45 255 92 54 36 255 58 34 22 255 46 27 18 255 +minecraft:player_head[rotation=9] 116 68 45 255 92 54 36 255 58 34 22 255 46 27 18 255 +minecraft:player_head[rotation=10] 116 68 45 255 92 54 36 255 58 34 22 255 46 27 18 255 +minecraft:player_head[rotation=11] 116 68 45 255 92 54 36 255 58 34 22 255 46 27 18 255 +minecraft:player_head[rotation=12] 116 68 45 255 92 54 36 255 58 34 22 255 46 27 18 255 +minecraft:player_head[rotation=13] 116 68 45 255 92 54 36 255 58 34 22 255 46 27 18 255 +minecraft:player_head[rotation=14] 116 68 45 255 92 54 36 255 58 34 22 255 46 27 18 255 +minecraft:player_head[rotation=15] 116 68 45 255 92 54 36 255 58 34 22 255 46 27 18 255 +minecraft:player_wall_head 116 68 45 255 92 54 36 255 58 34 22 255 46 27 18 255 +minecraft:player_wall_head[facing=south] 116 68 45 255 92 54 36 255 58 34 22 255 46 27 18 255 +minecraft:player_wall_head[facing=west] 116 68 45 255 92 54 36 255 58 34 22 255 46 27 18 255 +minecraft:player_wall_head[facing=east] 116 68 45 255 92 54 36 255 58 34 22 255 46 27 18 255 +minecraft:creeper_head 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:creeper_head[rotation=1] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:creeper_head[rotation=2] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:creeper_head[rotation=3] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:creeper_head[rotation=4] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:creeper_head[rotation=5] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:creeper_head[rotation=6] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:creeper_head[rotation=7] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:creeper_head[rotation=8] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:creeper_head[rotation=9] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:creeper_head[rotation=10] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:creeper_head[rotation=11] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:creeper_head[rotation=12] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:creeper_head[rotation=13] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:creeper_head[rotation=14] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:creeper_head[rotation=15] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:creeper_wall_head 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:creeper_wall_head[facing=south] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:creeper_wall_head[facing=west] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:creeper_wall_head[facing=east] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:dragon_head 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:dragon_head[rotation=1] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:dragon_head[rotation=2] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:dragon_head[rotation=3] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:dragon_head[rotation=4] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:dragon_head[rotation=5] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:dragon_head[rotation=6] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:dragon_head[rotation=7] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:dragon_head[rotation=8] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:dragon_head[rotation=9] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:dragon_head[rotation=10] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:dragon_head[rotation=11] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:dragon_head[rotation=12] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:dragon_head[rotation=13] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:dragon_head[rotation=14] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:dragon_head[rotation=15] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:dragon_wall_head 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:dragon_wall_head[facing=south] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:dragon_wall_head[facing=west] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:dragon_wall_head[facing=east] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:anvil 73 69 69 255 58 55 55 255 36 34 34 255 29 27 27 255 +minecraft:anvil[facing=south] 73 69 69 255 58 55 55 255 36 34 34 255 29 27 27 255 +minecraft:anvil[facing=west] 73 69 69 255 58 55 55 255 36 34 34 255 29 27 27 255 +minecraft:anvil[facing=east] 73 69 69 255 58 55 55 255 36 34 34 255 29 27 27 255 +minecraft:chipped_anvil 73 69 69 255 58 55 55 255 36 34 34 255 29 27 27 255 +minecraft:chipped_anvil[facing=south] 73 69 69 255 58 55 55 255 36 34 34 255 29 27 27 255 +minecraft:chipped_anvil[facing=west] 73 69 69 255 58 55 55 255 36 34 34 255 29 27 27 255 +minecraft:chipped_anvil[facing=east] 73 69 69 255 58 55 55 255 36 34 34 255 29 27 27 255 +minecraft:damaged_anvil 73 69 69 255 58 55 55 255 36 34 34 255 29 27 27 255 +minecraft:damaged_anvil[facing=south] 73 69 69 255 58 55 55 255 36 34 34 255 29 27 27 255 +minecraft:damaged_anvil[facing=west] 73 69 69 255 58 55 55 255 36 34 34 255 29 27 27 255 +minecraft:damaged_anvil[facing=east] 73 69 69 255 58 55 55 255 36 34 34 255 29 27 27 255 +minecraft:trapped_chest 89 71 46 195 71 56 36 195 44 35 23 195 35 28 18 195 +minecraft:trapped_chest[facing=north,type=single,waterlogged=false] 89 71 46 195 71 56 36 195 44 35 23 195 35 28 18 195 +minecraft:trapped_chest[facing=north,type=left,waterlogged=true] 89 71 46 195 71 56 36 195 44 35 23 195 35 28 18 195 +minecraft:trapped_chest[facing=north,type=left,waterlogged=false] 89 71 46 195 71 56 36 195 44 35 23 195 35 28 18 195 +minecraft:trapped_chest[facing=north,type=right,waterlogged=true] 89 71 46 195 71 56 36 195 44 35 23 195 35 28 18 195 +minecraft:trapped_chest[facing=north,type=right,waterlogged=false] 89 71 46 195 71 56 36 195 44 35 23 195 35 28 18 195 +minecraft:trapped_chest[facing=south,type=single,waterlogged=true] 89 71 46 195 71 56 36 195 44 35 23 195 35 28 18 195 +minecraft:trapped_chest[facing=south,type=single,waterlogged=false] 89 71 46 195 71 56 36 195 44 35 23 195 35 28 18 195 +minecraft:trapped_chest[facing=south,type=left,waterlogged=true] 89 71 46 195 71 56 36 195 44 35 23 195 35 28 18 195 +minecraft:trapped_chest[facing=south,type=left,waterlogged=false] 89 71 46 195 71 56 36 195 44 35 23 195 35 28 18 195 +minecraft:trapped_chest[facing=south,type=right,waterlogged=true] 89 71 46 195 71 56 36 195 44 35 23 195 35 28 18 195 +minecraft:trapped_chest[facing=south,type=right,waterlogged=false] 89 71 46 195 71 56 36 195 44 35 23 195 35 28 18 195 +minecraft:trapped_chest[facing=west,type=single,waterlogged=true] 89 71 46 195 71 56 36 195 44 35 23 195 35 28 18 195 +minecraft:trapped_chest[facing=west,type=single,waterlogged=false] 89 71 46 195 71 56 36 195 44 35 23 195 35 28 18 195 +minecraft:trapped_chest[facing=west,type=left,waterlogged=true] 89 71 46 195 71 56 36 195 44 35 23 195 35 28 18 195 +minecraft:trapped_chest[facing=west,type=left,waterlogged=false] 89 71 46 195 71 56 36 195 44 35 23 195 35 28 18 195 +minecraft:trapped_chest[facing=west,type=right,waterlogged=true] 89 71 46 195 71 56 36 195 44 35 23 195 35 28 18 195 +minecraft:trapped_chest[facing=west,type=right,waterlogged=false] 89 71 46 195 71 56 36 195 44 35 23 195 35 28 18 195 +minecraft:trapped_chest[facing=east,type=single,waterlogged=true] 89 71 46 195 71 56 36 195 44 35 23 195 35 28 18 195 +minecraft:trapped_chest[facing=east,type=single,waterlogged=false] 89 71 46 195 71 56 36 195 44 35 23 195 35 28 18 195 +minecraft:trapped_chest[facing=east,type=left,waterlogged=true] 89 71 46 195 71 56 36 195 44 35 23 195 35 28 18 195 +minecraft:trapped_chest[facing=east,type=left,waterlogged=false] 89 71 46 195 71 56 36 195 44 35 23 195 35 28 18 195 +minecraft:trapped_chest[facing=east,type=right,waterlogged=true] 89 71 46 195 71 56 36 195 44 35 23 195 35 28 18 195 +minecraft:trapped_chest[facing=east,type=right,waterlogged=false] 89 71 46 195 71 56 36 195 44 35 23 195 35 28 18 195 +minecraft:light_weighted_pressure_plate 193 166 90 255 154 132 72 255 96 83 45 255 77 66 36 255 +minecraft:light_weighted_pressure_plate[power=1] 193 166 90 255 154 132 72 255 96 83 45 255 77 66 36 255 +minecraft:light_weighted_pressure_plate[power=2] 193 166 90 255 154 132 72 255 96 83 45 255 77 66 36 255 +minecraft:light_weighted_pressure_plate[power=3] 193 166 90 255 154 132 72 255 96 83 45 255 77 66 36 255 +minecraft:light_weighted_pressure_plate[power=4] 193 166 90 255 154 132 72 255 96 83 45 255 77 66 36 255 +minecraft:light_weighted_pressure_plate[power=5] 193 166 90 255 154 132 72 255 96 83 45 255 77 66 36 255 +minecraft:light_weighted_pressure_plate[power=6] 193 166 90 255 154 132 72 255 96 83 45 255 77 66 36 255 +minecraft:light_weighted_pressure_plate[power=7] 193 166 90 255 154 132 72 255 96 83 45 255 77 66 36 255 +minecraft:light_weighted_pressure_plate[power=8] 193 166 90 255 154 132 72 255 96 83 45 255 77 66 36 255 +minecraft:light_weighted_pressure_plate[power=9] 193 166 90 255 154 132 72 255 96 83 45 255 77 66 36 255 +minecraft:light_weighted_pressure_plate[power=10] 193 166 90 255 154 132 72 255 96 83 45 255 77 66 36 255 +minecraft:light_weighted_pressure_plate[power=11] 193 166 90 255 154 132 72 255 96 83 45 255 77 66 36 255 +minecraft:light_weighted_pressure_plate[power=12] 193 166 90 255 154 132 72 255 96 83 45 255 77 66 36 255 +minecraft:light_weighted_pressure_plate[power=13] 193 166 90 255 154 132 72 255 96 83 45 255 77 66 36 255 +minecraft:light_weighted_pressure_plate[power=14] 193 166 90 255 154 132 72 255 96 83 45 255 77 66 36 255 +minecraft:light_weighted_pressure_plate[power=15] 193 166 90 255 154 132 72 255 96 83 45 255 77 66 36 255 +minecraft:heavy_weighted_pressure_plate 144 142 143 255 115 113 114 255 72 71 71 255 57 56 57 255 +minecraft:heavy_weighted_pressure_plate[power=1] 144 142 143 255 115 113 114 255 72 71 71 255 57 56 57 255 +minecraft:heavy_weighted_pressure_plate[power=2] 144 142 143 255 115 113 114 255 72 71 71 255 57 56 57 255 +minecraft:heavy_weighted_pressure_plate[power=3] 144 142 143 255 115 113 114 255 72 71 71 255 57 56 57 255 +minecraft:heavy_weighted_pressure_plate[power=4] 144 142 143 255 115 113 114 255 72 71 71 255 57 56 57 255 +minecraft:heavy_weighted_pressure_plate[power=5] 144 142 143 255 115 113 114 255 72 71 71 255 57 56 57 255 +minecraft:heavy_weighted_pressure_plate[power=6] 144 142 143 255 115 113 114 255 72 71 71 255 57 56 57 255 +minecraft:heavy_weighted_pressure_plate[power=7] 144 142 143 255 115 113 114 255 72 71 71 255 57 56 57 255 +minecraft:heavy_weighted_pressure_plate[power=8] 144 142 143 255 115 113 114 255 72 71 71 255 57 56 57 255 +minecraft:heavy_weighted_pressure_plate[power=9] 144 142 143 255 115 113 114 255 72 71 71 255 57 56 57 255 +minecraft:heavy_weighted_pressure_plate[power=10] 144 142 143 255 115 113 114 255 72 71 71 255 57 56 57 255 +minecraft:heavy_weighted_pressure_plate[power=11] 144 142 143 255 115 113 114 255 72 71 71 255 57 56 57 255 +minecraft:heavy_weighted_pressure_plate[power=12] 144 142 143 255 115 113 114 255 72 71 71 255 57 56 57 255 +minecraft:heavy_weighted_pressure_plate[power=13] 144 142 143 255 115 113 114 255 72 71 71 255 57 56 57 255 +minecraft:heavy_weighted_pressure_plate[power=14] 144 142 143 255 115 113 114 255 72 71 71 255 57 56 57 255 +minecraft:heavy_weighted_pressure_plate[power=15] 144 142 143 255 115 113 114 255 72 71 71 255 57 56 57 255 +minecraft:comparator 101 94 92 255 80 75 73 255 50 47 46 255 40 37 36 255 +minecraft:comparator[facing=north,mode=compare,powered=false] 84 75 73 255 67 60 58 255 42 37 36 255 33 30 29 255 +minecraft:comparator[facing=north,mode=subtract,powered=true] 101 94 92 255 80 75 73 255 50 47 46 255 40 37 36 255 +minecraft:comparator[facing=north,mode=subtract,powered=false] 84 75 73 255 67 60 58 255 42 37 36 255 33 30 29 255 +minecraft:comparator[facing=south,mode=compare,powered=true] 101 94 92 255 80 75 73 255 50 47 46 255 40 37 36 255 +minecraft:comparator[facing=south,mode=compare,powered=false] 84 75 73 255 67 60 58 255 42 37 36 255 33 30 29 255 +minecraft:comparator[facing=south,mode=subtract,powered=true] 101 94 92 255 80 75 73 255 50 47 46 255 40 37 36 255 +minecraft:comparator[facing=south,mode=subtract,powered=false] 84 75 73 255 67 60 58 255 42 37 36 255 33 30 29 255 +minecraft:comparator[facing=west,mode=compare,powered=true] 101 94 92 255 80 75 73 255 50 47 46 255 40 37 36 255 +minecraft:comparator[facing=west,mode=compare,powered=false] 84 75 73 255 67 60 58 255 42 37 36 255 33 30 29 255 +minecraft:comparator[facing=west,mode=subtract,powered=true] 101 94 92 255 80 75 73 255 50 47 46 255 40 37 36 255 +minecraft:comparator[facing=west,mode=subtract,powered=false] 84 75 73 255 67 60 58 255 42 37 36 255 33 30 29 255 +minecraft:comparator[facing=east,mode=compare,powered=true] 101 94 92 255 80 75 73 255 50 47 46 255 40 37 36 255 +minecraft:comparator[facing=east,mode=compare,powered=false] 84 75 73 255 67 60 58 255 42 37 36 255 33 30 29 255 +minecraft:comparator[facing=east,mode=subtract,powered=true] 101 94 92 255 80 75 73 255 50 47 46 255 40 37 36 255 +minecraft:comparator[facing=east,mode=subtract,powered=false] 84 75 73 255 67 60 58 255 42 37 36 255 33 30 29 255 +minecraft:daylight_detector 119 111 98 255 95 88 78 255 59 55 49 255 47 44 39 255 +minecraft:daylight_detector[inverted=true,power=1] 119 111 98 255 95 88 78 255 59 55 49 255 47 44 39 255 +minecraft:daylight_detector[inverted=true,power=2] 119 111 98 255 95 88 78 255 59 55 49 255 47 44 39 255 +minecraft:daylight_detector[inverted=true,power=3] 119 111 98 255 95 88 78 255 59 55 49 255 47 44 39 255 +minecraft:daylight_detector[inverted=true,power=4] 119 111 98 255 95 88 78 255 59 55 49 255 47 44 39 255 +minecraft:daylight_detector[inverted=true,power=5] 119 111 98 255 95 88 78 255 59 55 49 255 47 44 39 255 +minecraft:daylight_detector[inverted=true,power=6] 119 111 98 255 95 88 78 255 59 55 49 255 47 44 39 255 +minecraft:daylight_detector[inverted=true,power=7] 119 111 98 255 95 88 78 255 59 55 49 255 47 44 39 255 +minecraft:daylight_detector[inverted=true,power=8] 119 111 98 255 95 88 78 255 59 55 49 255 47 44 39 255 +minecraft:daylight_detector[inverted=true,power=9] 119 111 98 255 95 88 78 255 59 55 49 255 47 44 39 255 +minecraft:daylight_detector[inverted=true,power=10] 119 111 98 255 95 88 78 255 59 55 49 255 47 44 39 255 +minecraft:daylight_detector[inverted=true,power=11] 119 111 98 255 95 88 78 255 59 55 49 255 47 44 39 255 +minecraft:daylight_detector[inverted=true,power=12] 119 111 98 255 95 88 78 255 59 55 49 255 47 44 39 255 +minecraft:daylight_detector[inverted=true,power=13] 119 111 98 255 95 88 78 255 59 55 49 255 47 44 39 255 +minecraft:daylight_detector[inverted=true,power=14] 119 111 98 255 95 88 78 255 59 55 49 255 47 44 39 255 +minecraft:daylight_detector[inverted=true,power=15] 119 111 98 255 95 88 78 255 59 55 49 255 47 44 39 255 +minecraft:daylight_detector[inverted=false,power=0] 134 108 92 255 107 86 73 255 67 54 46 255 53 43 36 255 +minecraft:daylight_detector[inverted=false,power=1] 134 108 92 255 107 86 73 255 67 54 46 255 53 43 36 255 +minecraft:daylight_detector[inverted=false,power=2] 134 108 92 255 107 86 73 255 67 54 46 255 53 43 36 255 +minecraft:daylight_detector[inverted=false,power=3] 134 108 92 255 107 86 73 255 67 54 46 255 53 43 36 255 +minecraft:daylight_detector[inverted=false,power=4] 134 108 92 255 107 86 73 255 67 54 46 255 53 43 36 255 +minecraft:daylight_detector[inverted=false,power=5] 134 108 92 255 107 86 73 255 67 54 46 255 53 43 36 255 +minecraft:daylight_detector[inverted=false,power=6] 134 108 92 255 107 86 73 255 67 54 46 255 53 43 36 255 +minecraft:daylight_detector[inverted=false,power=7] 134 108 92 255 107 86 73 255 67 54 46 255 53 43 36 255 +minecraft:daylight_detector[inverted=false,power=8] 134 108 92 255 107 86 73 255 67 54 46 255 53 43 36 255 +minecraft:daylight_detector[inverted=false,power=9] 134 108 92 255 107 86 73 255 67 54 46 255 53 43 36 255 +minecraft:daylight_detector[inverted=false,power=10] 134 108 92 255 107 86 73 255 67 54 46 255 53 43 36 255 +minecraft:daylight_detector[inverted=false,power=11] 134 108 92 255 107 86 73 255 67 54 46 255 53 43 36 255 +minecraft:daylight_detector[inverted=false,power=12] 134 108 92 255 107 86 73 255 67 54 46 255 53 43 36 255 +minecraft:daylight_detector[inverted=false,power=13] 134 108 92 255 107 86 73 255 67 54 46 255 53 43 36 255 +minecraft:daylight_detector[inverted=false,power=14] 134 108 92 255 107 86 73 255 67 54 46 255 53 43 36 255 +minecraft:daylight_detector[inverted=false,power=15] 134 108 92 255 107 86 73 255 67 54 46 255 53 43 36 255 +minecraft:redstone_block 115 17 7 255 92 13 5 255 57 8 3 255 46 6 2 255 +minecraft:nether_quartz_ore 120 75 76 255 96 60 60 255 60 37 38 255 48 30 30 255 +minecraft:hopper 114 111 111 255 91 88 88 255 57 55 55 255 45 44 44 255 +minecraft:hopper[enabled=true,facing=north] 114 111 111 255 91 88 88 255 57 55 55 255 45 44 44 255 +minecraft:hopper[enabled=true,facing=south] 114 111 111 255 91 88 88 255 57 55 55 255 45 44 44 255 +minecraft:hopper[enabled=true,facing=west] 114 111 111 255 91 88 88 255 57 55 55 255 45 44 44 255 +minecraft:hopper[enabled=true,facing=east] 114 111 111 255 91 88 88 255 57 55 55 255 45 44 44 255 +minecraft:hopper[enabled=false,facing=down] 114 111 111 255 91 88 88 255 57 55 55 255 45 44 44 255 +minecraft:hopper[enabled=false,facing=north] 114 111 111 255 91 88 88 255 57 55 55 255 45 44 44 255 +minecraft:hopper[enabled=false,facing=south] 114 111 111 255 91 88 88 255 57 55 55 255 45 44 44 255 +minecraft:hopper[enabled=false,facing=west] 114 111 111 255 91 88 88 255 57 55 55 255 45 44 44 255 +minecraft:hopper[enabled=false,facing=east] 114 111 111 255 91 88 88 255 57 55 55 255 45 44 44 255 +minecraft:quartz_block 221 209 210 255 176 167 168 255 110 104 105 255 88 83 84 255 +minecraft:chiseled_quartz_block 212 200 200 255 169 160 160 255 106 100 100 255 84 80 80 255 +minecraft:quartz_pillar 207 195 195 255 165 156 156 255 103 97 97 255 82 78 78 255 +minecraft:quartz_pillar[axis=y] 220 203 204 255 176 162 163 255 110 101 102 255 88 81 81 255 +minecraft:quartz_pillar[axis=z] 207 195 195 255 165 156 156 255 103 97 97 255 82 78 78 255 +minecraft:quartz_stairs 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=north,half=top,shape=straight,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=south,half=top,shape=straight,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=south,half=top,shape=straight,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=west,half=top,shape=straight,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=west,half=top,shape=straight,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=east,half=top,shape=straight,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=east,half=top,shape=straight,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:activator_rail 93 66 66 117 74 52 52 117 46 33 33 117 37 26 26 117 +minecraft:activator_rail[powered=true,shape=north_south,waterlogged=false] 93 66 66 117 74 52 52 117 46 33 33 117 37 26 26 117 +minecraft:activator_rail[powered=true,shape=east_west,waterlogged=true] 93 66 66 117 74 52 52 117 46 33 33 117 37 26 26 117 +minecraft:activator_rail[powered=true,shape=east_west,waterlogged=false] 93 66 66 117 74 52 52 117 46 33 33 117 37 26 26 117 +minecraft:activator_rail[powered=true,shape=ascending_east,waterlogged=true] 93 66 66 117 74 52 52 117 46 33 33 117 37 26 26 117 +minecraft:activator_rail[powered=true,shape=ascending_east,waterlogged=false] 93 66 66 117 74 52 52 117 46 33 33 117 37 26 26 117 +minecraft:activator_rail[powered=true,shape=ascending_west,waterlogged=true] 93 66 66 117 74 52 52 117 46 33 33 117 37 26 26 117 +minecraft:activator_rail[powered=true,shape=ascending_west,waterlogged=false] 93 66 66 117 74 52 52 117 46 33 33 117 37 26 26 117 +minecraft:activator_rail[powered=true,shape=ascending_north,waterlogged=true] 93 66 66 117 74 52 52 117 46 33 33 117 37 26 26 117 +minecraft:activator_rail[powered=true,shape=ascending_north,waterlogged=false] 93 66 66 117 74 52 52 117 46 33 33 117 37 26 26 117 +minecraft:activator_rail[powered=true,shape=ascending_south,waterlogged=true] 93 66 66 117 74 52 52 117 46 33 33 117 37 26 26 117 +minecraft:activator_rail[powered=true,shape=ascending_south,waterlogged=false] 93 66 66 117 74 52 52 117 46 33 33 117 37 26 26 117 +minecraft:activator_rail[powered=false,shape=north_south,waterlogged=true] 75 65 65 117 60 52 52 117 37 32 32 117 30 26 26 117 +minecraft:activator_rail[powered=false,shape=north_south,waterlogged=false] 75 65 65 117 60 52 52 117 37 32 32 117 30 26 26 117 +minecraft:activator_rail[powered=false,shape=east_west,waterlogged=true] 75 65 65 117 60 52 52 117 37 32 32 117 30 26 26 117 +minecraft:activator_rail[powered=false,shape=east_west,waterlogged=false] 75 65 65 117 60 52 52 117 37 32 32 117 30 26 26 117 +minecraft:activator_rail[powered=false,shape=ascending_east,waterlogged=true] 75 65 65 117 60 52 52 117 37 32 32 117 30 26 26 117 +minecraft:activator_rail[powered=false,shape=ascending_east,waterlogged=false] 75 65 65 117 60 52 52 117 37 32 32 117 30 26 26 117 +minecraft:activator_rail[powered=false,shape=ascending_west,waterlogged=true] 75 65 65 117 60 52 52 117 37 32 32 117 30 26 26 117 +minecraft:activator_rail[powered=false,shape=ascending_west,waterlogged=false] 75 65 65 117 60 52 52 117 37 32 32 117 30 26 26 117 +minecraft:activator_rail[powered=false,shape=ascending_north,waterlogged=true] 75 65 65 117 60 52 52 117 37 32 32 117 30 26 26 117 +minecraft:activator_rail[powered=false,shape=ascending_north,waterlogged=false] 75 65 65 117 60 52 52 117 37 32 32 117 30 26 26 117 +minecraft:activator_rail[powered=false,shape=ascending_south,waterlogged=true] 75 65 65 117 60 52 52 117 37 32 32 117 30 26 26 117 +minecraft:activator_rail[powered=false,shape=ascending_south,waterlogged=false] 75 65 65 117 60 52 52 117 37 32 32 117 30 26 26 117 +minecraft:dropper 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:dropper[facing=north,triggered=false] 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:dropper[facing=east,triggered=true] 76 73 70 255 60 58 56 255 38 36 35 255 30 29 28 255 +minecraft:dropper[facing=east,triggered=false] 76 73 70 255 60 58 56 255 38 36 35 255 30 29 28 255 +minecraft:dropper[facing=south,triggered=true] 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:dropper[facing=south,triggered=false] 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:dropper[facing=west,triggered=true] 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:dropper[facing=west,triggered=false] 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:dropper[facing=up,triggered=true] 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:dropper[facing=up,triggered=false] 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:dropper[facing=down,triggered=true] 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:dropper[facing=down,triggered=false] 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:white_terracotta 207 188 177 255 165 150 141 255 103 94 88 255 82 75 70 255 +minecraft:orange_terracotta 166 94 60 255 132 75 48 255 83 47 30 255 66 37 24 255 +minecraft:magenta_terracotta 156 88 98 255 124 70 78 255 78 44 49 255 62 35 39 255 +minecraft:light_blue_terracotta 118 99 113 255 94 79 90 255 59 49 56 255 47 39 45 255 +minecraft:yellow_terracotta 181 145 74 255 144 116 59 255 90 72 37 255 72 58 29 255 +minecraft:lime_terracotta 141 118 67 255 112 94 53 255 70 59 33 255 56 47 26 255 +minecraft:pink_terracotta 211 138 126 255 168 110 100 255 105 69 63 255 84 55 50 255 +minecraft:gray_terracotta 106 80 70 255 84 64 56 255 53 40 35 255 42 32 28 255 +minecraft:light_gray_terracotta 169 145 133 255 135 116 106 255 84 72 66 255 67 58 53 255 +minecraft:cyan_terracotta 105 98 82 255 84 78 65 255 52 49 41 255 42 39 32 255 +minecraft:purple_terracotta 117 58 79 255 93 46 63 255 58 29 39 255 46 23 31 255 +minecraft:blue_terracotta 66 58 74 255 52 46 59 255 33 29 37 255 26 23 29 255 +minecraft:brown_terracotta 121 69 44 255 96 55 35 255 60 34 22 255 48 27 17 255 +minecraft:green_terracotta 90 71 41 255 72 56 32 255 45 35 20 255 36 28 16 255 +minecraft:red_terracotta 162 63 51 255 129 50 40 255 81 31 25 255 64 25 20 255 +minecraft:black_terracotta 63 47 40 255 50 37 32 255 31 23 20 255 25 18 16 255 +minecraft:white_stained_glass_pane 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:orange_stained_glass_pane 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:magenta_stained_glass_pane 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:light_blue_stained_glass_pane 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:yellow_stained_glass_pane 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:lime_stained_glass_pane 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:pink_stained_glass_pane 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:gray_stained_glass_pane 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:light_gray_stained_glass_pane 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:cyan_stained_glass_pane 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:purple_stained_glass_pane 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:blue_stained_glass_pane 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:brown_stained_glass_pane 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:green_stained_glass_pane 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:red_stained_glass_pane 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:black_stained_glass_pane 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:acacia_stairs 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=north,half=top,shape=straight,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=south,half=top,shape=straight,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=south,half=top,shape=straight,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=west,half=top,shape=straight,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=west,half=top,shape=straight,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=east,half=top,shape=straight,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=east,half=top,shape=straight,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:dark_oak_stairs 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=straight,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=straight,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=straight,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=straight,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=straight,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=straight,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=straight,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:slime_block 134 143 57 193 107 114 45 193 67 71 28 193 53 57 22 193 +minecraft:iron_trapdoor 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:prismarine 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_bricks 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:dark_prismarine 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:prismarine_stairs 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=straight,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_brick_stairs 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:dark_prismarine_stairs 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=straight,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:prismarine_slab 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_slab[type=top,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_slab[type=bottom,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_slab[type=bottom,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_slab[type=double,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_slab[type=double,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_brick_slab 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_slab[type=top,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_slab[type=bottom,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_slab[type=bottom,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_slab[type=double,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_slab[type=double,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:dark_prismarine_slab 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_slab[type=top,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_slab[type=bottom,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_slab[type=bottom,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_slab[type=double,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_slab[type=double,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:sea_lantern 201 219 218 255 160 175 174 255 100 109 109 255 80 87 87 255 +minecraft:hay_block 143 124 77 255 114 99 61 255 71 62 38 255 57 49 30 255 +minecraft:hay_block[axis=y] 145 124 73 255 116 99 58 255 72 62 36 255 58 49 29 255 +minecraft:hay_block[axis=z] 143 124 77 255 114 99 61 255 71 62 38 255 57 49 30 255 +minecraft:white_carpet 215 212 209 255 172 169 167 255 107 106 104 255 86 84 83 255 +minecraft:orange_carpet 175 104 51 255 140 83 40 255 87 52 25 255 70 41 20 255 +minecraft:magenta_carpet 156 87 129 255 124 69 103 255 78 43 64 255 62 34 51 255 +minecraft:light_blue_carpet 99 116 156 255 79 92 124 255 49 58 78 255 39 46 62 255 +minecraft:yellow_carpet 197 174 76 255 157 139 60 255 98 87 38 255 78 69 30 255 +minecraft:lime_carpet 138 148 76 255 110 118 60 255 69 74 38 255 55 59 30 255 +minecraft:pink_carpet 236 154 155 255 188 123 124 255 118 77 77 255 94 61 62 255 +minecraft:gray_carpet 91 92 93 255 72 73 74 255 45 46 46 255 36 36 37 255 +minecraft:light_gray_carpet 167 168 169 255 133 134 135 255 83 84 84 255 66 67 67 255 +minecraft:cyan_carpet 84 118 113 255 67 94 90 255 42 59 56 255 33 47 45 255 +minecraft:purple_carpet 105 46 110 255 84 36 88 255 52 23 55 255 42 18 44 255 +minecraft:blue_carpet 41 58 113 255 32 46 90 255 20 29 56 255 16 23 45 255 +minecraft:brown_carpet 114 72 37 255 91 57 29 255 57 36 18 255 45 28 14 255 +minecraft:green_carpet 74 82 38 255 59 65 30 255 37 41 19 255 29 32 15 255 +minecraft:red_carpet 174 50 36 255 139 40 28 255 87 25 18 255 69 20 14 255 +minecraft:black_carpet 42 43 44 255 33 34 35 255 21 21 22 255 16 17 17 255 +minecraft:terracotta 160 112 89 255 128 89 71 255 80 56 44 255 64 44 35 255 +minecraft:coal_block 14 17 21 255 11 13 16 255 7 8 10 255 5 6 8 255 +minecraft:packed_ice 158 205 208 255 126 164 166 255 79 102 104 255 63 82 83 255 +minecraft:sunflower 57 71 42 7 45 56 33 7 28 35 21 7 22 28 16 7 +minecraft:sunflower[half=lower] 62 87 48 76 49 69 38 76 31 43 24 76 24 34 19 76 +minecraft:lilac 118 101 91 128 94 80 72 128 59 50 45 128 47 40 36 128 +minecraft:lilac[half=lower] 99 89 70 88 79 71 56 88 49 44 35 88 39 35 28 88 +minecraft:rose_bush 114 33 27 68 91 26 21 68 57 16 13 68 45 13 10 68 +minecraft:rose_bush[half=lower] 74 54 28 141 59 43 22 141 37 27 14 141 29 21 11 141 +minecraft:peony 110 97 78 128 88 77 62 128 55 48 39 128 44 38 31 128 +minecraft:peony[half=lower] 81 82 56 184 64 65 44 184 40 41 28 184 32 32 22 184 +minecraft:tall_grass 58 80 37 31 46 64 29 31 29 40 18 31 23 32 14 31 +minecraft:tall_grass[half=lower] 50 69 31 142 40 55 24 142 25 34 15 142 20 27 12 142 +minecraft:large_fern 37 58 33 75 29 46 26 75 18 29 16 75 14 23 13 75 +minecraft:large_fern[half=lower] 44 63 32 159 35 50 25 159 22 31 16 159 17 25 12 159 +minecraft:white_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:white_banner[rotation=1] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:white_banner[rotation=2] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:white_banner[rotation=3] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:white_banner[rotation=4] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:white_banner[rotation=5] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:white_banner[rotation=6] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:white_banner[rotation=7] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:white_banner[rotation=8] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:white_banner[rotation=9] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:white_banner[rotation=10] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:white_banner[rotation=11] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:white_banner[rotation=12] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:white_banner[rotation=13] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:white_banner[rotation=14] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:white_banner[rotation=15] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:orange_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:orange_banner[rotation=1] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:orange_banner[rotation=2] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:orange_banner[rotation=3] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:orange_banner[rotation=4] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:orange_banner[rotation=5] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:orange_banner[rotation=6] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:orange_banner[rotation=7] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:orange_banner[rotation=8] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:orange_banner[rotation=9] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:orange_banner[rotation=10] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:orange_banner[rotation=11] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:orange_banner[rotation=12] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:orange_banner[rotation=13] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:orange_banner[rotation=14] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:orange_banner[rotation=15] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:magenta_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:magenta_banner[rotation=1] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:magenta_banner[rotation=2] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:magenta_banner[rotation=3] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:magenta_banner[rotation=4] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:magenta_banner[rotation=5] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:magenta_banner[rotation=6] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:magenta_banner[rotation=7] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:magenta_banner[rotation=8] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:magenta_banner[rotation=9] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:magenta_banner[rotation=10] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:magenta_banner[rotation=11] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:magenta_banner[rotation=12] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:magenta_banner[rotation=13] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:magenta_banner[rotation=14] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:magenta_banner[rotation=15] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_blue_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_blue_banner[rotation=1] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_blue_banner[rotation=2] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_blue_banner[rotation=3] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_blue_banner[rotation=4] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_blue_banner[rotation=5] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_blue_banner[rotation=6] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_blue_banner[rotation=7] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_blue_banner[rotation=8] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_blue_banner[rotation=9] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_blue_banner[rotation=10] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_blue_banner[rotation=11] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_blue_banner[rotation=12] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_blue_banner[rotation=13] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_blue_banner[rotation=14] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_blue_banner[rotation=15] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:yellow_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:yellow_banner[rotation=1] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:yellow_banner[rotation=2] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:yellow_banner[rotation=3] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:yellow_banner[rotation=4] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:yellow_banner[rotation=5] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:yellow_banner[rotation=6] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:yellow_banner[rotation=7] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:yellow_banner[rotation=8] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:yellow_banner[rotation=9] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:yellow_banner[rotation=10] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:yellow_banner[rotation=11] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:yellow_banner[rotation=12] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:yellow_banner[rotation=13] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:yellow_banner[rotation=14] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:yellow_banner[rotation=15] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:lime_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:lime_banner[rotation=1] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:lime_banner[rotation=2] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:lime_banner[rotation=3] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:lime_banner[rotation=4] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:lime_banner[rotation=5] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:lime_banner[rotation=6] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:lime_banner[rotation=7] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:lime_banner[rotation=8] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:lime_banner[rotation=9] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:lime_banner[rotation=10] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:lime_banner[rotation=11] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:lime_banner[rotation=12] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:lime_banner[rotation=13] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:lime_banner[rotation=14] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:lime_banner[rotation=15] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:pink_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:pink_banner[rotation=1] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:pink_banner[rotation=2] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:pink_banner[rotation=3] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:pink_banner[rotation=4] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:pink_banner[rotation=5] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:pink_banner[rotation=6] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:pink_banner[rotation=7] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:pink_banner[rotation=8] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:pink_banner[rotation=9] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:pink_banner[rotation=10] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:pink_banner[rotation=11] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:pink_banner[rotation=12] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:pink_banner[rotation=13] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:pink_banner[rotation=14] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:pink_banner[rotation=15] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:gray_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:gray_banner[rotation=1] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:gray_banner[rotation=2] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:gray_banner[rotation=3] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:gray_banner[rotation=4] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:gray_banner[rotation=5] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:gray_banner[rotation=6] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:gray_banner[rotation=7] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:gray_banner[rotation=8] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:gray_banner[rotation=9] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:gray_banner[rotation=10] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:gray_banner[rotation=11] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:gray_banner[rotation=12] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:gray_banner[rotation=13] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:gray_banner[rotation=14] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:gray_banner[rotation=15] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_gray_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_gray_banner[rotation=1] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_gray_banner[rotation=2] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_gray_banner[rotation=3] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_gray_banner[rotation=4] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_gray_banner[rotation=5] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_gray_banner[rotation=6] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_gray_banner[rotation=7] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_gray_banner[rotation=8] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_gray_banner[rotation=9] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_gray_banner[rotation=10] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_gray_banner[rotation=11] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_gray_banner[rotation=12] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_gray_banner[rotation=13] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_gray_banner[rotation=14] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_gray_banner[rotation=15] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:cyan_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:cyan_banner[rotation=1] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:cyan_banner[rotation=2] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:cyan_banner[rotation=3] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:cyan_banner[rotation=4] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:cyan_banner[rotation=5] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:cyan_banner[rotation=6] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:cyan_banner[rotation=7] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:cyan_banner[rotation=8] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:cyan_banner[rotation=9] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:cyan_banner[rotation=10] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:cyan_banner[rotation=11] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:cyan_banner[rotation=12] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:cyan_banner[rotation=13] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:cyan_banner[rotation=14] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:cyan_banner[rotation=15] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:purple_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:purple_banner[rotation=1] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:purple_banner[rotation=2] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:purple_banner[rotation=3] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:purple_banner[rotation=4] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:purple_banner[rotation=5] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:purple_banner[rotation=6] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:purple_banner[rotation=7] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:purple_banner[rotation=8] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:purple_banner[rotation=9] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:purple_banner[rotation=10] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:purple_banner[rotation=11] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:purple_banner[rotation=12] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:purple_banner[rotation=13] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:purple_banner[rotation=14] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:purple_banner[rotation=15] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:blue_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:blue_banner[rotation=1] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:blue_banner[rotation=2] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:blue_banner[rotation=3] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:blue_banner[rotation=4] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:blue_banner[rotation=5] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:blue_banner[rotation=6] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:blue_banner[rotation=7] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:blue_banner[rotation=8] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:blue_banner[rotation=9] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:blue_banner[rotation=10] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:blue_banner[rotation=11] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:blue_banner[rotation=12] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:blue_banner[rotation=13] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:blue_banner[rotation=14] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:blue_banner[rotation=15] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:brown_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:brown_banner[rotation=1] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:brown_banner[rotation=2] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:brown_banner[rotation=3] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:brown_banner[rotation=4] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:brown_banner[rotation=5] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:brown_banner[rotation=6] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:brown_banner[rotation=7] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:brown_banner[rotation=8] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:brown_banner[rotation=9] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:brown_banner[rotation=10] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:brown_banner[rotation=11] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:brown_banner[rotation=12] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:brown_banner[rotation=13] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:brown_banner[rotation=14] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:brown_banner[rotation=15] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:green_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:green_banner[rotation=1] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:green_banner[rotation=2] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:green_banner[rotation=3] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:green_banner[rotation=4] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:green_banner[rotation=5] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:green_banner[rotation=6] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:green_banner[rotation=7] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:green_banner[rotation=8] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:green_banner[rotation=9] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:green_banner[rotation=10] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:green_banner[rotation=11] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:green_banner[rotation=12] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:green_banner[rotation=13] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:green_banner[rotation=14] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:green_banner[rotation=15] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:red_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:red_banner[rotation=1] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:red_banner[rotation=2] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:red_banner[rotation=3] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:red_banner[rotation=4] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:red_banner[rotation=5] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:red_banner[rotation=6] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:red_banner[rotation=7] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:red_banner[rotation=8] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:red_banner[rotation=9] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:red_banner[rotation=10] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:red_banner[rotation=11] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:red_banner[rotation=12] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:red_banner[rotation=13] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:red_banner[rotation=14] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:red_banner[rotation=15] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:black_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:black_banner[rotation=1] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:black_banner[rotation=2] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:black_banner[rotation=3] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:black_banner[rotation=4] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:black_banner[rotation=5] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:black_banner[rotation=6] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:black_banner[rotation=7] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:black_banner[rotation=8] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:black_banner[rotation=9] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:black_banner[rotation=10] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:black_banner[rotation=11] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:black_banner[rotation=12] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:black_banner[rotation=13] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:black_banner[rotation=14] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:black_banner[rotation=15] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:white_wall_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:white_wall_banner[facing=south] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:white_wall_banner[facing=west] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:white_wall_banner[facing=east] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:orange_wall_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:orange_wall_banner[facing=south] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:orange_wall_banner[facing=west] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:orange_wall_banner[facing=east] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:magenta_wall_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:magenta_wall_banner[facing=south] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:magenta_wall_banner[facing=west] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:magenta_wall_banner[facing=east] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_blue_wall_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_blue_wall_banner[facing=south] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_blue_wall_banner[facing=west] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_blue_wall_banner[facing=east] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:yellow_wall_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:yellow_wall_banner[facing=south] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:yellow_wall_banner[facing=west] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:yellow_wall_banner[facing=east] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:lime_wall_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:lime_wall_banner[facing=south] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:lime_wall_banner[facing=west] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:lime_wall_banner[facing=east] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:pink_wall_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:pink_wall_banner[facing=south] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:pink_wall_banner[facing=west] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:pink_wall_banner[facing=east] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:gray_wall_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:gray_wall_banner[facing=south] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:gray_wall_banner[facing=west] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:gray_wall_banner[facing=east] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_gray_wall_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_gray_wall_banner[facing=south] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_gray_wall_banner[facing=west] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_gray_wall_banner[facing=east] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:cyan_wall_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:cyan_wall_banner[facing=south] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:cyan_wall_banner[facing=west] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:cyan_wall_banner[facing=east] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:purple_wall_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:purple_wall_banner[facing=south] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:purple_wall_banner[facing=west] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:purple_wall_banner[facing=east] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:blue_wall_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:blue_wall_banner[facing=south] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:blue_wall_banner[facing=west] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:blue_wall_banner[facing=east] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:brown_wall_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:brown_wall_banner[facing=south] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:brown_wall_banner[facing=west] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:brown_wall_banner[facing=east] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:green_wall_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:green_wall_banner[facing=south] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:green_wall_banner[facing=west] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:green_wall_banner[facing=east] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:red_wall_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:red_wall_banner[facing=south] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:red_wall_banner[facing=west] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:red_wall_banner[facing=east] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:black_wall_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:black_wall_banner[facing=south] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:black_wall_banner[facing=west] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:black_wall_banner[facing=east] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:red_sandstone 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:chiseled_red_sandstone 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:cut_red_sandstone 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:red_sandstone_stairs 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:oak_slab 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_slab[type=top,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_slab[type=bottom,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_slab[type=bottom,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_slab[type=double,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_slab[type=double,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:spruce_slab 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_slab[type=top,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_slab[type=bottom,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_slab[type=bottom,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_slab[type=double,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_slab[type=double,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:birch_slab 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_slab[type=top,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_slab[type=bottom,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_slab[type=bottom,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_slab[type=double,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_slab[type=double,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:jungle_slab 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_slab[type=top,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_slab[type=bottom,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_slab[type=bottom,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_slab[type=double,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_slab[type=double,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:acacia_slab 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_slab[type=top,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_slab[type=bottom,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_slab[type=bottom,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_slab[type=double,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_slab[type=double,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:dark_oak_slab 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_slab[type=top,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_slab[type=bottom,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_slab[type=bottom,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_slab[type=double,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_slab[type=double,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:stone_slab 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_slab[type=top,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_slab[type=bottom,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_slab[type=bottom,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_slab[type=double,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_slab[type=double,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:smooth_stone_slab 101 98 95 255 80 78 76 255 50 49 47 255 40 39 38 255 +minecraft:smooth_stone_slab[type=top,waterlogged=false] 101 98 95 255 80 78 76 255 50 49 47 255 40 39 38 255 +minecraft:smooth_stone_slab[type=bottom,waterlogged=true] 101 98 95 255 80 78 76 255 50 49 47 255 40 39 38 255 +minecraft:smooth_stone_slab[type=bottom,waterlogged=false] 101 98 95 255 80 78 76 255 50 49 47 255 40 39 38 255 +minecraft:smooth_stone_slab[type=double,waterlogged=true] 101 98 95 255 80 78 76 255 50 49 47 255 40 39 38 255 +minecraft:smooth_stone_slab[type=double,waterlogged=false] 101 98 95 255 80 78 76 255 50 49 47 255 40 39 38 255 +minecraft:sandstone_slab 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:sandstone_slab[type=top,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:sandstone_slab[type=bottom,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:sandstone_slab[type=bottom,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:sandstone_slab[type=double,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:sandstone_slab[type=double,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:cut_sandstone_slab 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:cut_sandstone_slab[type=top,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:cut_sandstone_slab[type=bottom,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:cut_sandstone_slab[type=bottom,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:cut_sandstone_slab[type=double,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:cut_sandstone_slab[type=double,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:petrified_oak_slab 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:petrified_oak_slab[type=top,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:petrified_oak_slab[type=bottom,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:petrified_oak_slab[type=bottom,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:petrified_oak_slab[type=double,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:petrified_oak_slab[type=double,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:cobblestone_slab 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_slab[type=top,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_slab[type=bottom,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_slab[type=bottom,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_slab[type=double,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_slab[type=double,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:brick_slab 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_slab[type=top,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_slab[type=bottom,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_slab[type=bottom,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_slab[type=double,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_slab[type=double,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:stone_brick_slab 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_slab[type=top,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_slab[type=bottom,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_slab[type=bottom,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_slab[type=double,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_slab[type=double,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:nether_brick_slab 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_slab[type=top,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_slab[type=bottom,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_slab[type=bottom,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_slab[type=double,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_slab[type=double,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:quartz_slab 221 209 210 255 176 167 168 255 110 104 105 255 88 83 84 255 +minecraft:quartz_slab[type=top,waterlogged=false] 221 209 210 255 176 167 168 255 110 104 105 255 88 83 84 255 +minecraft:quartz_slab[type=bottom,waterlogged=true] 221 209 210 255 176 167 168 255 110 104 105 255 88 83 84 255 +minecraft:quartz_slab[type=bottom,waterlogged=false] 221 209 210 255 176 167 168 255 110 104 105 255 88 83 84 255 +minecraft:quartz_slab[type=double,waterlogged=true] 221 209 210 255 176 167 168 255 110 104 105 255 88 83 84 255 +minecraft:quartz_slab[type=double,waterlogged=false] 221 209 210 255 176 167 168 255 110 104 105 255 88 83 84 255 +minecraft:red_sandstone_slab 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:red_sandstone_slab[type=top,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:red_sandstone_slab[type=bottom,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:red_sandstone_slab[type=bottom,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:red_sandstone_slab[type=double,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:red_sandstone_slab[type=double,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:cut_red_sandstone_slab 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:cut_red_sandstone_slab[type=top,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:cut_red_sandstone_slab[type=double,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:cut_red_sandstone_slab[type=double,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:purpur_slab 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_slab[type=top,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_slab[type=bottom,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_slab[type=bottom,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_slab[type=double,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_slab[type=double,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:smooth_stone 159 159 159 255 127 127 127 255 79 79 79 255 63 63 63 255 +minecraft:smooth_sandstone 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_quartz 221 209 210 255 176 167 168 255 110 104 105 255 88 83 84 255 +minecraft:smooth_red_sandstone 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:spruce_fence_gate 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=true,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=false,powered=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=false,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=true,powered=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=true,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=true,powered=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=true,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=false,powered=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=false,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=true,powered=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=true,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=false,powered=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=false,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=true,powered=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=true,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=false,powered=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=false,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=true,powered=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=true,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=false,powered=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=false,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=true,powered=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=true,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=false,powered=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=false,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=true,powered=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=true,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=false,powered=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=false,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:birch_fence_gate 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=true,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=false,powered=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=false,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=true,powered=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=true,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=true,powered=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=true,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=false,powered=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=false,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=true,powered=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=true,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=false,powered=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=false,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=true,powered=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=true,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=false,powered=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=false,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=true,powered=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=true,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=false,powered=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=false,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=true,powered=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=true,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=false,powered=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=false,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=true,powered=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=true,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=false,powered=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=false,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:jungle_fence_gate 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=true,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=false,powered=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=false,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=true,powered=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=true,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=true,powered=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=true,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=false,powered=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=false,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=true,powered=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=true,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=false,powered=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=false,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=true,powered=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=true,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=false,powered=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=false,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=true,powered=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=true,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=false,powered=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=false,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=true,powered=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=true,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=false,powered=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=false,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=true,powered=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=true,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=false,powered=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=false,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:acacia_fence_gate 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=true,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=false,powered=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=false,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=true,powered=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=true,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=true,powered=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=true,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=false,powered=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=false,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=true,powered=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=true,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=false,powered=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=false,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=true,powered=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=true,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=false,powered=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=false,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=true,powered=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=true,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=false,powered=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=false,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=true,powered=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=true,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=false,powered=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=false,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=true,powered=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=true,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=false,powered=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=false,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:dark_oak_fence_gate 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=true,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=false,powered=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=false,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=true,powered=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=true,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=true,powered=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=true,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=false,powered=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=false,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=true,powered=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=true,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=false,powered=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=false,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=true,powered=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=true,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=false,powered=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=false,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=true,powered=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=true,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=false,powered=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=false,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=true,powered=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=true,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=false,powered=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=false,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=true,powered=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=true,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=false,powered=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=false,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:spruce_fence 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=true,west=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=false,west=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=false,west=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=true,west=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=true,west=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=false,west=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=false,west=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=true,west=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=true,west=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=false,west=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=false,west=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=true,west=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=true,west=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=false,west=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=false,west=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=true,west=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=true,west=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=false,west=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=false,west=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=true,west=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=true,west=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=false,west=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=false,west=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=true,west=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=true,west=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=false,west=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=false,west=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=true,west=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=true,west=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:birch_fence 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=true,west=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=false,west=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=false,west=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=true,west=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=true,west=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=false,west=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=false,west=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=true,west=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=true,west=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=false,west=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=false,west=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=true,west=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=true,west=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=false,west=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=false,west=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=true,west=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=true,west=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=false,west=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=false,west=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=true,west=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=true,west=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=false,west=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=false,west=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=true,west=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=true,west=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=false,west=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=false,west=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=true,west=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=true,west=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:jungle_fence 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=true,west=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=false,west=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=false,west=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=true,west=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=true,west=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=false,west=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=false,west=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=true,west=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=true,west=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=false,west=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=false,west=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=true,west=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=true,west=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=false,west=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=false,west=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=true,west=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=true,west=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=false,west=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=false,west=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=true,west=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=true,west=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=false,west=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=false,west=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=true,west=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=true,west=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=false,west=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=false,west=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=true,west=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=true,west=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:acacia_fence 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=true,west=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=false,west=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=false,west=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=true,west=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=true,west=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=false,west=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=false,west=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=true,west=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=true,west=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=false,west=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=false,west=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=true,west=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=true,west=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=false,west=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=false,west=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=true,west=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=true,west=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=false,west=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=false,west=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=true,west=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=true,west=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=false,west=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=false,west=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=true,west=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=true,west=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=false,west=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=false,west=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=true,west=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=true,west=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:dark_oak_fence 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=true,west=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=false,west=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=false,west=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=true,west=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=true,west=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=false,west=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=false,west=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=true,west=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=true,west=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=false,west=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=false,west=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=true,west=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=true,west=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=false,west=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=false,west=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=true,west=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=true,west=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=false,west=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=false,west=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=true,west=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=true,west=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=false,west=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=false,west=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=true,west=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=true,west=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=false,west=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=false,west=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=true,west=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=true,west=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:spruce_door 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=true,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=false,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=false,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=true,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=true,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=false,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=false,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=true,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=true,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=true,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=true,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=false,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=false,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=true,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=true,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=false,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=false,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=true,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=true,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=false,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=false,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=true,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=true,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=false,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=false,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=true,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=true,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=false,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=false,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=true,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=true,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=false,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=false,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=true,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=true,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=false,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=false,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=true,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=true,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=false,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=false,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=true,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=true,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=false,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=false,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=true,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=true,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=false,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=false,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=true,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=true,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=false,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=false,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=true,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=true,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=false,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=false,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=true,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=true,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=false,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=false,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:birch_door 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=true,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=false,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=false,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=true,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=true,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=false,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=false,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=true,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=true,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=true,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=true,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=false,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=false,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=true,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=true,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=false,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=false,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=true,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=true,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=false,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=false,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=true,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=true,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=false,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=false,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=true,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=true,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=false,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=false,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=true,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=true,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=false,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=false,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=true,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=true,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=false,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=false,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=true,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=true,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=false,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=false,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=true,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=true,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=false,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=false,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=true,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=true,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=false,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=false,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=true,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=true,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=false,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=false,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=true,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=true,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=false,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=false,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=true,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=true,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=false,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=false,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:jungle_door 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=true,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=false,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=false,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=true,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=true,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=false,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=false,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=true,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=true,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=true,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=true,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=false,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=false,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=true,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=true,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=false,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=false,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=true,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=true,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=false,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=false,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=true,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=true,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=false,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=false,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=true,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=true,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=false,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=false,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=true,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=true,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=false,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=false,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=true,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=true,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=false,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=false,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=true,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=true,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=false,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=false,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=true,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=true,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=false,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=false,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=true,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=true,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=false,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=false,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=true,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=true,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=false,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=false,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=true,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=true,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=false,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=false,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=true,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=true,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=false,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=false,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:acacia_door 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=true,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=false,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=false,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=true,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=true,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=false,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=false,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=true,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=true,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=true,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=true,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=false,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=false,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=true,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=true,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=false,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=false,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=true,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=true,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=false,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=false,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=true,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=true,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=false,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=false,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=true,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=true,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=false,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=false,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=true,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=true,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=false,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=false,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=true,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=true,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=false,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=false,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=true,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=true,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=false,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=false,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=true,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=true,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=false,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=false,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=true,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=true,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=false,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=false,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=true,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=true,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=false,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=false,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=true,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=true,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=false,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=false,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=true,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=true,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=false,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=false,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:dark_oak_door 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=true,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=false,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=false,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=true,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=true,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=false,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=false,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=true,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=true,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=true,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=true,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=false,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=false,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=true,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=true,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=false,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=false,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=true,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=true,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=false,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=false,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=true,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=true,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=false,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=false,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=true,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=true,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=false,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=false,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=true,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=true,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=false,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=false,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=true,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=true,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=false,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=false,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=true,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=true,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=false,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=false,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=true,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=true,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=false,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=false,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=true,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=true,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=false,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=false,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=true,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=true,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=false,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=false,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=true,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=true,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=false,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=false,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=true,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=true,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=false,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=false,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:end_rod 216 204 150 53 172 163 120 53 108 102 75 53 86 81 60 53 +minecraft:end_rod[facing=east] 216 204 150 53 172 163 120 53 108 102 75 53 86 81 60 53 +minecraft:end_rod[facing=south] 216 204 150 53 172 163 120 53 108 102 75 53 86 81 60 53 +minecraft:end_rod[facing=west] 216 204 150 53 172 163 120 53 108 102 75 53 86 81 60 53 +minecraft:end_rod[facing=up] 216 204 150 53 172 163 120 53 108 102 75 53 86 81 60 53 +minecraft:end_rod[facing=down] 216 204 150 53 172 163 120 53 108 102 75 53 86 81 60 53 +minecraft:chorus_plant 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=true,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=false,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=false,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=true,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=true,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=false,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=false,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=true,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=true,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=false,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=false,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=true,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=true,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=false,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=false,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=true,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=true,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=false,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=false,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=true,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=true,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=false,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=false,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=true,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=true,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=false,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=false,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=true,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=true,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=false,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=false,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=true,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=true,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=false,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=false,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=true,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=true,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=false,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=false,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=true,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=true,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=false,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=false,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=true,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=true,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=false,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=false,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=true,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=true,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=false,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=false,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=true,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=true,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=false,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=false,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=true,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=true,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=false,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=false,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=true,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=true,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_flower 133 101 118 255 106 80 94 255 66 50 59 255 53 40 47 255 +minecraft:chorus_flower[age=1] 133 101 118 255 106 80 94 255 66 50 59 255 53 40 47 255 +minecraft:chorus_flower[age=2] 133 101 118 255 106 80 94 255 66 50 59 255 53 40 47 255 +minecraft:chorus_flower[age=3] 133 101 118 255 106 80 94 255 66 50 59 255 53 40 47 255 +minecraft:chorus_flower[age=4] 133 101 118 255 106 80 94 255 66 50 59 255 53 40 47 255 +minecraft:chorus_flower[age=5] 131 89 115 255 104 71 92 255 65 44 57 255 52 35 46 255 +minecraft:purpur_block 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_pillar 125 83 107 255 100 66 85 255 62 41 53 255 50 33 42 255 +minecraft:purpur_pillar[axis=y] 112 72 97 255 89 57 77 255 56 36 48 255 44 28 38 255 +minecraft:purpur_pillar[axis=z] 125 83 107 255 100 66 85 255 62 41 53 255 50 33 42 255 +minecraft:purpur_stairs 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=north,half=top,shape=straight,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=south,half=top,shape=straight,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=south,half=top,shape=straight,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=west,half=top,shape=straight,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=west,half=top,shape=straight,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=east,half=top,shape=straight,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=east,half=top,shape=straight,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:end_stone_bricks 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:beetroots 61 71 33 6 48 56 26 6 30 35 16 6 24 28 13 6 +minecraft:beetroots[age=1] 70 80 37 14 56 64 29 14 35 40 18 14 28 32 14 14 +minecraft:beetroots[age=2] 91 96 47 45 72 76 37 45 45 48 23 45 36 38 18 45 +minecraft:beetroots[age=3] 86 85 40 104 68 68 32 104 43 42 20 104 34 34 16 104 +minecraft:dirt_path 147 125 78 255 117 100 62 255 73 62 39 255 58 50 31 255 +minecraft:end_gateway 45 56 50 255 36 44 40 255 22 28 25 255 18 22 20 255 +minecraft:repeating_command_block 87 81 99 255 69 64 79 255 43 40 49 255 34 32 39 255 +minecraft:repeating_command_block[conditional=true,facing=east] 91 85 104 255 72 68 83 255 45 42 52 255 36 34 41 255 +minecraft:repeating_command_block[conditional=true,facing=south] 113 100 134 255 90 80 107 255 56 50 67 255 45 40 53 255 +minecraft:repeating_command_block[conditional=true,facing=west] 113 100 134 255 90 80 107 255 56 50 67 255 45 40 53 255 +minecraft:repeating_command_block[conditional=true,facing=up] 113 100 134 255 90 80 107 255 56 50 67 255 45 40 53 255 +minecraft:repeating_command_block[conditional=true,facing=down] 113 100 134 255 90 80 107 255 56 50 67 255 45 40 53 255 +minecraft:repeating_command_block[conditional=false,facing=north] 87 81 99 255 69 64 79 255 43 40 49 255 34 32 39 255 +minecraft:repeating_command_block[conditional=false,facing=east] 91 85 104 255 72 68 83 255 45 42 52 255 36 34 41 255 +minecraft:repeating_command_block[conditional=false,facing=south] 144 109 147 255 115 87 117 255 72 54 73 255 57 43 58 255 +minecraft:repeating_command_block[conditional=false,facing=west] 144 109 147 255 115 87 117 255 72 54 73 255 57 43 58 255 +minecraft:repeating_command_block[conditional=false,facing=up] 144 109 147 255 115 87 117 255 72 54 73 255 57 43 58 255 +minecraft:repeating_command_block[conditional=false,facing=down] 144 109 147 255 115 87 117 255 72 54 73 255 57 43 58 255 +minecraft:chain_command_block 81 91 94 255 64 72 75 255 40 45 47 255 32 36 37 255 +minecraft:chain_command_block[conditional=true,facing=east] 85 96 99 255 68 76 79 255 42 48 49 255 34 38 39 255 +minecraft:chain_command_block[conditional=true,facing=south] 99 140 115 255 79 112 92 255 49 70 57 255 39 56 46 255 +minecraft:chain_command_block[conditional=true,facing=west] 99 140 115 255 79 112 92 255 49 70 57 255 39 56 46 255 +minecraft:chain_command_block[conditional=true,facing=up] 99 140 115 255 79 112 92 255 49 70 57 255 39 56 46 255 +minecraft:chain_command_block[conditional=true,facing=down] 99 140 115 255 79 112 92 255 49 70 57 255 39 56 46 255 +minecraft:chain_command_block[conditional=false,facing=north] 81 91 94 255 64 72 75 255 40 45 47 255 32 36 37 255 +minecraft:chain_command_block[conditional=false,facing=east] 85 96 99 255 68 76 79 255 42 48 49 255 34 38 39 255 +minecraft:chain_command_block[conditional=false,facing=south] 109 155 147 255 87 124 117 255 54 77 73 255 43 62 58 255 +minecraft:chain_command_block[conditional=false,facing=west] 109 155 147 255 87 124 117 255 54 77 73 255 43 62 58 255 +minecraft:chain_command_block[conditional=false,facing=up] 109 155 147 255 87 124 117 255 54 77 73 255 43 62 58 255 +minecraft:chain_command_block[conditional=false,facing=down] 109 155 147 255 87 124 117 255 54 77 73 255 43 62 58 255 +minecraft:frosted_ice 121 171 196 162 96 136 156 162 60 85 98 162 48 68 78 162 +minecraft:frosted_ice[age=1] 121 171 196 129 96 136 156 129 60 85 98 129 48 68 78 129 +minecraft:frosted_ice[age=2] 121 171 196 96 96 136 156 96 60 85 98 96 48 68 78 96 +minecraft:frosted_ice[age=3] 121 171 196 64 96 136 156 64 60 85 98 64 48 68 78 64 +minecraft:magma_block 79 32 24 255 63 25 19 255 39 16 12 255 31 12 9 255 +minecraft:nether_wart_block 105 35 36 255 84 28 28 255 52 17 18 255 42 14 14 255 +minecraft:red_nether_bricks 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:bone_block 151 131 107 255 120 104 85 255 75 65 53 255 60 52 42 255 +minecraft:bone_block[axis=y] 107 88 67 255 85 70 53 255 53 44 33 255 42 35 26 255 +minecraft:bone_block[axis=z] 151 131 107 255 120 104 85 255 75 65 53 255 60 52 42 255 +minecraft:observer 74 72 69 255 59 57 55 255 37 36 34 255 29 28 27 255 +minecraft:observer[facing=north,powered=false] 74 72 69 255 59 57 55 255 37 36 34 255 29 28 27 255 +minecraft:observer[facing=east,powered=true] 90 77 73 255 72 61 58 255 45 38 36 255 36 30 29 255 +minecraft:observer[facing=east,powered=false] 90 77 73 255 72 61 58 255 45 38 36 255 36 30 29 255 +minecraft:observer[facing=south,powered=true] 70 58 56 255 56 46 44 255 35 29 28 255 28 23 22 255 +minecraft:observer[facing=south,powered=false] 70 58 56 255 56 46 44 255 35 29 28 255 28 23 22 255 +minecraft:observer[facing=west,powered=true] 70 58 56 255 56 46 44 255 35 29 28 255 28 23 22 255 +minecraft:observer[facing=west,powered=false] 70 58 56 255 56 46 44 255 35 29 28 255 28 23 22 255 +minecraft:observer[facing=up,powered=true] 70 58 56 255 56 46 44 255 35 29 28 255 28 23 22 255 +minecraft:observer[facing=up,powered=false] 70 58 56 255 56 46 44 255 35 29 28 255 28 23 22 255 +minecraft:observer[facing=down,powered=true] 70 58 56 255 56 46 44 255 35 29 28 255 28 23 22 255 +minecraft:observer[facing=down,powered=false] 70 58 56 255 56 46 44 255 35 29 28 255 28 23 22 255 +minecraft:shulker_box 112 72 97 255 89 57 77 255 56 36 48 255 44 28 38 255 +minecraft:shulker_box[facing=east] 126 85 109 255 100 68 87 255 63 42 54 255 50 34 43 255 +minecraft:shulker_box[facing=south] 117 78 101 255 93 62 80 255 58 39 50 255 46 31 40 255 +minecraft:shulker_box[facing=west] 117 78 101 255 93 62 80 255 58 39 50 255 46 31 40 255 +minecraft:shulker_box[facing=up] 117 78 101 255 93 62 80 255 58 39 50 255 46 31 40 255 +minecraft:shulker_box[facing=down] 117 78 101 255 93 62 80 255 58 39 50 255 46 31 40 255 +minecraft:white_shulker_box 137 126 133 255 109 100 106 255 68 63 66 255 54 50 53 255 +minecraft:white_shulker_box[facing=east] 154 144 150 255 123 115 120 255 77 72 75 255 61 57 60 255 +minecraft:white_shulker_box[facing=south] 145 137 141 255 116 109 112 255 72 68 70 255 58 54 56 255 +minecraft:white_shulker_box[facing=west] 145 137 141 255 116 109 112 255 72 68 70 255 58 54 56 255 +minecraft:white_shulker_box[facing=up] 145 137 141 255 116 109 112 255 72 68 70 255 58 54 56 255 +minecraft:white_shulker_box[facing=down] 145 137 141 255 116 109 112 255 72 68 70 255 58 54 56 255 +minecraft:orange_shulker_box 121 78 65 255 96 62 52 255 60 39 32 255 48 31 26 255 +minecraft:orange_shulker_box[facing=east] 137 93 76 255 109 74 60 255 68 46 38 255 54 37 30 255 +minecraft:orange_shulker_box[facing=south] 127 85 68 255 101 68 54 255 63 42 34 255 50 34 27 255 +minecraft:orange_shulker_box[facing=west] 127 85 68 255 101 68 54 255 63 42 34 255 50 34 27 255 +minecraft:orange_shulker_box[facing=up] 127 85 68 255 101 68 54 255 63 42 34 255 50 34 27 255 +minecraft:orange_shulker_box[facing=down] 127 85 68 255 101 68 54 255 63 42 34 255 50 34 27 255 +minecraft:magenta_shulker_box 131 88 106 255 104 70 84 255 65 44 53 255 52 35 42 255 +minecraft:magenta_shulker_box[facing=east] 146 103 120 255 116 82 96 255 73 51 60 255 58 41 48 255 +minecraft:magenta_shulker_box[facing=south] 137 95 112 255 109 76 89 255 68 47 56 255 54 38 44 255 +minecraft:magenta_shulker_box[facing=west] 137 95 112 255 109 76 89 255 68 47 56 255 54 38 44 255 +minecraft:magenta_shulker_box[facing=up] 137 95 112 255 109 76 89 255 68 47 56 255 54 38 44 255 +minecraft:magenta_shulker_box[facing=down] 137 95 112 255 109 76 89 255 68 47 56 255 54 38 44 255 +minecraft:light_blue_shulker_box 106 97 124 255 84 77 99 255 53 48 62 255 42 38 49 255 +minecraft:light_blue_shulker_box[facing=east] 120 112 140 255 96 89 112 255 60 56 70 255 48 44 56 255 +minecraft:light_blue_shulker_box[facing=south] 111 105 132 255 88 84 105 255 55 52 66 255 44 42 52 255 +minecraft:light_blue_shulker_box[facing=west] 111 105 132 255 88 84 105 255 55 52 66 255 44 42 52 255 +minecraft:light_blue_shulker_box[facing=up] 111 105 132 255 88 84 105 255 55 52 66 255 44 42 52 255 +minecraft:light_blue_shulker_box[facing=down] 111 105 132 255 88 84 105 255 55 52 66 255 44 42 52 255 +minecraft:yellow_shulker_box 145 122 103 255 116 97 82 255 72 61 51 255 58 48 41 255 +minecraft:yellow_shulker_box[facing=east] 161 141 118 255 128 112 94 255 80 70 59 255 64 56 47 255 +minecraft:yellow_shulker_box[facing=south] 153 133 109 255 122 106 87 255 76 66 54 255 61 53 43 255 +minecraft:yellow_shulker_box[facing=west] 153 133 109 255 122 106 87 255 76 66 54 255 61 53 43 255 +minecraft:yellow_shulker_box[facing=up] 153 133 109 255 122 106 87 255 76 66 54 255 61 53 43 255 +minecraft:yellow_shulker_box[facing=down] 153 133 109 255 122 106 87 255 76 66 54 255 61 53 43 255 +minecraft:lime_shulker_box 110 100 79 255 88 80 63 255 55 50 39 255 44 40 31 255 +minecraft:lime_shulker_box[facing=east] 123 116 91 255 98 92 72 255 61 58 45 255 49 46 36 255 +minecraft:lime_shulker_box[facing=south] 114 108 83 255 91 86 66 255 57 54 41 255 45 43 33 255 +minecraft:lime_shulker_box[facing=west] 114 108 83 255 91 86 66 255 57 54 41 255 45 43 33 255 +minecraft:lime_shulker_box[facing=up] 114 108 83 255 91 86 66 255 57 54 41 255 45 43 33 255 +minecraft:lime_shulker_box[facing=down] 114 108 83 255 91 86 66 255 57 54 41 255 45 43 33 255 +minecraft:pink_shulker_box 154 116 126 255 123 92 100 255 77 58 63 255 61 46 50 255 +minecraft:pink_shulker_box[facing=east] 170 134 142 255 136 107 113 255 85 67 71 255 68 53 56 255 +minecraft:pink_shulker_box[facing=south] 162 126 134 255 129 100 107 255 81 63 67 255 64 50 53 255 +minecraft:pink_shulker_box[facing=west] 162 126 134 255 129 100 107 255 81 63 67 255 64 50 53 255 +minecraft:pink_shulker_box[facing=up] 162 126 134 255 129 100 107 255 81 63 67 255 64 50 53 255 +minecraft:pink_shulker_box[facing=down] 162 126 134 255 129 100 107 255 81 63 67 255 64 50 53 255 +minecraft:gray_shulker_box 85 73 80 255 68 58 64 255 42 36 40 255 34 29 32 255 +minecraft:gray_shulker_box[facing=east] 96 87 92 255 76 69 73 255 48 43 46 255 38 34 36 255 +minecraft:gray_shulker_box[facing=south] 87 79 84 255 69 63 67 255 43 39 42 255 34 31 33 255 +minecraft:gray_shulker_box[facing=west] 87 79 84 255 69 63 67 255 43 39 42 255 34 31 33 255 +minecraft:gray_shulker_box[facing=up] 87 79 84 255 69 63 67 255 43 39 42 255 34 31 33 255 +minecraft:gray_shulker_box[facing=down] 87 79 84 255 69 63 67 255 43 39 42 255 34 31 33 255 +minecraft:light_gray_shulker_box 111 99 106 255 88 79 84 255 55 49 53 255 44 39 42 255 +minecraft:light_gray_shulker_box[facing=east] 125 115 121 255 100 92 96 255 62 57 60 255 50 46 48 255 +minecraft:light_gray_shulker_box[facing=south] 116 108 112 255 92 86 89 255 58 54 56 255 46 43 44 255 +minecraft:light_gray_shulker_box[facing=west] 116 108 112 255 92 86 89 255 58 54 56 255 46 43 44 255 +minecraft:light_gray_shulker_box[facing=up] 116 108 112 255 92 86 89 255 58 54 56 255 46 43 44 255 +minecraft:light_gray_shulker_box[facing=down] 116 108 112 255 92 86 89 255 58 54 56 255 46 43 44 255 +minecraft:cyan_shulker_box 98 107 106 255 78 85 84 255 49 53 53 255 39 42 42 255 +minecraft:cyan_shulker_box[facing=east] 111 124 121 255 88 99 96 255 55 62 60 255 44 49 48 255 +minecraft:cyan_shulker_box[facing=south] 102 116 112 255 81 92 89 255 51 58 56 255 40 46 44 255 +minecraft:cyan_shulker_box[facing=west] 102 116 112 255 81 92 89 255 51 58 56 255 40 46 44 255 +minecraft:cyan_shulker_box[facing=up] 102 116 112 255 81 92 89 255 51 58 56 255 40 46 44 255 +minecraft:cyan_shulker_box[facing=down] 102 116 112 255 81 92 89 255 51 58 56 255 40 46 44 255 +minecraft:purple_shulker_box 93 64 87 255 74 51 69 255 46 32 43 255 37 25 34 255 +minecraft:purple_shulker_box[facing=east] 106 75 99 255 84 60 79 255 53 37 49 255 42 30 39 255 +minecraft:purple_shulker_box[facing=south] 97 69 91 255 77 55 72 255 48 34 45 255 38 27 36 255 +minecraft:purple_shulker_box[facing=west] 97 69 91 255 77 55 72 255 48 34 45 255 38 27 36 255 +minecraft:purple_shulker_box[facing=up] 97 69 91 255 77 55 72 255 48 34 45 255 38 27 36 255 +minecraft:purple_shulker_box[facing=down] 97 69 91 255 77 55 72 255 48 34 45 255 38 27 36 255 +minecraft:blue_shulker_box 69 59 83 255 55 47 66 255 34 29 41 255 27 23 33 255 +minecraft:blue_shulker_box[facing=east] 79 70 96 255 63 56 76 255 39 35 48 255 31 28 38 255 +minecraft:blue_shulker_box[facing=south] 70 64 87 255 56 51 69 255 35 32 43 255 28 25 34 255 +minecraft:blue_shulker_box[facing=west] 70 64 87 255 56 51 69 255 35 32 43 255 28 25 34 255 +minecraft:blue_shulker_box[facing=up] 70 64 87 255 56 51 69 255 35 32 43 255 28 25 34 255 +minecraft:blue_shulker_box[facing=down] 70 64 87 255 56 51 69 255 35 32 43 255 28 25 34 255 +minecraft:brown_shulker_box 95 60 59 255 76 48 47 255 47 30 29 255 38 24 23 255 +minecraft:brown_shulker_box[facing=east] 108 74 68 255 86 59 54 255 54 37 34 255 43 29 27 255 +minecraft:brown_shulker_box[facing=south] 98 66 61 255 78 52 48 255 49 33 30 255 39 26 24 255 +minecraft:brown_shulker_box[facing=west] 98 66 61 255 78 52 48 255 49 33 30 255 39 26 24 255 +minecraft:brown_shulker_box[facing=up] 98 66 61 255 78 52 48 255 49 33 30 255 39 26 24 255 +minecraft:brown_shulker_box[facing=down] 98 66 61 255 78 52 48 255 49 33 30 255 39 26 24 255 +minecraft:green_shulker_box 78 69 53 255 62 55 42 255 39 34 26 255 31 27 21 255 +minecraft:green_shulker_box[facing=east] 89 83 61 255 71 66 48 255 44 41 30 255 35 33 24 255 +minecraft:green_shulker_box[facing=south] 80 75 54 255 64 60 43 255 40 37 27 255 32 30 21 255 +minecraft:green_shulker_box[facing=west] 80 75 54 255 64 60 43 255 40 37 27 255 32 30 21 255 +minecraft:green_shulker_box[facing=up] 80 75 54 255 64 60 43 255 40 37 27 255 32 30 21 255 +minecraft:green_shulker_box[facing=down] 80 75 54 255 64 60 43 255 40 37 27 255 32 30 21 255 +minecraft:red_shulker_box 123 61 71 255 98 48 56 255 61 30 35 255 49 24 28 255 +minecraft:red_shulker_box[facing=east] 139 74 80 255 111 59 64 255 69 37 40 255 55 29 32 255 +minecraft:red_shulker_box[facing=south] 130 67 73 255 104 53 58 255 65 33 36 255 52 26 29 255 +minecraft:red_shulker_box[facing=west] 130 67 73 255 104 53 58 255 65 33 36 255 52 26 29 255 +minecraft:red_shulker_box[facing=up] 130 67 73 255 104 53 58 255 65 33 36 255 52 26 29 255 +minecraft:red_shulker_box[facing=down] 130 67 73 255 104 53 58 255 65 33 36 255 52 26 29 255 +minecraft:black_shulker_box 58 47 54 255 46 37 43 255 29 23 27 255 23 18 21 255 +minecraft:black_shulker_box[facing=east] 67 57 63 255 53 45 50 255 33 28 31 255 26 22 25 255 +minecraft:black_shulker_box[facing=south] 58 50 55 255 46 40 44 255 29 25 27 255 23 20 22 255 +minecraft:black_shulker_box[facing=west] 58 50 55 255 46 40 44 255 29 25 27 255 23 20 22 255 +minecraft:black_shulker_box[facing=up] 58 50 55 255 46 40 44 255 29 25 27 255 23 20 22 255 +minecraft:black_shulker_box[facing=down] 58 50 55 255 46 40 44 255 29 25 27 255 23 20 22 255 +minecraft:white_glazed_terracotta 198 199 192 255 158 159 153 255 99 99 96 255 79 79 76 255 +minecraft:white_glazed_terracotta[facing=south] 198 199 192 255 158 159 153 255 99 99 96 255 79 79 76 255 +minecraft:white_glazed_terracotta[facing=west] 198 199 192 255 158 159 153 255 99 99 96 255 79 79 76 255 +minecraft:white_glazed_terracotta[facing=east] 198 199 192 255 158 159 153 255 99 99 96 255 79 79 76 255 +minecraft:orange_glazed_terracotta 145 114 76 255 116 91 60 255 72 57 38 255 58 45 30 255 +minecraft:orange_glazed_terracotta[facing=south] 145 114 76 255 116 91 60 255 72 57 38 255 58 45 30 255 +minecraft:orange_glazed_terracotta[facing=west] 145 114 76 255 116 91 60 255 72 57 38 255 58 45 30 255 +minecraft:orange_glazed_terracotta[facing=east] 145 114 76 255 116 91 60 255 72 57 38 255 58 45 30 255 +minecraft:magenta_glazed_terracotta 158 79 117 255 126 63 93 255 79 39 58 255 63 31 46 255 +minecraft:magenta_glazed_terracotta[facing=south] 158 79 117 255 126 63 93 255 79 39 58 255 63 31 46 255 +minecraft:magenta_glazed_terracotta[facing=west] 158 79 117 255 126 63 93 255 79 39 58 255 63 31 46 255 +minecraft:magenta_glazed_terracotta[facing=east] 158 79 117 255 126 63 93 255 79 39 58 255 63 31 46 255 +minecraft:light_blue_glazed_terracotta 124 129 153 255 99 103 122 255 62 64 76 255 49 51 61 255 +minecraft:light_blue_glazed_terracotta[facing=south] 124 129 153 255 99 103 122 255 62 64 76 255 49 51 61 255 +minecraft:light_blue_glazed_terracotta[facing=west] 124 129 153 255 99 103 122 255 62 64 76 255 49 51 61 255 +minecraft:light_blue_glazed_terracotta[facing=east] 124 129 153 255 99 103 122 255 62 64 76 255 49 51 61 255 +minecraft:yellow_glazed_terracotta 185 151 46 255 148 120 36 255 92 75 23 255 74 60 18 255 +minecraft:yellow_glazed_terracotta[facing=south] 185 151 46 255 148 120 36 255 92 75 23 255 74 60 18 255 +minecraft:yellow_glazed_terracotta[facing=west] 185 151 46 255 148 120 36 255 92 75 23 255 74 60 18 255 +minecraft:yellow_glazed_terracotta[facing=east] 185 151 46 255 148 120 36 255 92 75 23 255 74 60 18 255 +minecraft:lime_glazed_terracotta 149 132 64 255 119 105 51 255 74 66 32 255 59 52 25 255 +minecraft:lime_glazed_terracotta[facing=south] 149 132 64 255 119 105 51 255 74 66 32 255 59 52 25 255 +minecraft:lime_glazed_terracotta[facing=west] 149 132 64 255 119 105 51 255 74 66 32 255 59 52 25 255 +minecraft:lime_glazed_terracotta[facing=east] 149 132 64 255 119 105 51 255 74 66 32 255 59 52 25 255 +minecraft:pink_glazed_terracotta 222 129 132 255 177 103 105 255 111 64 66 255 88 51 52 255 +minecraft:pink_glazed_terracotta[facing=south] 222 129 132 255 177 103 105 255 111 64 66 255 88 51 52 255 +minecraft:pink_glazed_terracotta[facing=west] 222 129 132 255 177 103 105 255 111 64 66 255 88 51 52 255 +minecraft:pink_glazed_terracotta[facing=east] 222 129 132 255 177 103 105 255 111 64 66 255 88 51 52 255 +minecraft:gray_glazed_terracotta 77 87 95 255 61 69 76 255 38 43 47 255 30 34 38 255 +minecraft:gray_glazed_terracotta[facing=south] 77 87 95 255 61 69 76 255 38 43 47 255 30 34 38 255 +minecraft:gray_glazed_terracotta[facing=west] 77 87 95 255 61 69 76 255 38 43 47 255 30 34 38 255 +minecraft:gray_glazed_terracotta[facing=east] 77 87 95 255 61 69 76 255 38 43 47 255 30 34 38 255 +minecraft:light_gray_glazed_terracotta 121 119 115 255 96 95 92 255 60 59 57 255 48 47 46 255 +minecraft:light_gray_glazed_terracotta[facing=south] 121 119 115 255 96 95 92 255 60 59 57 255 48 47 46 255 +minecraft:light_gray_glazed_terracotta[facing=west] 121 119 115 255 96 95 92 255 60 59 57 255 48 47 46 255 +minecraft:light_gray_glazed_terracotta[facing=east] 121 119 115 255 96 95 92 255 60 59 57 255 48 47 46 255 +minecraft:cyan_glazed_terracotta 64 84 78 255 51 67 62 255 32 42 39 255 25 33 31 255 +minecraft:cyan_glazed_terracotta[facing=south] 64 84 78 255 51 67 62 255 32 42 39 255 25 33 31 255 +minecraft:cyan_glazed_terracotta[facing=west] 64 84 78 255 51 67 62 255 32 42 39 255 25 33 31 255 +minecraft:cyan_glazed_terracotta[facing=east] 64 84 78 255 51 67 62 255 32 42 39 255 25 33 31 255 +minecraft:purple_glazed_terracotta 74 43 79 255 59 34 63 255 37 21 39 255 29 17 31 255 +minecraft:purple_glazed_terracotta[facing=south] 74 43 79 255 59 34 63 255 37 21 39 255 29 17 31 255 +minecraft:purple_glazed_terracotta[facing=west] 74 43 79 255 59 34 63 255 37 21 39 255 29 17 31 255 +minecraft:purple_glazed_terracotta[facing=east] 74 43 79 255 59 34 63 255 37 21 39 255 29 17 31 255 +minecraft:blue_glazed_terracotta 49 60 99 255 39 48 79 255 24 30 49 255 19 24 39 255 +minecraft:blue_glazed_terracotta[facing=south] 49 60 99 255 39 48 79 255 24 30 49 255 19 24 39 255 +minecraft:blue_glazed_terracotta[facing=west] 49 60 99 255 39 48 79 255 24 30 49 255 19 24 39 255 +minecraft:blue_glazed_terracotta[facing=east] 49 60 99 255 39 48 79 255 24 30 49 255 19 24 39 255 +minecraft:brown_glazed_terracotta 104 88 74 255 83 70 59 255 52 44 37 255 41 35 29 255 +minecraft:brown_glazed_terracotta[facing=south] 104 88 74 255 83 70 59 255 52 44 37 255 41 35 29 255 +minecraft:brown_glazed_terracotta[facing=west] 104 88 74 255 83 70 59 255 52 44 37 255 41 35 29 255 +minecraft:brown_glazed_terracotta[facing=east] 104 88 74 255 83 70 59 255 52 44 37 255 41 35 29 255 +minecraft:green_glazed_terracotta 93 99 55 255 74 79 44 255 46 49 27 255 37 39 22 255 +minecraft:green_glazed_terracotta[facing=south] 93 99 55 255 74 79 44 255 46 49 27 255 37 39 22 255 +minecraft:green_glazed_terracotta[facing=west] 93 99 55 255 74 79 44 255 46 49 27 255 37 39 22 255 +minecraft:green_glazed_terracotta[facing=east] 93 99 55 255 74 79 44 255 46 49 27 255 37 39 22 255 +minecraft:red_glazed_terracotta 156 36 29 255 124 28 23 255 78 18 14 255 62 14 11 255 +minecraft:red_glazed_terracotta[facing=south] 156 36 29 255 124 28 23 255 78 18 14 255 62 14 11 255 +minecraft:red_glazed_terracotta[facing=west] 156 36 29 255 124 28 23 255 78 18 14 255 62 14 11 255 +minecraft:red_glazed_terracotta[facing=east] 156 36 29 255 124 28 23 255 78 18 14 255 62 14 11 255 +minecraft:black_glazed_terracotta 60 25 25 255 48 20 20 255 30 12 12 255 24 10 10 255 +minecraft:black_glazed_terracotta[facing=south] 60 25 25 255 48 20 20 255 30 12 12 255 24 10 10 255 +minecraft:black_glazed_terracotta[facing=west] 60 25 25 255 48 20 20 255 30 12 12 255 24 10 10 255 +minecraft:black_glazed_terracotta[facing=east] 60 25 25 255 48 20 20 255 30 12 12 255 24 10 10 255 +minecraft:white_concrete 248 246 242 255 198 196 193 255 124 123 121 255 99 98 96 255 +minecraft:orange_concrete 207 103 21 255 165 82 16 255 103 51 10 255 82 41 8 255 +minecraft:magenta_concrete 169 46 115 255 135 36 92 255 84 23 57 255 67 18 46 255 +minecraft:light_blue_concrete 75 117 202 255 60 93 161 255 37 58 101 255 30 46 80 255 +minecraft:yellow_concrete 219 180 16 255 175 144 12 255 109 90 8 255 87 72 6 255 +minecraft:lime_concrete 163 182 15 255 130 145 12 255 81 91 7 255 65 72 6 255 +minecraft:pink_concrete 242 176 160 255 193 140 128 255 121 88 80 255 96 70 64 255 +minecraft:gray_concrete 100 97 94 255 80 77 75 255 50 48 47 255 40 38 37 255 +minecraft:light_gray_concrete 161 158 156 255 128 126 124 255 80 79 78 255 64 63 62 255 +minecraft:cyan_concrete 64 129 114 255 51 103 91 255 32 64 57 255 25 51 45 255 +minecraft:purple_concrete 84 27 81 255 67 21 64 255 42 13 40 255 33 10 32 255 +minecraft:blue_concrete 28 28 109 255 22 22 87 255 14 14 54 255 11 11 43 255 +minecraft:brown_concrete 104 43 14 255 83 34 11 255 52 21 7 255 41 17 5 255 +minecraft:green_concrete 38 47 7 255 30 37 5 255 19 23 3 255 15 18 2 255 +minecraft:red_concrete 180 26 21 255 144 20 16 255 90 13 10 255 72 10 8 255 +minecraft:black_concrete 6 6 5 255 4 4 4 255 3 3 2 255 2 2 2 255 +minecraft:white_concrete_powder 228 222 214 255 182 177 171 255 114 111 107 255 91 88 85 255 +minecraft:orange_concrete_powder 189 105 48 255 151 84 38 255 94 52 24 255 75 42 19 255 +minecraft:magenta_concrete_powder 169 86 130 255 135 68 104 255 84 43 65 255 67 34 52 255 +minecraft:light_blue_concrete_powder 108 124 162 255 86 99 129 255 54 62 81 255 43 49 64 255 +minecraft:yellow_concrete_powder 211 185 72 255 168 148 57 255 105 92 36 255 84 74 28 255 +minecraft:lime_concrete_powder 153 159 70 255 122 127 56 255 76 79 35 255 61 63 28 255 +minecraft:pink_concrete_powder 244 167 158 255 195 133 126 255 122 83 79 255 97 66 63 255 +minecraft:gray_concrete_powder 95 91 88 255 76 72 70 255 47 45 44 255 38 36 35 255 +minecraft:light_gray_concrete_powder 186 181 176 255 148 144 140 255 93 90 88 255 74 72 70 255 +minecraft:cyan_concrete_powder 87 126 117 255 69 100 93 255 43 63 58 255 34 50 46 255 +minecraft:purple_concrete_powder 109 45 106 255 87 36 84 255 54 22 53 255 43 18 42 255 +minecraft:blue_concrete_powder 41 56 111 255 32 44 88 255 20 28 55 255 16 22 44 255 +minecraft:brown_concrete_powder 118 69 34 255 94 55 27 255 59 34 17 255 47 27 13 255 +minecraft:green_concrete_powder 78 86 39 255 62 68 31 255 39 43 19 255 31 34 15 255 +minecraft:red_concrete_powder 183 46 35 255 146 36 28 255 91 23 17 255 73 18 14 255 +minecraft:black_concrete_powder 39 38 37 255 31 30 29 255 19 19 18 255 15 15 14 255 +minecraft:kelp 38 56 10 26 30 44 8 26 19 28 5 26 15 22 4 26 +minecraft:kelp[age=1] 38 56 10 26 30 44 8 26 19 28 5 26 15 22 4 26 +minecraft:kelp[age=2] 38 56 10 26 30 44 8 26 19 28 5 26 15 22 4 26 +minecraft:kelp[age=3] 38 56 10 26 30 44 8 26 19 28 5 26 15 22 4 26 +minecraft:kelp[age=4] 38 56 10 26 30 44 8 26 19 28 5 26 15 22 4 26 +minecraft:kelp[age=5] 38 56 10 26 30 44 8 26 19 28 5 26 15 22 4 26 +minecraft:kelp[age=6] 38 56 10 26 30 44 8 26 19 28 5 26 15 22 4 26 +minecraft:kelp[age=7] 38 56 10 26 30 44 8 26 19 28 5 26 15 22 4 26 +minecraft:kelp[age=8] 38 56 10 26 30 44 8 26 19 28 5 26 15 22 4 26 +minecraft:kelp[age=9] 38 56 10 26 30 44 8 26 19 28 5 26 15 22 4 26 +minecraft:kelp[age=10] 38 56 10 26 30 44 8 26 19 28 5 26 15 22 4 26 +minecraft:kelp[age=11] 38 56 10 26 30 44 8 26 19 28 5 26 15 22 4 26 +minecraft:kelp[age=12] 38 56 10 26 30 44 8 26 19 28 5 26 15 22 4 26 +minecraft:kelp[age=13] 38 56 10 26 30 44 8 26 19 28 5 26 15 22 4 26 +minecraft:kelp[age=14] 38 56 10 26 30 44 8 26 19 28 5 26 15 22 4 26 +minecraft:kelp[age=15] 38 56 10 26 30 44 8 26 19 28 5 26 15 22 4 26 +minecraft:kelp[age=16] 38 56 10 26 30 44 8 26 19 28 5 26 15 22 4 26 +minecraft:kelp[age=17] 38 56 10 26 30 44 8 26 19 28 5 26 15 22 4 26 +minecraft:kelp[age=18] 38 56 10 26 30 44 8 26 19 28 5 26 15 22 4 26 +minecraft:kelp[age=19] 38 56 10 26 30 44 8 26 19 28 5 26 15 22 4 26 +minecraft:kelp[age=20] 38 56 10 26 30 44 8 26 19 28 5 26 15 22 4 26 +minecraft:kelp[age=21] 38 56 10 26 30 44 8 26 19 28 5 26 15 22 4 26 +minecraft:kelp[age=22] 38 56 10 26 30 44 8 26 19 28 5 26 15 22 4 26 +minecraft:kelp[age=23] 38 56 10 26 30 44 8 26 19 28 5 26 15 22 4 26 +minecraft:kelp[age=24] 38 56 10 26 30 44 8 26 19 28 5 26 15 22 4 26 +minecraft:kelp[age=25] 38 56 10 26 30 44 8 26 19 28 5 26 15 22 4 26 +minecraft:kelp_plant 45 60 11 99 36 48 8 99 22 30 5 99 18 24 4 99 +minecraft:dried_kelp_block 68 60 36 255 54 48 28 255 34 30 18 255 27 24 14 255 +minecraft:turtle_egg 226 217 167 132 180 173 133 132 113 108 83 132 90 86 66 132 +minecraft:turtle_egg[eggs=1,hatch=1] 226 217 166 132 180 173 132 132 113 108 83 132 90 86 66 132 +minecraft:turtle_egg[eggs=1,hatch=2] 226 216 165 132 180 172 132 132 113 108 82 132 90 86 66 132 +minecraft:turtle_egg[eggs=2,hatch=0] 226 217 167 132 180 173 133 132 113 108 83 132 90 86 66 132 +minecraft:turtle_egg[eggs=2,hatch=1] 226 217 166 132 180 173 132 132 113 108 83 132 90 86 66 132 +minecraft:turtle_egg[eggs=2,hatch=2] 226 216 165 132 180 172 132 132 113 108 82 132 90 86 66 132 +minecraft:turtle_egg[eggs=3,hatch=0] 226 217 167 132 180 173 133 132 113 108 83 132 90 86 66 132 +minecraft:turtle_egg[eggs=3,hatch=1] 226 217 166 132 180 173 132 132 113 108 83 132 90 86 66 132 +minecraft:turtle_egg[eggs=3,hatch=2] 226 216 165 132 180 172 132 132 113 108 82 132 90 86 66 132 +minecraft:turtle_egg[eggs=4,hatch=0] 226 217 167 132 180 173 133 132 113 108 83 132 90 86 66 132 +minecraft:turtle_egg[eggs=4,hatch=1] 226 217 166 132 180 173 132 132 113 108 83 132 90 86 66 132 +minecraft:turtle_egg[eggs=4,hatch=2] 226 216 165 132 180 172 132 132 113 108 82 132 90 86 66 132 +minecraft:dead_tube_coral_block 169 167 157 255 135 133 125 255 84 83 78 255 67 66 62 255 +minecraft:dead_brain_coral_block 189 184 177 255 151 147 141 255 94 92 88 255 75 73 70 255 +minecraft:dead_bubble_coral_block 171 168 156 255 136 134 124 255 85 84 78 255 68 67 62 255 +minecraft:dead_fire_coral_block 183 175 162 255 146 140 129 255 91 87 81 255 73 70 64 255 +minecraft:dead_horn_coral_block 218 200 190 255 174 160 152 255 109 100 95 255 87 80 76 255 +minecraft:tube_coral_block 61 71 160 255 48 56 128 255 30 35 80 255 24 28 64 255 +minecraft:brain_coral_block 165 80 111 255 132 64 88 255 82 40 55 255 66 32 44 255 +minecraft:bubble_coral_block 117 70 196 255 93 56 156 255 58 35 98 255 46 28 78 255 +minecraft:fire_coral_block 177 71 34 255 141 56 27 255 88 35 17 255 70 28 13 255 +minecraft:horn_coral_block 186 169 61 255 148 135 48 255 93 84 30 255 74 67 24 255 +minecraft:dead_tube_coral 174 170 158 107 139 136 126 107 87 85 79 107 69 68 63 107 +minecraft:dead_tube_coral[waterlogged=false] 174 170 158 107 139 136 126 107 87 85 79 107 69 68 63 107 +minecraft:dead_brain_coral 145 139 126 102 116 111 100 102 72 69 63 102 58 55 50 102 +minecraft:dead_brain_coral[waterlogged=false] 145 139 126 102 116 111 100 102 72 69 63 102 58 55 50 102 +minecraft:dead_bubble_coral 177 173 163 86 141 138 130 86 88 86 81 86 70 69 65 86 +minecraft:dead_bubble_coral[waterlogged=false] 177 173 163 86 141 138 130 86 88 86 81 86 70 69 65 86 +minecraft:dead_fire_coral 222 202 190 77 177 161 152 77 111 101 95 77 88 80 76 77 +minecraft:dead_fire_coral[waterlogged=false] 222 202 190 77 177 161 152 77 111 101 95 77 88 80 76 77 +minecraft:dead_horn_coral 189 182 170 61 151 145 136 61 94 91 85 61 75 72 68 61 +minecraft:dead_horn_coral[waterlogged=false] 189 182 170 61 151 145 136 61 94 91 85 61 75 72 68 61 +minecraft:tube_coral 56 65 153 107 44 52 122 107 28 32 76 107 22 26 61 107 +minecraft:tube_coral[waterlogged=false] 56 65 153 107 44 52 122 107 28 32 76 107 22 26 61 107 +minecraft:brain_coral 155 70 103 133 124 56 82 133 77 35 51 133 62 28 41 133 +minecraft:brain_coral[waterlogged=false] 155 70 103 133 124 56 82 133 77 35 51 133 62 28 41 133 +minecraft:bubble_coral 139 93 198 123 111 74 158 123 69 46 99 123 55 37 79 123 +minecraft:bubble_coral[waterlogged=false] 139 93 198 123 111 74 158 123 69 46 99 123 55 37 79 123 +minecraft:fire_coral 196 84 45 77 156 67 36 77 98 42 22 77 78 33 18 77 +minecraft:fire_coral[waterlogged=false] 196 84 45 77 156 67 36 77 98 42 22 77 78 33 18 77 +minecraft:horn_coral 158 138 42 61 126 110 33 61 79 69 21 61 63 55 16 61 +minecraft:horn_coral[waterlogged=false] 158 138 42 61 126 110 33 61 79 69 21 61 63 55 16 61 +minecraft:dead_tube_coral_fan 183 181 170 111 146 144 136 111 91 90 85 111 73 72 68 111 +minecraft:dead_tube_coral_fan[waterlogged=false] 183 181 170 111 146 144 136 111 91 90 85 111 73 72 68 111 +minecraft:dead_brain_coral_fan 173 165 147 64 138 132 117 64 86 82 73 64 69 66 58 64 +minecraft:dead_brain_coral_fan[waterlogged=false] 173 165 147 64 138 132 117 64 86 82 73 64 69 66 58 64 +minecraft:dead_bubble_coral_fan 155 152 141 78 124 121 112 78 77 76 70 78 62 60 56 78 +minecraft:dead_bubble_coral_fan[waterlogged=false] 155 152 141 78 124 121 112 78 77 76 70 78 62 60 56 78 +minecraft:dead_fire_coral_fan 205 185 172 72 164 148 137 72 102 92 86 72 82 74 68 72 +minecraft:dead_fire_coral_fan[waterlogged=false] 205 185 172 72 164 148 137 72 102 92 86 72 82 74 68 72 +minecraft:dead_horn_coral_fan 202 194 182 62 161 155 145 62 101 97 91 62 80 77 72 62 +minecraft:dead_horn_coral_fan[waterlogged=false] 202 194 182 62 161 155 145 62 101 97 91 62 80 77 72 62 +minecraft:tube_coral_fan 74 63 154 111 59 50 123 111 37 31 77 111 29 25 61 111 +minecraft:tube_coral_fan[waterlogged=false] 74 63 154 111 59 50 123 111 37 31 77 111 29 25 61 111 +minecraft:brain_coral_fan 173 84 92 84 138 67 73 84 86 42 46 84 69 33 36 84 +minecraft:brain_coral_fan[waterlogged=false] 173 84 92 84 138 67 73 84 86 42 46 84 69 33 36 84 +minecraft:bubble_coral_fan 95 73 179 112 76 58 143 112 47 36 89 112 38 29 71 112 +minecraft:bubble_coral_fan[waterlogged=false] 95 73 179 112 76 58 143 112 47 36 89 112 38 29 71 112 +minecraft:fire_coral_fan 178 77 32 72 142 61 25 72 89 38 16 72 71 30 12 72 +minecraft:fire_coral_fan[waterlogged=false] 178 77 32 72 142 61 25 72 89 38 16 72 71 30 12 72 +minecraft:horn_coral_fan 178 143 55 62 142 114 44 62 89 71 27 62 71 57 22 62 +minecraft:horn_coral_fan[waterlogged=false] 178 143 55 62 142 114 44 62 89 71 27 62 71 57 22 62 +minecraft:dead_tube_coral_wall_fan 183 181 170 111 146 144 136 111 91 90 85 111 73 72 68 111 +minecraft:dead_tube_coral_wall_fan[facing=north,waterlogged=false] 183 181 170 111 146 144 136 111 91 90 85 111 73 72 68 111 +minecraft:dead_tube_coral_wall_fan[facing=south,waterlogged=true] 183 181 170 111 146 144 136 111 91 90 85 111 73 72 68 111 +minecraft:dead_tube_coral_wall_fan[facing=south,waterlogged=false] 183 181 170 111 146 144 136 111 91 90 85 111 73 72 68 111 +minecraft:dead_tube_coral_wall_fan[facing=west,waterlogged=true] 183 181 170 111 146 144 136 111 91 90 85 111 73 72 68 111 +minecraft:dead_tube_coral_wall_fan[facing=west,waterlogged=false] 183 181 170 111 146 144 136 111 91 90 85 111 73 72 68 111 +minecraft:dead_tube_coral_wall_fan[facing=east,waterlogged=true] 183 181 170 111 146 144 136 111 91 90 85 111 73 72 68 111 +minecraft:dead_tube_coral_wall_fan[facing=east,waterlogged=false] 183 181 170 111 146 144 136 111 91 90 85 111 73 72 68 111 +minecraft:dead_brain_coral_wall_fan 173 165 147 64 138 132 117 64 86 82 73 64 69 66 58 64 +minecraft:dead_brain_coral_wall_fan[facing=north,waterlogged=false] 173 165 147 64 138 132 117 64 86 82 73 64 69 66 58 64 +minecraft:dead_brain_coral_wall_fan[facing=south,waterlogged=true] 173 165 147 64 138 132 117 64 86 82 73 64 69 66 58 64 +minecraft:dead_brain_coral_wall_fan[facing=south,waterlogged=false] 173 165 147 64 138 132 117 64 86 82 73 64 69 66 58 64 +minecraft:dead_brain_coral_wall_fan[facing=west,waterlogged=true] 173 165 147 64 138 132 117 64 86 82 73 64 69 66 58 64 +minecraft:dead_brain_coral_wall_fan[facing=west,waterlogged=false] 173 165 147 64 138 132 117 64 86 82 73 64 69 66 58 64 +minecraft:dead_brain_coral_wall_fan[facing=east,waterlogged=true] 173 165 147 64 138 132 117 64 86 82 73 64 69 66 58 64 +minecraft:dead_brain_coral_wall_fan[facing=east,waterlogged=false] 173 165 147 64 138 132 117 64 86 82 73 64 69 66 58 64 +minecraft:dead_bubble_coral_wall_fan 155 152 141 78 124 121 112 78 77 76 70 78 62 60 56 78 +minecraft:dead_bubble_coral_wall_fan[facing=north,waterlogged=false] 155 152 141 78 124 121 112 78 77 76 70 78 62 60 56 78 +minecraft:dead_bubble_coral_wall_fan[facing=south,waterlogged=true] 155 152 141 78 124 121 112 78 77 76 70 78 62 60 56 78 +minecraft:dead_bubble_coral_wall_fan[facing=south,waterlogged=false] 155 152 141 78 124 121 112 78 77 76 70 78 62 60 56 78 +minecraft:dead_bubble_coral_wall_fan[facing=west,waterlogged=true] 155 152 141 78 124 121 112 78 77 76 70 78 62 60 56 78 +minecraft:dead_bubble_coral_wall_fan[facing=west,waterlogged=false] 155 152 141 78 124 121 112 78 77 76 70 78 62 60 56 78 +minecraft:dead_bubble_coral_wall_fan[facing=east,waterlogged=true] 155 152 141 78 124 121 112 78 77 76 70 78 62 60 56 78 +minecraft:dead_bubble_coral_wall_fan[facing=east,waterlogged=false] 155 152 141 78 124 121 112 78 77 76 70 78 62 60 56 78 +minecraft:dead_fire_coral_wall_fan 205 185 172 72 164 148 137 72 102 92 86 72 82 74 68 72 +minecraft:dead_fire_coral_wall_fan[facing=north,waterlogged=false] 205 185 172 72 164 148 137 72 102 92 86 72 82 74 68 72 +minecraft:dead_fire_coral_wall_fan[facing=south,waterlogged=true] 205 185 172 72 164 148 137 72 102 92 86 72 82 74 68 72 +minecraft:dead_fire_coral_wall_fan[facing=south,waterlogged=false] 205 185 172 72 164 148 137 72 102 92 86 72 82 74 68 72 +minecraft:dead_fire_coral_wall_fan[facing=west,waterlogged=true] 205 185 172 72 164 148 137 72 102 92 86 72 82 74 68 72 +minecraft:dead_fire_coral_wall_fan[facing=west,waterlogged=false] 205 185 172 72 164 148 137 72 102 92 86 72 82 74 68 72 +minecraft:dead_fire_coral_wall_fan[facing=east,waterlogged=true] 205 185 172 72 164 148 137 72 102 92 86 72 82 74 68 72 +minecraft:dead_fire_coral_wall_fan[facing=east,waterlogged=false] 205 185 172 72 164 148 137 72 102 92 86 72 82 74 68 72 +minecraft:dead_horn_coral_wall_fan 202 194 182 62 161 155 145 62 101 97 91 62 80 77 72 62 +minecraft:dead_horn_coral_wall_fan[facing=north,waterlogged=false] 202 194 182 62 161 155 145 62 101 97 91 62 80 77 72 62 +minecraft:dead_horn_coral_wall_fan[facing=south,waterlogged=true] 202 194 182 62 161 155 145 62 101 97 91 62 80 77 72 62 +minecraft:dead_horn_coral_wall_fan[facing=south,waterlogged=false] 202 194 182 62 161 155 145 62 101 97 91 62 80 77 72 62 +minecraft:dead_horn_coral_wall_fan[facing=west,waterlogged=true] 202 194 182 62 161 155 145 62 101 97 91 62 80 77 72 62 +minecraft:dead_horn_coral_wall_fan[facing=west,waterlogged=false] 202 194 182 62 161 155 145 62 101 97 91 62 80 77 72 62 +minecraft:dead_horn_coral_wall_fan[facing=east,waterlogged=true] 202 194 182 62 161 155 145 62 101 97 91 62 80 77 72 62 +minecraft:dead_horn_coral_wall_fan[facing=east,waterlogged=false] 202 194 182 62 161 155 145 62 101 97 91 62 80 77 72 62 +minecraft:tube_coral_wall_fan 74 63 154 111 59 50 123 111 37 31 77 111 29 25 61 111 +minecraft:tube_coral_wall_fan[facing=north,waterlogged=false] 74 63 154 111 59 50 123 111 37 31 77 111 29 25 61 111 +minecraft:tube_coral_wall_fan[facing=south,waterlogged=true] 74 63 154 111 59 50 123 111 37 31 77 111 29 25 61 111 +minecraft:tube_coral_wall_fan[facing=south,waterlogged=false] 74 63 154 111 59 50 123 111 37 31 77 111 29 25 61 111 +minecraft:tube_coral_wall_fan[facing=west,waterlogged=true] 74 63 154 111 59 50 123 111 37 31 77 111 29 25 61 111 +minecraft:tube_coral_wall_fan[facing=west,waterlogged=false] 74 63 154 111 59 50 123 111 37 31 77 111 29 25 61 111 +minecraft:tube_coral_wall_fan[facing=east,waterlogged=true] 74 63 154 111 59 50 123 111 37 31 77 111 29 25 61 111 +minecraft:tube_coral_wall_fan[facing=east,waterlogged=false] 74 63 154 111 59 50 123 111 37 31 77 111 29 25 61 111 +minecraft:brain_coral_wall_fan 173 84 92 84 138 67 73 84 86 42 46 84 69 33 36 84 +minecraft:brain_coral_wall_fan[facing=north,waterlogged=false] 173 84 92 84 138 67 73 84 86 42 46 84 69 33 36 84 +minecraft:brain_coral_wall_fan[facing=south,waterlogged=true] 173 84 92 84 138 67 73 84 86 42 46 84 69 33 36 84 +minecraft:brain_coral_wall_fan[facing=south,waterlogged=false] 173 84 92 84 138 67 73 84 86 42 46 84 69 33 36 84 +minecraft:brain_coral_wall_fan[facing=west,waterlogged=true] 173 84 92 84 138 67 73 84 86 42 46 84 69 33 36 84 +minecraft:brain_coral_wall_fan[facing=west,waterlogged=false] 173 84 92 84 138 67 73 84 86 42 46 84 69 33 36 84 +minecraft:brain_coral_wall_fan[facing=east,waterlogged=true] 173 84 92 84 138 67 73 84 86 42 46 84 69 33 36 84 +minecraft:brain_coral_wall_fan[facing=east,waterlogged=false] 173 84 92 84 138 67 73 84 86 42 46 84 69 33 36 84 +minecraft:bubble_coral_wall_fan 95 73 179 112 76 58 143 112 47 36 89 112 38 29 71 112 +minecraft:bubble_coral_wall_fan[facing=north,waterlogged=false] 95 73 179 112 76 58 143 112 47 36 89 112 38 29 71 112 +minecraft:bubble_coral_wall_fan[facing=south,waterlogged=true] 95 73 179 112 76 58 143 112 47 36 89 112 38 29 71 112 +minecraft:bubble_coral_wall_fan[facing=south,waterlogged=false] 95 73 179 112 76 58 143 112 47 36 89 112 38 29 71 112 +minecraft:bubble_coral_wall_fan[facing=west,waterlogged=true] 95 73 179 112 76 58 143 112 47 36 89 112 38 29 71 112 +minecraft:bubble_coral_wall_fan[facing=west,waterlogged=false] 95 73 179 112 76 58 143 112 47 36 89 112 38 29 71 112 +minecraft:bubble_coral_wall_fan[facing=east,waterlogged=true] 95 73 179 112 76 58 143 112 47 36 89 112 38 29 71 112 +minecraft:bubble_coral_wall_fan[facing=east,waterlogged=false] 95 73 179 112 76 58 143 112 47 36 89 112 38 29 71 112 +minecraft:fire_coral_wall_fan 178 77 32 72 142 61 25 72 89 38 16 72 71 30 12 72 +minecraft:fire_coral_wall_fan[facing=north,waterlogged=false] 178 77 32 72 142 61 25 72 89 38 16 72 71 30 12 72 +minecraft:fire_coral_wall_fan[facing=south,waterlogged=true] 178 77 32 72 142 61 25 72 89 38 16 72 71 30 12 72 +minecraft:fire_coral_wall_fan[facing=south,waterlogged=false] 178 77 32 72 142 61 25 72 89 38 16 72 71 30 12 72 +minecraft:fire_coral_wall_fan[facing=west,waterlogged=true] 178 77 32 72 142 61 25 72 89 38 16 72 71 30 12 72 +minecraft:fire_coral_wall_fan[facing=west,waterlogged=false] 178 77 32 72 142 61 25 72 89 38 16 72 71 30 12 72 +minecraft:fire_coral_wall_fan[facing=east,waterlogged=true] 178 77 32 72 142 61 25 72 89 38 16 72 71 30 12 72 +minecraft:fire_coral_wall_fan[facing=east,waterlogged=false] 178 77 32 72 142 61 25 72 89 38 16 72 71 30 12 72 +minecraft:horn_coral_wall_fan 178 143 55 62 142 114 44 62 89 71 27 62 71 57 22 62 +minecraft:horn_coral_wall_fan[facing=north,waterlogged=false] 178 143 55 62 142 114 44 62 89 71 27 62 71 57 22 62 +minecraft:horn_coral_wall_fan[facing=south,waterlogged=true] 178 143 55 62 142 114 44 62 89 71 27 62 71 57 22 62 +minecraft:horn_coral_wall_fan[facing=south,waterlogged=false] 178 143 55 62 142 114 44 62 89 71 27 62 71 57 22 62 +minecraft:horn_coral_wall_fan[facing=west,waterlogged=true] 178 143 55 62 142 114 44 62 89 71 27 62 71 57 22 62 +minecraft:horn_coral_wall_fan[facing=west,waterlogged=false] 178 143 55 62 142 114 44 62 89 71 27 62 71 57 22 62 +minecraft:horn_coral_wall_fan[facing=east,waterlogged=true] 178 143 55 62 142 114 44 62 89 71 27 62 71 57 22 62 +minecraft:horn_coral_wall_fan[facing=east,waterlogged=false] 178 143 55 62 142 114 44 62 89 71 27 62 71 57 22 62 +minecraft:sea_pickle 83 92 87 100 66 73 69 100 41 46 43 100 33 36 34 100 +minecraft:sea_pickle[pickles=1,waterlogged=false] 83 92 87 100 66 73 69 100 41 46 43 100 33 36 34 100 +minecraft:sea_pickle[pickles=2,waterlogged=true] 83 92 87 100 66 73 69 100 41 46 43 100 33 36 34 100 +minecraft:sea_pickle[pickles=2,waterlogged=false] 83 92 87 100 66 73 69 100 41 46 43 100 33 36 34 100 +minecraft:sea_pickle[pickles=3,waterlogged=true] 83 92 87 100 66 73 69 100 41 46 43 100 33 36 34 100 +minecraft:sea_pickle[pickles=3,waterlogged=false] 83 92 87 100 66 73 69 100 41 46 43 100 33 36 34 100 +minecraft:sea_pickle[pickles=4,waterlogged=true] 83 92 87 100 66 73 69 100 41 46 43 100 33 36 34 100 +minecraft:sea_pickle[pickles=4,waterlogged=false] 83 92 87 100 66 73 69 100 41 46 43 100 33 36 34 100 +minecraft:blue_ice 99 180 184 255 79 144 147 255 49 90 92 255 39 72 73 255 +minecraft:conduit 159 139 113 143 127 111 90 143 79 69 56 143 63 55 45 143 +minecraft:conduit[waterlogged=false] 159 139 113 143 127 111 90 143 79 69 56 143 63 55 45 143 +minecraft:bamboo_sapling 72 80 48 28 57 64 38 28 36 40 24 28 28 32 19 28 +minecraft:bamboo 115 124 68 233 92 99 54 233 57 62 34 233 46 49 27 233 +minecraft:bamboo[age=0,leaves=none,stage=1] 115 124 68 233 92 99 54 233 57 62 34 233 46 49 27 233 +minecraft:bamboo[age=0,leaves=small,stage=0] 115 124 68 233 92 99 54 233 57 62 34 233 46 49 27 233 +minecraft:bamboo[age=0,leaves=small,stage=1] 115 124 68 233 92 99 54 233 57 62 34 233 46 49 27 233 +minecraft:bamboo[age=0,leaves=large,stage=0] 115 124 68 233 92 99 54 233 57 62 34 233 46 49 27 233 +minecraft:bamboo[age=0,leaves=large,stage=1] 115 124 68 233 92 99 54 233 57 62 34 233 46 49 27 233 +minecraft:bamboo[age=1,leaves=none,stage=0] 115 124 68 233 92 99 54 233 57 62 34 233 46 49 27 233 +minecraft:bamboo[age=1,leaves=none,stage=1] 115 124 68 233 92 99 54 233 57 62 34 233 46 49 27 233 +minecraft:bamboo[age=1,leaves=small,stage=0] 115 124 68 233 92 99 54 233 57 62 34 233 46 49 27 233 +minecraft:bamboo[age=1,leaves=small,stage=1] 115 124 68 233 92 99 54 233 57 62 34 233 46 49 27 233 +minecraft:bamboo[age=1,leaves=large,stage=0] 115 124 68 233 92 99 54 233 57 62 34 233 46 49 27 233 +minecraft:bamboo[age=1,leaves=large,stage=1] 115 124 68 233 92 99 54 233 57 62 34 233 46 49 27 233 +minecraft:potted_bamboo 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:polished_granite_stairs 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:smooth_red_sandstone_stairs 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:mossy_stone_brick_stairs 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:polished_diorite_stairs 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:mossy_cobblestone_stairs 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:end_stone_brick_stairs 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:stone_stairs 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:smooth_sandstone_stairs 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_quartz_stairs 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=straight,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=straight,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=straight,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=straight,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=straight,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=straight,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=straight,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:granite_stairs 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:andesite_stairs 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:red_nether_brick_stairs 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:polished_andesite_stairs 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:diorite_stairs 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:polished_granite_slab 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_slab[type=top,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_slab[type=bottom,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_slab[type=bottom,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_slab[type=double,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_slab[type=double,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:smooth_red_sandstone_slab 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_slab[type=top,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_slab[type=double,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_slab[type=double,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:mossy_stone_brick_slab 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_slab[type=top,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_slab[type=double,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_slab[type=double,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:polished_diorite_slab 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_slab[type=top,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_slab[type=bottom,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_slab[type=bottom,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_slab[type=double,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_slab[type=double,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:mossy_cobblestone_slab 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_slab[type=top,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_slab[type=double,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_slab[type=double,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:end_stone_brick_slab 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_slab[type=top,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_slab[type=bottom,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_slab[type=bottom,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_slab[type=double,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_slab[type=double,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:smooth_sandstone_slab 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_slab[type=top,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_slab[type=bottom,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_slab[type=double,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_slab[type=double,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_quartz_slab 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_slab[type=top,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_slab[type=bottom,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_slab[type=bottom,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_slab[type=double,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_slab[type=double,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:granite_slab 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_slab[type=top,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_slab[type=bottom,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_slab[type=bottom,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_slab[type=double,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_slab[type=double,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:andesite_slab 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_slab[type=top,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_slab[type=bottom,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_slab[type=bottom,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_slab[type=double,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_slab[type=double,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:red_nether_brick_slab 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_slab[type=top,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_slab[type=bottom,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_slab[type=bottom,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_slab[type=double,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_slab[type=double,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:polished_andesite_slab 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_slab[type=top,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_slab[type=bottom,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_slab[type=bottom,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_slab[type=double,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_slab[type=double,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:diorite_slab 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_slab[type=top,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_slab[type=bottom,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_slab[type=bottom,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_slab[type=double,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_slab[type=double,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:brick_wall 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:prismarine_wall 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:red_sandstone_wall 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:mossy_stone_brick_wall 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:granite_wall 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:stone_brick_wall 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:nether_brick_wall 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:andesite_wall 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:red_nether_brick_wall 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:sandstone_wall 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:end_stone_brick_wall 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:diorite_wall 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:scaffolding 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=true,distance=0,waterlogged=false] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=true,distance=1,waterlogged=true] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=true,distance=1,waterlogged=false] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=true,distance=2,waterlogged=true] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=true,distance=2,waterlogged=false] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=true,distance=3,waterlogged=true] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=true,distance=3,waterlogged=false] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=true,distance=4,waterlogged=true] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=true,distance=4,waterlogged=false] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=true,distance=5,waterlogged=true] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=true,distance=5,waterlogged=false] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=true,distance=6,waterlogged=true] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=true,distance=6,waterlogged=false] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=true,distance=7,waterlogged=true] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=true,distance=7,waterlogged=false] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=false,distance=0,waterlogged=true] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=false,distance=0,waterlogged=false] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=false,distance=1,waterlogged=true] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=false,distance=1,waterlogged=false] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=false,distance=2,waterlogged=true] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=false,distance=2,waterlogged=false] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=false,distance=3,waterlogged=true] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=false,distance=3,waterlogged=false] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=false,distance=4,waterlogged=true] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=false,distance=4,waterlogged=false] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=false,distance=5,waterlogged=true] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=false,distance=5,waterlogged=false] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=false,distance=6,waterlogged=true] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=false,distance=6,waterlogged=false] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=false,distance=7,waterlogged=true] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=false,distance=7,waterlogged=false] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:loom 120 91 74 255 96 72 59 255 60 45 37 255 48 36 29 255 +minecraft:loom[facing=south] 120 91 74 255 96 72 59 255 60 45 37 255 48 36 29 255 +minecraft:loom[facing=west] 120 91 74 255 96 72 59 255 60 45 37 255 48 36 29 255 +minecraft:loom[facing=east] 120 91 74 255 96 72 59 255 60 45 37 255 48 36 29 255 +minecraft:barrel 104 80 46 255 83 64 36 255 52 40 23 255 41 32 18 255 +minecraft:barrel[facing=north,open=false] 104 80 46 255 83 64 36 255 52 40 23 255 41 32 18 255 +minecraft:barrel[facing=east,open=true] 104 80 46 255 83 64 36 255 52 40 23 255 41 32 18 255 +minecraft:barrel[facing=east,open=false] 104 80 46 255 83 64 36 255 52 40 23 255 41 32 18 255 +minecraft:barrel[facing=south,open=true] 104 80 46 255 83 64 36 255 52 40 23 255 41 32 18 255 +minecraft:barrel[facing=south,open=false] 104 80 46 255 83 64 36 255 52 40 23 255 41 32 18 255 +minecraft:barrel[facing=west,open=true] 104 80 46 255 83 64 36 255 52 40 23 255 41 32 18 255 +minecraft:barrel[facing=west,open=false] 104 80 46 255 83 64 36 255 52 40 23 255 41 32 18 255 +minecraft:barrel[facing=up,open=true] 104 80 46 255 83 64 36 255 52 40 23 255 41 32 18 255 +minecraft:barrel[facing=up,open=false] 104 80 46 255 83 64 36 255 52 40 23 255 41 32 18 255 +minecraft:barrel[facing=down,open=true] 104 80 46 255 83 64 36 255 52 40 23 255 41 32 18 255 +minecraft:barrel[facing=down,open=false] 104 80 46 255 83 64 36 255 52 40 23 255 41 32 18 255 +minecraft:smoker 74 70 64 255 59 56 51 255 37 35 32 255 29 28 25 255 +minecraft:smoker[facing=north,lit=false] 74 70 64 255 59 56 51 255 37 35 32 255 29 28 25 255 +minecraft:smoker[facing=south,lit=true] 74 70 64 255 59 56 51 255 37 35 32 255 29 28 25 255 +minecraft:smoker[facing=south,lit=false] 74 70 64 255 59 56 51 255 37 35 32 255 29 28 25 255 +minecraft:smoker[facing=west,lit=true] 74 70 64 255 59 56 51 255 37 35 32 255 29 28 25 255 +minecraft:smoker[facing=west,lit=false] 74 70 64 255 59 56 51 255 37 35 32 255 29 28 25 255 +minecraft:smoker[facing=east,lit=true] 74 70 64 255 59 56 51 255 37 35 32 255 29 28 25 255 +minecraft:smoker[facing=east,lit=false] 74 70 64 255 59 56 51 255 37 35 32 255 29 28 25 255 +minecraft:blast_furnace 108 109 107 255 86 87 85 255 54 54 53 255 43 43 42 255 +minecraft:blast_furnace[facing=north,lit=false] 108 109 107 255 86 87 85 255 54 54 53 255 43 43 42 255 +minecraft:blast_furnace[facing=south,lit=true] 108 109 107 255 86 87 85 255 54 54 53 255 43 43 42 255 +minecraft:blast_furnace[facing=south,lit=false] 108 109 107 255 86 87 85 255 54 54 53 255 43 43 42 255 +minecraft:blast_furnace[facing=west,lit=true] 108 109 107 255 86 87 85 255 54 54 53 255 43 43 42 255 +minecraft:blast_furnace[facing=west,lit=false] 108 109 107 255 86 87 85 255 54 54 53 255 43 43 42 255 +minecraft:blast_furnace[facing=east,lit=true] 108 109 107 255 86 87 85 255 54 54 53 255 43 43 42 255 +minecraft:blast_furnace[facing=east,lit=false] 108 109 107 255 86 87 85 255 54 54 53 255 43 43 42 255 +minecraft:cartography_table 156 134 84 255 124 107 67 255 78 67 42 255 62 53 33 255 +minecraft:fletching_table 153 139 106 255 122 111 84 255 76 69 53 255 61 55 42 255 +minecraft:grindstone 44 37 24 255 35 29 19 255 22 18 12 255 17 14 9 255 +minecraft:grindstone[face=floor,facing=south] 44 37 24 255 35 29 19 255 22 18 12 255 17 14 9 255 +minecraft:grindstone[face=floor,facing=west] 44 37 24 255 35 29 19 255 22 18 12 255 17 14 9 255 +minecraft:grindstone[face=floor,facing=east] 44 37 24 255 35 29 19 255 22 18 12 255 17 14 9 255 +minecraft:grindstone[face=wall,facing=north] 44 37 24 255 35 29 19 255 22 18 12 255 17 14 9 255 +minecraft:grindstone[face=wall,facing=south] 44 37 24 255 35 29 19 255 22 18 12 255 17 14 9 255 +minecraft:grindstone[face=wall,facing=west] 44 37 24 255 35 29 19 255 22 18 12 255 17 14 9 255 +minecraft:grindstone[face=wall,facing=east] 44 37 24 255 35 29 19 255 22 18 12 255 17 14 9 255 +minecraft:grindstone[face=ceiling,facing=north] 44 37 24 255 35 29 19 255 22 18 12 255 17 14 9 255 +minecraft:grindstone[face=ceiling,facing=south] 44 37 24 255 35 29 19 255 22 18 12 255 17 14 9 255 +minecraft:grindstone[face=ceiling,facing=west] 44 37 24 255 35 29 19 255 22 18 12 255 17 14 9 255 +minecraft:grindstone[face=ceiling,facing=east] 44 37 24 255 35 29 19 255 22 18 12 255 17 14 9 255 +minecraft:lectern 133 107 57 210 106 85 45 210 66 53 28 210 53 42 22 210 +minecraft:lectern[facing=north,has_book=true,powered=false] 133 107 57 210 106 85 45 210 66 53 28 210 53 42 22 210 +minecraft:lectern[facing=north,has_book=false,powered=true] 133 107 57 210 106 85 45 210 66 53 28 210 53 42 22 210 +minecraft:lectern[facing=north,has_book=false,powered=false] 133 107 57 210 106 85 45 210 66 53 28 210 53 42 22 210 +minecraft:lectern[facing=south,has_book=true,powered=true] 133 107 57 210 106 85 45 210 66 53 28 210 53 42 22 210 +minecraft:lectern[facing=south,has_book=true,powered=false] 133 107 57 210 106 85 45 210 66 53 28 210 53 42 22 210 +minecraft:lectern[facing=south,has_book=false,powered=true] 133 107 57 210 106 85 45 210 66 53 28 210 53 42 22 210 +minecraft:lectern[facing=south,has_book=false,powered=false] 133 107 57 210 106 85 45 210 66 53 28 210 53 42 22 210 +minecraft:lectern[facing=west,has_book=true,powered=true] 133 107 57 210 106 85 45 210 66 53 28 210 53 42 22 210 +minecraft:lectern[facing=west,has_book=true,powered=false] 133 107 57 210 106 85 45 210 66 53 28 210 53 42 22 210 +minecraft:lectern[facing=west,has_book=false,powered=true] 133 107 57 210 106 85 45 210 66 53 28 210 53 42 22 210 +minecraft:lectern[facing=west,has_book=false,powered=false] 133 107 57 210 106 85 45 210 66 53 28 210 53 42 22 210 +minecraft:lectern[facing=east,has_book=true,powered=true] 133 107 57 210 106 85 45 210 66 53 28 210 53 42 22 210 +minecraft:lectern[facing=east,has_book=true,powered=false] 133 107 57 210 106 85 45 210 66 53 28 210 53 42 22 210 +minecraft:lectern[facing=east,has_book=false,powered=true] 133 107 57 210 106 85 45 210 66 53 28 210 53 42 22 210 +minecraft:lectern[facing=east,has_book=false,powered=false] 133 107 57 210 106 85 45 210 66 53 28 210 53 42 22 210 +minecraft:smithing_table 77 72 72 255 61 57 57 255 38 36 36 255 30 28 28 255 +minecraft:stonecutter 101 96 91 255 80 76 72 255 50 48 45 255 40 38 36 255 +minecraft:stonecutter[facing=south] 101 96 91 255 80 76 72 255 50 48 45 255 40 38 36 255 +minecraft:stonecutter[facing=west] 101 96 91 255 80 76 72 255 50 48 45 255 40 38 36 255 +minecraft:stonecutter[facing=east] 101 96 91 255 80 76 72 255 50 48 45 255 40 38 36 255 +minecraft:bell 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=north,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=north,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=north,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:lantern 153 128 84 10 122 102 67 10 76 64 42 10 61 51 33 10 +minecraft:lantern[hanging=true,waterlogged=false] 153 128 84 10 122 102 67 10 76 64 42 10 61 51 33 10 +minecraft:lantern[hanging=false,waterlogged=true] 153 128 84 10 122 102 67 10 76 64 42 10 61 51 33 10 +minecraft:lantern[hanging=false,waterlogged=false] 153 128 84 10 122 102 67 10 76 64 42 10 61 51 33 10 +minecraft:soul_lantern 45 67 118 8 36 53 94 8 22 33 59 8 18 26 47 8 +minecraft:soul_lantern[hanging=true,waterlogged=false] 45 67 118 8 36 53 94 8 22 33 59 8 18 26 47 8 +minecraft:soul_lantern[hanging=false,waterlogged=true] 45 67 118 8 36 53 94 8 22 33 59 8 18 26 47 8 +minecraft:soul_lantern[hanging=false,waterlogged=false] 45 67 118 8 36 53 94 8 22 33 59 8 18 26 47 8 +minecraft:campfire 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=north,lit=true,signal_fire=true,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=north,lit=false,signal_fire=true,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=north,lit=false,signal_fire=true,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=north,lit=false,signal_fire=false,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=north,lit=false,signal_fire=false,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=south,lit=true,signal_fire=true,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=south,lit=true,signal_fire=true,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=south,lit=true,signal_fire=false,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=south,lit=true,signal_fire=false,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=south,lit=false,signal_fire=true,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=south,lit=false,signal_fire=true,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=south,lit=false,signal_fire=false,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=south,lit=false,signal_fire=false,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=west,lit=true,signal_fire=true,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=west,lit=true,signal_fire=true,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=west,lit=true,signal_fire=false,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=west,lit=true,signal_fire=false,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=west,lit=false,signal_fire=true,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=west,lit=false,signal_fire=true,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=west,lit=false,signal_fire=false,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=west,lit=false,signal_fire=false,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=east,lit=true,signal_fire=true,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=east,lit=true,signal_fire=true,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=east,lit=true,signal_fire=false,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=east,lit=true,signal_fire=false,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=east,lit=false,signal_fire=true,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=east,lit=false,signal_fire=true,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=east,lit=false,signal_fire=false,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=east,lit=false,signal_fire=false,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=true,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=false,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=false,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=true,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=true,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=false,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=false,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=true,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=true,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=false,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=false,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=true,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=true,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=false,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=false,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=true,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=true,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=false,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=false,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=true,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=true,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=false,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=false,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=true,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=true,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=false,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=false,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=true,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=true,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=false,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=false,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:sweet_berry_bush 36 56 41 57 28 44 32 57 18 28 20 57 14 22 16 57 +minecraft:sweet_berry_bush[age=1] 32 51 37 155 25 40 29 155 16 25 18 155 12 20 14 155 +minecraft:sweet_berry_bush[age=2] 40 51 38 155 32 40 30 155 20 25 19 155 16 20 15 155 +minecraft:sweet_berry_bush[age=3] 52 48 39 155 41 38 31 155 26 24 19 155 20 19 15 155 +minecraft:warped_stem 58 60 70 255 46 48 56 255 29 30 35 255 23 24 28 255 +minecraft:warped_stem[axis=y] 52 105 106 255 41 84 84 255 26 52 53 255 20 42 42 255 +minecraft:warped_stem[axis=z] 58 60 70 255 46 48 56 255 29 30 35 255 23 24 28 255 +minecraft:stripped_warped_stem 65 143 134 255 52 114 107 255 32 71 67 255 26 57 53 255 +minecraft:stripped_warped_stem[axis=y] 66 144 138 255 52 115 110 255 33 72 69 255 26 57 55 255 +minecraft:stripped_warped_stem[axis=z] 65 143 134 255 52 114 107 255 32 71 67 255 26 57 53 255 +minecraft:warped_hyphae 58 60 70 255 46 48 56 255 29 30 35 255 23 24 28 255 +minecraft:warped_hyphae[axis=y] 58 60 70 255 46 48 56 255 29 30 35 255 23 24 28 255 +minecraft:warped_hyphae[axis=z] 58 60 70 255 46 48 56 255 29 30 35 255 23 24 28 255 +minecraft:stripped_warped_hyphae 65 143 134 255 52 114 107 255 32 71 67 255 26 57 53 255 +minecraft:stripped_warped_hyphae[axis=y] 65 143 134 255 52 114 107 255 32 71 67 255 26 57 53 255 +minecraft:stripped_warped_hyphae[axis=z] 65 143 134 255 52 114 107 255 32 71 67 255 26 57 53 255 +minecraft:warped_nylium 69 128 100 255 55 102 80 255 34 64 50 255 27 51 40 255 +minecraft:warped_fungus 125 111 59 114 100 88 47 114 62 55 29 114 50 44 23 114 +minecraft:warped_wart_block 47 109 98 255 37 87 78 255 23 54 49 255 18 43 39 255 +minecraft:warped_roots 46 104 94 110 36 83 75 110 23 52 47 110 18 41 37 110 +minecraft:nether_sprouts 119 137 124 36 95 109 99 36 59 68 62 36 47 54 49 36 +minecraft:crimson_stem 93 46 55 255 74 36 44 255 46 23 27 255 37 18 22 255 +minecraft:crimson_stem[axis=y] 136 58 74 255 108 46 59 255 68 29 37 255 54 23 29 255 +minecraft:crimson_stem[axis=z] 93 46 55 255 74 36 44 255 46 23 27 255 37 18 22 255 +minecraft:stripped_crimson_stem 115 43 57 255 92 34 45 255 57 21 28 255 46 17 22 255 +minecraft:stripped_crimson_stem[axis=y] 147 64 81 255 117 51 64 255 73 32 40 255 58 25 32 255 +minecraft:stripped_crimson_stem[axis=z] 115 43 57 255 92 34 45 255 57 21 28 255 46 17 22 255 +minecraft:crimson_hyphae 93 46 55 255 74 36 44 255 46 23 27 255 37 18 22 255 +minecraft:crimson_hyphae[axis=y] 93 46 55 255 74 36 44 255 46 23 27 255 37 18 22 255 +minecraft:crimson_hyphae[axis=z] 93 46 55 255 74 36 44 255 46 23 27 255 37 18 22 255 +minecraft:stripped_crimson_hyphae 115 43 57 255 92 34 45 255 57 21 28 255 46 17 22 255 +minecraft:stripped_crimson_hyphae[axis=y] 115 43 57 255 92 34 45 255 57 21 28 255 46 17 22 255 +minecraft:stripped_crimson_hyphae[axis=z] 115 43 57 255 92 34 45 255 57 21 28 255 46 17 22 255 +minecraft:crimson_nylium 109 35 51 255 87 28 40 255 54 17 25 255 43 14 20 255 +minecraft:crimson_fungus 171 68 27 184 136 54 21 184 85 34 13 184 68 27 10 184 +minecraft:shroomlight 212 91 3 255 169 72 2 255 106 45 1 255 84 36 1 255 +minecraft:weeping_vines 71 14 16 29 56 11 12 29 35 7 8 29 28 5 6 29 +minecraft:weeping_vines[age=1] 71 14 16 29 56 11 12 29 35 7 8 29 28 5 6 29 +minecraft:weeping_vines[age=2] 71 14 16 29 56 11 12 29 35 7 8 29 28 5 6 29 +minecraft:weeping_vines[age=3] 71 14 16 29 56 11 12 29 35 7 8 29 28 5 6 29 +minecraft:weeping_vines[age=4] 71 14 16 29 56 11 12 29 35 7 8 29 28 5 6 29 +minecraft:weeping_vines[age=5] 71 14 16 29 56 11 12 29 35 7 8 29 28 5 6 29 +minecraft:weeping_vines[age=6] 71 14 16 29 56 11 12 29 35 7 8 29 28 5 6 29 +minecraft:weeping_vines[age=7] 71 14 16 29 56 11 12 29 35 7 8 29 28 5 6 29 +minecraft:weeping_vines[age=8] 71 14 16 29 56 11 12 29 35 7 8 29 28 5 6 29 +minecraft:weeping_vines[age=9] 71 14 16 29 56 11 12 29 35 7 8 29 28 5 6 29 +minecraft:weeping_vines[age=10] 71 14 16 29 56 11 12 29 35 7 8 29 28 5 6 29 +minecraft:weeping_vines[age=11] 71 14 16 29 56 11 12 29 35 7 8 29 28 5 6 29 +minecraft:weeping_vines[age=12] 71 14 16 29 56 11 12 29 35 7 8 29 28 5 6 29 +minecraft:weeping_vines[age=13] 71 14 16 29 56 11 12 29 35 7 8 29 28 5 6 29 +minecraft:weeping_vines[age=14] 71 14 16 29 56 11 12 29 35 7 8 29 28 5 6 29 +minecraft:weeping_vines[age=15] 71 14 16 29 56 11 12 29 35 7 8 29 28 5 6 29 +minecraft:weeping_vines[age=16] 71 14 16 29 56 11 12 29 35 7 8 29 28 5 6 29 +minecraft:weeping_vines[age=17] 71 14 16 29 56 11 12 29 35 7 8 29 28 5 6 29 +minecraft:weeping_vines[age=18] 71 14 16 29 56 11 12 29 35 7 8 29 28 5 6 29 +minecraft:weeping_vines[age=19] 71 14 16 29 56 11 12 29 35 7 8 29 28 5 6 29 +minecraft:weeping_vines[age=20] 71 14 16 29 56 11 12 29 35 7 8 29 28 5 6 29 +minecraft:weeping_vines[age=21] 71 14 16 29 56 11 12 29 35 7 8 29 28 5 6 29 +minecraft:weeping_vines[age=22] 71 14 16 29 56 11 12 29 35 7 8 29 28 5 6 29 +minecraft:weeping_vines[age=23] 71 14 16 29 56 11 12 29 35 7 8 29 28 5 6 29 +minecraft:weeping_vines[age=24] 71 14 16 29 56 11 12 29 35 7 8 29 28 5 6 29 +minecraft:weeping_vines[age=25] 71 14 16 29 56 11 12 29 35 7 8 29 28 5 6 29 +minecraft:weeping_vines_plant 111 51 51 165 88 40 40 165 55 25 25 165 44 20 20 165 +minecraft:twisting_vines_plant 51 112 97 115 40 89 77 115 25 56 48 115 20 44 38 115 +minecraft:crimson_roots 102 28 40 39 81 22 32 39 51 14 20 39 40 11 16 39 +minecraft:crimson_planks 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:warped_planks 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:crimson_slab 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_slab[type=top,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_slab[type=bottom,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_slab[type=bottom,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_slab[type=double,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_slab[type=double,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:warped_slab 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_slab[type=top,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_slab[type=bottom,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_slab[type=bottom,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_slab[type=double,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_slab[type=double,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:crimson_pressure_plate 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_pressure_plate[powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:warped_pressure_plate 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_pressure_plate[powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:crimson_fence 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=true,west=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=false,west=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=false,west=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=true,west=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=true,west=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=false,west=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=false,west=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=true,west=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=true,west=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=false,west=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=false,west=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=true,west=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=true,west=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=false,west=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=false,west=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=true,west=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=true,west=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=false,west=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=false,west=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=true,west=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=true,west=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=false,west=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=false,west=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=true,west=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=true,west=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=false,west=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=false,west=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=true,west=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=true,west=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=false,west=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=false,west=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:warped_fence 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=true,west=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=false,west=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=false,west=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=true,west=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=true,west=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=false,west=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=false,west=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=true,west=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=true,west=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=false,west=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=false,west=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=true,west=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=true,west=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=false,west=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=false,west=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=true,west=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=true,west=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=false,west=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=false,west=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=true,west=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=true,west=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=false,west=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=false,west=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=true,west=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=true,west=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=false,west=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=false,west=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=true,west=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=true,west=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=false,west=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=false,west=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:crimson_trapdoor 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:warped_trapdoor 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:crimson_fence_gate 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=true,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=false,powered=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=false,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=true,powered=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=true,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=false,powered=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=false,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=true,powered=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=true,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=false,powered=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=false,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=true,powered=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=true,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=false,powered=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=false,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=true,powered=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=true,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=false,powered=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=false,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=true,powered=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=true,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=false,powered=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=false,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=true,powered=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=true,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=false,powered=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=false,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=true,powered=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=true,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=false,powered=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=false,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:warped_fence_gate 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=true,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=false,powered=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=false,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=true,powered=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=true,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=false,powered=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=false,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=true,powered=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=true,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=false,powered=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=false,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=true,powered=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=true,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=false,powered=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=false,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=true,powered=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=true,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=false,powered=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=false,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=true,powered=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=true,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=false,powered=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=false,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=true,powered=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=true,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=false,powered=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=false,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=true,powered=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=true,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=false,powered=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=false,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:crimson_stairs 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=north,half=top,shape=straight,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=south,half=top,shape=straight,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=south,half=top,shape=straight,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=west,half=top,shape=straight,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=west,half=top,shape=straight,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=east,half=top,shape=straight,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=east,half=top,shape=straight,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:warped_stairs 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=north,half=top,shape=straight,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=south,half=top,shape=straight,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=south,half=top,shape=straight,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=west,half=top,shape=straight,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=west,half=top,shape=straight,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=east,half=top,shape=straight,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=east,half=top,shape=straight,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:crimson_button 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_button[face=floor,facing=north,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_button[face=floor,facing=south,powered=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_button[face=floor,facing=south,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_button[face=floor,facing=west,powered=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_button[face=floor,facing=west,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_button[face=floor,facing=east,powered=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_button[face=floor,facing=east,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_button[face=wall,facing=north,powered=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_button[face=wall,facing=north,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_button[face=wall,facing=south,powered=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_button[face=wall,facing=south,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_button[face=wall,facing=west,powered=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_button[face=wall,facing=west,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_button[face=wall,facing=east,powered=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_button[face=wall,facing=east,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_button[face=ceiling,facing=north,powered=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_button[face=ceiling,facing=north,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_button[face=ceiling,facing=south,powered=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_button[face=ceiling,facing=south,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_button[face=ceiling,facing=west,powered=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_button[face=ceiling,facing=west,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_button[face=ceiling,facing=east,powered=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_button[face=ceiling,facing=east,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:warped_button 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_button[face=floor,facing=north,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_button[face=floor,facing=south,powered=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_button[face=floor,facing=south,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_button[face=floor,facing=west,powered=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_button[face=floor,facing=west,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_button[face=floor,facing=east,powered=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_button[face=floor,facing=east,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_button[face=wall,facing=north,powered=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_button[face=wall,facing=north,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_button[face=wall,facing=south,powered=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_button[face=wall,facing=south,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_button[face=wall,facing=west,powered=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_button[face=wall,facing=west,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_button[face=wall,facing=east,powered=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_button[face=wall,facing=east,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_button[face=ceiling,facing=north,powered=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_button[face=ceiling,facing=north,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_button[face=ceiling,facing=south,powered=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_button[face=ceiling,facing=south,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_button[face=ceiling,facing=west,powered=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_button[face=ceiling,facing=west,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_button[face=ceiling,facing=east,powered=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_button[face=ceiling,facing=east,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:crimson_door 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=true,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=false,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=false,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=true,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=true,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=false,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=false,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=true,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=true,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=false,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=false,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=true,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=true,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=false,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=false,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=true,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=true,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=false,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=false,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=true,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=true,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=false,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=false,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=true,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=true,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=false,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=false,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=true,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=true,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=false,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=false,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=true,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=true,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=false,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=false,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=true,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=true,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=false,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=false,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=true,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=true,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=false,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=false,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=true,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=true,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=false,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=false,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=true,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=true,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=false,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=false,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=true,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=true,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=false,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=false,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=true,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=true,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=false,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=false,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=true,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=true,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=false,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=false,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:warped_door 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=true,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=false,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=false,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=true,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=true,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=false,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=false,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=true,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=true,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=false,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=false,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=true,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=true,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=false,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=false,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=true,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=true,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=false,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=false,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=true,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=true,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=false,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=false,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=true,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=true,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=false,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=false,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=true,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=true,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=false,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=false,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=true,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=true,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=false,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=false,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=true,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=true,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=false,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=false,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=true,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=true,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=false,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=false,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=true,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=true,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=false,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=false,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=true,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=true,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=false,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=false,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=true,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=true,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=false,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=false,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=true,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=true,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=false,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=false,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=true,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=true,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=false,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=false,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:crimson_sign 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=0,waterlogged=false] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=1,waterlogged=true] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=1,waterlogged=false] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=2,waterlogged=true] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=2,waterlogged=false] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=3,waterlogged=true] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=3,waterlogged=false] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=4,waterlogged=true] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=4,waterlogged=false] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=5,waterlogged=true] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=5,waterlogged=false] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=6,waterlogged=true] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=6,waterlogged=false] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=7,waterlogged=true] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=7,waterlogged=false] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=8,waterlogged=true] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=8,waterlogged=false] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=9,waterlogged=true] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=9,waterlogged=false] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=10,waterlogged=true] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=10,waterlogged=false] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=11,waterlogged=true] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=11,waterlogged=false] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=12,waterlogged=true] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=12,waterlogged=false] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=13,waterlogged=true] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=13,waterlogged=false] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=14,waterlogged=true] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=14,waterlogged=false] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=15,waterlogged=true] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=15,waterlogged=false] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:warped_sign 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=0,waterlogged=false] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=1,waterlogged=true] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=1,waterlogged=false] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=2,waterlogged=true] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=2,waterlogged=false] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=3,waterlogged=true] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=3,waterlogged=false] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=4,waterlogged=true] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=4,waterlogged=false] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=5,waterlogged=true] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=5,waterlogged=false] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=6,waterlogged=true] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=6,waterlogged=false] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=7,waterlogged=true] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=7,waterlogged=false] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=8,waterlogged=true] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=8,waterlogged=false] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=9,waterlogged=true] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=9,waterlogged=false] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=10,waterlogged=true] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=10,waterlogged=false] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=11,waterlogged=true] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=11,waterlogged=false] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=12,waterlogged=true] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=12,waterlogged=false] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=13,waterlogged=true] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=13,waterlogged=false] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=14,waterlogged=true] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=14,waterlogged=false] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=15,waterlogged=true] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=15,waterlogged=false] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:crimson_wall_sign 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_wall_sign[facing=north,waterlogged=false] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_wall_sign[facing=south,waterlogged=true] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_wall_sign[facing=south,waterlogged=false] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_wall_sign[facing=west,waterlogged=true] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_wall_sign[facing=west,waterlogged=false] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_wall_sign[facing=east,waterlogged=true] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_wall_sign[facing=east,waterlogged=false] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:warped_wall_sign 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_wall_sign[facing=north,waterlogged=false] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_wall_sign[facing=south,waterlogged=true] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_wall_sign[facing=south,waterlogged=false] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_wall_sign[facing=west,waterlogged=true] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_wall_sign[facing=west,waterlogged=false] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_wall_sign[facing=east,waterlogged=true] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_wall_sign[facing=east,waterlogged=false] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:structure_block 76 72 97 255 60 57 77 255 38 36 48 255 30 28 38 255 +minecraft:structure_block[mode=load] 76 72 97 255 60 57 77 255 38 36 48 255 30 28 38 255 +minecraft:structure_block[mode=corner] 61 58 77 255 48 46 61 255 30 29 38 255 24 23 30 255 +minecraft:structure_block[mode=data] 65 61 77 255 52 48 61 255 32 30 38 255 26 24 30 255 +minecraft:jigsaw 58 58 65 255 46 46 52 255 29 29 32 255 23 23 26 255 +minecraft:jigsaw[orientation=down_north] 58 58 65 255 46 46 52 255 29 29 32 255 23 23 26 255 +minecraft:jigsaw[orientation=down_south] 58 58 65 255 46 46 52 255 29 29 32 255 23 23 26 255 +minecraft:jigsaw[orientation=down_west] 58 58 65 255 46 46 52 255 29 29 32 255 23 23 26 255 +minecraft:jigsaw[orientation=up_east] 58 58 65 255 46 46 52 255 29 29 32 255 23 23 26 255 +minecraft:jigsaw[orientation=up_north] 58 58 65 255 46 46 52 255 29 29 32 255 23 23 26 255 +minecraft:jigsaw[orientation=up_south] 58 58 65 255 46 46 52 255 29 29 32 255 23 23 26 255 +minecraft:jigsaw[orientation=up_west] 58 58 65 255 46 46 52 255 29 29 32 255 23 23 26 255 +minecraft:jigsaw[orientation=west_up] 58 58 65 255 46 46 52 255 29 29 32 255 23 23 26 255 +minecraft:jigsaw[orientation=east_up] 58 58 65 255 46 46 52 255 29 29 32 255 23 23 26 255 +minecraft:jigsaw[orientation=north_up] 58 58 65 255 46 46 52 255 29 29 32 255 23 23 26 255 +minecraft:jigsaw[orientation=south_up] 58 58 65 255 46 46 52 255 29 29 32 255 23 23 26 255 +minecraft:composter 79 53 35 143 63 42 28 143 39 26 17 143 31 21 14 143 +minecraft:composter[level=1] 79 53 35 143 63 42 28 143 39 26 17 143 31 21 14 143 +minecraft:composter[level=2] 79 53 35 143 63 42 28 143 39 26 17 143 31 21 14 143 +minecraft:composter[level=3] 79 53 35 143 63 42 28 143 39 26 17 143 31 21 14 143 +minecraft:composter[level=4] 79 53 35 143 63 42 28 143 39 26 17 143 31 21 14 143 +minecraft:composter[level=5] 79 53 35 143 63 42 28 143 39 26 17 143 31 21 14 143 +minecraft:composter[level=6] 79 53 35 143 63 42 28 143 39 26 17 143 31 21 14 143 +minecraft:composter[level=7] 79 53 35 143 63 42 28 143 39 26 17 143 31 21 14 143 +minecraft:composter[level=8] 79 53 35 143 63 42 28 143 39 26 17 143 31 21 14 143 +minecraft:target 165 124 106 255 132 99 84 255 82 62 53 255 66 49 42 255 +minecraft:target[power=1] 165 124 106 255 132 99 84 255 82 62 53 255 66 49 42 255 +minecraft:target[power=2] 165 124 106 255 132 99 84 255 82 62 53 255 66 49 42 255 +minecraft:target[power=3] 165 124 106 255 132 99 84 255 82 62 53 255 66 49 42 255 +minecraft:target[power=4] 165 124 106 255 132 99 84 255 82 62 53 255 66 49 42 255 +minecraft:target[power=5] 165 124 106 255 132 99 84 255 82 62 53 255 66 49 42 255 +minecraft:target[power=6] 165 124 106 255 132 99 84 255 82 62 53 255 66 49 42 255 +minecraft:target[power=7] 165 124 106 255 132 99 84 255 82 62 53 255 66 49 42 255 +minecraft:target[power=8] 165 124 106 255 132 99 84 255 82 62 53 255 66 49 42 255 +minecraft:target[power=9] 165 124 106 255 132 99 84 255 82 62 53 255 66 49 42 255 +minecraft:target[power=10] 165 124 106 255 132 99 84 255 82 62 53 255 66 49 42 255 +minecraft:target[power=11] 165 124 106 255 132 99 84 255 82 62 53 255 66 49 42 255 +minecraft:target[power=12] 165 124 106 255 132 99 84 255 82 62 53 255 66 49 42 255 +minecraft:target[power=13] 165 124 106 255 132 99 84 255 82 62 53 255 66 49 42 255 +minecraft:target[power=14] 165 124 106 255 132 99 84 255 82 62 53 255 66 49 42 255 +minecraft:target[power=15] 165 124 106 255 132 99 84 255 82 62 53 255 66 49 42 255 +minecraft:bee_nest 182 144 92 255 145 115 73 255 91 72 46 255 72 57 36 255 +minecraft:bee_nest[facing=north,honey_level=1] 182 144 92 255 145 115 73 255 91 72 46 255 72 57 36 255 +minecraft:bee_nest[facing=north,honey_level=2] 182 144 92 255 145 115 73 255 91 72 46 255 72 57 36 255 +minecraft:bee_nest[facing=north,honey_level=3] 182 144 92 255 145 115 73 255 91 72 46 255 72 57 36 255 +minecraft:bee_nest[facing=north,honey_level=4] 182 144 92 255 145 115 73 255 91 72 46 255 72 57 36 255 +minecraft:bee_nest[facing=north,honey_level=5] 182 144 92 255 145 115 73 255 91 72 46 255 72 57 36 255 +minecraft:bee_nest[facing=south,honey_level=0] 182 144 92 255 145 115 73 255 91 72 46 255 72 57 36 255 +minecraft:bee_nest[facing=south,honey_level=1] 182 144 92 255 145 115 73 255 91 72 46 255 72 57 36 255 +minecraft:bee_nest[facing=south,honey_level=2] 182 144 92 255 145 115 73 255 91 72 46 255 72 57 36 255 +minecraft:bee_nest[facing=south,honey_level=3] 182 144 92 255 145 115 73 255 91 72 46 255 72 57 36 255 +minecraft:bee_nest[facing=south,honey_level=4] 182 144 92 255 145 115 73 255 91 72 46 255 72 57 36 255 +minecraft:bee_nest[facing=south,honey_level=5] 182 144 92 255 145 115 73 255 91 72 46 255 72 57 36 255 +minecraft:bee_nest[facing=west,honey_level=0] 182 144 92 255 145 115 73 255 91 72 46 255 72 57 36 255 +minecraft:bee_nest[facing=west,honey_level=1] 182 144 92 255 145 115 73 255 91 72 46 255 72 57 36 255 +minecraft:bee_nest[facing=west,honey_level=2] 182 144 92 255 145 115 73 255 91 72 46 255 72 57 36 255 +minecraft:bee_nest[facing=west,honey_level=3] 182 144 92 255 145 115 73 255 91 72 46 255 72 57 36 255 +minecraft:bee_nest[facing=west,honey_level=4] 182 144 92 255 145 115 73 255 91 72 46 255 72 57 36 255 +minecraft:bee_nest[facing=west,honey_level=5] 182 144 92 255 145 115 73 255 91 72 46 255 72 57 36 255 +minecraft:bee_nest[facing=east,honey_level=0] 182 144 92 255 145 115 73 255 91 72 46 255 72 57 36 255 +minecraft:bee_nest[facing=east,honey_level=1] 182 144 92 255 145 115 73 255 91 72 46 255 72 57 36 255 +minecraft:bee_nest[facing=east,honey_level=2] 182 144 92 255 145 115 73 255 91 72 46 255 72 57 36 255 +minecraft:bee_nest[facing=east,honey_level=3] 182 144 92 255 145 115 73 255 91 72 46 255 72 57 36 255 +minecraft:bee_nest[facing=east,honey_level=4] 182 144 92 255 145 115 73 255 91 72 46 255 72 57 36 255 +minecraft:bee_nest[facing=east,honey_level=5] 182 144 92 255 145 115 73 255 91 72 46 255 72 57 36 255 +minecraft:beehive 163 152 122 255 130 121 97 255 81 76 61 255 65 60 48 255 +minecraft:beehive[facing=north,honey_level=1] 163 152 122 255 130 121 97 255 81 76 61 255 65 60 48 255 +minecraft:beehive[facing=north,honey_level=2] 163 152 122 255 130 121 97 255 81 76 61 255 65 60 48 255 +minecraft:beehive[facing=north,honey_level=3] 163 152 122 255 130 121 97 255 81 76 61 255 65 60 48 255 +minecraft:beehive[facing=north,honey_level=4] 163 152 122 255 130 121 97 255 81 76 61 255 65 60 48 255 +minecraft:beehive[facing=north,honey_level=5] 163 152 122 255 130 121 97 255 81 76 61 255 65 60 48 255 +minecraft:beehive[facing=south,honey_level=0] 163 152 122 255 130 121 97 255 81 76 61 255 65 60 48 255 +minecraft:beehive[facing=south,honey_level=1] 163 152 122 255 130 121 97 255 81 76 61 255 65 60 48 255 +minecraft:beehive[facing=south,honey_level=2] 163 152 122 255 130 121 97 255 81 76 61 255 65 60 48 255 +minecraft:beehive[facing=south,honey_level=3] 163 152 122 255 130 121 97 255 81 76 61 255 65 60 48 255 +minecraft:beehive[facing=south,honey_level=4] 163 152 122 255 130 121 97 255 81 76 61 255 65 60 48 255 +minecraft:beehive[facing=south,honey_level=5] 163 152 122 255 130 121 97 255 81 76 61 255 65 60 48 255 +minecraft:beehive[facing=west,honey_level=0] 163 152 122 255 130 121 97 255 81 76 61 255 65 60 48 255 +minecraft:beehive[facing=west,honey_level=1] 163 152 122 255 130 121 97 255 81 76 61 255 65 60 48 255 +minecraft:beehive[facing=west,honey_level=2] 163 152 122 255 130 121 97 255 81 76 61 255 65 60 48 255 +minecraft:beehive[facing=west,honey_level=3] 163 152 122 255 130 121 97 255 81 76 61 255 65 60 48 255 +minecraft:beehive[facing=west,honey_level=4] 163 152 122 255 130 121 97 255 81 76 61 255 65 60 48 255 +minecraft:beehive[facing=west,honey_level=5] 163 152 122 255 130 121 97 255 81 76 61 255 65 60 48 255 +minecraft:beehive[facing=east,honey_level=0] 163 152 122 255 130 121 97 255 81 76 61 255 65 60 48 255 +minecraft:beehive[facing=east,honey_level=1] 163 152 122 255 130 121 97 255 81 76 61 255 65 60 48 255 +minecraft:beehive[facing=east,honey_level=2] 163 152 122 255 130 121 97 255 81 76 61 255 65 60 48 255 +minecraft:beehive[facing=east,honey_level=3] 163 152 122 255 130 121 97 255 81 76 61 255 65 60 48 255 +minecraft:beehive[facing=east,honey_level=4] 163 152 122 255 130 121 97 255 81 76 61 255 65 60 48 255 +minecraft:beehive[facing=east,honey_level=5] 163 152 122 255 130 121 97 255 81 76 61 255 65 60 48 255 +minecraft:honey_block 178 52 2 170 142 41 1 170 89 26 1 170 71 20 0 170 +minecraft:honeycomb_block 188 120 52 255 150 96 41 255 94 60 26 255 75 48 20 255 +minecraft:netherite_block 56 47 46 255 44 37 36 255 28 23 23 255 22 18 18 255 +minecraft:ancient_debris 62 33 35 255 49 26 28 255 31 16 17 255 24 13 14 255 +minecraft:crying_obsidian 60 39 72 255 48 31 57 255 30 19 36 255 24 15 28 255 +minecraft:respawn_anchor 12 8 11 255 9 6 8 255 6 4 5 255 4 3 4 255 +minecraft:respawn_anchor[charges=1] 106 66 131 255 84 52 104 255 53 33 65 255 42 26 52 255 +minecraft:respawn_anchor[charges=2] 106 66 131 255 84 52 104 255 53 33 65 255 42 26 52 255 +minecraft:respawn_anchor[charges=3] 106 66 131 255 84 52 104 255 53 33 65 255 42 26 52 255 +minecraft:respawn_anchor[charges=4] 106 66 131 255 84 52 104 255 53 33 65 255 42 26 52 255 +minecraft:potted_crimson_fungus 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_warped_fungus 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_crimson_roots 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_warped_roots 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:lodestone 76 73 70 255 60 58 56 255 38 36 35 255 30 29 28 255 +minecraft:blackstone 30 29 28 255 24 23 22 255 15 14 14 255 12 11 11 255 +minecraft:blackstone_stairs 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_slab 30 29 28 255 24 23 22 255 15 14 14 255 12 11 11 255 +minecraft:blackstone_slab[type=top,waterlogged=false] 30 29 28 255 24 23 22 255 15 14 14 255 12 11 11 255 +minecraft:blackstone_slab[type=bottom,waterlogged=true] 30 29 28 255 24 23 22 255 15 14 14 255 12 11 11 255 +minecraft:blackstone_slab[type=bottom,waterlogged=false] 30 29 28 255 24 23 22 255 15 14 14 255 12 11 11 255 +minecraft:blackstone_slab[type=double,waterlogged=true] 30 29 28 255 24 23 22 255 15 14 14 255 12 11 11 255 +minecraft:blackstone_slab[type=double,waterlogged=false] 30 29 28 255 24 23 22 255 15 14 14 255 12 11 11 255 +minecraft:polished_blackstone 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_bricks 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:cracked_polished_blackstone_bricks 24 25 25 255 19 20 20 255 12 12 12 255 9 10 10 255 +minecraft:chiseled_polished_blackstone 34 34 34 255 27 27 27 255 17 17 17 255 13 13 13 255 +minecraft:polished_blackstone_brick_slab 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_slab[type=top,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_slab[type=bottom,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_slab[type=bottom,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_slab[type=double,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_slab[type=double,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:gilded_blackstone 62 52 37 255 49 41 29 255 31 26 18 255 24 20 14 255 +minecraft:polished_blackstone_stairs 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_slab 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_slab[type=top,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_slab[type=bottom,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_slab[type=bottom,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_slab[type=double,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_slab[type=double,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_pressure_plate 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_pressure_plate[powered=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_button 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_button[face=floor,facing=north,powered=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_button[face=floor,facing=south,powered=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_button[face=floor,facing=south,powered=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_button[face=floor,facing=west,powered=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_button[face=floor,facing=west,powered=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_button[face=floor,facing=east,powered=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_button[face=floor,facing=east,powered=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_button[face=wall,facing=north,powered=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_button[face=wall,facing=north,powered=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_button[face=wall,facing=south,powered=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_button[face=wall,facing=south,powered=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_button[face=wall,facing=west,powered=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_button[face=wall,facing=west,powered=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_button[face=wall,facing=east,powered=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_button[face=wall,facing=east,powered=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_button[face=ceiling,facing=north,powered=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_button[face=ceiling,facing=north,powered=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_button[face=ceiling,facing=south,powered=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_button[face=ceiling,facing=south,powered=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_button[face=ceiling,facing=west,powered=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_button[face=ceiling,facing=west,powered=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_button[face=ceiling,facing=east,powered=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_button[face=ceiling,facing=east,powered=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:chiseled_nether_bricks 69 34 35 255 55 27 28 255 34 17 17 255 27 13 14 255 +minecraft:cracked_nether_bricks 57 22 24 255 45 17 19 255 28 11 12 255 22 8 9 255 +minecraft:quartz_bricks 221 209 210 255 176 167 168 255 110 104 105 255 88 83 84 255 +minecraft:candle 224 200 146 20 179 160 116 20 112 100 73 20 89 80 58 20 +minecraft:candle[candles=1,lit=true,waterlogged=false] 224 200 146 20 179 160 116 20 112 100 73 20 89 80 58 20 +minecraft:candle[candles=1,lit=false,waterlogged=true] 199 174 125 20 159 139 100 20 99 87 62 20 79 69 50 20 +minecraft:candle[candles=1,lit=false,waterlogged=false] 199 174 125 20 159 139 100 20 99 87 62 20 79 69 50 20 +minecraft:candle[candles=2,lit=true,waterlogged=true] 224 200 146 20 179 160 116 20 112 100 73 20 89 80 58 20 +minecraft:candle[candles=2,lit=true,waterlogged=false] 224 200 146 20 179 160 116 20 112 100 73 20 89 80 58 20 +minecraft:candle[candles=2,lit=false,waterlogged=true] 199 174 125 20 159 139 100 20 99 87 62 20 79 69 50 20 +minecraft:candle[candles=2,lit=false,waterlogged=false] 199 174 125 20 159 139 100 20 99 87 62 20 79 69 50 20 +minecraft:candle[candles=3,lit=true,waterlogged=true] 224 200 146 20 179 160 116 20 112 100 73 20 89 80 58 20 +minecraft:candle[candles=3,lit=true,waterlogged=false] 224 200 146 20 179 160 116 20 112 100 73 20 89 80 58 20 +minecraft:candle[candles=3,lit=false,waterlogged=true] 199 174 125 20 159 139 100 20 99 87 62 20 79 69 50 20 +minecraft:candle[candles=3,lit=false,waterlogged=false] 199 174 125 20 159 139 100 20 99 87 62 20 79 69 50 20 +minecraft:candle[candles=4,lit=true,waterlogged=true] 224 200 146 20 179 160 116 20 112 100 73 20 89 80 58 20 +minecraft:candle[candles=4,lit=true,waterlogged=false] 224 200 146 20 179 160 116 20 112 100 73 20 89 80 58 20 +minecraft:candle[candles=4,lit=false,waterlogged=true] 199 174 125 20 159 139 100 20 99 87 62 20 79 69 50 20 +minecraft:candle[candles=4,lit=false,waterlogged=false] 199 174 125 20 159 139 100 20 99 87 62 20 79 69 50 20 +minecraft:white_candle 229 220 208 20 183 176 166 20 114 110 104 20 91 88 83 20 +minecraft:white_candle[candles=1,lit=true,waterlogged=false] 229 220 208 20 183 176 166 20 114 110 104 20 91 88 83 20 +minecraft:white_candle[candles=1,lit=false,waterlogged=true] 211 207 199 20 168 165 159 20 105 103 99 20 84 82 79 20 +minecraft:white_candle[candles=1,lit=false,waterlogged=false] 211 207 199 20 168 165 159 20 105 103 99 20 84 82 79 20 +minecraft:white_candle[candles=2,lit=true,waterlogged=true] 229 220 208 20 183 176 166 20 114 110 104 20 91 88 83 20 +minecraft:white_candle[candles=2,lit=true,waterlogged=false] 229 220 208 20 183 176 166 20 114 110 104 20 91 88 83 20 +minecraft:white_candle[candles=2,lit=false,waterlogged=true] 211 207 199 20 168 165 159 20 105 103 99 20 84 82 79 20 +minecraft:white_candle[candles=2,lit=false,waterlogged=false] 211 207 199 20 168 165 159 20 105 103 99 20 84 82 79 20 +minecraft:white_candle[candles=3,lit=true,waterlogged=true] 229 220 208 20 183 176 166 20 114 110 104 20 91 88 83 20 +minecraft:white_candle[candles=3,lit=true,waterlogged=false] 229 220 208 20 183 176 166 20 114 110 104 20 91 88 83 20 +minecraft:white_candle[candles=3,lit=false,waterlogged=true] 211 207 199 20 168 165 159 20 105 103 99 20 84 82 79 20 +minecraft:white_candle[candles=3,lit=false,waterlogged=false] 211 207 199 20 168 165 159 20 105 103 99 20 84 82 79 20 +minecraft:white_candle[candles=4,lit=true,waterlogged=true] 229 220 208 20 183 176 166 20 114 110 104 20 91 88 83 20 +minecraft:white_candle[candles=4,lit=true,waterlogged=false] 229 220 208 20 183 176 166 20 114 110 104 20 91 88 83 20 +minecraft:white_candle[candles=4,lit=false,waterlogged=true] 211 207 199 20 168 165 159 20 105 103 99 20 84 82 79 20 +minecraft:white_candle[candles=4,lit=false,waterlogged=false] 211 207 199 20 168 165 159 20 105 103 99 20 84 82 79 20 +minecraft:orange_candle 206 140 55 20 164 112 44 20 103 70 27 20 82 56 22 20 +minecraft:orange_candle[candles=1,lit=true,waterlogged=false] 206 140 55 20 164 112 44 20 103 70 27 20 82 56 22 20 +minecraft:orange_candle[candles=1,lit=false,waterlogged=true] 171 96 42 20 136 76 33 20 85 48 21 20 68 38 16 20 +minecraft:orange_candle[candles=1,lit=false,waterlogged=false] 171 96 42 20 136 76 33 20 85 48 21 20 68 38 16 20 +minecraft:orange_candle[candles=2,lit=true,waterlogged=true] 206 140 55 20 164 112 44 20 103 70 27 20 82 56 22 20 +minecraft:orange_candle[candles=2,lit=true,waterlogged=false] 206 140 55 20 164 112 44 20 103 70 27 20 82 56 22 20 +minecraft:orange_candle[candles=2,lit=false,waterlogged=true] 171 96 42 20 136 76 33 20 85 48 21 20 68 38 16 20 +minecraft:orange_candle[candles=2,lit=false,waterlogged=false] 171 96 42 20 136 76 33 20 85 48 21 20 68 38 16 20 +minecraft:orange_candle[candles=3,lit=true,waterlogged=true] 206 140 55 20 164 112 44 20 103 70 27 20 82 56 22 20 +minecraft:orange_candle[candles=3,lit=true,waterlogged=false] 206 140 55 20 164 112 44 20 103 70 27 20 82 56 22 20 +minecraft:orange_candle[candles=3,lit=false,waterlogged=true] 171 96 42 20 136 76 33 20 85 48 21 20 68 38 16 20 +minecraft:orange_candle[candles=3,lit=false,waterlogged=false] 171 96 42 20 136 76 33 20 85 48 21 20 68 38 16 20 +minecraft:orange_candle[candles=4,lit=true,waterlogged=true] 206 140 55 20 164 112 44 20 103 70 27 20 82 56 22 20 +minecraft:orange_candle[candles=4,lit=true,waterlogged=false] 206 140 55 20 164 112 44 20 103 70 27 20 82 56 22 20 +minecraft:orange_candle[candles=4,lit=false,waterlogged=true] 171 96 42 20 136 76 33 20 85 48 21 20 68 38 16 20 +minecraft:orange_candle[candles=4,lit=false,waterlogged=false] 171 96 42 20 136 76 33 20 85 48 21 20 68 38 16 20 +minecraft:magenta_candle 201 138 150 20 160 110 120 20 100 69 75 20 80 55 60 20 +minecraft:magenta_candle[candles=1,lit=true,waterlogged=false] 201 138 150 20 160 110 120 20 100 69 75 20 80 55 60 20 +minecraft:magenta_candle[candles=1,lit=false,waterlogged=true] 163 93 127 20 130 74 101 20 81 46 63 20 65 37 50 20 +minecraft:magenta_candle[candles=1,lit=false,waterlogged=false] 163 93 127 20 130 74 101 20 81 46 63 20 65 37 50 20 +minecraft:magenta_candle[candles=2,lit=true,waterlogged=true] 201 138 150 20 160 110 120 20 100 69 75 20 80 55 60 20 +minecraft:magenta_candle[candles=2,lit=true,waterlogged=false] 201 138 150 20 160 110 120 20 100 69 75 20 80 55 60 20 +minecraft:magenta_candle[candles=2,lit=false,waterlogged=true] 163 93 127 20 130 74 101 20 81 46 63 20 65 37 50 20 +minecraft:magenta_candle[candles=2,lit=false,waterlogged=false] 163 93 127 20 130 74 101 20 81 46 63 20 65 37 50 20 +minecraft:magenta_candle[candles=3,lit=true,waterlogged=true] 201 138 150 20 160 110 120 20 100 69 75 20 80 55 60 20 +minecraft:magenta_candle[candles=3,lit=true,waterlogged=false] 201 138 150 20 160 110 120 20 100 69 75 20 80 55 60 20 +minecraft:magenta_candle[candles=3,lit=false,waterlogged=true] 163 93 127 20 130 74 101 20 81 46 63 20 65 37 50 20 +minecraft:magenta_candle[candles=3,lit=false,waterlogged=false] 163 93 127 20 130 74 101 20 81 46 63 20 65 37 50 20 +minecraft:magenta_candle[candles=4,lit=true,waterlogged=true] 201 138 150 20 160 110 120 20 100 69 75 20 80 55 60 20 +minecraft:magenta_candle[candles=4,lit=true,waterlogged=false] 201 138 150 20 160 110 120 20 100 69 75 20 80 55 60 20 +minecraft:magenta_candle[candles=4,lit=false,waterlogged=true] 163 93 127 20 130 74 101 20 81 46 63 20 65 37 50 20 +minecraft:magenta_candle[candles=4,lit=false,waterlogged=false] 163 93 127 20 130 74 101 20 81 46 63 20 65 37 50 20 +minecraft:light_blue_candle 156 153 162 20 124 122 129 20 78 76 81 20 62 61 64 20 +minecraft:light_blue_candle[candles=1,lit=true,waterlogged=false] 156 153 162 20 124 122 129 20 78 76 81 20 62 61 64 20 +minecraft:light_blue_candle[candles=1,lit=false,waterlogged=true] 100 112 142 20 80 89 113 20 50 56 71 20 40 44 56 20 +minecraft:light_blue_candle[candles=1,lit=false,waterlogged=false] 100 112 142 20 80 89 113 20 50 56 71 20 40 44 56 20 +minecraft:light_blue_candle[candles=2,lit=true,waterlogged=true] 156 153 162 20 124 122 129 20 78 76 81 20 62 61 64 20 +minecraft:light_blue_candle[candles=2,lit=true,waterlogged=false] 156 153 162 20 124 122 129 20 78 76 81 20 62 61 64 20 +minecraft:light_blue_candle[candles=2,lit=false,waterlogged=true] 100 112 142 20 80 89 113 20 50 56 71 20 40 44 56 20 +minecraft:light_blue_candle[candles=2,lit=false,waterlogged=false] 100 112 142 20 80 89 113 20 50 56 71 20 40 44 56 20 +minecraft:light_blue_candle[candles=3,lit=true,waterlogged=true] 156 153 162 20 124 122 129 20 78 76 81 20 62 61 64 20 +minecraft:light_blue_candle[candles=3,lit=true,waterlogged=false] 156 153 162 20 124 122 129 20 78 76 81 20 62 61 64 20 +minecraft:light_blue_candle[candles=3,lit=false,waterlogged=true] 100 112 142 20 80 89 113 20 50 56 71 20 40 44 56 20 +minecraft:light_blue_candle[candles=3,lit=false,waterlogged=false] 100 112 142 20 80 89 113 20 50 56 71 20 40 44 56 20 +minecraft:light_blue_candle[candles=4,lit=true,waterlogged=true] 156 153 162 20 124 122 129 20 78 76 81 20 62 61 64 20 +minecraft:light_blue_candle[candles=4,lit=true,waterlogged=false] 156 153 162 20 124 122 129 20 78 76 81 20 62 61 64 20 +minecraft:light_blue_candle[candles=4,lit=false,waterlogged=true] 100 112 142 20 80 89 113 20 50 56 71 20 40 44 56 20 +minecraft:light_blue_candle[candles=4,lit=false,waterlogged=false] 100 112 142 20 80 89 113 20 50 56 71 20 40 44 56 20 +minecraft:yellow_candle 216 194 81 20 172 155 64 20 108 97 40 20 86 77 32 20 +minecraft:yellow_candle[candles=1,lit=true,waterlogged=false] 216 194 81 20 172 155 64 20 108 97 40 20 86 77 32 20 +minecraft:yellow_candle[candles=1,lit=false,waterlogged=true] 188 164 60 20 150 131 48 20 94 82 30 20 75 65 24 20 +minecraft:yellow_candle[candles=1,lit=false,waterlogged=false] 188 164 60 20 150 131 48 20 94 82 30 20 75 65 24 20 +minecraft:yellow_candle[candles=2,lit=true,waterlogged=true] 216 194 81 20 172 155 64 20 108 97 40 20 86 77 32 20 +minecraft:yellow_candle[candles=2,lit=true,waterlogged=false] 216 194 81 20 172 155 64 20 108 97 40 20 86 77 32 20 +minecraft:yellow_candle[candles=2,lit=false,waterlogged=true] 188 164 60 20 150 131 48 20 94 82 30 20 75 65 24 20 +minecraft:yellow_candle[candles=2,lit=false,waterlogged=false] 188 164 60 20 150 131 48 20 94 82 30 20 75 65 24 20 +minecraft:yellow_candle[candles=3,lit=true,waterlogged=true] 216 194 81 20 172 155 64 20 108 97 40 20 86 77 32 20 +minecraft:yellow_candle[candles=3,lit=true,waterlogged=false] 216 194 81 20 172 155 64 20 108 97 40 20 86 77 32 20 +minecraft:yellow_candle[candles=3,lit=false,waterlogged=true] 188 164 60 20 150 131 48 20 94 82 30 20 75 65 24 20 +minecraft:yellow_candle[candles=3,lit=false,waterlogged=false] 188 164 60 20 150 131 48 20 94 82 30 20 75 65 24 20 +minecraft:yellow_candle[candles=4,lit=true,waterlogged=true] 216 194 81 20 172 155 64 20 108 97 40 20 86 77 32 20 +minecraft:yellow_candle[candles=4,lit=true,waterlogged=false] 216 194 81 20 172 155 64 20 108 97 40 20 86 77 32 20 +minecraft:yellow_candle[candles=4,lit=false,waterlogged=true] 188 164 60 20 150 131 48 20 94 82 30 20 75 65 24 20 +minecraft:yellow_candle[candles=4,lit=false,waterlogged=false] 188 164 60 20 150 131 48 20 94 82 30 20 75 65 24 20 +minecraft:lime_candle 179 174 79 20 143 139 63 20 89 87 39 20 71 69 31 20 +minecraft:lime_candle[candles=1,lit=true,waterlogged=false] 179 174 79 20 143 139 63 20 89 87 39 20 71 69 31 20 +minecraft:lime_candle[candles=1,lit=false,waterlogged=true] 131 137 59 20 104 109 47 20 65 68 29 20 52 54 23 20 +minecraft:lime_candle[candles=1,lit=false,waterlogged=false] 131 137 59 20 104 109 47 20 65 68 29 20 52 54 23 20 +minecraft:lime_candle[candles=2,lit=true,waterlogged=true] 179 174 79 20 143 139 63 20 89 87 39 20 71 69 31 20 +minecraft:lime_candle[candles=2,lit=true,waterlogged=false] 179 174 79 20 143 139 63 20 89 87 39 20 71 69 31 20 +minecraft:lime_candle[candles=2,lit=false,waterlogged=true] 131 137 59 20 104 109 47 20 65 68 29 20 52 54 23 20 +minecraft:lime_candle[candles=2,lit=false,waterlogged=false] 131 137 59 20 104 109 47 20 65 68 29 20 52 54 23 20 +minecraft:lime_candle[candles=3,lit=true,waterlogged=true] 179 174 79 20 143 139 63 20 89 87 39 20 71 69 31 20 +minecraft:lime_candle[candles=3,lit=true,waterlogged=false] 179 174 79 20 143 139 63 20 89 87 39 20 71 69 31 20 +minecraft:lime_candle[candles=3,lit=false,waterlogged=true] 131 137 59 20 104 109 47 20 65 68 29 20 52 54 23 20 +minecraft:lime_candle[candles=3,lit=false,waterlogged=false] 131 137 59 20 104 109 47 20 65 68 29 20 52 54 23 20 +minecraft:lime_candle[candles=4,lit=true,waterlogged=true] 179 174 79 20 143 139 63 20 89 87 39 20 71 69 31 20 +minecraft:lime_candle[candles=4,lit=true,waterlogged=false] 179 174 79 20 143 139 63 20 89 87 39 20 71 69 31 20 +minecraft:lime_candle[candles=4,lit=false,waterlogged=true] 131 137 59 20 104 109 47 20 65 68 29 20 52 54 23 20 +minecraft:lime_candle[candles=4,lit=false,waterlogged=false] 131 137 59 20 104 109 47 20 65 68 29 20 52 54 23 20 +minecraft:pink_candle 234 174 153 20 187 139 122 20 117 87 76 20 93 69 61 20 +minecraft:pink_candle[candles=1,lit=true,waterlogged=false] 234 174 153 20 187 139 122 20 117 87 76 20 93 69 61 20 +minecraft:pink_candle[candles=1,lit=false,waterlogged=true] 221 141 132 20 176 112 105 20 110 70 66 20 88 56 52 20 +minecraft:pink_candle[candles=1,lit=false,waterlogged=false] 221 141 132 20 176 112 105 20 110 70 66 20 88 56 52 20 +minecraft:pink_candle[candles=2,lit=true,waterlogged=true] 234 174 153 20 187 139 122 20 117 87 76 20 93 69 61 20 +minecraft:pink_candle[candles=2,lit=true,waterlogged=false] 234 174 153 20 187 139 122 20 117 87 76 20 93 69 61 20 +minecraft:pink_candle[candles=2,lit=false,waterlogged=true] 221 141 132 20 176 112 105 20 110 70 66 20 88 56 52 20 +minecraft:pink_candle[candles=2,lit=false,waterlogged=false] 221 141 132 20 176 112 105 20 110 70 66 20 88 56 52 20 +minecraft:pink_candle[candles=3,lit=true,waterlogged=true] 234 174 153 20 187 139 122 20 117 87 76 20 93 69 61 20 +minecraft:pink_candle[candles=3,lit=true,waterlogged=false] 234 174 153 20 187 139 122 20 117 87 76 20 93 69 61 20 +minecraft:pink_candle[candles=3,lit=false,waterlogged=true] 221 141 132 20 176 112 105 20 110 70 66 20 88 56 52 20 +minecraft:pink_candle[candles=3,lit=false,waterlogged=false] 221 141 132 20 176 112 105 20 110 70 66 20 88 56 52 20 +minecraft:pink_candle[candles=4,lit=true,waterlogged=true] 234 174 153 20 187 139 122 20 117 87 76 20 93 69 61 20 +minecraft:pink_candle[candles=4,lit=true,waterlogged=false] 234 174 153 20 187 139 122 20 117 87 76 20 93 69 61 20 +minecraft:pink_candle[candles=4,lit=false,waterlogged=true] 221 141 132 20 176 112 105 20 110 70 66 20 88 56 52 20 +minecraft:pink_candle[candles=4,lit=false,waterlogged=false] 221 141 132 20 176 112 105 20 110 70 66 20 88 56 52 20 +minecraft:gray_candle 143 123 96 20 114 98 76 20 71 61 48 20 57 49 38 20 +minecraft:gray_candle[candles=1,lit=true,waterlogged=false] 143 123 96 20 114 98 76 20 71 61 48 20 57 49 38 20 +minecraft:gray_candle[candles=1,lit=false,waterlogged=true] 82 78 71 20 65 62 56 20 41 39 35 20 32 31 28 20 +minecraft:gray_candle[candles=1,lit=false,waterlogged=false] 82 78 71 20 65 62 56 20 41 39 35 20 32 31 28 20 +minecraft:gray_candle[candles=2,lit=true,waterlogged=true] 143 123 96 20 114 98 76 20 71 61 48 20 57 49 38 20 +minecraft:gray_candle[candles=2,lit=true,waterlogged=false] 143 123 96 20 114 98 76 20 71 61 48 20 57 49 38 20 +minecraft:gray_candle[candles=2,lit=false,waterlogged=true] 82 78 71 20 65 62 56 20 41 39 35 20 32 31 28 20 +minecraft:gray_candle[candles=2,lit=false,waterlogged=false] 82 78 71 20 65 62 56 20 41 39 35 20 32 31 28 20 +minecraft:gray_candle[candles=3,lit=true,waterlogged=true] 143 123 96 20 114 98 76 20 71 61 48 20 57 49 38 20 +minecraft:gray_candle[candles=3,lit=true,waterlogged=false] 143 123 96 20 114 98 76 20 71 61 48 20 57 49 38 20 +minecraft:gray_candle[candles=3,lit=false,waterlogged=true] 82 78 71 20 65 62 56 20 41 39 35 20 32 31 28 20 +minecraft:gray_candle[candles=3,lit=false,waterlogged=false] 82 78 71 20 65 62 56 20 41 39 35 20 32 31 28 20 +minecraft:gray_candle[candles=4,lit=true,waterlogged=true] 143 123 96 20 114 98 76 20 71 61 48 20 57 49 38 20 +minecraft:gray_candle[candles=4,lit=true,waterlogged=false] 143 123 96 20 114 98 76 20 71 61 48 20 57 49 38 20 +minecraft:gray_candle[candles=4,lit=false,waterlogged=true] 82 78 71 20 65 62 56 20 41 39 35 20 32 31 28 20 +minecraft:gray_candle[candles=4,lit=false,waterlogged=false] 82 78 71 20 65 62 56 20 41 39 35 20 32 31 28 20 +minecraft:light_gray_candle 204 195 177 20 163 156 141 20 102 97 88 20 81 78 70 20 +minecraft:light_gray_candle[candles=1,lit=true,waterlogged=false] 204 195 177 20 163 156 141 20 102 97 88 20 81 78 70 20 +minecraft:light_gray_candle[candles=1,lit=false,waterlogged=true] 172 170 162 20 137 136 129 20 86 85 81 20 68 68 64 20 +minecraft:light_gray_candle[candles=1,lit=false,waterlogged=false] 172 170 162 20 137 136 129 20 86 85 81 20 68 68 64 20 +minecraft:light_gray_candle[candles=2,lit=true,waterlogged=true] 204 195 177 20 163 156 141 20 102 97 88 20 81 78 70 20 +minecraft:light_gray_candle[candles=2,lit=true,waterlogged=false] 204 195 177 20 163 156 141 20 102 97 88 20 81 78 70 20 +minecraft:light_gray_candle[candles=2,lit=false,waterlogged=true] 172 170 162 20 137 136 129 20 86 85 81 20 68 68 64 20 +minecraft:light_gray_candle[candles=2,lit=false,waterlogged=false] 172 170 162 20 137 136 129 20 86 85 81 20 68 68 64 20 +minecraft:light_gray_candle[candles=3,lit=true,waterlogged=true] 204 195 177 20 163 156 141 20 102 97 88 20 81 78 70 20 +minecraft:light_gray_candle[candles=3,lit=true,waterlogged=false] 204 195 177 20 163 156 141 20 102 97 88 20 81 78 70 20 +minecraft:light_gray_candle[candles=3,lit=false,waterlogged=true] 172 170 162 20 137 136 129 20 86 85 81 20 68 68 64 20 +minecraft:light_gray_candle[candles=3,lit=false,waterlogged=false] 172 170 162 20 137 136 129 20 86 85 81 20 68 68 64 20 +minecraft:light_gray_candle[candles=4,lit=true,waterlogged=true] 204 195 177 20 163 156 141 20 102 97 88 20 81 78 70 20 +minecraft:light_gray_candle[candles=4,lit=true,waterlogged=false] 204 195 177 20 163 156 141 20 102 97 88 20 81 78 70 20 +minecraft:light_gray_candle[candles=4,lit=false,waterlogged=true] 172 170 162 20 137 136 129 20 86 85 81 20 68 68 64 20 +minecraft:light_gray_candle[candles=4,lit=false,waterlogged=false] 172 170 162 20 137 136 129 20 86 85 81 20 68 68 64 20 +minecraft:cyan_candle 140 150 119 20 112 120 95 20 70 75 59 20 56 60 47 20 +minecraft:cyan_candle[candles=1,lit=true,waterlogged=false] 140 150 119 20 112 120 95 20 70 75 59 20 56 60 47 20 +minecraft:cyan_candle[candles=1,lit=false,waterlogged=true] 80 108 94 20 64 86 75 20 40 54 47 20 32 43 37 20 +minecraft:cyan_candle[candles=1,lit=false,waterlogged=false] 80 108 94 20 64 86 75 20 40 54 47 20 32 43 37 20 +minecraft:cyan_candle[candles=2,lit=true,waterlogged=true] 140 150 119 20 112 120 95 20 70 75 59 20 56 60 47 20 +minecraft:cyan_candle[candles=2,lit=true,waterlogged=false] 140 150 119 20 112 120 95 20 70 75 59 20 56 60 47 20 +minecraft:cyan_candle[candles=2,lit=false,waterlogged=true] 80 108 94 20 64 86 75 20 40 54 47 20 32 43 37 20 +minecraft:cyan_candle[candles=2,lit=false,waterlogged=false] 80 108 94 20 64 86 75 20 40 54 47 20 32 43 37 20 +minecraft:cyan_candle[candles=3,lit=true,waterlogged=true] 140 150 119 20 112 120 95 20 70 75 59 20 56 60 47 20 +minecraft:cyan_candle[candles=3,lit=true,waterlogged=false] 140 150 119 20 112 120 95 20 70 75 59 20 56 60 47 20 +minecraft:cyan_candle[candles=3,lit=false,waterlogged=true] 80 108 94 20 64 86 75 20 40 54 47 20 32 43 37 20 +minecraft:cyan_candle[candles=3,lit=false,waterlogged=false] 80 108 94 20 64 86 75 20 40 54 47 20 32 43 37 20 +minecraft:cyan_candle[candles=4,lit=true,waterlogged=true] 140 150 119 20 112 120 95 20 70 75 59 20 56 60 47 20 +minecraft:cyan_candle[candles=4,lit=true,waterlogged=false] 140 150 119 20 112 120 95 20 70 75 59 20 56 60 47 20 +minecraft:cyan_candle[candles=4,lit=false,waterlogged=true] 80 108 94 20 64 86 75 20 40 54 47 20 32 43 37 20 +minecraft:cyan_candle[candles=4,lit=false,waterlogged=false] 80 108 94 20 64 86 75 20 40 54 47 20 32 43 37 20 +minecraft:purple_candle 165 81 127 20 132 64 101 20 82 40 63 20 66 32 50 20 +minecraft:purple_candle[candles=1,lit=true,waterlogged=false] 165 81 127 20 132 64 101 20 82 40 63 20 66 32 50 20 +minecraft:purple_candle[candles=1,lit=false,waterlogged=true] 109 44 102 20 87 35 81 20 54 22 51 20 43 17 40 20 +minecraft:purple_candle[candles=1,lit=false,waterlogged=false] 109 44 102 20 87 35 81 20 54 22 51 20 43 17 40 20 +minecraft:purple_candle[candles=2,lit=true,waterlogged=true] 165 81 127 20 132 64 101 20 82 40 63 20 66 32 50 20 +minecraft:purple_candle[candles=2,lit=true,waterlogged=false] 165 81 127 20 132 64 101 20 82 40 63 20 66 32 50 20 +minecraft:purple_candle[candles=2,lit=false,waterlogged=true] 109 44 102 20 87 35 81 20 54 22 51 20 43 17 40 20 +minecraft:purple_candle[candles=2,lit=false,waterlogged=false] 109 44 102 20 87 35 81 20 54 22 51 20 43 17 40 20 +minecraft:purple_candle[candles=3,lit=true,waterlogged=true] 165 81 127 20 132 64 101 20 82 40 63 20 66 32 50 20 +minecraft:purple_candle[candles=3,lit=true,waterlogged=false] 165 81 127 20 132 64 101 20 82 40 63 20 66 32 50 20 +minecraft:purple_candle[candles=3,lit=false,waterlogged=true] 109 44 102 20 87 35 81 20 54 22 51 20 43 17 40 20 +minecraft:purple_candle[candles=3,lit=false,waterlogged=false] 109 44 102 20 87 35 81 20 54 22 51 20 43 17 40 20 +minecraft:purple_candle[candles=4,lit=true,waterlogged=true] 165 81 127 20 132 64 101 20 82 40 63 20 66 32 50 20 +minecraft:purple_candle[candles=4,lit=true,waterlogged=false] 165 81 127 20 132 64 101 20 82 40 63 20 66 32 50 20 +minecraft:purple_candle[candles=4,lit=false,waterlogged=true] 109 44 102 20 87 35 81 20 54 22 51 20 43 17 40 20 +minecraft:purple_candle[candles=4,lit=false,waterlogged=false] 109 44 102 20 87 35 81 20 54 22 51 20 43 17 40 20 +minecraft:blue_candle 91 74 108 20 72 59 86 20 45 37 54 20 36 29 43 20 +minecraft:blue_candle[candles=1,lit=true,waterlogged=false] 91 74 108 20 72 59 86 20 45 37 54 20 36 29 43 20 +minecraft:blue_candle[candles=1,lit=false,waterlogged=true] 27 39 81 20 21 31 64 20 13 19 40 20 10 15 32 20 +minecraft:blue_candle[candles=1,lit=false,waterlogged=false] 27 39 81 20 21 31 64 20 13 19 40 20 10 15 32 20 +minecraft:blue_candle[candles=2,lit=true,waterlogged=true] 91 74 108 20 72 59 86 20 45 37 54 20 36 29 43 20 +minecraft:blue_candle[candles=2,lit=true,waterlogged=false] 91 74 108 20 72 59 86 20 45 37 54 20 36 29 43 20 +minecraft:blue_candle[candles=2,lit=false,waterlogged=true] 27 39 81 20 21 31 64 20 13 19 40 20 10 15 32 20 +minecraft:blue_candle[candles=2,lit=false,waterlogged=false] 27 39 81 20 21 31 64 20 13 19 40 20 10 15 32 20 +minecraft:blue_candle[candles=3,lit=true,waterlogged=true] 91 74 108 20 72 59 86 20 45 37 54 20 36 29 43 20 +minecraft:blue_candle[candles=3,lit=true,waterlogged=false] 91 74 108 20 72 59 86 20 45 37 54 20 36 29 43 20 +minecraft:blue_candle[candles=3,lit=false,waterlogged=true] 27 39 81 20 21 31 64 20 13 19 40 20 10 15 32 20 +minecraft:blue_candle[candles=3,lit=false,waterlogged=false] 27 39 81 20 21 31 64 20 13 19 40 20 10 15 32 20 +minecraft:blue_candle[candles=4,lit=true,waterlogged=true] 91 74 108 20 72 59 86 20 45 37 54 20 36 29 43 20 +minecraft:blue_candle[candles=4,lit=true,waterlogged=false] 91 74 108 20 72 59 86 20 45 37 54 20 36 29 43 20 +minecraft:blue_candle[candles=4,lit=false,waterlogged=true] 27 39 81 20 21 31 64 20 13 19 40 20 10 15 32 20 +minecraft:blue_candle[candles=4,lit=false,waterlogged=false] 27 39 81 20 21 31 64 20 13 19 40 20 10 15 32 20 +minecraft:brown_candle 172 113 39 20 137 90 31 20 86 56 19 20 68 45 15 20 +minecraft:brown_candle[candles=1,lit=true,waterlogged=false] 172 113 39 20 137 90 31 20 86 56 19 20 68 45 15 20 +minecraft:brown_candle[candles=1,lit=false,waterlogged=true] 119 69 31 20 95 55 24 20 59 34 15 20 47 27 12 20 +minecraft:brown_candle[candles=1,lit=false,waterlogged=false] 119 69 31 20 95 55 24 20 59 34 15 20 47 27 12 20 +minecraft:brown_candle[candles=2,lit=true,waterlogged=true] 172 113 39 20 137 90 31 20 86 56 19 20 68 45 15 20 +minecraft:brown_candle[candles=2,lit=true,waterlogged=false] 172 113 39 20 137 90 31 20 86 56 19 20 68 45 15 20 +minecraft:brown_candle[candles=2,lit=false,waterlogged=true] 119 69 31 20 95 55 24 20 59 34 15 20 47 27 12 20 +minecraft:brown_candle[candles=2,lit=false,waterlogged=false] 119 69 31 20 95 55 24 20 59 34 15 20 47 27 12 20 +minecraft:brown_candle[candles=3,lit=true,waterlogged=true] 172 113 39 20 137 90 31 20 86 56 19 20 68 45 15 20 +minecraft:brown_candle[candles=3,lit=true,waterlogged=false] 172 113 39 20 137 90 31 20 86 56 19 20 68 45 15 20 +minecraft:brown_candle[candles=3,lit=false,waterlogged=true] 119 69 31 20 95 55 24 20 59 34 15 20 47 27 12 20 +minecraft:brown_candle[candles=3,lit=false,waterlogged=false] 119 69 31 20 95 55 24 20 59 34 15 20 47 27 12 20 +minecraft:brown_candle[candles=4,lit=true,waterlogged=true] 172 113 39 20 137 90 31 20 86 56 19 20 68 45 15 20 +minecraft:brown_candle[candles=4,lit=true,waterlogged=false] 172 113 39 20 137 90 31 20 86 56 19 20 68 45 15 20 +minecraft:brown_candle[candles=4,lit=false,waterlogged=true] 119 69 31 20 95 55 24 20 59 34 15 20 47 27 12 20 +minecraft:brown_candle[candles=4,lit=false,waterlogged=false] 119 69 31 20 95 55 24 20 59 34 15 20 47 27 12 20 +minecraft:green_candle 131 114 32 20 104 91 25 20 65 57 16 20 52 45 12 20 +minecraft:green_candle[candles=1,lit=true,waterlogged=false] 131 114 32 20 104 91 25 20 65 57 16 20 52 45 12 20 +minecraft:green_candle[candles=1,lit=false,waterlogged=true] 67 70 25 20 53 56 20 20 33 35 12 20 26 28 10 20 +minecraft:green_candle[candles=1,lit=false,waterlogged=false] 67 70 25 20 53 56 20 20 33 35 12 20 26 28 10 20 +minecraft:green_candle[candles=2,lit=true,waterlogged=true] 131 114 32 20 104 91 25 20 65 57 16 20 52 45 12 20 +minecraft:green_candle[candles=2,lit=true,waterlogged=false] 131 114 32 20 104 91 25 20 65 57 16 20 52 45 12 20 +minecraft:green_candle[candles=2,lit=false,waterlogged=true] 67 70 25 20 53 56 20 20 33 35 12 20 26 28 10 20 +minecraft:green_candle[candles=2,lit=false,waterlogged=false] 67 70 25 20 53 56 20 20 33 35 12 20 26 28 10 20 +minecraft:green_candle[candles=3,lit=true,waterlogged=true] 131 114 32 20 104 91 25 20 65 57 16 20 52 45 12 20 +minecraft:green_candle[candles=3,lit=true,waterlogged=false] 131 114 32 20 104 91 25 20 65 57 16 20 52 45 12 20 +minecraft:green_candle[candles=3,lit=false,waterlogged=true] 67 70 25 20 53 56 20 20 33 35 12 20 26 28 10 20 +minecraft:green_candle[candles=3,lit=false,waterlogged=false] 67 70 25 20 53 56 20 20 33 35 12 20 26 28 10 20 +minecraft:green_candle[candles=4,lit=true,waterlogged=true] 131 114 32 20 104 91 25 20 65 57 16 20 52 45 12 20 +minecraft:green_candle[candles=4,lit=true,waterlogged=false] 131 114 32 20 104 91 25 20 65 57 16 20 52 45 12 20 +minecraft:green_candle[candles=4,lit=false,waterlogged=true] 67 70 25 20 53 56 20 20 33 35 12 20 26 28 10 20 +minecraft:green_candle[candles=4,lit=false,waterlogged=false] 67 70 25 20 53 56 20 20 33 35 12 20 26 28 10 20 +minecraft:red_candle 207 77 38 20 165 61 30 20 103 38 19 20 82 30 15 20 +minecraft:red_candle[candles=1,lit=true,waterlogged=false] 207 77 38 20 165 61 30 20 103 38 19 20 82 30 15 20 +minecraft:red_candle[candles=1,lit=false,waterlogged=true] 172 42 30 20 137 33 24 20 86 21 15 20 68 16 12 20 +minecraft:red_candle[candles=1,lit=false,waterlogged=false] 172 42 30 20 137 33 24 20 86 21 15 20 68 16 12 20 +minecraft:red_candle[candles=2,lit=true,waterlogged=true] 207 77 38 20 165 61 30 20 103 38 19 20 82 30 15 20 +minecraft:red_candle[candles=2,lit=true,waterlogged=false] 207 77 38 20 165 61 30 20 103 38 19 20 82 30 15 20 +minecraft:red_candle[candles=2,lit=false,waterlogged=true] 172 42 30 20 137 33 24 20 86 21 15 20 68 16 12 20 +minecraft:red_candle[candles=2,lit=false,waterlogged=false] 172 42 30 20 137 33 24 20 86 21 15 20 68 16 12 20 +minecraft:red_candle[candles=3,lit=true,waterlogged=true] 207 77 38 20 165 61 30 20 103 38 19 20 82 30 15 20 +minecraft:red_candle[candles=3,lit=true,waterlogged=false] 207 77 38 20 165 61 30 20 103 38 19 20 82 30 15 20 +minecraft:red_candle[candles=3,lit=false,waterlogged=true] 172 42 30 20 137 33 24 20 86 21 15 20 68 16 12 20 +minecraft:red_candle[candles=3,lit=false,waterlogged=false] 172 42 30 20 137 33 24 20 86 21 15 20 68 16 12 20 +minecraft:red_candle[candles=4,lit=true,waterlogged=true] 207 77 38 20 165 61 30 20 103 38 19 20 82 30 15 20 +minecraft:red_candle[candles=4,lit=true,waterlogged=false] 207 77 38 20 165 61 30 20 103 38 19 20 82 30 15 20 +minecraft:red_candle[candles=4,lit=false,waterlogged=true] 172 42 30 20 137 33 24 20 86 21 15 20 68 16 12 20 +minecraft:red_candle[candles=4,lit=false,waterlogged=false] 172 42 30 20 137 33 24 20 86 21 15 20 68 16 12 20 +minecraft:black_candle 88 43 27 20 70 34 21 20 44 21 13 20 35 17 10 20 +minecraft:black_candle[candles=1,lit=true,waterlogged=false] 88 43 27 20 70 34 21 20 44 21 13 20 35 17 10 20 +minecraft:black_candle[candles=1,lit=false,waterlogged=true] 26 24 21 20 20 19 16 20 13 12 10 20 10 9 8 20 +minecraft:black_candle[candles=1,lit=false,waterlogged=false] 26 24 21 20 20 19 16 20 13 12 10 20 10 9 8 20 +minecraft:black_candle[candles=2,lit=true,waterlogged=true] 88 43 27 20 70 34 21 20 44 21 13 20 35 17 10 20 +minecraft:black_candle[candles=2,lit=true,waterlogged=false] 88 43 27 20 70 34 21 20 44 21 13 20 35 17 10 20 +minecraft:black_candle[candles=2,lit=false,waterlogged=true] 26 24 21 20 20 19 16 20 13 12 10 20 10 9 8 20 +minecraft:black_candle[candles=2,lit=false,waterlogged=false] 26 24 21 20 20 19 16 20 13 12 10 20 10 9 8 20 +minecraft:black_candle[candles=3,lit=true,waterlogged=true] 88 43 27 20 70 34 21 20 44 21 13 20 35 17 10 20 +minecraft:black_candle[candles=3,lit=true,waterlogged=false] 88 43 27 20 70 34 21 20 44 21 13 20 35 17 10 20 +minecraft:black_candle[candles=3,lit=false,waterlogged=true] 26 24 21 20 20 19 16 20 13 12 10 20 10 9 8 20 +minecraft:black_candle[candles=3,lit=false,waterlogged=false] 26 24 21 20 20 19 16 20 13 12 10 20 10 9 8 20 +minecraft:black_candle[candles=4,lit=true,waterlogged=true] 88 43 27 20 70 34 21 20 44 21 13 20 35 17 10 20 +minecraft:black_candle[candles=4,lit=true,waterlogged=false] 88 43 27 20 70 34 21 20 44 21 13 20 35 17 10 20 +minecraft:black_candle[candles=4,lit=false,waterlogged=true] 26 24 21 20 20 19 16 20 13 12 10 20 10 9 8 20 +minecraft:black_candle[candles=4,lit=false,waterlogged=false] 26 24 21 20 20 19 16 20 13 12 10 20 10 9 8 20 +minecraft:candle_cake 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:candle_cake[lit=false] 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:white_candle_cake 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:white_candle_cake[lit=false] 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:orange_candle_cake 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:orange_candle_cake[lit=false] 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:magenta_candle_cake 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:magenta_candle_cake[lit=false] 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:light_blue_candle_cake 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:light_blue_candle_cake[lit=false] 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:yellow_candle_cake 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:yellow_candle_cake[lit=false] 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:lime_candle_cake 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:lime_candle_cake[lit=false] 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:pink_candle_cake 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:pink_candle_cake[lit=false] 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:gray_candle_cake 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:gray_candle_cake[lit=false] 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:light_gray_candle_cake 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:light_gray_candle_cake[lit=false] 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:cyan_candle_cake 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:cyan_candle_cake[lit=false] 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:purple_candle_cake 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:purple_candle_cake[lit=false] 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:blue_candle_cake 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:blue_candle_cake[lit=false] 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:brown_candle_cake 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:brown_candle_cake[lit=false] 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:green_candle_cake 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:green_candle_cake[lit=false] 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:red_candle_cake 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:red_candle_cake[lit=false] 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:black_candle_cake 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:black_candle_cake[lit=false] 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:amethyst_block 117 89 135 255 93 71 108 255 58 44 67 255 46 35 54 255 +minecraft:budding_amethyst 127 99 145 255 101 79 116 255 63 49 72 255 50 39 58 255 +minecraft:amethyst_cluster 120 89 140 151 96 71 112 151 60 44 70 151 48 35 56 151 +minecraft:amethyst_cluster[facing=north,waterlogged=false] 120 89 140 151 96 71 112 151 60 44 70 151 48 35 56 151 +minecraft:amethyst_cluster[facing=east,waterlogged=true] 120 89 140 151 96 71 112 151 60 44 70 151 48 35 56 151 +minecraft:amethyst_cluster[facing=east,waterlogged=false] 120 89 140 151 96 71 112 151 60 44 70 151 48 35 56 151 +minecraft:amethyst_cluster[facing=south,waterlogged=true] 120 89 140 151 96 71 112 151 60 44 70 151 48 35 56 151 +minecraft:amethyst_cluster[facing=south,waterlogged=false] 120 89 140 151 96 71 112 151 60 44 70 151 48 35 56 151 +minecraft:amethyst_cluster[facing=west,waterlogged=true] 120 89 140 151 96 71 112 151 60 44 70 151 48 35 56 151 +minecraft:amethyst_cluster[facing=west,waterlogged=false] 120 89 140 151 96 71 112 151 60 44 70 151 48 35 56 151 +minecraft:amethyst_cluster[facing=up,waterlogged=true] 120 89 140 151 96 71 112 151 60 44 70 151 48 35 56 151 +minecraft:amethyst_cluster[facing=up,waterlogged=false] 120 89 140 151 96 71 112 151 60 44 70 151 48 35 56 151 +minecraft:amethyst_cluster[facing=down,waterlogged=true] 120 89 140 151 96 71 112 151 60 44 70 151 48 35 56 151 +minecraft:amethyst_cluster[facing=down,waterlogged=false] 120 89 140 151 96 71 112 151 60 44 70 151 48 35 56 151 +minecraft:large_amethyst_bud 118 88 136 84 94 70 108 84 59 44 68 84 47 35 54 84 +minecraft:large_amethyst_bud[facing=north,waterlogged=false] 118 88 136 84 94 70 108 84 59 44 68 84 47 35 54 84 +minecraft:large_amethyst_bud[facing=east,waterlogged=true] 118 88 136 84 94 70 108 84 59 44 68 84 47 35 54 84 +minecraft:large_amethyst_bud[facing=east,waterlogged=false] 118 88 136 84 94 70 108 84 59 44 68 84 47 35 54 84 +minecraft:large_amethyst_bud[facing=south,waterlogged=true] 118 88 136 84 94 70 108 84 59 44 68 84 47 35 54 84 +minecraft:large_amethyst_bud[facing=south,waterlogged=false] 118 88 136 84 94 70 108 84 59 44 68 84 47 35 54 84 +minecraft:large_amethyst_bud[facing=west,waterlogged=true] 118 88 136 84 94 70 108 84 59 44 68 84 47 35 54 84 +minecraft:large_amethyst_bud[facing=west,waterlogged=false] 118 88 136 84 94 70 108 84 59 44 68 84 47 35 54 84 +minecraft:large_amethyst_bud[facing=up,waterlogged=true] 118 88 136 84 94 70 108 84 59 44 68 84 47 35 54 84 +minecraft:large_amethyst_bud[facing=up,waterlogged=false] 118 88 136 84 94 70 108 84 59 44 68 84 47 35 54 84 +minecraft:large_amethyst_bud[facing=down,waterlogged=true] 118 88 136 84 94 70 108 84 59 44 68 84 47 35 54 84 +minecraft:large_amethyst_bud[facing=down,waterlogged=false] 118 88 136 84 94 70 108 84 59 44 68 84 47 35 54 84 +minecraft:medium_amethyst_bud 113 85 130 51 90 68 104 51 56 42 65 51 45 34 52 51 +minecraft:medium_amethyst_bud[facing=north,waterlogged=false] 113 85 130 51 90 68 104 51 56 42 65 51 45 34 52 51 +minecraft:medium_amethyst_bud[facing=east,waterlogged=true] 113 85 130 51 90 68 104 51 56 42 65 51 45 34 52 51 +minecraft:medium_amethyst_bud[facing=east,waterlogged=false] 113 85 130 51 90 68 104 51 56 42 65 51 45 34 52 51 +minecraft:medium_amethyst_bud[facing=south,waterlogged=true] 113 85 130 51 90 68 104 51 56 42 65 51 45 34 52 51 +minecraft:medium_amethyst_bud[facing=south,waterlogged=false] 113 85 130 51 90 68 104 51 56 42 65 51 45 34 52 51 +minecraft:medium_amethyst_bud[facing=west,waterlogged=true] 113 85 130 51 90 68 104 51 56 42 65 51 45 34 52 51 +minecraft:medium_amethyst_bud[facing=west,waterlogged=false] 113 85 130 51 90 68 104 51 56 42 65 51 45 34 52 51 +minecraft:medium_amethyst_bud[facing=up,waterlogged=true] 113 85 130 51 90 68 104 51 56 42 65 51 45 34 52 51 +minecraft:medium_amethyst_bud[facing=up,waterlogged=false] 113 85 130 51 90 68 104 51 56 42 65 51 45 34 52 51 +minecraft:medium_amethyst_bud[facing=down,waterlogged=true] 113 85 130 51 90 68 104 51 56 42 65 51 45 34 52 51 +minecraft:medium_amethyst_bud[facing=down,waterlogged=false] 113 85 130 51 90 68 104 51 56 42 65 51 45 34 52 51 +minecraft:small_amethyst_bud 112 86 128 27 89 68 102 27 56 43 64 27 44 34 51 27 +minecraft:small_amethyst_bud[facing=north,waterlogged=false] 112 86 128 27 89 68 102 27 56 43 64 27 44 34 51 27 +minecraft:small_amethyst_bud[facing=east,waterlogged=true] 112 86 128 27 89 68 102 27 56 43 64 27 44 34 51 27 +minecraft:small_amethyst_bud[facing=east,waterlogged=false] 112 86 128 27 89 68 102 27 56 43 64 27 44 34 51 27 +minecraft:small_amethyst_bud[facing=south,waterlogged=true] 112 86 128 27 89 68 102 27 56 43 64 27 44 34 51 27 +minecraft:small_amethyst_bud[facing=south,waterlogged=false] 112 86 128 27 89 68 102 27 56 43 64 27 44 34 51 27 +minecraft:small_amethyst_bud[facing=west,waterlogged=true] 112 86 128 27 89 68 102 27 56 43 64 27 44 34 51 27 +minecraft:small_amethyst_bud[facing=west,waterlogged=false] 112 86 128 27 89 68 102 27 56 43 64 27 44 34 51 27 +minecraft:small_amethyst_bud[facing=up,waterlogged=true] 112 86 128 27 89 68 102 27 56 43 64 27 44 34 51 27 +minecraft:small_amethyst_bud[facing=up,waterlogged=false] 112 86 128 27 89 68 102 27 56 43 64 27 44 34 51 27 +minecraft:small_amethyst_bud[facing=down,waterlogged=true] 112 86 128 27 89 68 102 27 56 43 64 27 44 34 51 27 +minecraft:small_amethyst_bud[facing=down,waterlogged=false] 112 86 128 27 89 68 102 27 56 43 64 27 44 34 51 27 +minecraft:tuff 84 84 78 255 67 67 62 255 42 42 39 255 33 33 31 255 +minecraft:calcite 217 215 212 255 173 172 169 255 108 107 106 255 86 86 84 255 +minecraft:tinted_glass 133 113 144 125 106 90 115 125 66 56 72 125 53 45 57 125 +minecraft:powder_snow 248 253 253 255 198 202 202 255 124 126 126 255 99 101 101 255 +minecraft:sculk_sensor 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=cooldown,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=cooldown,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=inactive,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=cooldown,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=cooldown,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=inactive,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:oxidized_copper 83 167 140 255 66 133 112 255 41 83 70 255 33 66 56 255 +minecraft:weathered_copper 89 121 94 255 71 96 75 255 44 60 47 255 35 48 37 255 +minecraft:exposed_copper 104 82 58 255 83 65 46 255 52 41 29 255 41 32 23 255 +minecraft:copper_block 156 94 70 255 124 75 56 255 78 47 35 255 62 37 28 255 +minecraft:copper_ore 96 111 99 255 76 88 79 255 48 55 49 255 38 44 39 255 +minecraft:deepslate_copper_ore 70 85 73 255 56 68 58 255 35 42 36 255 28 34 29 255 +minecraft:oxidized_cut_copper 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:weathered_cut_copper 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:exposed_cut_copper 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:cut_copper 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:oxidized_cut_copper_stairs 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:weathered_cut_copper_stairs 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:exposed_cut_copper_stairs 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:cut_copper_stairs 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:oxidized_cut_copper_slab 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_slab[type=top,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_slab[type=bottom,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_slab[type=bottom,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_slab[type=double,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_slab[type=double,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:weathered_cut_copper_slab 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_slab[type=top,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_slab[type=bottom,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_slab[type=bottom,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_slab[type=double,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_slab[type=double,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:exposed_cut_copper_slab 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_slab[type=top,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_slab[type=bottom,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_slab[type=bottom,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_slab[type=double,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_slab[type=double,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:cut_copper_slab 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_slab[type=top,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_slab[type=bottom,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_slab[type=bottom,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_slab[type=double,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_slab[type=double,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_copper_block 156 94 70 255 124 75 56 255 78 47 35 255 62 37 28 255 +minecraft:waxed_weathered_copper 89 121 94 255 71 96 75 255 44 60 47 255 35 48 37 255 +minecraft:waxed_exposed_copper 104 82 58 255 83 65 46 255 52 41 29 255 41 32 23 255 +minecraft:waxed_oxidized_copper 83 167 140 255 66 133 112 255 41 83 70 255 33 66 56 255 +minecraft:waxed_oxidized_cut_copper 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_weathered_cut_copper 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_exposed_cut_copper 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_cut_copper 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_oxidized_cut_copper_stairs 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_weathered_cut_copper_stairs 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_exposed_cut_copper_stairs 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_cut_copper_stairs 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_oxidized_cut_copper_slab 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_slab[type=top,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_slab[type=bottom,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_slab[type=bottom,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_slab[type=double,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_slab[type=double,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_weathered_cut_copper_slab 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_slab[type=top,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_slab[type=bottom,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_slab[type=bottom,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_slab[type=double,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_slab[type=double,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_exposed_cut_copper_slab 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_slab[type=top,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_slab[type=bottom,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_slab[type=bottom,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_slab[type=double,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_slab[type=double,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_cut_copper_slab 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_slab[type=top,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_slab[type=bottom,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_slab[type=bottom,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_slab[type=double,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_slab[type=double,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:pointed_dripstone 114 91 60 73 91 72 48 73 57 45 30 73 45 36 24 73 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=up,waterlogged=false] 114 91 60 73 91 72 48 73 57 45 30 73 45 36 24 73 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=down,waterlogged=true] 132 109 78 56 105 87 62 56 66 54 39 56 52 43 31 56 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=down,waterlogged=false] 132 109 78 56 105 87 62 56 66 54 39 56 52 43 31 56 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=up,waterlogged=true] 117 94 62 37 93 75 49 37 58 47 31 37 46 37 24 37 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=up,waterlogged=false] 117 94 62 37 93 75 49 37 58 47 31 37 46 37 24 37 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=down,waterlogged=true] 130 107 77 31 104 85 61 31 65 53 38 31 52 42 30 31 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=down,waterlogged=false] 130 107 77 31 104 85 61 31 65 53 38 31 52 42 30 31 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=up,waterlogged=true] 129 106 74 119 103 84 59 119 64 53 37 119 51 42 29 119 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=up,waterlogged=false] 129 106 74 119 103 84 59 119 64 53 37 119 51 42 29 119 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=down,waterlogged=true] 123 100 70 129 98 80 56 129 61 50 35 129 49 40 28 129 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=down,waterlogged=false] 123 100 70 129 98 80 56 129 61 50 35 129 49 40 28 129 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=up,waterlogged=true] 126 103 73 158 100 82 58 158 63 51 36 158 50 41 29 158 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=up,waterlogged=false] 126 103 73 158 100 82 58 158 63 51 36 158 50 41 29 158 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=down,waterlogged=true] 145 121 89 160 116 96 71 160 72 60 44 160 58 48 35 160 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=down,waterlogged=false] 145 121 89 160 116 96 71 160 72 60 44 160 58 48 35 160 +minecraft:pointed_dripstone[thickness=base,vertical_direction=up,waterlogged=true] 134 112 81 223 107 89 64 223 67 56 40 223 53 44 32 223 +minecraft:pointed_dripstone[thickness=base,vertical_direction=up,waterlogged=false] 134 112 81 223 107 89 64 223 67 56 40 223 53 44 32 223 +minecraft:pointed_dripstone[thickness=base,vertical_direction=down,waterlogged=true] 146 123 93 206 116 98 74 206 73 61 46 206 58 49 37 206 +minecraft:pointed_dripstone[thickness=base,vertical_direction=down,waterlogged=false] 146 123 93 206 116 98 74 206 73 61 46 206 58 49 37 206 +minecraft:dripstone_block 109 89 65 255 87 71 52 255 54 44 32 255 43 35 26 255 +minecraft:cave_vines 123 116 25 106 98 92 20 106 61 58 12 106 49 46 10 106 +minecraft:cave_vines[age=0,berries=false] 67 82 29 93 53 65 23 93 33 41 14 93 26 32 11 93 +minecraft:cave_vines[age=1,berries=true] 123 116 25 106 98 92 20 106 61 58 12 106 49 46 10 106 +minecraft:cave_vines[age=1,berries=false] 67 82 29 93 53 65 23 93 33 41 14 93 26 32 11 93 +minecraft:cave_vines[age=2,berries=true] 123 116 25 106 98 92 20 106 61 58 12 106 49 46 10 106 +minecraft:cave_vines[age=2,berries=false] 67 82 29 93 53 65 23 93 33 41 14 93 26 32 11 93 +minecraft:cave_vines[age=3,berries=true] 123 116 25 106 98 92 20 106 61 58 12 106 49 46 10 106 +minecraft:cave_vines[age=3,berries=false] 67 82 29 93 53 65 23 93 33 41 14 93 26 32 11 93 +minecraft:cave_vines[age=4,berries=true] 123 116 25 106 98 92 20 106 61 58 12 106 49 46 10 106 +minecraft:cave_vines[age=4,berries=false] 67 82 29 93 53 65 23 93 33 41 14 93 26 32 11 93 +minecraft:cave_vines[age=5,berries=true] 123 116 25 106 98 92 20 106 61 58 12 106 49 46 10 106 +minecraft:cave_vines[age=5,berries=false] 67 82 29 93 53 65 23 93 33 41 14 93 26 32 11 93 +minecraft:cave_vines[age=6,berries=true] 123 116 25 106 98 92 20 106 61 58 12 106 49 46 10 106 +minecraft:cave_vines[age=6,berries=false] 67 82 29 93 53 65 23 93 33 41 14 93 26 32 11 93 +minecraft:cave_vines[age=7,berries=true] 123 116 25 106 98 92 20 106 61 58 12 106 49 46 10 106 +minecraft:cave_vines[age=7,berries=false] 67 82 29 93 53 65 23 93 33 41 14 93 26 32 11 93 +minecraft:cave_vines[age=8,berries=true] 123 116 25 106 98 92 20 106 61 58 12 106 49 46 10 106 +minecraft:cave_vines[age=8,berries=false] 67 82 29 93 53 65 23 93 33 41 14 93 26 32 11 93 +minecraft:cave_vines[age=9,berries=true] 123 116 25 106 98 92 20 106 61 58 12 106 49 46 10 106 +minecraft:cave_vines[age=9,berries=false] 67 82 29 93 53 65 23 93 33 41 14 93 26 32 11 93 +minecraft:cave_vines[age=10,berries=true] 123 116 25 106 98 92 20 106 61 58 12 106 49 46 10 106 +minecraft:cave_vines[age=10,berries=false] 67 82 29 93 53 65 23 93 33 41 14 93 26 32 11 93 +minecraft:cave_vines[age=11,berries=true] 123 116 25 106 98 92 20 106 61 58 12 106 49 46 10 106 +minecraft:cave_vines[age=11,berries=false] 67 82 29 93 53 65 23 93 33 41 14 93 26 32 11 93 +minecraft:cave_vines[age=12,berries=true] 123 116 25 106 98 92 20 106 61 58 12 106 49 46 10 106 +minecraft:cave_vines[age=12,berries=false] 67 82 29 93 53 65 23 93 33 41 14 93 26 32 11 93 +minecraft:cave_vines[age=13,berries=true] 123 116 25 106 98 92 20 106 61 58 12 106 49 46 10 106 +minecraft:cave_vines[age=13,berries=false] 67 82 29 93 53 65 23 93 33 41 14 93 26 32 11 93 +minecraft:cave_vines[age=14,berries=true] 123 116 25 106 98 92 20 106 61 58 12 106 49 46 10 106 +minecraft:cave_vines[age=14,berries=false] 67 82 29 93 53 65 23 93 33 41 14 93 26 32 11 93 +minecraft:cave_vines[age=15,berries=true] 123 116 25 106 98 92 20 106 61 58 12 106 49 46 10 106 +minecraft:cave_vines[age=15,berries=false] 67 82 29 93 53 65 23 93 33 41 14 93 26 32 11 93 +minecraft:cave_vines[age=16,berries=true] 123 116 25 106 98 92 20 106 61 58 12 106 49 46 10 106 +minecraft:cave_vines[age=16,berries=false] 67 82 29 93 53 65 23 93 33 41 14 93 26 32 11 93 +minecraft:cave_vines[age=17,berries=true] 123 116 25 106 98 92 20 106 61 58 12 106 49 46 10 106 +minecraft:cave_vines[age=17,berries=false] 67 82 29 93 53 65 23 93 33 41 14 93 26 32 11 93 +minecraft:cave_vines[age=18,berries=true] 123 116 25 106 98 92 20 106 61 58 12 106 49 46 10 106 +minecraft:cave_vines[age=18,berries=false] 67 82 29 93 53 65 23 93 33 41 14 93 26 32 11 93 +minecraft:cave_vines[age=19,berries=true] 123 116 25 106 98 92 20 106 61 58 12 106 49 46 10 106 +minecraft:cave_vines[age=19,berries=false] 67 82 29 93 53 65 23 93 33 41 14 93 26 32 11 93 +minecraft:cave_vines[age=20,berries=true] 123 116 25 106 98 92 20 106 61 58 12 106 49 46 10 106 +minecraft:cave_vines[age=20,berries=false] 67 82 29 93 53 65 23 93 33 41 14 93 26 32 11 93 +minecraft:cave_vines[age=21,berries=true] 123 116 25 106 98 92 20 106 61 58 12 106 49 46 10 106 +minecraft:cave_vines[age=21,berries=false] 67 82 29 93 53 65 23 93 33 41 14 93 26 32 11 93 +minecraft:cave_vines[age=22,berries=true] 123 116 25 106 98 92 20 106 61 58 12 106 49 46 10 106 +minecraft:cave_vines[age=22,berries=false] 67 82 29 93 53 65 23 93 33 41 14 93 26 32 11 93 +minecraft:cave_vines[age=23,berries=true] 123 116 25 106 98 92 20 106 61 58 12 106 49 46 10 106 +minecraft:cave_vines[age=23,berries=false] 67 82 29 93 53 65 23 93 33 41 14 93 26 32 11 93 +minecraft:cave_vines[age=24,berries=true] 123 116 25 106 98 92 20 106 61 58 12 106 49 46 10 106 +minecraft:cave_vines[age=24,berries=false] 67 82 29 93 53 65 23 93 33 41 14 93 26 32 11 93 +minecraft:cave_vines[age=25,berries=true] 123 116 25 106 98 92 20 106 61 58 12 106 49 46 10 106 +minecraft:cave_vines[age=25,berries=false] 67 82 29 93 53 65 23 93 33 41 14 93 26 32 11 93 +minecraft:cave_vines_plant 109 99 22 182 87 79 17 182 54 49 11 182 43 39 8 182 +minecraft:cave_vines_plant[berries=false] 58 71 24 172 46 56 19 172 29 35 12 172 23 28 9 172 +minecraft:spore_blossom 181 104 141 113 144 83 112 113 90 52 70 113 72 41 56 113 +minecraft:azalea 73 89 33 137 58 71 26 137 36 44 16 137 29 35 13 137 +minecraft:flowering_azalea 91 85 59 140 72 68 47 140 45 42 29 140 36 34 23 140 +minecraft:moss_carpet 71 86 34 255 56 68 27 255 35 43 17 255 28 34 13 255 +minecraft:moss_block 71 86 34 255 56 68 27 255 35 43 17 255 28 34 13 255 +minecraft:big_dripleaf_stem 64 87 36 91 51 69 28 91 32 43 18 91 25 34 14 91 +minecraft:big_dripleaf_stem[facing=north,waterlogged=false] 64 87 36 91 51 69 28 91 32 43 18 91 25 34 14 91 +minecraft:big_dripleaf_stem[facing=south,waterlogged=true] 64 87 36 91 51 69 28 91 32 43 18 91 25 34 14 91 +minecraft:big_dripleaf_stem[facing=south,waterlogged=false] 64 87 36 91 51 69 28 91 32 43 18 91 25 34 14 91 +minecraft:big_dripleaf_stem[facing=west,waterlogged=true] 64 87 36 91 51 69 28 91 32 43 18 91 25 34 14 91 +minecraft:big_dripleaf_stem[facing=west,waterlogged=false] 64 87 36 91 51 69 28 91 32 43 18 91 25 34 14 91 +minecraft:big_dripleaf_stem[facing=east,waterlogged=true] 64 87 36 91 51 69 28 91 32 43 18 91 25 34 14 91 +minecraft:big_dripleaf_stem[facing=east,waterlogged=false] 64 87 36 91 51 69 28 91 32 43 18 91 25 34 14 91 +minecraft:small_dripleaf 80 99 60 63 64 79 48 63 40 49 30 63 32 39 24 63 +minecraft:small_dripleaf[facing=north,half=upper,waterlogged=false] 80 99 60 63 64 79 48 63 40 49 30 63 32 39 24 63 +minecraft:small_dripleaf[facing=north,half=lower,waterlogged=true] 63 76 24 33 50 60 19 33 31 38 12 33 25 30 9 33 +minecraft:small_dripleaf[facing=north,half=lower,waterlogged=false] 63 76 24 33 50 60 19 33 31 38 12 33 25 30 9 33 +minecraft:small_dripleaf[facing=south,half=upper,waterlogged=true] 80 99 60 63 64 79 48 63 40 49 30 63 32 39 24 63 +minecraft:small_dripleaf[facing=south,half=upper,waterlogged=false] 80 99 60 63 64 79 48 63 40 49 30 63 32 39 24 63 +minecraft:small_dripleaf[facing=south,half=lower,waterlogged=true] 63 76 24 33 50 60 19 33 31 38 12 33 25 30 9 33 +minecraft:small_dripleaf[facing=south,half=lower,waterlogged=false] 63 76 24 33 50 60 19 33 31 38 12 33 25 30 9 33 +minecraft:small_dripleaf[facing=west,half=upper,waterlogged=true] 80 99 60 63 64 79 48 63 40 49 30 63 32 39 24 63 +minecraft:small_dripleaf[facing=west,half=upper,waterlogged=false] 80 99 60 63 64 79 48 63 40 49 30 63 32 39 24 63 +minecraft:small_dripleaf[facing=west,half=lower,waterlogged=true] 63 76 24 33 50 60 19 33 31 38 12 33 25 30 9 33 +minecraft:small_dripleaf[facing=west,half=lower,waterlogged=false] 63 76 24 33 50 60 19 33 31 38 12 33 25 30 9 33 +minecraft:small_dripleaf[facing=east,half=upper,waterlogged=true] 80 99 60 63 64 79 48 63 40 49 30 63 32 39 24 63 +minecraft:small_dripleaf[facing=east,half=upper,waterlogged=false] 80 99 60 63 64 79 48 63 40 49 30 63 32 39 24 63 +minecraft:small_dripleaf[facing=east,half=lower,waterlogged=true] 63 76 24 33 50 60 19 33 31 38 12 33 25 30 9 33 +minecraft:small_dripleaf[facing=east,half=lower,waterlogged=false] 63 76 24 33 50 60 19 33 31 38 12 33 25 30 9 33 +minecraft:hanging_roots 86 71 56 50 68 56 44 50 43 35 28 50 34 28 22 50 +minecraft:hanging_roots[waterlogged=false] 86 71 56 50 68 56 44 50 43 35 28 50 34 28 22 50 +minecraft:rooted_dirt 67 53 39 255 53 42 31 255 33 26 19 255 26 21 15 255 +minecraft:deepslate 55 54 54 255 44 43 43 255 27 27 27 255 22 21 21 255 +minecraft:deepslate[axis=y] 59 58 58 255 47 46 46 255 29 29 29 255 23 23 23 255 +minecraft:deepslate[axis=z] 55 54 54 255 44 43 43 255 27 27 27 255 22 21 21 255 +minecraft:cobbled_deepslate 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=straight,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_slab 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_slab[type=top,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_slab[type=bottom,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_slab[type=bottom,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_slab[type=double,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_slab[type=double,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:polished_deepslate 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=straight,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_slab 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_slab[type=top,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_slab[type=bottom,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_slab[type=bottom,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_slab[type=double,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_slab[type=double,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_tiles 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=straight,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=straight,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=straight,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=straight,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=straight,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=straight,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=straight,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_slab 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_slab[type=top,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_slab[type=bottom,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_slab[type=bottom,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_slab[type=double,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_slab[type=double,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_bricks 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_slab 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_slab[type=top,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_slab[type=bottom,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_slab[type=bottom,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_slab[type=double,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_slab[type=double,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:chiseled_deepslate 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:cracked_deepslate_bricks 49 48 47 255 39 38 37 255 24 24 23 255 19 19 18 255 +minecraft:cracked_deepslate_tiles 53 52 50 255 42 41 40 255 26 26 25 255 21 20 20 255 +minecraft:infested_deepslate 55 54 54 255 44 43 43 255 27 27 27 255 22 21 21 255 +minecraft:infested_deepslate[axis=y] 59 58 58 255 47 46 46 255 29 29 29 255 23 23 23 255 +minecraft:infested_deepslate[axis=z] 55 54 54 255 44 43 43 255 27 27 27 255 22 21 21 255 +minecraft:smooth_basalt 85 82 77 255 68 65 61 255 42 41 38 255 34 32 30 255 +minecraft:raw_iron_block 140 94 81 255 112 75 64 255 70 47 40 255 56 37 32 255 +minecraft:raw_copper_block 55 120 92 255 44 96 73 255 27 60 46 255 22 48 36 255 +minecraft:raw_gold_block 188 161 78 255 150 128 62 255 94 80 39 255 75 64 31 255 diff --git a/minecolonies-1.20.1/data/dynmap/colorschemes/ovocean.txt b/minecolonies-1.20.1/data/dynmap/colorschemes/ovocean.txt new file mode 100644 index 00000000..39261596 --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/colorschemes/ovocean.txt @@ -0,0 +1,18473 @@ +minecraft:stone 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:granite 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:polished_granite 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:diorite 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:polished_diorite 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:andesite 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:polished_andesite 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:grass_block 69 110 51 255 55 88 40 255 34 55 25 255 27 44 20 255 +minecraft:grass_block[snowy=false] 69 110 51 255 55 88 40 255 34 55 25 255 27 44 20 255 +minecraft:dirt 134 96 67 255 107 76 53 255 67 48 33 255 53 38 26 255 +minecraft:coarse_dirt 119 85 59 255 95 68 47 255 59 42 29 255 47 34 23 255 +minecraft:podzol 147 147 147 255 117 117 117 255 73 73 73 255 58 58 58 255 +minecraft:podzol[snowy=false] 91 63 24 255 72 50 19 255 45 31 12 255 36 25 9 255 +minecraft:cobblestone 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:oak_planks 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:spruce_planks 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_planks 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_planks 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_planks 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_planks 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:oak_sapling 77 106 40 110 61 84 32 110 38 53 20 110 30 42 16 110 +minecraft:oak_sapling[stage=1] 77 106 40 110 61 84 32 110 38 53 20 110 30 42 16 110 +minecraft:spruce_sapling 44 60 36 82 35 48 28 82 22 30 18 82 17 24 14 82 +minecraft:spruce_sapling[stage=1] 44 60 36 82 35 48 28 82 22 30 18 82 17 24 14 82 +minecraft:birch_sapling 127 160 79 97 101 128 63 97 63 80 39 97 50 64 31 97 +minecraft:birch_sapling[stage=1] 127 160 79 97 101 128 63 97 63 80 39 97 50 64 31 97 +minecraft:jungle_sapling 47 81 16 85 37 64 12 85 23 40 8 85 18 32 6 85 +minecraft:jungle_sapling[stage=1] 47 81 16 85 37 64 12 85 23 40 8 85 18 32 6 85 +minecraft:acacia_sapling 118 117 23 110 94 93 18 110 59 58 11 110 47 46 9 110 +minecraft:acacia_sapling[stage=1] 118 117 23 110 94 93 18 110 59 58 11 110 47 46 9 110 +minecraft:dark_oak_sapling 61 90 30 109 48 72 24 109 30 45 15 109 24 36 12 109 +minecraft:dark_oak_sapling[stage=1] 61 90 30 109 48 72 24 109 30 45 15 109 24 36 12 109 +minecraft:bedrock 85 85 85 255 68 68 68 255 42 42 42 255 34 34 34 255 +minecraft:water 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=1] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=2] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=3] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=4] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=5] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=6] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=7] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=8] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=9] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=10] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=11] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=12] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=13] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=14] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=15] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:lava 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=1] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=2] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=3] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=4] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=5] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=6] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=7] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=8] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=9] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=10] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=11] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=12] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=13] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=14] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=15] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:sand 219 207 163 255 175 165 130 255 109 103 81 255 87 82 65 255 +minecraft:red_sand 190 102 33 255 152 81 26 255 95 51 16 255 76 40 13 255 +minecraft:gravel 131 127 126 255 104 101 100 255 65 63 63 255 52 50 50 255 +minecraft:gold_ore 145 133 106 255 116 106 84 255 72 66 53 255 58 53 42 255 +minecraft:deepslate_gold_ore 115 102 78 255 92 81 62 255 57 51 39 255 46 40 31 255 +minecraft:iron_ore 136 129 122 255 108 103 97 255 68 64 61 255 54 51 48 255 +minecraft:deepslate_iron_ore 106 99 94 255 84 79 75 255 53 49 47 255 42 39 37 255 +minecraft:coal_ore 105 105 105 255 84 84 84 255 52 52 52 255 42 42 42 255 +minecraft:deepslate_coal_ore 74 74 76 255 59 59 60 255 37 37 38 255 29 29 30 255 +minecraft:nether_gold_ore 115 54 42 255 92 43 33 255 57 27 21 255 46 21 16 255 +minecraft:oak_log 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:oak_log[axis=y] 151 121 73 255 120 96 58 255 75 60 36 255 60 48 29 255 +minecraft:oak_log[axis=z] 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:spruce_log 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:spruce_log[axis=y] 108 80 46 255 86 64 36 255 54 40 23 255 43 32 18 255 +minecraft:spruce_log[axis=z] 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:birch_log 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:birch_log[axis=y] 193 179 135 255 154 143 108 255 96 89 67 255 77 71 54 255 +minecraft:birch_log[axis=z] 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:jungle_log 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:jungle_log[axis=y] 149 109 70 255 119 87 56 255 74 54 35 255 59 43 28 255 +minecraft:jungle_log[axis=z] 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:acacia_log 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:acacia_log[axis=y] 150 88 55 255 120 70 44 255 75 44 27 255 60 35 22 255 +minecraft:acacia_log[axis=z] 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:dark_oak_log 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:dark_oak_log[axis=y] 64 42 21 255 51 33 16 255 32 21 10 255 25 16 8 255 +minecraft:dark_oak_log[axis=z] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:stripped_spruce_log 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_spruce_log[axis=y] 105 80 46 255 84 64 36 255 52 40 23 255 42 32 18 255 +minecraft:stripped_spruce_log[axis=z] 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_birch_log 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_birch_log[axis=y] 191 171 116 255 152 136 92 255 95 85 58 255 76 68 46 255 +minecraft:stripped_birch_log[axis=z] 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_jungle_log 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_jungle_log[axis=y] 165 122 81 255 132 97 64 255 82 61 40 255 66 48 32 255 +minecraft:stripped_jungle_log[axis=z] 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_acacia_log 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_acacia_log[axis=y] 166 91 51 255 132 72 40 255 83 45 25 255 66 36 20 255 +minecraft:stripped_acacia_log[axis=z] 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_dark_oak_log 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:stripped_dark_oak_log[axis=y] 65 44 22 255 52 35 17 255 32 22 11 255 26 17 8 255 +minecraft:stripped_dark_oak_log[axis=z] 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:stripped_oak_log 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:stripped_oak_log[axis=y] 160 129 77 255 128 103 61 255 80 64 38 255 64 51 30 255 +minecraft:stripped_oak_log[axis=z] 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:oak_wood 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:oak_wood[axis=y] 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:oak_wood[axis=z] 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:spruce_wood 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:spruce_wood[axis=y] 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:spruce_wood[axis=z] 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:birch_wood 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:birch_wood[axis=y] 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:birch_wood[axis=z] 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:jungle_wood 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:jungle_wood[axis=y] 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:jungle_wood[axis=z] 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:acacia_wood 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:acacia_wood[axis=y] 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:acacia_wood[axis=z] 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:dark_oak_wood 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:dark_oak_wood[axis=y] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:dark_oak_wood[axis=z] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:stripped_oak_wood 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:stripped_oak_wood[axis=y] 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:stripped_oak_wood[axis=z] 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:stripped_spruce_wood 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_spruce_wood[axis=y] 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_spruce_wood[axis=z] 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_birch_wood 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_birch_wood[axis=y] 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_birch_wood[axis=z] 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_jungle_wood 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_jungle_wood[axis=y] 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_jungle_wood[axis=z] 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_acacia_wood 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_acacia_wood[axis=y] 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_acacia_wood[axis=z] 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_dark_oak_wood 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:stripped_dark_oak_wood[axis=y] 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:stripped_dark_oak_wood[axis=z] 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:oak_leaves 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=1,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=2,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=2,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=3,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=3,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=4,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=4,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=5,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=5,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=6,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=6,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=7,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=7,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:spruce_leaves 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=1,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=2,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=2,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=3,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=3,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=4,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=4,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=5,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=5,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=6,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=6,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=7,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=7,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:birch_leaves 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=1,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=2,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=2,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=3,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=3,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=4,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=4,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=5,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=5,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=6,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=6,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=7,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=7,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:jungle_leaves 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=1,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=2,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=2,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=3,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=3,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=4,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=4,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=5,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=5,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=6,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=6,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=7,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=7,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:acacia_leaves 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=1,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=2,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=2,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=3,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=3,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=4,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=4,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=5,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=5,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=6,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=6,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=7,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=7,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:dark_oak_leaves 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=1,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=2,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=2,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=3,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=3,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=4,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=4,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=5,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=5,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=6,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=6,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=7,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=7,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:azalea_leaves 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=1,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=2,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=2,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=3,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=3,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=4,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=4,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=5,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=5,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=6,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=6,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=7,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=7,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:flowering_azalea_leaves 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=1,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=2,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=2,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=3,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=3,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=4,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=4,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=5,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=5,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=6,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=6,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=7,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=7,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:sponge 195 192 74 255 156 153 59 255 97 96 37 255 78 76 29 255 +minecraft:wet_sponge 171 181 70 255 136 144 56 255 85 90 35 255 68 72 28 255 +minecraft:glass 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:lapis_ore 107 117 141 255 85 93 112 255 53 58 70 255 42 46 56 255 +minecraft:deepslate_lapis_ore 79 90 115 255 63 72 92 255 39 45 57 255 31 36 46 255 +minecraft:lapis_block 30 67 140 255 24 53 112 255 15 33 70 255 12 26 56 255 +minecraft:dispenser 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=north,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=east,triggered=true] 98 97 97 255 78 77 77 255 49 48 48 255 39 38 38 255 +minecraft:dispenser[facing=east,triggered=false] 98 97 97 255 78 77 77 255 49 48 48 255 39 38 38 255 +minecraft:dispenser[facing=south,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=south,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=west,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=west,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=up,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=up,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=down,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=down,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:sandstone 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:chiseled_sandstone 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:note_block 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:powered_rail 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=north_south,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=east_west,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=east_west,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_east,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_east,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_west,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_west,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_north,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_north,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_south,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_south,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=false,shape=north_south,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=north_south,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=east_west,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=east_west,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_east,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_east,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_west,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_west,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_north,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_north,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_south,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_south,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:detector_rail 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=north_south,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=east_west,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=east_west,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_east,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_east,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_west,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_west,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_north,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_north,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_south,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_south,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=false,shape=north_south,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=north_south,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=east_west,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=east_west,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_east,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_east,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_west,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_west,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_north,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_north,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_south,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_south,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:sticky_piston 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=east] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=south] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=west] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=up] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=down] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=north] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=east] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=south] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=west] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=up] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=down] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:cobweb 228 233 234 104 182 186 187 104 114 116 117 104 91 93 93 104 +minecraft:grass 68 109 51 139 54 87 40 139 34 54 25 139 27 43 20 139 +minecraft:fern 58 93 43 88 46 74 34 88 29 46 21 88 23 37 17 88 +minecraft:dead_bush 107 78 40 77 85 62 32 77 53 39 20 77 42 31 16 77 +minecraft:seagrass 24 94 2 76 19 75 1 76 12 47 1 76 9 37 0 76 +minecraft:tall_seagrass 27 103 4 72 21 82 3 72 13 51 2 72 10 41 1 72 +minecraft:tall_seagrass[half=lower] 21 88 1 141 16 70 0 141 10 44 0 141 8 35 0 141 +minecraft:piston 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=east] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=south] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=west] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=up] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=down] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=north] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=east] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=south] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=west] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=up] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=down] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston_head 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=north,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=north,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=north,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=east,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=east,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=east,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=east,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=south,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=south,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=south,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=south,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=west,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=west,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=west,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=west,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=up,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=up,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=up,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=up,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=down,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=down,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=down,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=down,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:white_wool 233 236 236 255 186 188 188 255 116 118 118 255 93 94 94 255 +minecraft:orange_wool 240 118 19 255 192 94 15 255 120 59 9 255 96 47 7 255 +minecraft:magenta_wool 189 68 179 255 151 54 143 255 94 34 89 255 75 27 71 255 +minecraft:light_blue_wool 58 175 217 255 46 140 173 255 29 87 108 255 23 70 86 255 +minecraft:yellow_wool 248 197 39 255 198 157 31 255 124 98 19 255 99 78 15 255 +minecraft:lime_wool 112 185 25 255 89 148 20 255 56 92 12 255 44 74 10 255 +minecraft:pink_wool 237 141 172 255 189 112 137 255 118 70 86 255 94 56 68 255 +minecraft:gray_wool 62 68 71 255 49 54 56 255 31 34 35 255 24 27 28 255 +minecraft:light_gray_wool 142 142 134 255 113 113 107 255 71 71 67 255 56 56 53 255 +minecraft:cyan_wool 21 137 145 255 16 109 116 255 10 68 72 255 8 54 58 255 +minecraft:purple_wool 121 42 172 255 96 33 137 255 60 21 86 255 48 16 68 255 +minecraft:blue_wool 53 57 157 255 42 45 125 255 26 28 78 255 21 22 62 255 +minecraft:brown_wool 114 71 40 255 91 56 32 255 57 35 20 255 45 28 16 255 +minecraft:green_wool 84 109 27 255 67 87 21 255 42 54 13 255 33 43 10 255 +minecraft:red_wool 160 39 34 255 128 31 27 255 80 19 17 255 64 15 13 255 +minecraft:black_wool 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:dandelion 147 172 43 31 117 137 34 31 73 86 21 31 58 68 17 31 +minecraft:poppy 128 64 37 34 102 51 29 34 64 32 18 34 51 25 14 34 +minecraft:blue_orchid 47 162 168 43 37 129 134 43 23 81 84 43 18 64 67 43 +minecraft:allium 158 137 183 37 126 109 146 37 79 68 91 37 63 54 73 37 +minecraft:azure_bluet 169 204 127 42 135 163 101 42 84 102 63 42 67 81 50 42 +minecraft:red_tulip 89 128 32 48 71 102 25 48 44 64 16 48 35 51 12 48 +minecraft:orange_tulip 93 142 30 40 74 113 24 40 46 71 15 40 37 56 12 40 +minecraft:white_tulip 93 164 71 44 74 131 56 44 46 82 35 44 37 65 28 44 +minecraft:pink_tulip 99 157 78 40 79 125 62 40 49 78 39 40 39 62 31 40 +minecraft:oxeye_daisy 179 202 143 50 143 161 114 50 89 101 71 50 71 80 57 50 +minecraft:cornflower 79 121 146 34 63 96 116 34 39 60 73 34 31 48 58 34 +minecraft:wither_rose 41 44 23 36 32 35 18 36 20 22 11 36 16 17 9 36 +minecraft:lily_of_the_valley 123 174 95 51 98 139 76 51 61 87 47 51 49 69 38 51 +minecraft:brown_mushroom 153 116 92 33 122 92 73 33 76 58 46 33 61 46 36 33 +minecraft:red_mushroom 216 75 67 31 172 60 53 31 108 37 33 31 86 30 26 31 +minecraft:gold_block 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:iron_block 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:bricks 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:tnt 142 62 53 255 113 49 42 255 71 31 26 255 56 24 21 255 +minecraft:tnt[unstable=false] 142 62 53 255 113 49 42 255 71 31 26 255 56 24 21 255 +minecraft:bookshelf 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:mossy_cobblestone 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:obsidian 15 10 24 255 12 8 19 255 7 5 12 255 6 4 9 255 +minecraft:torch 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:wall_torch 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:wall_torch[facing=south] 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:wall_torch[facing=west] 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:wall_torch[facing=east] 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:fire 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:soul_fire 54 195 200 145 43 156 160 145 27 97 100 145 21 78 80 145 +minecraft:spawner 36 46 62 175 28 36 49 175 18 23 31 175 14 18 24 175 +minecraft:oak_stairs 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:chest 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=single,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=left,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=left,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=right,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=right,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=single,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=single,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=left,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=left,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=right,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=right,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=single,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=single,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=left,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=left,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=right,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=right,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=single,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=single,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=left,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=left,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=right,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=right,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:diamond_ore 121 141 140 255 96 112 112 255 60 70 70 255 48 56 56 255 +minecraft:deepslate_diamond_ore 83 106 106 255 66 84 84 255 41 53 53 255 33 42 42 255 +minecraft:diamond_block 98 237 228 255 78 189 182 255 49 118 114 255 39 94 91 255 +minecraft:crafting_table 119 73 42 255 95 58 33 255 59 36 21 255 47 29 16 255 +minecraft:wheat 8 127 15 6 6 101 12 6 4 63 7 6 3 50 6 6 +minecraft:wheat[age=1] 5 127 7 15 4 101 5 15 2 63 3 15 2 50 2 15 +minecraft:wheat[age=2] 6 133 12 32 4 106 9 32 3 66 6 32 2 53 4 32 +minecraft:wheat[age=3] 10 130 13 57 8 104 10 57 5 65 6 57 4 52 5 57 +minecraft:wheat[age=4] 37 132 18 78 29 105 14 78 18 66 9 78 14 52 7 78 +minecraft:wheat[age=5] 63 129 18 103 50 103 14 103 31 64 9 103 25 51 7 103 +minecraft:wheat[age=6] 141 133 37 125 112 106 29 125 70 66 18 125 56 53 14 125 +minecraft:wheat[age=7] 166 151 73 138 132 120 58 138 83 75 36 138 66 60 29 138 +minecraft:farmland 143 102 70 255 114 81 56 255 71 51 35 255 57 40 28 255 +minecraft:farmland[moisture=1] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=2] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=3] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=4] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=5] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=6] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=7] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:furnace 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=north,lit=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=south,lit=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=south,lit=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=west,lit=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=west,lit=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=east,lit=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=east,lit=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:oak_sign 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=0,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=1,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=1,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=2,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=2,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=3,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=3,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=4,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=4,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=5,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=5,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=6,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=6,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=7,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=7,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=8,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=8,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=9,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=9,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=10,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=10,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=11,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=11,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=12,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=12,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=13,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=13,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=14,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=14,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=15,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=15,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:spruce_sign 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=0,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=1,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=1,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=2,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=2,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=3,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=3,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=4,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=4,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=5,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=5,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=6,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=6,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=7,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=7,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=8,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=8,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=9,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=9,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=10,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=10,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=11,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=11,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=12,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=12,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=13,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=13,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=14,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=14,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=15,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=15,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:birch_sign 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=0,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=1,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=1,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=2,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=2,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=3,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=3,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=4,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=4,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=5,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=5,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=6,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=6,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=7,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=7,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=8,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=8,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=9,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=9,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=10,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=10,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=11,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=11,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=12,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=12,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=13,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=13,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=14,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=14,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=15,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=15,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:acacia_sign 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=0,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=1,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=1,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=2,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=2,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=3,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=3,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=4,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=4,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=5,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=5,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=6,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=6,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=7,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=7,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=8,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=8,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=9,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=9,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=10,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=10,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=11,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=11,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=12,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=12,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=13,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=13,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=14,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=14,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=15,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=15,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:jungle_sign 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=0,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=1,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=1,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=2,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=2,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=3,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=3,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=4,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=4,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=5,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=5,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=6,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=6,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=7,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=7,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=8,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=8,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=9,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=9,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=10,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=10,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=11,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=11,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=12,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=12,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=13,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=13,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=14,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=14,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=15,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=15,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:dark_oak_sign 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=0,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=1,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=1,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=2,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=2,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=3,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=3,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=4,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=4,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=5,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=5,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=6,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=6,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=7,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=7,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=8,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=8,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=9,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=9,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=10,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=10,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=11,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=11,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=12,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=12,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=13,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=13,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=14,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=14,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=15,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=15,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:oak_door 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:ladder 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=north,waterlogged=false] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=south,waterlogged=true] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=south,waterlogged=false] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=west,waterlogged=true] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=west,waterlogged=false] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=east,waterlogged=true] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=east,waterlogged=false] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:rail 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=north_south,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=east_west,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=east_west,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_east,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_east,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_west,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_west,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_north,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_north,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_south,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_south,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=south_east,waterlogged=true] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=south_east,waterlogged=false] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=south_west,waterlogged=true] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=south_west,waterlogged=false] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=north_west,waterlogged=true] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=north_west,waterlogged=false] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=north_east,waterlogged=true] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=north_east,waterlogged=false] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:cobblestone_stairs 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:oak_wall_sign 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=north,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=south,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=south,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=west,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=west,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=east,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=east,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:spruce_wall_sign 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=north,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=south,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=south,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=west,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=west,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=east,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=east,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:birch_wall_sign 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=north,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=south,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=south,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=west,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=west,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=east,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=east,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:acacia_wall_sign 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=north,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=south,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=south,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=west,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=west,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=east,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=east,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:jungle_wall_sign 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=north,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=south,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=south,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=west,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=west,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=east,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=east,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:dark_oak_wall_sign 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=north,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=south,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=south,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=west,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=west,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=east,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=east,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:lever 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=north,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=north,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:stone_pressure_plate 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_pressure_plate[powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:iron_door 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:oak_pressure_plate 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_pressure_plate[powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:spruce_pressure_plate 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_pressure_plate[powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_pressure_plate 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_pressure_plate[powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_pressure_plate 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_pressure_plate[powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_pressure_plate 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_pressure_plate[powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_pressure_plate 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_pressure_plate[powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:redstone_ore 140 109 109 255 112 87 87 255 70 54 54 255 56 43 43 255 +minecraft:redstone_ore[lit=false] 140 109 109 255 112 87 87 255 70 54 54 255 56 43 43 255 +minecraft:deepslate_redstone_ore 104 73 74 255 83 58 59 255 52 36 37 255 41 29 29 255 +minecraft:deepslate_redstone_ore[lit=false] 104 73 74 255 83 58 59 255 52 36 37 255 41 29 29 255 +minecraft:redstone_torch 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_torch[lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:redstone_wall_torch 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_wall_torch[facing=north,lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:redstone_wall_torch[facing=south,lit=true] 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_wall_torch[facing=south,lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:redstone_wall_torch[facing=west,lit=true] 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_wall_torch[facing=west,lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:redstone_wall_torch[facing=east,lit=true] 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_wall_torch[facing=east,lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:stone_button 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=north,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=south,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=south,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=west,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=west,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=east,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=east,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=north,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=north,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=south,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=south,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=west,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=west,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=east,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=east,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=north,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=north,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=south,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=south,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=west,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=west,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=east,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=east,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:snow 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=2] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=3] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=4] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=5] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=6] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=7] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=8] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:ice 145 183 253 190 116 146 202 190 72 91 126 190 58 73 101 190 +minecraft:snow_block 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:cactus 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=1] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=2] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=3] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=4] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=5] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=6] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=7] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=8] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=9] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=10] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=11] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=12] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=13] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=14] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=15] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:clay 160 166 179 255 128 132 143 255 80 83 89 255 64 66 71 255 +minecraft:sugar_cane 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=1] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=2] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=3] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=4] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=5] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=6] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=7] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=8] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=9] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=10] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=11] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=12] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=13] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=14] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=15] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:jukebox 93 64 47 255 74 51 37 255 46 32 23 255 37 25 18 255 +minecraft:jukebox[has_record=false] 93 64 47 255 74 51 37 255 46 32 23 255 37 25 18 255 +minecraft:oak_fence 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pumpkin 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:netherrack 97 38 38 255 77 30 30 255 48 19 19 255 38 15 15 255 +minecraft:soul_sand 81 62 50 255 64 49 40 255 40 31 25 255 32 24 20 255 +minecraft:soul_soil 75 57 46 255 60 45 36 255 37 28 23 255 30 22 18 255 +minecraft:basalt 73 72 77 255 58 57 61 255 36 36 38 255 29 28 30 255 +minecraft:basalt[axis=y] 80 81 86 255 64 64 68 255 40 40 43 255 32 32 34 255 +minecraft:basalt[axis=z] 73 72 77 255 58 57 61 255 36 36 38 255 29 28 30 255 +minecraft:polished_basalt 88 88 91 255 70 70 72 255 44 44 45 255 35 35 36 255 +minecraft:polished_basalt[axis=y] 99 98 100 255 79 78 80 255 49 49 50 255 39 39 40 255 +minecraft:polished_basalt[axis=z] 88 88 91 255 70 70 72 255 44 44 45 255 35 35 36 255 +minecraft:soul_torch 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=south] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=west] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=east] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:glowstone 171 131 84 255 136 104 67 255 85 65 42 255 68 52 33 255 +minecraft:nether_portal 91 13 193 192 72 10 154 192 45 6 96 192 36 5 77 192 +minecraft:nether_portal[axis=z] 91 13 193 192 72 10 154 192 45 6 96 192 36 5 77 192 +minecraft:carved_pumpkin 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:carved_pumpkin[facing=south] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:carved_pumpkin[facing=west] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:carved_pumpkin[facing=east] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:jack_o_lantern 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:jack_o_lantern[facing=south] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:jack_o_lantern[facing=west] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:jack_o_lantern[facing=east] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=1] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=2] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=3] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=4] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=5] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=6] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:repeater 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=north,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=north,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=north,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=south,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=south,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=south,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=south,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=west,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=west,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=west,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=west,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=east,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=east,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=east,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=east,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=north,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=north,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=north,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=north,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=south,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=south,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=south,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=south,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=west,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=west,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=west,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=west,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=east,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=east,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=east,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=east,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=north,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=north,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=north,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=north,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=south,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=south,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=south,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=south,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=west,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=west,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=west,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=west,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=east,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=east,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=east,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=east,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=north,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=north,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=north,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=north,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=south,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=south,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=south,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=south,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=west,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=west,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=west,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=west,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=east,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=east,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=east,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=east,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:white_stained_glass 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:orange_stained_glass 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:magenta_stained_glass 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:light_blue_stained_glass 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:yellow_stained_glass 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:lime_stained_glass 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:pink_stained_glass 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:gray_stained_glass 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:light_gray_stained_glass 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:cyan_stained_glass 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:purple_stained_glass 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:blue_stained_glass 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:brown_stained_glass 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:green_stained_glass 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:red_stained_glass 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:black_stained_glass 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:oak_trapdoor 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:spruce_trapdoor 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:birch_trapdoor 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:jungle_trapdoor 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:acacia_trapdoor 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:dark_oak_trapdoor 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:stone_bricks 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:mossy_stone_bricks 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:cracked_stone_bricks 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:chiseled_stone_bricks 119 118 119 255 95 94 95 255 59 59 59 255 47 47 47 255 +minecraft:infested_stone 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:infested_cobblestone 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:infested_stone_bricks 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:infested_mossy_stone_bricks 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:infested_cracked_stone_bricks 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:infested_chiseled_stone_bricks 119 118 119 255 95 94 95 255 59 59 59 255 47 47 47 255 +minecraft:brown_mushroom_block 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:iron_bars 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:chain 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=x,waterlogged=false] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=y,waterlogged=true] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=y,waterlogged=false] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=z,waterlogged=true] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=z,waterlogged=false] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:glass_pane 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:melon 111 144 30 255 88 115 24 255 55 72 15 255 44 57 12 255 +minecraft:attached_pumpkin_stem 65 104 49 32 52 83 39 32 32 52 24 32 26 41 19 32 +minecraft:attached_pumpkin_stem[facing=south] 65 104 49 32 52 83 39 32 32 52 24 32 26 41 19 32 +minecraft:attached_pumpkin_stem[facing=west] 65 104 49 32 52 83 39 32 32 52 24 32 26 41 19 32 +minecraft:attached_pumpkin_stem[facing=east] 65 104 49 32 52 83 39 32 32 52 24 32 26 41 19 32 +minecraft:attached_melon_stem 66 106 49 32 52 84 39 32 33 53 24 32 26 42 19 32 +minecraft:attached_melon_stem[facing=south] 66 106 49 32 52 84 39 32 33 53 24 32 26 42 19 32 +minecraft:attached_melon_stem[facing=west] 66 106 49 32 52 84 39 32 33 53 24 32 26 42 19 32 +minecraft:attached_melon_stem[facing=east] 66 106 49 32 52 84 39 32 33 53 24 32 26 42 19 32 +minecraft:pumpkin_stem 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=1] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=2] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=3] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=4] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=5] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=6] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=7] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:melon_stem 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=1] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=2] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=3] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=4] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=5] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=6] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=7] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:vine 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=true,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=true,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=true,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=false,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=false,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=false,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=false,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=true,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=true,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=true,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=true,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=false,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=false,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=false,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=false,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=true,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=true,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=true,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=true,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=false,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=false,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=false,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=false,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=true,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=true,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=true,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=true,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=false,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=false,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=false,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=false,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:glow_lichen 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:oak_fence_gate 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brick_stairs 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:stone_brick_stairs 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:mycelium 69 110 51 255 55 88 40 255 34 55 25 255 27 44 20 255 +minecraft:mycelium[snowy=false] 111 98 101 255 88 78 80 255 55 49 50 255 44 39 40 255 +minecraft:lily_pad 16 66 25 149 12 52 20 149 8 33 12 149 6 26 10 149 +minecraft:nether_bricks 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_wart 117 18 21 43 93 14 16 43 58 9 10 43 46 7 8 43 +minecraft:nether_wart[age=1] 115 17 18 118 92 13 14 118 57 8 9 118 46 6 7 118 +minecraft:nether_wart[age=2] 115 17 18 118 92 13 14 118 57 8 9 118 46 6 7 118 +minecraft:nether_wart[age=3] 111 18 19 159 88 14 15 159 55 9 9 159 44 7 7 159 +minecraft:enchanting_table 128 75 85 255 102 60 68 255 64 37 42 255 51 30 34 255 +minecraft:brewing_stand 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=true,has_bottle_2=false] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=false,has_bottle_2=true] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=false,has_bottle_2=false] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=true,has_bottle_2=true] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=true,has_bottle_2=false] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=true] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=false] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:cauldron 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:water_cauldron 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:water_cauldron[level=2] 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:water_cauldron[level=3] 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:lava_cauldron 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:powder_snow_cauldron 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:powder_snow_cauldron[level=2] 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:powder_snow_cauldron[level=3] 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:end_portal 117 90 156 255 93 72 124 255 58 45 78 255 46 36 62 255 +minecraft:end_portal_frame 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=true,facing=south] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=true,facing=west] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=true,facing=east] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=false,facing=north] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=false,facing=south] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=false,facing=west] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=false,facing=east] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_stone 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:dragon_egg 12 9 15 255 9 7 12 255 6 4 7 255 4 3 6 255 +minecraft:redstone_lamp 142 101 60 255 113 80 48 255 71 50 30 255 56 40 24 255 +minecraft:redstone_lamp[lit=false] 95 54 30 255 76 43 24 255 47 27 15 255 38 21 12 255 +minecraft:cocoa 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=0,facing=south] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=0,facing=west] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=0,facing=east] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=1,facing=north] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=1,facing=south] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=1,facing=west] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=1,facing=east] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=2,facing=north] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=2,facing=south] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=2,facing=west] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=2,facing=east] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:sandstone_stairs 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:emerald_ore 108 136 115 255 86 108 92 255 54 68 57 255 43 54 46 255 +minecraft:deepslate_emerald_ore 78 104 87 255 62 83 69 255 39 52 43 255 31 41 34 255 +minecraft:ender_chest 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=north,waterlogged=false] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=south,waterlogged=true] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=south,waterlogged=false] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=west,waterlogged=true] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=west,waterlogged=false] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=east,waterlogged=true] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=east,waterlogged=false] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:tripwire_hook 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=north,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:emerald_block 42 203 87 255 33 162 69 255 21 101 43 255 16 81 34 255 +minecraft:spruce_stairs 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_stairs 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_stairs 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:command_block 173 131 106 255 138 104 84 255 86 65 53 255 69 52 42 255 +minecraft:command_block[conditional=true,facing=east] 180 135 108 255 144 108 86 255 90 67 54 255 72 54 43 255 +minecraft:command_block[conditional=true,facing=south] 178 133 105 255 142 106 84 255 89 66 52 255 71 53 42 255 +minecraft:command_block[conditional=true,facing=west] 178 133 105 255 142 106 84 255 89 66 52 255 71 53 42 255 +minecraft:command_block[conditional=true,facing=up] 178 133 105 255 142 106 84 255 89 66 52 255 71 53 42 255 +minecraft:command_block[conditional=true,facing=down] 178 133 105 255 142 106 84 255 89 66 52 255 71 53 42 255 +minecraft:command_block[conditional=false,facing=north] 173 131 106 255 138 104 84 255 86 65 53 255 69 52 42 255 +minecraft:command_block[conditional=false,facing=east] 180 135 108 255 144 108 86 255 90 67 54 255 72 54 43 255 +minecraft:command_block[conditional=false,facing=south] 177 133 107 255 141 106 85 255 88 66 53 255 70 53 42 255 +minecraft:command_block[conditional=false,facing=west] 177 133 107 255 141 106 85 255 88 66 53 255 70 53 42 255 +minecraft:command_block[conditional=false,facing=up] 177 133 107 255 141 106 85 255 88 66 53 255 70 53 42 255 +minecraft:command_block[conditional=false,facing=down] 177 133 107 255 141 106 85 255 88 66 53 255 70 53 42 255 +minecraft:beacon 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:cobblestone_wall 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:mossy_cobblestone_wall 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:flower_pot 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_oak_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_spruce_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_birch_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_jungle_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_acacia_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_dark_oak_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_fern 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_dandelion 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_poppy 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_blue_orchid 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_allium 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_azure_bluet 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_red_tulip 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_orange_tulip 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_white_tulip 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_pink_tulip 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_oxeye_daisy 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_cornflower 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_lily_of_the_valley 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_wither_rose 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_red_mushroom 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_brown_mushroom 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_dead_bush 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_cactus 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:carrots 44 110 39 16 35 88 31 16 22 55 19 16 17 44 15 16 +minecraft:carrots[age=1] 44 110 39 16 35 88 31 16 22 55 19 16 17 44 15 16 +minecraft:carrots[age=2] 52 120 40 41 41 96 32 41 26 60 20 41 20 48 16 41 +minecraft:carrots[age=3] 52 120 40 41 41 96 32 41 26 60 20 41 20 48 16 41 +minecraft:carrots[age=4] 56 113 37 81 44 90 29 81 28 56 18 81 22 45 14 81 +minecraft:carrots[age=5] 56 113 37 81 44 90 29 81 28 56 18 81 22 45 14 81 +minecraft:carrots[age=6] 56 113 37 81 44 90 29 81 28 56 18 81 22 45 14 81 +minecraft:carrots[age=7] 81 123 37 110 64 98 29 110 40 61 18 110 32 49 14 110 +minecraft:potatoes 58 129 40 14 46 103 32 14 29 64 20 14 23 51 16 14 +minecraft:potatoes[age=1] 58 129 40 14 46 103 32 14 29 64 20 14 23 51 16 14 +minecraft:potatoes[age=2] 68 131 42 25 54 104 33 25 34 65 21 25 27 52 16 25 +minecraft:potatoes[age=3] 68 131 42 25 54 104 33 25 34 65 21 25 27 52 16 25 +minecraft:potatoes[age=4] 85 129 47 44 68 103 37 44 42 64 23 44 34 51 18 44 +minecraft:potatoes[age=5] 85 129 47 44 68 103 37 44 42 64 23 44 34 51 18 44 +minecraft:potatoes[age=6] 85 129 47 44 68 103 37 44 42 64 23 44 34 51 18 44 +minecraft:potatoes[age=7] 84 135 47 80 67 108 37 80 42 67 23 80 33 54 18 80 +minecraft:oak_button 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=north,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=south,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=south,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=west,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=west,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=east,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=east,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=north,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=north,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=south,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=south,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=west,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=west,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=east,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=east,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=north,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=north,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=south,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=south,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=west,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=west,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=east,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=east,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:spruce_button 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=north,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=south,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=south,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=west,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=west,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=east,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=east,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=north,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=north,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=south,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=south,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=west,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=west,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=east,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=east,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=north,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=north,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=south,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=south,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=west,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=west,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=east,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=east,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_button 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=north,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=south,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=south,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=west,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=west,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=east,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=east,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=north,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=north,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=south,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=south,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=west,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=west,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=east,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=east,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=north,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=north,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=south,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=south,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=west,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=west,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=east,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=east,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_button 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=north,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=south,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=south,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=west,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=west,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=east,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=east,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=north,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=north,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=south,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=south,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=west,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=west,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=east,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=east,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=north,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=north,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=south,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=south,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=west,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=west,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=east,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=east,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_button 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=north,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=south,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=south,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=west,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=west,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=east,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=east,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=north,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=north,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=south,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=south,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=west,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=west,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=east,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=east,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=north,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=north,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=south,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=south,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=west,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=west,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=east,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=east,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_button 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=north,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=south,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=south,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=west,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=west,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=east,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=east,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=north,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=north,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=south,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=south,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=west,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=west,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=east,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=east,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=north,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=north,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=south,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=south,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=west,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=west,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=east,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=east,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:skeleton_skull 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=1] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=2] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=3] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=4] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=5] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=6] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=7] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=8] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=9] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=10] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=11] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=12] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=13] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=14] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=15] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_wall_skull 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_wall_skull[facing=south] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_wall_skull[facing=west] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_wall_skull[facing=east] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:wither_skeleton_skull 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=1] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=2] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=3] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=4] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=5] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=6] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=7] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=8] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=9] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=10] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=11] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=12] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=13] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=14] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=15] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_wall_skull 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_wall_skull[facing=south] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_wall_skull[facing=west] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_wall_skull[facing=east] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:zombie_head 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=1] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=2] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=3] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=4] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=5] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=6] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=7] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=8] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=9] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=10] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=11] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=12] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=13] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=14] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=15] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_wall_head 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_wall_head[facing=south] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_wall_head[facing=west] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_wall_head[facing=east] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:player_head 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=1] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=2] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=3] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=4] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=5] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=6] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=7] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=8] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=9] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=10] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=11] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=12] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=13] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=14] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=15] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_wall_head 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_wall_head[facing=south] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_wall_head[facing=west] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_wall_head[facing=east] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:creeper_head 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=1] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=2] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=3] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=4] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=5] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=6] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=7] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=8] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=9] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=10] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=11] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=12] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=13] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=14] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=15] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_wall_head 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_wall_head[facing=south] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_wall_head[facing=west] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_wall_head[facing=east] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=1] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=2] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=3] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=4] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=5] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=6] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=7] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=8] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=9] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=10] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=11] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=12] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=13] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=14] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=15] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_wall_head 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_wall_head[facing=south] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_wall_head[facing=west] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_wall_head[facing=east] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:anvil 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:anvil[facing=south] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:anvil[facing=west] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:anvil[facing=east] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:chipped_anvil 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:chipped_anvil[facing=south] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:chipped_anvil[facing=west] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:chipped_anvil[facing=east] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:damaged_anvil 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:damaged_anvil[facing=south] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:damaged_anvil[facing=west] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:damaged_anvil[facing=east] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:trapped_chest 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=single,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=left,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=left,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=right,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=right,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=single,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=single,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=left,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=left,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=right,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=right,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=single,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=single,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=left,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=left,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=right,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=right,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=single,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=single,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=left,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=left,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=right,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=right,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:light_weighted_pressure_plate 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=1] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=2] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=3] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=4] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=5] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=6] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=7] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=8] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=9] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=10] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=11] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=12] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=13] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=14] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=15] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:heavy_weighted_pressure_plate 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=1] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=2] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=3] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=4] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=5] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=6] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=7] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=8] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=9] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=10] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=11] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=12] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=13] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=14] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=15] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:comparator 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=north,mode=compare,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=north,mode=subtract,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=north,mode=subtract,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=south,mode=compare,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=south,mode=compare,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=south,mode=subtract,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=south,mode=subtract,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=west,mode=compare,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=west,mode=compare,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=west,mode=subtract,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=west,mode=subtract,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=east,mode=compare,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=east,mode=compare,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=east,mode=subtract,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=east,mode=subtract,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:daylight_detector 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=1] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=2] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=3] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=4] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=5] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=6] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=7] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=8] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=9] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=10] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=11] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=12] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=13] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=14] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=15] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=false,power=0] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=1] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=2] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=3] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=4] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=5] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=6] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=7] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=8] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=9] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=10] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=11] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=12] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=13] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=14] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=15] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:redstone_block 175 24 5 255 140 19 4 255 87 12 2 255 70 9 2 255 +minecraft:nether_quartz_ore 117 65 62 255 93 52 49 255 58 32 31 255 46 26 24 255 +minecraft:hopper 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=true,facing=north] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=true,facing=south] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=true,facing=west] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=true,facing=east] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=down] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=north] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=south] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=west] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=east] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:quartz_block 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:chiseled_quartz_block 231 226 217 255 184 180 173 255 115 113 108 255 92 90 86 255 +minecraft:quartz_pillar 235 230 224 255 188 184 179 255 117 115 112 255 94 92 89 255 +minecraft:quartz_pillar[axis=y] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_pillar[axis=z] 235 230 224 255 188 184 179 255 117 115 112 255 94 92 89 255 +minecraft:quartz_stairs 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:activator_rail 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=north_south,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=east_west,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=east_west,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_east,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_east,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_west,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_west,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_north,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_north,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_south,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_south,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=false,shape=north_south,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=north_south,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=east_west,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=east_west,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_east,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_east,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_west,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_west,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_north,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_north,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_south,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_south,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:dropper 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=north,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=east,triggered=true] 97 96 96 255 77 76 76 255 48 48 48 255 38 38 38 255 +minecraft:dropper[facing=east,triggered=false] 97 96 96 255 77 76 76 255 48 48 48 255 38 38 38 255 +minecraft:dropper[facing=south,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=south,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=west,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=west,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=up,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=up,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=down,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=down,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:white_terracotta 209 178 161 255 167 142 128 255 104 89 80 255 83 71 64 255 +minecraft:orange_terracotta 161 83 37 255 128 66 29 255 80 41 18 255 64 33 14 255 +minecraft:magenta_terracotta 149 88 108 255 119 70 86 255 74 44 54 255 59 35 43 255 +minecraft:light_blue_terracotta 113 108 137 255 90 86 109 255 56 54 68 255 45 43 54 255 +minecraft:yellow_terracotta 186 133 35 255 148 106 28 255 93 66 17 255 74 53 14 255 +minecraft:lime_terracotta 103 117 52 255 82 93 41 255 51 58 26 255 41 46 20 255 +minecraft:pink_terracotta 161 78 78 255 128 62 62 255 80 39 39 255 64 31 31 255 +minecraft:gray_terracotta 57 42 35 255 45 33 28 255 28 21 17 255 22 16 14 255 +minecraft:light_gray_terracotta 135 106 97 255 108 84 77 255 67 53 48 255 54 42 38 255 +minecraft:cyan_terracotta 86 91 91 255 68 72 72 255 43 45 45 255 34 36 36 255 +minecraft:purple_terracotta 118 70 86 255 94 56 68 255 59 35 43 255 47 28 34 255 +minecraft:blue_terracotta 74 59 91 255 59 47 72 255 37 29 45 255 29 23 36 255 +minecraft:brown_terracotta 77 51 35 255 61 40 28 255 38 25 17 255 30 20 14 255 +minecraft:green_terracotta 76 83 42 255 60 66 33 255 38 41 21 255 30 33 16 255 +minecraft:red_terracotta 143 61 46 255 114 48 36 255 71 30 23 255 57 24 18 255 +minecraft:black_terracotta 37 22 16 255 29 17 12 255 18 11 8 255 14 8 6 255 +minecraft:white_stained_glass_pane 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:orange_stained_glass_pane 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:magenta_stained_glass_pane 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:light_blue_stained_glass_pane 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:yellow_stained_glass_pane 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:lime_stained_glass_pane 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:pink_stained_glass_pane 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:gray_stained_glass_pane 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:light_gray_stained_glass_pane 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:cyan_stained_glass_pane 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:purple_stained_glass_pane 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:blue_stained_glass_pane 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:brown_stained_glass_pane 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:green_stained_glass_pane 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:red_stained_glass_pane 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:black_stained_glass_pane 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:acacia_stairs 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_stairs 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:slime_block 111 192 91 180 88 153 72 180 55 96 45 180 44 76 36 180 +minecraft:iron_trapdoor 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:prismarine 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_bricks 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:dark_prismarine 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:prismarine_stairs 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_brick_stairs 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:dark_prismarine_stairs 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:prismarine_slab 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=top,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=bottom,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=bottom,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=double,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=double,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_brick_slab 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=top,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=bottom,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=bottom,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=double,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=double,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:dark_prismarine_slab 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=top,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=bottom,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=bottom,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=double,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=double,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:sea_lantern 172 200 190 255 137 160 152 255 86 100 95 255 68 80 76 255 +minecraft:hay_block 166 136 38 255 132 108 30 255 83 68 19 255 66 54 15 255 +minecraft:hay_block[axis=y] 165 139 12 255 132 111 9 255 82 69 6 255 66 55 4 255 +minecraft:hay_block[axis=z] 166 136 38 255 132 108 30 255 83 68 19 255 66 54 15 255 +minecraft:white_carpet 233 236 236 255 186 188 188 255 116 118 118 255 93 94 94 255 +minecraft:orange_carpet 240 118 19 255 192 94 15 255 120 59 9 255 96 47 7 255 +minecraft:magenta_carpet 189 68 179 255 151 54 143 255 94 34 89 255 75 27 71 255 +minecraft:light_blue_carpet 58 175 217 255 46 140 173 255 29 87 108 255 23 70 86 255 +minecraft:yellow_carpet 248 197 39 255 198 157 31 255 124 98 19 255 99 78 15 255 +minecraft:lime_carpet 112 185 25 255 89 148 20 255 56 92 12 255 44 74 10 255 +minecraft:pink_carpet 237 141 172 255 189 112 137 255 118 70 86 255 94 56 68 255 +minecraft:gray_carpet 62 68 71 255 49 54 56 255 31 34 35 255 24 27 28 255 +minecraft:light_gray_carpet 142 142 134 255 113 113 107 255 71 71 67 255 56 56 53 255 +minecraft:cyan_carpet 21 137 145 255 16 109 116 255 10 68 72 255 8 54 58 255 +minecraft:purple_carpet 121 42 172 255 96 33 137 255 60 21 86 255 48 16 68 255 +minecraft:blue_carpet 53 57 157 255 42 45 125 255 26 28 78 255 21 22 62 255 +minecraft:brown_carpet 114 71 40 255 91 56 32 255 57 35 20 255 45 28 16 255 +minecraft:green_carpet 84 109 27 255 67 87 21 255 42 54 13 255 33 43 10 255 +minecraft:red_carpet 160 39 34 255 128 31 27 255 80 19 17 255 64 15 13 255 +minecraft:black_carpet 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:terracotta 152 94 67 255 121 75 53 255 76 47 33 255 60 37 26 255 +minecraft:coal_block 16 15 15 255 12 12 12 255 8 7 7 255 6 6 6 255 +minecraft:packed_ice 141 180 250 255 112 144 200 255 70 90 125 255 56 72 100 255 +minecraft:sunflower 49 129 27 30 39 103 21 30 24 64 13 30 19 51 10 30 +minecraft:sunflower[half=lower] 56 135 30 56 44 108 24 56 28 67 15 56 22 54 12 56 +minecraft:lilac 154 125 147 74 123 100 117 74 77 62 73 74 61 50 58 74 +minecraft:lilac[half=lower] 137 124 126 89 109 99 100 89 68 62 63 89 54 49 50 89 +minecraft:rose_bush 131 66 37 92 104 52 29 92 65 33 18 92 52 26 14 92 +minecraft:rose_bush[half=lower] 97 83 37 178 77 66 29 178 48 41 18 178 38 33 14 178 +minecraft:peony 129 126 139 109 103 100 111 109 64 63 69 109 51 50 55 109 +minecraft:peony[half=lower] 86 101 93 140 68 80 74 140 43 50 46 140 34 40 37 140 +minecraft:tall_grass 71 112 53 89 56 89 42 89 35 56 26 89 28 44 21 89 +minecraft:tall_grass[half=lower] 60 96 45 186 48 76 36 186 30 48 22 186 24 38 18 186 +minecraft:large_fern 59 94 44 103 47 75 35 103 29 47 22 103 23 37 17 103 +minecraft:large_fern[half=lower] 62 98 46 175 49 78 36 175 31 49 23 175 24 39 18 175 +minecraft:white_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_sandstone 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:chiseled_red_sandstone 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_stairs 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:oak_slab 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=top,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=bottom,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=bottom,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=double,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=double,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:spruce_slab 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=top,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=bottom,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=bottom,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=double,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=double,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_slab 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=top,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=bottom,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=bottom,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=double,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=double,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_slab 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=top,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=bottom,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=bottom,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=double,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=double,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_slab 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=top,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=bottom,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=bottom,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=double,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=double,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_slab 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=top,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=bottom,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=bottom,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=double,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=double,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:stone_slab 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=top,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=bottom,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=bottom,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=double,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=double,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:smooth_stone_slab 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=top,waterlogged=false] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=bottom,waterlogged=true] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=bottom,waterlogged=false] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=double,waterlogged=true] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=double,waterlogged=false] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:sandstone_slab 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=top,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=bottom,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=bottom,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=double,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=double,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=top,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=bottom,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=bottom,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=double,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=double,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:petrified_oak_slab 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=top,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=bottom,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=bottom,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=double,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=double,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cobblestone_slab 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=top,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=bottom,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=bottom,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=double,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=double,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:brick_slab 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=top,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=bottom,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=bottom,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=double,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=double,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:stone_brick_slab 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=top,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=bottom,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=bottom,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=double,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=double,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:nether_brick_slab 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=top,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=bottom,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=bottom,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=double,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=double,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:quartz_slab 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=top,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=bottom,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=bottom,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=double,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=double,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:red_sandstone_slab 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=top,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=bottom,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=bottom,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=double,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=double,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=top,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=double,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=double,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:purpur_slab 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=top,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=bottom,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=bottom,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=double,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=double,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:smooth_stone 159 159 159 255 127 127 127 255 79 79 79 255 63 63 63 255 +minecraft:smooth_sandstone 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_quartz 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:smooth_red_sandstone 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:spruce_fence_gate 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_fence_gate 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_fence_gate 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_fence_gate 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_fence_gate 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:spruce_fence 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_fence 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_fence 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_fence 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_fence 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:spruce_door 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:birch_door 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:jungle_door 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:acacia_door 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:dark_oak_door 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:end_rod 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=east] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=south] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=west] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=up] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=down] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:chorus_plant 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_flower 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=1] 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=2] 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=3] 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=4] 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=5] 96 61 94 255 76 48 75 255 48 30 47 255 38 24 37 255 +minecraft:purpur_block 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_pillar 171 129 171 255 136 103 136 255 85 64 85 255 68 51 68 255 +minecraft:purpur_pillar[axis=y] 171 128 171 255 136 102 136 255 85 64 85 255 68 51 68 255 +minecraft:purpur_pillar[axis=z] 171 129 171 255 136 103 136 255 85 64 85 255 68 51 68 255 +minecraft:purpur_stairs 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:end_stone_bricks 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:beetroots 65 137 41 14 52 109 32 14 32 68 20 14 26 54 16 14 +minecraft:beetroots[age=1] 66 138 41 29 52 110 32 29 33 69 20 29 26 55 16 29 +minecraft:beetroots[age=2] 69 130 39 87 55 104 31 87 34 65 19 87 27 52 15 87 +minecraft:beetroots[age=3] 93 91 30 115 74 72 24 115 46 45 15 115 37 36 12 115 +minecraft:dirt_path 148 121 65 255 118 96 52 255 74 60 32 255 59 48 26 255 +minecraft:end_gateway 117 90 156 255 93 72 124 255 58 45 78 255 46 36 62 255 +minecraft:repeating_command_block 127 109 166 255 101 87 132 255 63 54 83 255 50 43 66 255 +minecraft:repeating_command_block[conditional=true,facing=east] 129 111 176 255 103 88 140 255 64 55 88 255 51 44 70 255 +minecraft:repeating_command_block[conditional=true,facing=south] 128 110 170 255 102 88 136 255 64 55 85 255 51 44 68 255 +minecraft:repeating_command_block[conditional=true,facing=west] 128 110 170 255 102 88 136 255 64 55 85 255 51 44 68 255 +minecraft:repeating_command_block[conditional=true,facing=up] 128 110 170 255 102 88 136 255 64 55 85 255 51 44 68 255 +minecraft:repeating_command_block[conditional=true,facing=down] 128 110 170 255 102 88 136 255 64 55 85 255 51 44 68 255 +minecraft:repeating_command_block[conditional=false,facing=north] 127 109 166 255 101 87 132 255 63 54 83 255 50 43 66 255 +minecraft:repeating_command_block[conditional=false,facing=east] 129 111 176 255 103 88 140 255 64 55 88 255 51 44 70 255 +minecraft:repeating_command_block[conditional=false,facing=south] 127 109 171 255 101 87 136 255 63 54 85 255 50 43 68 255 +minecraft:repeating_command_block[conditional=false,facing=west] 127 109 171 255 101 87 136 255 63 54 85 255 50 43 68 255 +minecraft:repeating_command_block[conditional=false,facing=up] 127 109 171 255 101 87 136 255 63 54 85 255 50 43 68 255 +minecraft:repeating_command_block[conditional=false,facing=down] 127 109 171 255 101 87 136 255 63 54 85 255 50 43 68 255 +minecraft:chain_command_block 129 156 144 255 103 124 115 255 64 78 72 255 51 62 57 255 +minecraft:chain_command_block[conditional=true,facing=east] 132 165 150 255 105 132 120 255 66 82 75 255 52 66 60 255 +minecraft:chain_command_block[conditional=true,facing=south] 131 161 147 255 104 128 117 255 65 80 73 255 52 64 58 255 +minecraft:chain_command_block[conditional=true,facing=west] 131 161 147 255 104 128 117 255 65 80 73 255 52 64 58 255 +minecraft:chain_command_block[conditional=true,facing=up] 131 161 147 255 104 128 117 255 65 80 73 255 52 64 58 255 +minecraft:chain_command_block[conditional=true,facing=down] 131 161 147 255 104 128 117 255 65 80 73 255 52 64 58 255 +minecraft:chain_command_block[conditional=false,facing=north] 129 156 144 255 103 124 115 255 64 78 72 255 51 62 57 255 +minecraft:chain_command_block[conditional=false,facing=east] 132 165 150 255 105 132 120 255 66 82 75 255 52 66 60 255 +minecraft:chain_command_block[conditional=false,facing=south] 129 161 147 255 103 128 117 255 64 80 73 255 51 64 58 255 +minecraft:chain_command_block[conditional=false,facing=west] 129 161 147 255 103 128 117 255 64 80 73 255 51 64 58 255 +minecraft:chain_command_block[conditional=false,facing=up] 129 161 147 255 103 128 117 255 64 80 73 255 51 64 58 255 +minecraft:chain_command_block[conditional=false,facing=down] 129 161 147 255 103 128 117 255 64 80 73 255 51 64 58 255 +minecraft:frosted_ice 140 181 252 190 112 144 201 190 70 90 126 190 56 72 100 190 +minecraft:frosted_ice[age=1] 139 180 252 193 111 144 201 193 69 90 126 193 55 72 100 193 +minecraft:frosted_ice[age=2] 137 179 252 199 109 143 201 199 68 89 126 199 54 71 100 199 +minecraft:frosted_ice[age=3] 134 177 252 212 107 141 201 212 67 88 126 212 53 70 100 212 +minecraft:magma_block 141 62 30 255 112 49 24 255 70 31 15 255 56 24 12 255 +minecraft:nether_wart_block 114 2 2 255 91 1 1 255 57 1 1 255 45 0 0 255 +minecraft:red_nether_bricks 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:bone_block 229 225 207 255 183 180 165 255 114 112 103 255 91 90 82 255 +minecraft:bone_block[axis=y] 209 206 179 255 167 164 143 255 104 103 89 255 83 82 71 255 +minecraft:bone_block[axis=z] 229 225 207 255 183 180 165 255 114 112 103 255 91 90 82 255 +minecraft:observer 71 69 69 255 56 55 55 255 35 34 34 255 28 27 27 255 +minecraft:observer[facing=north,powered=false] 71 69 69 255 56 55 55 255 35 34 34 255 28 27 27 255 +minecraft:observer[facing=east,powered=true] 103 103 103 255 82 82 82 255 51 51 51 255 41 41 41 255 +minecraft:observer[facing=east,powered=false] 103 103 103 255 82 82 82 255 51 51 51 255 41 41 41 255 +minecraft:observer[facing=south,powered=true] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=south,powered=false] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=west,powered=true] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=west,powered=false] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=up,powered=true] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=up,powered=false] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=down,powered=true] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=down,powered=false] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:shulker_box 121 83 121 255 96 66 96 255 60 41 60 255 48 33 48 255 +minecraft:shulker_box[facing=east] 139 96 139 255 111 76 111 255 69 48 69 255 55 38 55 255 +minecraft:shulker_box[facing=south] 139 97 139 255 111 77 111 255 69 48 69 255 55 38 55 255 +minecraft:shulker_box[facing=west] 139 97 139 255 111 77 111 255 69 48 69 255 55 38 55 255 +minecraft:shulker_box[facing=up] 139 97 139 255 111 77 111 255 69 48 69 255 55 38 55 255 +minecraft:shulker_box[facing=down] 139 97 139 255 111 77 111 255 69 48 69 255 55 38 55 255 +minecraft:white_shulker_box 168 173 174 255 134 138 139 255 84 86 87 255 67 69 69 255 +minecraft:white_shulker_box[facing=east] 215 220 221 255 172 176 176 255 107 110 110 255 86 88 88 255 +minecraft:white_shulker_box[facing=south] 202 207 208 255 161 165 166 255 101 103 104 255 80 82 83 255 +minecraft:white_shulker_box[facing=west] 202 207 208 255 161 165 166 255 101 103 104 255 80 82 83 255 +minecraft:white_shulker_box[facing=up] 202 207 208 255 161 165 166 255 101 103 104 255 80 82 83 255 +minecraft:white_shulker_box[facing=down] 202 207 208 255 161 165 166 255 101 103 104 255 80 82 83 255 +minecraft:orange_shulker_box 165 70 0 255 132 56 0 255 82 35 0 255 66 28 0 255 +minecraft:orange_shulker_box[facing=east] 234 106 8 255 187 84 6 255 117 53 4 255 93 42 3 255 +minecraft:orange_shulker_box[facing=south] 218 97 5 255 174 77 4 255 109 48 2 255 87 38 2 255 +minecraft:orange_shulker_box[facing=west] 218 97 5 255 174 77 4 255 109 48 2 255 87 38 2 255 +minecraft:orange_shulker_box[facing=up] 218 97 5 255 174 77 4 255 109 48 2 255 87 38 2 255 +minecraft:orange_shulker_box[facing=down] 218 97 5 255 174 77 4 255 109 48 2 255 87 38 2 255 +minecraft:magenta_shulker_box 138 38 129 255 110 30 103 255 69 19 64 255 55 15 51 255 +minecraft:magenta_shulker_box[facing=east] 173 54 163 255 138 43 130 255 86 27 81 255 69 21 65 255 +minecraft:magenta_shulker_box[facing=south] 163 48 153 255 130 38 122 255 81 24 76 255 65 19 61 255 +minecraft:magenta_shulker_box[facing=west] 163 48 153 255 130 38 122 255 81 24 76 255 65 19 61 255 +minecraft:magenta_shulker_box[facing=up] 163 48 153 255 130 38 122 255 81 24 76 255 65 19 61 255 +minecraft:magenta_shulker_box[facing=down] 163 48 153 255 130 38 122 255 81 24 76 255 65 19 61 255 +minecraft:light_blue_shulker_box 27 113 166 255 21 90 132 255 13 56 83 255 10 45 66 255 +minecraft:light_blue_shulker_box[facing=east] 49 163 212 255 39 130 169 255 24 81 106 255 19 65 84 255 +minecraft:light_blue_shulker_box[facing=south] 42 150 202 255 33 120 161 255 21 75 101 255 16 60 80 255 +minecraft:light_blue_shulker_box[facing=west] 42 150 202 255 33 120 161 255 21 75 101 255 16 60 80 255 +minecraft:light_blue_shulker_box[facing=up] 42 150 202 255 33 120 161 255 21 75 101 255 16 60 80 255 +minecraft:light_blue_shulker_box[facing=down] 42 150 202 255 33 120 161 255 21 75 101 255 16 60 80 255 +minecraft:yellow_shulker_box 209 149 14 255 167 119 11 255 104 74 7 255 83 59 5 255 +minecraft:yellow_shulker_box[facing=east] 248 188 29 255 198 150 23 255 124 94 14 255 99 75 11 255 +minecraft:yellow_shulker_box[facing=south] 240 179 24 255 192 143 19 255 120 89 12 255 96 71 9 255 +minecraft:yellow_shulker_box[facing=west] 240 179 24 255 192 143 19 255 120 89 12 255 96 71 9 255 +minecraft:yellow_shulker_box[facing=up] 240 179 24 255 192 143 19 255 120 89 12 255 96 71 9 255 +minecraft:yellow_shulker_box[facing=down] 240 179 24 255 192 143 19 255 120 89 12 255 96 71 9 255 +minecraft:lime_shulker_box 61 112 14 255 48 89 11 255 30 56 7 255 24 44 5 255 +minecraft:lime_shulker_box[facing=east] 99 172 23 255 79 137 18 255 49 86 11 255 39 68 9 255 +minecraft:lime_shulker_box[facing=south] 88 156 21 255 70 124 16 255 44 78 10 255 35 62 8 255 +minecraft:lime_shulker_box[facing=west] 88 156 21 255 70 124 16 255 44 78 10 255 35 62 8 255 +minecraft:lime_shulker_box[facing=up] 88 156 21 255 70 124 16 255 44 78 10 255 35 62 8 255 +minecraft:lime_shulker_box[facing=down] 88 156 21 255 70 124 16 255 44 78 10 255 35 62 8 255 +minecraft:pink_shulker_box 177 78 116 255 141 62 92 255 88 39 58 255 70 31 46 255 +minecraft:pink_shulker_box[facing=east] 230 121 157 255 184 96 125 255 115 60 78 255 92 48 62 255 +minecraft:pink_shulker_box[facing=south] 217 109 146 255 173 87 116 255 108 54 73 255 86 43 58 255 +minecraft:pink_shulker_box[facing=west] 217 109 146 255 173 87 116 255 108 54 73 255 86 43 58 255 +minecraft:pink_shulker_box[facing=up] 217 109 146 255 173 87 116 255 108 54 73 255 86 43 58 255 +minecraft:pink_shulker_box[facing=down] 217 109 146 255 173 87 116 255 108 54 73 255 86 43 58 255 +minecraft:gray_shulker_box 36 38 41 255 28 30 32 255 18 19 20 255 14 15 16 255 +minecraft:gray_shulker_box[facing=east] 55 58 62 255 44 46 49 255 27 29 31 255 22 23 24 255 +minecraft:gray_shulker_box[facing=south] 49 52 56 255 39 41 44 255 24 26 28 255 19 20 22 255 +minecraft:gray_shulker_box[facing=west] 49 52 56 255 39 41 44 255 24 26 28 255 19 20 22 255 +minecraft:gray_shulker_box[facing=up] 49 52 56 255 39 41 44 255 24 26 28 255 19 20 22 255 +minecraft:gray_shulker_box[facing=down] 49 52 56 255 39 41 44 255 24 26 28 255 19 20 22 255 +minecraft:light_gray_shulker_box 78 78 71 255 62 62 56 255 39 39 35 255 31 31 28 255 +minecraft:light_gray_shulker_box[facing=east] 124 124 115 255 99 99 92 255 62 62 57 255 49 49 46 255 +minecraft:light_gray_shulker_box[facing=south] 111 111 102 255 88 88 81 255 55 55 51 255 44 44 40 255 +minecraft:light_gray_shulker_box[facing=west] 111 111 102 255 88 88 81 255 55 55 51 255 44 44 40 255 +minecraft:light_gray_shulker_box[facing=up] 111 111 102 255 88 88 81 255 55 55 51 255 44 44 40 255 +minecraft:light_gray_shulker_box[facing=down] 111 111 102 255 88 88 81 255 55 55 51 255 44 44 40 255 +minecraft:cyan_shulker_box 10 82 95 255 8 65 76 255 5 41 47 255 4 32 38 255 +minecraft:cyan_shulker_box[facing=east] 20 121 135 255 16 96 108 255 10 60 67 255 8 48 54 255 +minecraft:cyan_shulker_box[facing=south] 17 110 124 255 13 88 99 255 8 55 62 255 6 44 49 255 +minecraft:cyan_shulker_box[facing=west] 17 110 124 255 13 88 99 255 8 55 62 255 6 44 49 255 +minecraft:cyan_shulker_box[facing=up] 17 110 124 255 13 88 99 255 8 55 62 255 6 44 49 255 +minecraft:cyan_shulker_box[facing=down] 17 110 124 255 13 88 99 255 8 55 62 255 6 44 49 255 +minecraft:purple_shulker_box 75 21 120 255 60 16 96 255 37 10 60 255 30 8 48 255 +minecraft:purple_shulker_box[facing=east] 103 32 156 255 82 25 124 255 51 16 78 255 41 12 62 255 +minecraft:purple_shulker_box[facing=south] 94 28 146 255 75 22 116 255 47 14 73 255 37 11 58 255 +minecraft:purple_shulker_box[facing=west] 94 28 146 255 75 22 116 255 47 14 73 255 37 11 58 255 +minecraft:purple_shulker_box[facing=up] 94 28 146 255 75 22 116 255 47 14 73 255 37 11 58 255 +minecraft:purple_shulker_box[facing=down] 94 28 146 255 75 22 116 255 47 14 73 255 37 11 58 255 +minecraft:blue_shulker_box 26 27 99 255 20 21 79 255 13 13 49 255 10 10 39 255 +minecraft:blue_shulker_box[facing=east] 43 45 140 255 34 36 112 255 21 22 70 255 17 18 56 255 +minecraft:blue_shulker_box[facing=south] 38 40 128 255 30 32 102 255 19 20 64 255 15 16 51 255 +minecraft:blue_shulker_box[facing=west] 38 40 128 255 30 32 102 255 19 20 64 255 15 16 51 255 +minecraft:blue_shulker_box[facing=up] 38 40 128 255 30 32 102 255 19 20 64 255 15 16 51 255 +minecraft:blue_shulker_box[facing=down] 38 40 128 255 30 32 102 255 19 20 64 255 15 16 51 255 +minecraft:brown_shulker_box 74 44 21 255 59 35 16 255 37 22 10 255 29 17 8 255 +minecraft:brown_shulker_box[facing=east] 106 66 35 255 84 52 28 255 53 33 17 255 42 26 14 255 +minecraft:brown_shulker_box[facing=south] 98 60 32 255 78 48 25 255 49 30 16 255 39 24 12 255 +minecraft:brown_shulker_box[facing=west] 98 60 32 255 78 48 25 255 49 30 16 255 39 24 12 255 +minecraft:brown_shulker_box[facing=up] 98 60 32 255 78 48 25 255 49 30 16 255 39 24 12 255 +minecraft:brown_shulker_box[facing=down] 98 60 32 255 78 48 25 255 49 30 16 255 39 24 12 255 +minecraft:green_shulker_box 60 75 30 255 48 60 24 255 30 37 15 255 24 30 12 255 +minecraft:green_shulker_box[facing=east] 79 100 31 255 63 80 24 255 39 50 15 255 31 40 12 255 +minecraft:green_shulker_box[facing=south] 74 94 32 255 59 75 25 255 37 47 16 255 29 37 12 255 +minecraft:green_shulker_box[facing=west] 74 94 32 255 59 75 25 255 37 47 16 255 29 37 12 255 +minecraft:green_shulker_box[facing=up] 74 94 32 255 59 75 25 255 37 47 16 255 29 37 12 255 +minecraft:green_shulker_box[facing=down] 74 94 32 255 59 75 25 255 37 47 16 255 29 37 12 255 +minecraft:red_shulker_box 102 16 16 255 81 12 12 255 51 8 8 255 40 6 6 255 +minecraft:red_shulker_box[facing=east] 140 31 30 255 112 24 24 255 70 15 15 255 56 12 12 255 +minecraft:red_shulker_box[facing=south] 129 26 26 255 103 20 20 255 64 13 13 255 51 10 10 255 +minecraft:red_shulker_box[facing=west] 129 26 26 255 103 20 20 255 64 13 13 255 51 10 10 255 +minecraft:red_shulker_box[facing=up] 129 26 26 255 103 20 20 255 64 13 13 255 51 10 10 255 +minecraft:red_shulker_box[facing=down] 129 26 26 255 103 20 20 255 64 13 13 255 51 10 10 255 +minecraft:black_shulker_box 10 12 16 255 8 9 12 255 5 6 8 255 4 4 6 255 +minecraft:black_shulker_box[facing=east] 25 25 29 255 20 20 23 255 12 12 14 255 10 10 11 255 +minecraft:black_shulker_box[facing=south] 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:black_shulker_box[facing=west] 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:black_shulker_box[facing=up] 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:black_shulker_box[facing=down] 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:white_glazed_terracotta 188 212 202 255 150 169 161 255 94 106 101 255 75 84 80 255 +minecraft:white_glazed_terracotta[facing=south] 188 212 202 255 150 169 161 255 94 106 101 255 75 84 80 255 +minecraft:white_glazed_terracotta[facing=west] 188 212 202 255 150 169 161 255 94 106 101 255 75 84 80 255 +minecraft:white_glazed_terracotta[facing=east] 188 212 202 255 150 169 161 255 94 106 101 255 75 84 80 255 +minecraft:orange_glazed_terracotta 154 147 91 255 123 117 72 255 77 73 45 255 61 58 36 255 +minecraft:orange_glazed_terracotta[facing=south] 154 147 91 255 123 117 72 255 77 73 45 255 61 58 36 255 +minecraft:orange_glazed_terracotta[facing=west] 154 147 91 255 123 117 72 255 77 73 45 255 61 58 36 255 +minecraft:orange_glazed_terracotta[facing=east] 154 147 91 255 123 117 72 255 77 73 45 255 61 58 36 255 +minecraft:magenta_glazed_terracotta 208 100 191 255 166 80 152 255 104 50 95 255 83 40 76 255 +minecraft:magenta_glazed_terracotta[facing=south] 208 100 191 255 166 80 152 255 104 50 95 255 83 40 76 255 +minecraft:magenta_glazed_terracotta[facing=west] 208 100 191 255 166 80 152 255 104 50 95 255 83 40 76 255 +minecraft:magenta_glazed_terracotta[facing=east] 208 100 191 255 166 80 152 255 104 50 95 255 83 40 76 255 +minecraft:light_blue_glazed_terracotta 94 164 208 255 75 131 166 255 47 82 104 255 37 65 83 255 +minecraft:light_blue_glazed_terracotta[facing=south] 94 164 208 255 75 131 166 255 47 82 104 255 37 65 83 255 +minecraft:light_blue_glazed_terracotta[facing=west] 94 164 208 255 75 131 166 255 47 82 104 255 37 65 83 255 +minecraft:light_blue_glazed_terracotta[facing=east] 94 164 208 255 75 131 166 255 47 82 104 255 37 65 83 255 +minecraft:yellow_glazed_terracotta 234 192 88 255 187 153 70 255 117 96 44 255 93 76 35 255 +minecraft:yellow_glazed_terracotta[facing=south] 234 192 88 255 187 153 70 255 117 96 44 255 93 76 35 255 +minecraft:yellow_glazed_terracotta[facing=west] 234 192 88 255 187 153 70 255 117 96 44 255 93 76 35 255 +minecraft:yellow_glazed_terracotta[facing=east] 234 192 88 255 187 153 70 255 117 96 44 255 93 76 35 255 +minecraft:lime_glazed_terracotta 162 197 55 255 129 157 44 255 81 98 27 255 64 78 22 255 +minecraft:lime_glazed_terracotta[facing=south] 162 197 55 255 129 157 44 255 81 98 27 255 64 78 22 255 +minecraft:lime_glazed_terracotta[facing=west] 162 197 55 255 129 157 44 255 81 98 27 255 64 78 22 255 +minecraft:lime_glazed_terracotta[facing=east] 162 197 55 255 129 157 44 255 81 98 27 255 64 78 22 255 +minecraft:pink_glazed_terracotta 235 154 181 255 188 123 144 255 117 77 90 255 94 61 72 255 +minecraft:pink_glazed_terracotta[facing=south] 235 154 181 255 188 123 144 255 117 77 90 255 94 61 72 255 +minecraft:pink_glazed_terracotta[facing=west] 235 154 181 255 188 123 144 255 117 77 90 255 94 61 72 255 +minecraft:pink_glazed_terracotta[facing=east] 235 154 181 255 188 123 144 255 117 77 90 255 94 61 72 255 +minecraft:gray_glazed_terracotta 83 90 93 255 66 72 74 255 41 45 46 255 33 36 37 255 +minecraft:gray_glazed_terracotta[facing=south] 83 90 93 255 66 72 74 255 41 45 46 255 33 36 37 255 +minecraft:gray_glazed_terracotta[facing=west] 83 90 93 255 66 72 74 255 41 45 46 255 33 36 37 255 +minecraft:gray_glazed_terracotta[facing=east] 83 90 93 255 66 72 74 255 41 45 46 255 33 36 37 255 +minecraft:light_gray_glazed_terracotta 144 166 167 255 115 132 133 255 72 83 83 255 57 66 66 255 +minecraft:light_gray_glazed_terracotta[facing=south] 144 166 167 255 115 132 133 255 72 83 83 255 57 66 66 255 +minecraft:light_gray_glazed_terracotta[facing=west] 144 166 167 255 115 132 133 255 72 83 83 255 57 66 66 255 +minecraft:light_gray_glazed_terracotta[facing=east] 144 166 167 255 115 132 133 255 72 83 83 255 57 66 66 255 +minecraft:cyan_glazed_terracotta 52 118 125 255 41 94 100 255 26 59 62 255 20 47 50 255 +minecraft:cyan_glazed_terracotta[facing=south] 52 118 125 255 41 94 100 255 26 59 62 255 20 47 50 255 +minecraft:cyan_glazed_terracotta[facing=west] 52 118 125 255 41 94 100 255 26 59 62 255 20 47 50 255 +minecraft:cyan_glazed_terracotta[facing=east] 52 118 125 255 41 94 100 255 26 59 62 255 20 47 50 255 +minecraft:purple_glazed_terracotta 109 48 152 255 87 38 121 255 54 24 76 255 43 19 60 255 +minecraft:purple_glazed_terracotta[facing=south] 109 48 152 255 87 38 121 255 54 24 76 255 43 19 60 255 +minecraft:purple_glazed_terracotta[facing=west] 109 48 152 255 87 38 121 255 54 24 76 255 43 19 60 255 +minecraft:purple_glazed_terracotta[facing=east] 109 48 152 255 87 38 121 255 54 24 76 255 43 19 60 255 +minecraft:blue_glazed_terracotta 47 64 139 255 37 51 111 255 23 32 69 255 18 25 55 255 +minecraft:blue_glazed_terracotta[facing=south] 47 64 139 255 37 51 111 255 23 32 69 255 18 25 55 255 +minecraft:blue_glazed_terracotta[facing=west] 47 64 139 255 37 51 111 255 23 32 69 255 18 25 55 255 +minecraft:blue_glazed_terracotta[facing=east] 47 64 139 255 37 51 111 255 23 32 69 255 18 25 55 255 +minecraft:brown_glazed_terracotta 119 106 85 255 95 84 68 255 59 53 42 255 47 42 34 255 +minecraft:brown_glazed_terracotta[facing=south] 119 106 85 255 95 84 68 255 59 53 42 255 47 42 34 255 +minecraft:brown_glazed_terracotta[facing=west] 119 106 85 255 95 84 68 255 59 53 42 255 47 42 34 255 +minecraft:brown_glazed_terracotta[facing=east] 119 106 85 255 95 84 68 255 59 53 42 255 47 42 34 255 +minecraft:green_glazed_terracotta 117 142 67 255 93 113 53 255 58 71 33 255 46 56 26 255 +minecraft:green_glazed_terracotta[facing=south] 117 142 67 255 93 113 53 255 58 71 33 255 46 56 26 255 +minecraft:green_glazed_terracotta[facing=west] 117 142 67 255 93 113 53 255 58 71 33 255 46 56 26 255 +minecraft:green_glazed_terracotta[facing=east] 117 142 67 255 93 113 53 255 58 71 33 255 46 56 26 255 +minecraft:red_glazed_terracotta 181 59 53 255 144 47 42 255 90 29 26 255 72 23 21 255 +minecraft:red_glazed_terracotta[facing=south] 181 59 53 255 144 47 42 255 90 29 26 255 72 23 21 255 +minecraft:red_glazed_terracotta[facing=west] 181 59 53 255 144 47 42 255 90 29 26 255 72 23 21 255 +minecraft:red_glazed_terracotta[facing=east] 181 59 53 255 144 47 42 255 90 29 26 255 72 23 21 255 +minecraft:black_glazed_terracotta 67 30 32 255 53 24 25 255 33 15 16 255 26 12 12 255 +minecraft:black_glazed_terracotta[facing=south] 67 30 32 255 53 24 25 255 33 15 16 255 26 12 12 255 +minecraft:black_glazed_terracotta[facing=west] 67 30 32 255 53 24 25 255 33 15 16 255 26 12 12 255 +minecraft:black_glazed_terracotta[facing=east] 67 30 32 255 53 24 25 255 33 15 16 255 26 12 12 255 +minecraft:white_concrete 207 213 214 255 165 170 171 255 103 106 107 255 82 85 85 255 +minecraft:orange_concrete 224 97 0 255 179 77 0 255 112 48 0 255 89 38 0 255 +minecraft:magenta_concrete 169 48 159 255 135 38 127 255 84 24 79 255 67 19 63 255 +minecraft:light_blue_concrete 35 137 198 255 28 109 158 255 17 68 99 255 14 54 79 255 +minecraft:yellow_concrete 240 175 21 255 192 140 16 255 120 87 10 255 96 70 8 255 +minecraft:lime_concrete 94 168 24 255 75 134 19 255 47 84 12 255 37 67 9 255 +minecraft:pink_concrete 213 101 142 255 170 80 113 255 106 50 71 255 85 40 56 255 +minecraft:gray_concrete 54 57 61 255 43 45 48 255 27 28 30 255 21 22 24 255 +minecraft:light_gray_concrete 125 125 115 255 100 100 92 255 62 62 57 255 50 50 46 255 +minecraft:cyan_concrete 21 119 136 255 16 95 108 255 10 59 68 255 8 47 54 255 +minecraft:purple_concrete 100 31 156 255 80 24 124 255 50 15 78 255 40 12 62 255 +minecraft:blue_concrete 44 46 143 255 35 36 114 255 22 23 71 255 17 18 57 255 +minecraft:brown_concrete 96 59 31 255 76 47 24 255 48 29 15 255 38 23 12 255 +minecraft:green_concrete 73 91 36 255 58 72 28 255 36 45 18 255 29 36 14 255 +minecraft:red_concrete 142 32 32 255 113 25 25 255 71 16 16 255 56 12 12 255 +minecraft:black_concrete 8 10 15 255 6 8 12 255 4 5 7 255 3 4 6 255 +minecraft:white_concrete_powder 225 227 227 255 180 181 181 255 112 113 113 255 90 90 90 255 +minecraft:orange_concrete_powder 227 131 31 255 181 104 24 255 113 65 15 255 90 52 12 255 +minecraft:magenta_concrete_powder 192 83 184 255 153 66 147 255 96 41 92 255 76 33 73 255 +minecraft:light_blue_concrete_powder 74 180 213 255 59 144 170 255 37 90 106 255 29 72 85 255 +minecraft:yellow_concrete_powder 232 199 54 255 185 159 43 255 116 99 27 255 92 79 21 255 +minecraft:lime_concrete_powder 125 189 41 255 100 151 32 255 62 94 20 255 50 75 16 255 +minecraft:pink_concrete_powder 228 153 181 255 182 122 144 255 114 76 90 255 91 61 72 255 +minecraft:gray_concrete_powder 76 81 84 255 60 64 67 255 38 40 42 255 30 32 33 255 +minecraft:light_gray_concrete_powder 154 154 148 255 123 123 118 255 77 77 74 255 61 61 59 255 +minecraft:cyan_concrete_powder 36 147 157 255 28 117 125 255 18 73 78 255 14 58 62 255 +minecraft:purple_concrete_powder 131 55 177 255 104 44 141 255 65 27 88 255 52 22 70 255 +minecraft:blue_concrete_powder 70 73 166 255 56 58 132 255 35 36 83 255 28 29 66 255 +minecraft:brown_concrete_powder 125 84 53 255 100 67 42 255 62 42 26 255 50 33 21 255 +minecraft:green_concrete_powder 97 119 44 255 77 95 35 255 48 59 22 255 38 47 17 255 +minecraft:red_concrete_powder 168 54 50 255 134 43 40 255 84 27 25 255 67 21 20 255 +minecraft:black_concrete_powder 25 26 31 255 20 20 24 255 12 13 15 255 10 10 12 255 +minecraft:kelp 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=1] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=2] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=3] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=4] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=5] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=6] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=7] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=8] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=9] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=10] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=11] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=12] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=13] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=14] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=15] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=16] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=17] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=18] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=19] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=20] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=21] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=22] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=23] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=24] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=25] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp_plant 40 97 14 100 32 77 11 100 20 48 7 100 16 38 5 100 +minecraft:dried_kelp_block 50 58 38 255 40 46 30 255 25 29 19 255 20 23 15 255 +minecraft:turtle_egg 228 226 191 132 182 180 152 132 114 113 95 132 91 90 76 132 +minecraft:turtle_egg[eggs=1,hatch=1] 218 214 177 132 174 171 141 132 109 107 88 132 87 85 70 132 +minecraft:turtle_egg[eggs=1,hatch=2] 207 203 165 132 165 162 132 132 103 101 82 132 82 81 66 132 +minecraft:turtle_egg[eggs=2,hatch=0] 228 226 191 132 182 180 152 132 114 113 95 132 91 90 76 132 +minecraft:turtle_egg[eggs=2,hatch=1] 218 214 177 132 174 171 141 132 109 107 88 132 87 85 70 132 +minecraft:turtle_egg[eggs=2,hatch=2] 207 203 165 132 165 162 132 132 103 101 82 132 82 81 66 132 +minecraft:turtle_egg[eggs=3,hatch=0] 228 226 191 132 182 180 152 132 114 113 95 132 91 90 76 132 +minecraft:turtle_egg[eggs=3,hatch=1] 218 214 177 132 174 171 141 132 109 107 88 132 87 85 70 132 +minecraft:turtle_egg[eggs=3,hatch=2] 207 203 165 132 165 162 132 132 103 101 82 132 82 81 66 132 +minecraft:turtle_egg[eggs=4,hatch=0] 228 226 191 132 182 180 152 132 114 113 95 132 91 90 76 132 +minecraft:turtle_egg[eggs=4,hatch=1] 218 214 177 132 174 171 141 132 109 107 88 132 87 85 70 132 +minecraft:turtle_egg[eggs=4,hatch=2] 207 203 165 132 165 162 132 132 103 101 82 132 82 81 66 132 +minecraft:dead_tube_coral_block 130 123 119 255 104 98 95 255 65 61 59 255 52 49 47 255 +minecraft:dead_brain_coral_block 124 117 114 255 99 93 91 255 62 58 57 255 49 46 45 255 +minecraft:dead_bubble_coral_block 131 123 119 255 104 98 95 255 65 61 59 255 52 49 47 255 +minecraft:dead_fire_coral_block 131 123 119 255 104 98 95 255 65 61 59 255 52 49 47 255 +minecraft:dead_horn_coral_block 133 126 122 255 106 100 97 255 66 63 61 255 53 50 48 255 +minecraft:tube_coral_block 49 87 206 255 39 69 164 255 24 43 103 255 19 34 82 255 +minecraft:brain_coral_block 207 91 159 255 165 72 127 255 103 45 79 255 82 36 63 255 +minecraft:bubble_coral_block 165 26 162 255 132 20 129 255 82 13 81 255 66 10 64 255 +minecraft:fire_coral_block 163 35 46 255 130 28 36 255 81 17 23 255 65 14 18 255 +minecraft:horn_coral_block 216 199 66 255 172 159 52 255 108 99 33 255 86 79 26 255 +minecraft:dead_tube_coral 118 111 107 152 94 88 85 152 59 55 53 152 47 44 42 152 +minecraft:dead_tube_coral[waterlogged=false] 118 111 107 152 94 88 85 152 59 55 53 152 47 44 42 152 +minecraft:dead_brain_coral 133 125 120 111 106 100 96 111 66 62 60 111 53 50 48 111 +minecraft:dead_brain_coral[waterlogged=false] 133 125 120 111 106 100 96 111 66 62 60 111 53 50 48 111 +minecraft:dead_bubble_coral 132 124 120 132 105 99 96 132 66 62 60 132 52 49 48 132 +minecraft:dead_bubble_coral[waterlogged=false] 132 124 120 132 105 99 96 132 66 62 60 132 52 49 48 132 +minecraft:dead_fire_coral 136 128 124 108 108 102 99 108 68 64 62 108 54 51 49 108 +minecraft:dead_fire_coral[waterlogged=false] 136 128 124 108 108 102 99 108 68 64 62 108 54 51 49 108 +minecraft:dead_horn_coral 142 135 129 99 113 108 103 99 71 67 64 99 56 54 51 99 +minecraft:dead_horn_coral[waterlogged=false] 142 135 129 99 113 108 103 99 71 67 64 99 56 54 51 99 +minecraft:tube_coral 47 83 197 152 37 66 157 152 23 41 98 152 18 33 78 152 +minecraft:tube_coral[waterlogged=false] 47 83 197 152 37 66 157 152 23 41 98 152 18 33 78 152 +minecraft:brain_coral 197 84 152 111 157 67 121 111 98 42 76 111 78 33 60 111 +minecraft:brain_coral[waterlogged=false] 197 84 152 111 157 67 121 111 98 42 76 111 78 33 60 111 +minecraft:bubble_coral 161 23 159 132 128 18 127 132 80 11 79 132 64 9 63 132 +minecraft:bubble_coral[waterlogged=false] 161 23 159 132 128 18 127 132 80 11 79 132 64 9 63 132 +minecraft:fire_coral 166 37 46 108 132 29 36 108 83 18 23 108 66 14 18 108 +minecraft:fire_coral[waterlogged=false] 166 37 46 108 132 29 36 108 83 18 23 108 66 14 18 108 +minecraft:horn_coral 209 186 62 99 167 148 49 99 104 93 31 99 83 74 24 99 +minecraft:horn_coral[waterlogged=false] 209 186 62 99 167 148 49 99 104 93 31 99 83 74 24 99 +minecraft:dead_tube_coral_fan 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_fan[waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_brain_coral_fan 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_fan[waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_bubble_coral_fan 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_fan[waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_fire_coral_fan 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_fan[waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_horn_coral_fan 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_fan[waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:tube_coral_fan 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_fan[waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:brain_coral_fan 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_fan[waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:bubble_coral_fan 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_fan[waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:fire_coral_fan 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_fan[waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:horn_coral_fan 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_fan[waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:dead_tube_coral_wall_fan 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=north,waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=south,waterlogged=true] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=south,waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=west,waterlogged=true] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=west,waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=east,waterlogged=true] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=east,waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_brain_coral_wall_fan 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=north,waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=south,waterlogged=true] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=south,waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=west,waterlogged=true] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=west,waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=east,waterlogged=true] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=east,waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_bubble_coral_wall_fan 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=north,waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=south,waterlogged=true] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=south,waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=west,waterlogged=true] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=west,waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=east,waterlogged=true] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=east,waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_fire_coral_wall_fan 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=north,waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=south,waterlogged=true] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=south,waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=west,waterlogged=true] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=west,waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=east,waterlogged=true] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=east,waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_horn_coral_wall_fan 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=north,waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=south,waterlogged=true] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=south,waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=west,waterlogged=true] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=west,waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=east,waterlogged=true] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=east,waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:tube_coral_wall_fan 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=north,waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=south,waterlogged=true] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=south,waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=west,waterlogged=true] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=west,waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=east,waterlogged=true] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=east,waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:brain_coral_wall_fan 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=north,waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=south,waterlogged=true] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=south,waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=west,waterlogged=true] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=west,waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=east,waterlogged=true] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=east,waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:bubble_coral_wall_fan 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=north,waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=south,waterlogged=true] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=south,waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=west,waterlogged=true] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=west,waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=east,waterlogged=true] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=east,waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:fire_coral_wall_fan 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=north,waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=south,waterlogged=true] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=south,waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=west,waterlogged=true] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=west,waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=east,waterlogged=true] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=east,waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:horn_coral_wall_fan 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=north,waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=south,waterlogged=true] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=south,waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=west,waterlogged=true] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=west,waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=east,waterlogged=true] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=east,waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:sea_pickle 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=1,waterlogged=false] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=2,waterlogged=true] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=2,waterlogged=false] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=3,waterlogged=true] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=3,waterlogged=false] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=4,waterlogged=true] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=4,waterlogged=false] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:blue_ice 116 167 253 255 92 133 202 255 58 83 126 255 46 66 101 255 +minecraft:conduit 159 139 113 143 127 111 90 143 79 69 56 143 63 55 45 143 +minecraft:conduit[waterlogged=false] 159 139 113 143 127 111 90 143 79 69 56 143 63 55 45 143 +minecraft:bamboo_sapling 92 89 35 54 73 71 28 54 46 44 17 54 36 35 14 54 +minecraft:bamboo 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=none,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=small,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=small,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=large,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=large,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=none,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=none,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=small,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=small,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=large,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=large,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:potted_bamboo 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:polished_granite_stairs 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:smooth_red_sandstone_stairs 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:mossy_stone_brick_stairs 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:polished_diorite_stairs 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:mossy_cobblestone_stairs 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:end_stone_brick_stairs 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:stone_stairs 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:smooth_sandstone_stairs 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_quartz_stairs 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:granite_stairs 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:andesite_stairs 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:red_nether_brick_stairs 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:polished_andesite_stairs 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:diorite_stairs 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:polished_granite_slab 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=top,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=bottom,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=bottom,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=double,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=double,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:smooth_red_sandstone_slab 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=top,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=double,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=double,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:mossy_stone_brick_slab 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=top,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=double,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=double,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:polished_diorite_slab 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=top,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=bottom,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=bottom,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=double,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=double,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:mossy_cobblestone_slab 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=top,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=double,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=double,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:end_stone_brick_slab 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=top,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=bottom,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=bottom,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=double,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=double,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:smooth_sandstone_slab 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=top,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=bottom,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=double,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=double,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_quartz_slab 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=top,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=bottom,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=bottom,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=double,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=double,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:granite_slab 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=top,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=bottom,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=bottom,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=double,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=double,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:andesite_slab 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=top,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=bottom,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=bottom,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=double,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=double,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:red_nether_brick_slab 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=top,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=bottom,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=bottom,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=double,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=double,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:polished_andesite_slab 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=top,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=bottom,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=bottom,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=double,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=double,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:diorite_slab 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=top,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=bottom,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=bottom,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=double,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=double,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:brick_wall 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:prismarine_wall 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:red_sandstone_wall 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:mossy_stone_brick_wall 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:granite_wall 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:stone_brick_wall 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:nether_brick_wall 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:andesite_wall 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:red_nether_brick_wall 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:sandstone_wall 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:end_stone_brick_wall 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:diorite_wall 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:scaffolding 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=0,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=1,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=1,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=2,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=2,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=3,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=3,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=4,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=4,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=5,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=5,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=6,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=6,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=7,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=7,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=0,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=0,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=1,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=1,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=2,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=2,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=3,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=3,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=4,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=4,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=5,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=5,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=6,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=6,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=7,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=7,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:loom 76 60 36 255 60 48 28 255 38 30 18 255 30 24 14 255 +minecraft:loom[facing=south] 76 60 36 255 60 48 28 255 38 30 18 255 30 24 14 255 +minecraft:loom[facing=west] 76 60 36 255 60 48 28 255 38 30 18 255 30 24 14 255 +minecraft:loom[facing=east] 76 60 36 255 60 48 28 255 38 30 18 255 30 24 14 255 +minecraft:barrel 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=north,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=east,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=east,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=south,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=south,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=west,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=west,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=up,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=up,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=down,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=down,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:smoker 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=north,lit=false] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=south,lit=true] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=south,lit=false] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=west,lit=true] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=west,lit=false] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=east,lit=true] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=east,lit=false] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:blast_furnace 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=north,lit=false] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=south,lit=true] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=south,lit=false] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=west,lit=true] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=west,lit=false] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=east,lit=true] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=east,lit=false] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:cartography_table 104 87 67 255 83 69 53 255 52 43 33 255 41 34 26 255 +minecraft:fletching_table 197 180 133 255 157 144 106 255 98 90 66 255 78 72 53 255 +minecraft:grindstone 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=floor,facing=south] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=floor,facing=west] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=floor,facing=east] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=wall,facing=north] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=wall,facing=south] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=wall,facing=west] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=wall,facing=east] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=ceiling,facing=north] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=ceiling,facing=south] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=ceiling,facing=west] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=ceiling,facing=east] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:lectern 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=north,has_book=true,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=north,has_book=false,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=north,has_book=false,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=south,has_book=true,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=south,has_book=true,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=south,has_book=false,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=south,has_book=false,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=west,has_book=true,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=west,has_book=true,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=west,has_book=false,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=west,has_book=false,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=east,has_book=true,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=east,has_book=true,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=east,has_book=false,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=east,has_book=false,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:smithing_table 57 58 70 255 45 46 56 255 28 29 35 255 22 23 28 255 +minecraft:stonecutter 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:stonecutter[facing=south] 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:stonecutter[facing=west] 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:stonecutter[facing=east] 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:bell 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=north,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=north,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=north,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:lantern 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:lantern[hanging=true,waterlogged=false] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:lantern[hanging=false,waterlogged=true] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:lantern[hanging=false,waterlogged=false] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:soul_lantern 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:soul_lantern[hanging=true,waterlogged=false] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:soul_lantern[hanging=false,waterlogged=true] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:soul_lantern[hanging=false,waterlogged=false] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:campfire 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:sweet_berry_bush 42 89 56 52 33 71 44 52 21 44 28 52 16 35 22 52 +minecraft:sweet_berry_bush[age=1] 47 94 57 138 37 75 45 138 23 47 28 138 18 37 22 138 +minecraft:sweet_berry_bush[age=2] 59 88 56 144 47 70 44 144 29 44 28 144 23 35 22 144 +minecraft:sweet_berry_bush[age=3] 68 77 50 161 54 61 40 161 34 38 25 161 27 30 20 161 +minecraft:warped_stem 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:warped_stem[axis=y] 57 103 103 255 45 82 82 255 28 51 51 255 22 41 41 255 +minecraft:warped_stem[axis=z] 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:stripped_warped_stem 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:stripped_warped_stem[axis=y] 52 128 124 255 41 102 99 255 26 64 62 255 20 51 49 255 +minecraft:stripped_warped_stem[axis=z] 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:warped_hyphae 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:warped_hyphae[axis=y] 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:warped_hyphae[axis=z] 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:stripped_warped_hyphae 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:stripped_warped_hyphae[axis=y] 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:stripped_warped_hyphae[axis=z] 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:warped_nylium 43 114 101 255 34 91 80 255 21 57 50 255 17 45 40 255 +minecraft:warped_fungus 74 109 87 49 59 87 69 49 37 54 43 49 29 43 34 49 +minecraft:warped_wart_block 22 119 121 255 17 95 96 255 11 59 60 255 8 47 48 255 +minecraft:warped_roots 20 138 124 91 16 110 99 91 10 69 62 91 8 55 49 91 +minecraft:nether_sprouts 19 151 133 30 15 120 106 30 9 75 66 30 7 60 53 30 +minecraft:crimson_stem 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:crimson_stem[axis=y] 107 51 74 255 85 40 59 255 53 25 37 255 42 20 29 255 +minecraft:crimson_stem[axis=z] 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:stripped_crimson_stem 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:stripped_crimson_stem[axis=y] 121 56 82 255 96 44 65 255 60 28 41 255 48 22 32 255 +minecraft:stripped_crimson_stem[axis=z] 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:crimson_hyphae 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:crimson_hyphae[axis=y] 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:crimson_hyphae[axis=z] 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:stripped_crimson_hyphae 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:stripped_crimson_hyphae[axis=y] 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:stripped_crimson_hyphae[axis=z] 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:crimson_nylium 130 31 31 255 104 24 24 255 65 15 15 255 52 12 12 255 +minecraft:crimson_fungus 141 44 29 59 112 35 23 59 70 22 14 59 56 17 11 59 +minecraft:shroomlight 240 146 70 255 192 116 56 255 120 73 35 255 96 58 28 255 +minecraft:weeping_vines 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=1] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=2] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=3] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=4] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=5] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=6] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=7] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=8] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=9] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=10] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=11] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=12] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=13] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=14] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=15] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=16] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=17] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=18] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=19] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=20] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=21] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=22] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=23] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=24] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=25] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines_plant 132 16 12 114 105 12 9 114 66 8 6 114 52 6 4 114 +minecraft:twisting_vines 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=1] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=2] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=3] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=4] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=5] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=6] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=7] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=8] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=9] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=10] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=11] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=12] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=13] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=14] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=15] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=16] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=17] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=18] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=19] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=20] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=21] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=22] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=23] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=24] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=25] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines_plant 20 135 122 89 16 108 97 89 10 67 61 89 8 54 48 89 +minecraft:crimson_roots 126 8 41 90 100 6 32 90 63 4 20 90 50 3 16 90 +minecraft:crimson_planks 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_planks 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_slab 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=top,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=bottom,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=bottom,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=double,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=double,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_slab 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=top,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=bottom,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=bottom,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=double,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=double,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_pressure_plate 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_pressure_plate[powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_pressure_plate 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_pressure_plate[powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_fence 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_fence 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_trapdoor 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:warped_trapdoor 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:crimson_fence_gate 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_fence_gate 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_stairs 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_stairs 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_button 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=north,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=south,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=south,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=west,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=west,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=east,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=east,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=north,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=north,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=south,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=south,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=west,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=west,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=east,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=east,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=north,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=north,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=south,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=south,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=west,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=west,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=east,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=east,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_button 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=north,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=south,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=south,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=west,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=west,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=east,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=east,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=north,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=north,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=south,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=south,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=west,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=west,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=east,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=east,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=north,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=north,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=south,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=south,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=west,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=west,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=east,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=east,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_door 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:warped_door 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:crimson_sign 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=0,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=1,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=1,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=2,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=2,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=3,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=3,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=4,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=4,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=5,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=5,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=6,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=6,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=7,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=7,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=8,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=8,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=9,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=9,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=10,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=10,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=11,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=11,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=12,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=12,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=13,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=13,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=14,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=14,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=15,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=15,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:warped_sign 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=0,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=1,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=1,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=2,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=2,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=3,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=3,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=4,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=4,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=5,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=5,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=6,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=6,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=7,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=7,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=8,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=8,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=9,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=9,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=10,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=10,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=11,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=11,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=12,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=12,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=13,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=13,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=14,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=14,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=15,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=15,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:crimson_wall_sign 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=north,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=south,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=south,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=west,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=west,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=east,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=east,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:warped_wall_sign 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=north,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=south,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=south,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=west,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=west,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=east,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=east,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:structure_block 86 71 87 255 68 56 69 255 43 35 43 255 34 28 34 255 +minecraft:structure_block[mode=load] 69 57 70 255 55 45 56 255 34 28 35 255 27 22 28 255 +minecraft:structure_block[mode=corner] 68 57 69 255 54 45 55 255 34 28 34 255 27 22 27 255 +minecraft:structure_block[mode=data] 79 65 80 255 63 52 64 255 39 32 40 255 31 26 32 255 +minecraft:jigsaw 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=down_north] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=down_south] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=down_west] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=up_east] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=up_north] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=up_south] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=up_west] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=west_up] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=east_up] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=north_up] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=south_up] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:composter 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=1] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=2] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=3] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=4] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=5] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=6] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=7] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=8] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:target 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=1] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=2] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=3] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=4] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=5] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=6] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=7] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=8] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=9] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=10] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=11] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=12] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=13] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=14] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=15] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:bee_nest 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=1] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=2] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=3] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=4] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=5] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=0] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=1] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=2] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=3] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=4] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=5] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=0] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=1] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=2] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=3] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=4] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=5] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=0] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=1] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=2] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=3] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=4] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=5] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:beehive 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=1] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=2] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=3] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=4] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=5] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=0] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=1] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=2] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=3] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=4] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=5] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=0] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=1] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=2] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=3] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=4] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=5] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=0] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=1] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=2] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=3] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=4] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=5] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:honey_block 251 185 52 191 200 148 41 191 125 92 26 191 100 74 20 191 +minecraft:honeycomb_block 229 148 29 255 183 118 23 255 114 74 14 255 91 59 11 255 +minecraft:netherite_block 66 61 63 255 52 48 50 255 33 30 31 255 26 24 25 255 +minecraft:ancient_debris 94 66 58 255 75 52 46 255 47 33 29 255 37 26 23 255 +minecraft:crying_obsidian 32 10 60 255 25 8 48 255 16 5 30 255 12 4 24 255 +minecraft:respawn_anchor 33 21 52 255 26 16 41 255 16 10 26 255 13 8 20 255 +minecraft:respawn_anchor[charges=1] 75 27 144 219 60 21 115 219 37 13 72 219 30 10 57 219 +minecraft:respawn_anchor[charges=2] 75 27 144 219 60 21 115 219 37 13 72 219 30 10 57 219 +minecraft:respawn_anchor[charges=3] 75 27 144 219 60 21 115 219 37 13 72 219 30 10 57 219 +minecraft:respawn_anchor[charges=4] 75 27 144 219 60 21 115 219 37 13 72 219 30 10 57 219 +minecraft:potted_crimson_fungus 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_warped_fungus 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_crimson_roots 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_warped_roots 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:lodestone 147 149 152 255 117 119 121 255 73 74 76 255 58 59 60 255 +minecraft:blackstone 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_stairs 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_slab 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=top,waterlogged=false] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=bottom,waterlogged=true] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=bottom,waterlogged=false] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=double,waterlogged=true] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=double,waterlogged=false] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:polished_blackstone 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_bricks 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:cracked_polished_blackstone_bricks 44 37 43 255 35 29 34 255 22 18 21 255 17 14 17 255 +minecraft:chiseled_polished_blackstone 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_brick_slab 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=top,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=bottom,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=bottom,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=double,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=double,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:gilded_blackstone 55 42 38 255 44 33 30 255 27 21 19 255 22 16 15 255 +minecraft:polished_blackstone_stairs 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=top,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=bottom,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=bottom,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=double,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=double,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_pressure_plate 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_pressure_plate[powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=north,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=south,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=south,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=west,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=west,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=east,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=east,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=north,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=north,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=south,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=south,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=west,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=west,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=east,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=east,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=north,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=north,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=south,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=south,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=west,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=west,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=east,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=east,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:chiseled_nether_bricks 47 23 28 255 37 18 22 255 23 11 14 255 18 9 11 255 +minecraft:cracked_nether_bricks 40 20 23 255 32 16 18 255 20 10 11 255 16 8 9 255 +minecraft:quartz_bricks 234 229 221 255 187 183 176 255 117 114 110 255 93 91 88 255 +minecraft:candle 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=1,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=1,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=1,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=2,lit=true,waterlogged=true] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=2,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=2,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=2,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=3,lit=true,waterlogged=true] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=3,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=3,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=3,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=4,lit=true,waterlogged=true] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=4,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=4,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=4,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:white_candle 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=1,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=1,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=1,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=2,lit=true,waterlogged=true] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=2,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=2,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=2,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=3,lit=true,waterlogged=true] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=3,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=3,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=3,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=4,lit=true,waterlogged=true] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=4,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=4,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=4,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:orange_candle 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=1,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=1,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=1,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=2,lit=true,waterlogged=true] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=2,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=2,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=2,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=3,lit=true,waterlogged=true] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=3,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=3,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=3,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=4,lit=true,waterlogged=true] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=4,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=4,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=4,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:magenta_candle 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=1,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=1,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=1,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=2,lit=true,waterlogged=true] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=2,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=2,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=2,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=3,lit=true,waterlogged=true] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=3,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=3,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=3,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=4,lit=true,waterlogged=true] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=4,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=4,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=4,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:light_blue_candle 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=1,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=1,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=1,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=2,lit=true,waterlogged=true] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=2,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=2,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=2,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=3,lit=true,waterlogged=true] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=3,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=3,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=3,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=4,lit=true,waterlogged=true] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=4,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=4,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=4,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:yellow_candle 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=1,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=1,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=1,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=2,lit=true,waterlogged=true] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=2,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=2,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=2,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=3,lit=true,waterlogged=true] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=3,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=3,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=3,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=4,lit=true,waterlogged=true] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=4,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=4,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=4,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:lime_candle 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=1,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=1,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=1,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=2,lit=true,waterlogged=true] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=2,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=2,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=2,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=3,lit=true,waterlogged=true] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=3,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=3,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=3,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=4,lit=true,waterlogged=true] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=4,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=4,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=4,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:pink_candle 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=1,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=1,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=1,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=2,lit=true,waterlogged=true] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=2,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=2,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=2,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=3,lit=true,waterlogged=true] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=3,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=3,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=3,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=4,lit=true,waterlogged=true] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=4,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=4,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=4,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:gray_candle 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=1,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=1,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=1,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=2,lit=true,waterlogged=true] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=2,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=2,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=2,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=3,lit=true,waterlogged=true] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=3,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=3,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=3,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=4,lit=true,waterlogged=true] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=4,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=4,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=4,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:light_gray_candle 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=1,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=1,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=1,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=2,lit=true,waterlogged=true] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=2,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=2,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=2,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=3,lit=true,waterlogged=true] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=3,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=3,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=3,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=4,lit=true,waterlogged=true] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=4,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=4,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=4,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:cyan_candle 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=1,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=1,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=1,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=2,lit=true,waterlogged=true] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=2,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=2,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=2,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=3,lit=true,waterlogged=true] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=3,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=3,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=3,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=4,lit=true,waterlogged=true] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=4,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=4,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=4,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:purple_candle 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=1,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=1,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=1,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=2,lit=true,waterlogged=true] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=2,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=2,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=2,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=3,lit=true,waterlogged=true] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=3,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=3,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=3,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=4,lit=true,waterlogged=true] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=4,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=4,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=4,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:blue_candle 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=1,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=1,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=1,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=2,lit=true,waterlogged=true] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=2,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=2,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=2,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=3,lit=true,waterlogged=true] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=3,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=3,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=3,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=4,lit=true,waterlogged=true] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=4,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=4,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=4,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:brown_candle 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=1,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=1,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=1,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=2,lit=true,waterlogged=true] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=2,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=2,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=2,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=3,lit=true,waterlogged=true] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=3,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=3,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=3,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=4,lit=true,waterlogged=true] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=4,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=4,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=4,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:green_candle 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=1,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=1,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=1,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=2,lit=true,waterlogged=true] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=2,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=2,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=2,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=3,lit=true,waterlogged=true] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=3,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=3,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=3,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=4,lit=true,waterlogged=true] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=4,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=4,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=4,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:red_candle 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=1,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=1,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=1,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=2,lit=true,waterlogged=true] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=2,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=2,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=2,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=3,lit=true,waterlogged=true] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=3,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=3,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=3,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=4,lit=true,waterlogged=true] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=4,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=4,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=4,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:black_candle 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=1,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=1,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=1,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=2,lit=true,waterlogged=true] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=2,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=2,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=2,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=3,lit=true,waterlogged=true] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=3,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=3,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=3,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=4,lit=true,waterlogged=true] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=4,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=4,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=4,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:white_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:white_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:orange_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:orange_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:magenta_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:magenta_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:light_blue_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:light_blue_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:yellow_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:yellow_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:lime_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:lime_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:pink_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:pink_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:gray_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:gray_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:light_gray_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:light_gray_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cyan_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cyan_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:purple_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:purple_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:blue_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:blue_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:brown_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:brown_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:green_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:green_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:red_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:red_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:black_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:black_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:amethyst_block 133 97 191 255 106 77 152 255 66 48 95 255 53 38 76 255 +minecraft:budding_amethyst 132 96 186 255 105 76 148 255 66 48 93 255 52 38 74 255 +minecraft:amethyst_cluster 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=north,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=east,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=east,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=south,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=south,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=west,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=west,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=up,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=up,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=down,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=down,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:large_amethyst_bud 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=north,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=east,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=east,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=south,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=south,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=west,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=west,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=up,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=up,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=down,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=down,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:medium_amethyst_bud 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=north,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=east,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=east,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=south,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=south,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=west,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=west,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=up,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=up,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=down,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=down,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:small_amethyst_bud 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=north,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=east,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=east,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=south,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=south,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=west,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=west,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=up,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=up,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=down,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=down,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:tuff 108 109 102 255 86 87 81 255 54 54 51 255 43 43 40 255 +minecraft:calcite 223 224 220 255 178 179 176 255 111 112 110 255 89 89 88 255 +minecraft:tinted_glass 44 38 46 131 35 30 36 131 22 19 23 131 17 15 18 131 +minecraft:powder_snow 248 253 253 255 198 202 202 255 124 126 126 255 99 101 101 255 +minecraft:sculk_sensor 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=cooldown,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=cooldown,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=inactive,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=cooldown,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=cooldown,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=inactive,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:oxidized_copper 82 162 132 255 65 129 105 255 41 81 66 255 32 64 52 255 +minecraft:weathered_copper 108 153 110 255 86 122 88 255 54 76 55 255 43 61 44 255 +minecraft:exposed_copper 161 125 103 255 128 100 82 255 80 62 51 255 64 50 41 255 +minecraft:copper_block 192 107 79 255 153 85 63 255 96 53 39 255 76 42 31 255 +minecraft:copper_ore 124 125 120 255 99 100 96 255 62 62 60 255 49 50 48 255 +minecraft:deepslate_copper_ore 92 93 89 255 73 74 71 255 46 46 44 255 36 37 35 255 +minecraft:oxidized_cut_copper 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:weathered_cut_copper 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:exposed_cut_copper 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:cut_copper 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:oxidized_cut_copper_stairs 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:weathered_cut_copper_stairs 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:exposed_cut_copper_stairs 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:cut_copper_stairs 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:oxidized_cut_copper_slab 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=top,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=bottom,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=bottom,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=double,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=double,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:weathered_cut_copper_slab 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=top,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=bottom,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=bottom,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=double,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=double,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:exposed_cut_copper_slab 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=top,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=bottom,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=bottom,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=double,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=double,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:cut_copper_slab 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=top,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=bottom,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=bottom,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=double,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=double,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_copper_block 192 107 79 255 153 85 63 255 96 53 39 255 76 42 31 255 +minecraft:waxed_weathered_copper 108 153 110 255 86 122 88 255 54 76 55 255 43 61 44 255 +minecraft:waxed_exposed_copper 161 125 103 255 128 100 82 255 80 62 51 255 64 50 41 255 +minecraft:waxed_oxidized_copper 82 162 132 255 65 129 105 255 41 81 66 255 32 64 52 255 +minecraft:waxed_oxidized_cut_copper 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_weathered_cut_copper 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_exposed_cut_copper 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_cut_copper 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_oxidized_cut_copper_stairs 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_weathered_cut_copper_stairs 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_exposed_cut_copper_stairs 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_cut_copper_stairs 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_oxidized_cut_copper_slab 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=top,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=bottom,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=bottom,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=double,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=double,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_weathered_cut_copper_slab 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=top,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=bottom,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=bottom,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=double,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=double,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_exposed_cut_copper_slab 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=top,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=bottom,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=bottom,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=double,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=double,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_cut_copper_slab 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=top,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=bottom,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=bottom,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=double,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=double,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:pointed_dripstone 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=up,waterlogged=false] 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=down,waterlogged=true] 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=down,waterlogged=false] 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=up,waterlogged=true] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=up,waterlogged=false] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=down,waterlogged=true] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=down,waterlogged=false] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=up,waterlogged=true] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=up,waterlogged=false] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=down,waterlogged=true] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=down,waterlogged=false] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=up,waterlogged=true] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=up,waterlogged=false] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=down,waterlogged=true] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=down,waterlogged=false] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=base,vertical_direction=up,waterlogged=true] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:pointed_dripstone[thickness=base,vertical_direction=up,waterlogged=false] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:pointed_dripstone[thickness=base,vertical_direction=down,waterlogged=true] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:pointed_dripstone[thickness=base,vertical_direction=down,waterlogged=false] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:dripstone_block 134 107 92 255 107 85 73 255 67 53 46 255 53 42 36 255 +minecraft:cave_vines 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=0,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=1,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=1,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=2,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=2,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=3,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=3,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=4,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=4,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=5,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=5,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=6,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=6,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=7,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=7,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=8,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=8,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=9,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=9,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=10,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=10,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=11,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=11,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=12,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=12,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=13,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=13,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=14,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=14,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=15,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=15,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=16,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=16,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=17,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=17,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=18,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=18,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=19,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=19,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=20,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=20,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=21,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=21,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=22,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=22,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=23,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=23,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=24,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=24,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=25,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=25,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines_plant 105 107 40 159 84 85 32 159 52 53 20 159 42 42 16 159 +minecraft:cave_vines_plant[berries=false] 88 101 38 143 70 80 30 143 44 50 19 143 35 40 15 143 +minecraft:spore_blossom 206 96 158 123 164 76 126 123 103 48 79 123 82 38 63 123 +minecraft:azalea 93 117 45 153 74 93 36 153 46 58 22 153 37 46 18 153 +minecraft:flowering_azalea 111 113 73 153 88 90 58 153 55 56 36 153 44 45 29 153 +minecraft:moss_carpet 89 109 45 255 71 87 36 255 44 54 22 255 35 43 18 255 +minecraft:moss_block 89 109 45 255 71 87 36 255 44 54 22 255 35 43 18 255 +minecraft:big_dripleaf_stem 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=north,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=south,waterlogged=true] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=south,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=west,waterlogged=true] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=west,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=east,waterlogged=true] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=east,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:small_dripleaf 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=north,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=north,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=north,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=south,half=upper,waterlogged=true] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=south,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=south,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=south,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=west,half=upper,waterlogged=true] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=west,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=west,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=west,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=east,half=upper,waterlogged=true] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=east,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=east,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=east,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:hanging_roots 161 115 91 74 128 92 72 74 80 57 45 74 64 46 36 74 +minecraft:hanging_roots[waterlogged=false] 161 115 91 74 128 92 72 74 80 57 45 74 64 46 36 74 +minecraft:rooted_dirt 144 103 76 255 115 82 60 255 72 51 38 255 57 41 30 255 +minecraft:deepslate 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:deepslate[axis=y] 87 87 89 255 69 69 71 255 43 43 44 255 34 34 35 255 +minecraft:deepslate[axis=z] 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:cobbled_deepslate 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=top,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=bottom,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=bottom,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=double,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=double,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:polished_deepslate 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=top,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=bottom,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=bottom,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=double,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=double,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:deepslate_tiles 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=top,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=bottom,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=bottom,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=double,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=double,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_bricks 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=top,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=bottom,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=bottom,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=double,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=double,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:chiseled_deepslate 54 54 54 255 43 43 43 255 27 27 27 255 21 21 21 255 +minecraft:cracked_deepslate_bricks 64 64 65 255 51 51 52 255 32 32 32 255 25 25 26 255 +minecraft:cracked_deepslate_tiles 52 52 52 255 41 41 41 255 26 26 26 255 20 20 20 255 +minecraft:infested_deepslate 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:infested_deepslate[axis=y] 87 87 89 255 69 69 71 255 43 43 44 255 34 34 35 255 +minecraft:infested_deepslate[axis=z] 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:smooth_basalt 72 72 78 255 57 57 62 255 36 36 39 255 28 28 31 255 +minecraft:raw_iron_block 166 135 107 255 132 108 85 255 83 67 53 255 66 54 42 255 +minecraft:raw_copper_block 154 105 79 255 123 84 63 255 77 52 39 255 61 42 31 255 +minecraft:raw_gold_block 221 169 46 255 176 135 36 255 110 84 23 255 88 67 18 255 diff --git a/minecolonies-1.20.1/data/dynmap/colorschemes/sk89q.txt b/minecolonies-1.20.1/data/dynmap/colorschemes/sk89q.txt new file mode 100644 index 00000000..96c3a570 --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/colorschemes/sk89q.txt @@ -0,0 +1,19769 @@ +minecraft:stone 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:granite 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:polished_granite 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:diorite 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:polished_diorite 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:andesite 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:polished_andesite 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:grass_block 69 110 51 255 55 88 40 255 34 55 25 255 27 44 20 255 +minecraft:grass_block[snowy=false] 69 110 51 255 55 88 40 255 34 55 25 255 27 44 20 255 +minecraft:dirt 134 96 67 255 107 76 53 255 67 48 33 255 53 38 26 255 +minecraft:coarse_dirt 119 85 59 255 95 68 47 255 59 42 29 255 47 34 23 255 +minecraft:podzol 147 147 147 255 117 117 117 255 73 73 73 255 58 58 58 255 +minecraft:podzol[snowy=false] 91 63 24 255 72 50 19 255 45 31 12 255 36 25 9 255 +minecraft:cobblestone 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:oak_planks 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:spruce_planks 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_planks 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_planks 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_planks 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_planks 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:oak_sapling 77 106 40 110 61 84 32 110 38 53 20 110 30 42 16 110 +minecraft:oak_sapling[stage=1] 77 106 40 110 61 84 32 110 38 53 20 110 30 42 16 110 +minecraft:spruce_sapling 44 60 36 82 35 48 28 82 22 30 18 82 17 24 14 82 +minecraft:spruce_sapling[stage=1] 44 60 36 82 35 48 28 82 22 30 18 82 17 24 14 82 +minecraft:birch_sapling 127 160 79 97 101 128 63 97 63 80 39 97 50 64 31 97 +minecraft:birch_sapling[stage=1] 127 160 79 97 101 128 63 97 63 80 39 97 50 64 31 97 +minecraft:jungle_sapling 47 81 16 85 37 64 12 85 23 40 8 85 18 32 6 85 +minecraft:jungle_sapling[stage=1] 47 81 16 85 37 64 12 85 23 40 8 85 18 32 6 85 +minecraft:acacia_sapling 118 117 23 110 94 93 18 110 59 58 11 110 47 46 9 110 +minecraft:acacia_sapling[stage=1] 118 117 23 110 94 93 18 110 59 58 11 110 47 46 9 110 +minecraft:dark_oak_sapling 61 90 30 109 48 72 24 109 30 45 15 109 24 36 12 109 +minecraft:dark_oak_sapling[stage=1] 61 90 30 109 48 72 24 109 30 45 15 109 24 36 12 109 +minecraft:bedrock 85 85 85 255 68 68 68 255 42 42 42 255 34 34 34 255 +minecraft:water 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=1] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=2] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=3] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=4] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=5] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=6] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=7] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=8] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=9] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=10] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=11] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=12] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=13] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=14] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=15] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:lava 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=1] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=2] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=3] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=4] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=5] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=6] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=7] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=8] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=9] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=10] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=11] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=12] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=13] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=14] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=15] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:sand 219 207 163 255 175 165 130 255 109 103 81 255 87 82 65 255 +minecraft:red_sand 190 102 33 255 152 81 26 255 95 51 16 255 76 40 13 255 +minecraft:gravel 131 127 126 255 104 101 100 255 65 63 63 255 52 50 50 255 +minecraft:gold_ore 145 133 106 255 116 106 84 255 72 66 53 255 58 53 42 255 +minecraft:deepslate_gold_ore 115 102 78 255 92 81 62 255 57 51 39 255 46 40 31 255 +minecraft:iron_ore 136 129 122 255 108 103 97 255 68 64 61 255 54 51 48 255 +minecraft:deepslate_iron_ore 106 99 94 255 84 79 75 255 53 49 47 255 42 39 37 255 +minecraft:coal_ore 105 105 105 255 84 84 84 255 52 52 52 255 42 42 42 255 +minecraft:deepslate_coal_ore 74 74 76 255 59 59 60 255 37 37 38 255 29 29 30 255 +minecraft:nether_gold_ore 115 54 42 255 92 43 33 255 57 27 21 255 46 21 16 255 +minecraft:oak_log 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:oak_log[axis=y] 151 121 73 255 120 96 58 255 75 60 36 255 60 48 29 255 +minecraft:oak_log[axis=z] 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:spruce_log 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:spruce_log[axis=y] 108 80 46 255 86 64 36 255 54 40 23 255 43 32 18 255 +minecraft:spruce_log[axis=z] 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:birch_log 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:birch_log[axis=y] 193 179 135 255 154 143 108 255 96 89 67 255 77 71 54 255 +minecraft:birch_log[axis=z] 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:jungle_log 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:jungle_log[axis=y] 149 109 70 255 119 87 56 255 74 54 35 255 59 43 28 255 +minecraft:jungle_log[axis=z] 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:acacia_log 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:acacia_log[axis=y] 150 88 55 255 120 70 44 255 75 44 27 255 60 35 22 255 +minecraft:acacia_log[axis=z] 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:dark_oak_log 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:dark_oak_log[axis=y] 64 42 21 255 51 33 16 255 32 21 10 255 25 16 8 255 +minecraft:dark_oak_log[axis=z] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:stripped_spruce_log 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_spruce_log[axis=y] 105 80 46 255 84 64 36 255 52 40 23 255 42 32 18 255 +minecraft:stripped_spruce_log[axis=z] 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_birch_log 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_birch_log[axis=y] 191 171 116 255 152 136 92 255 95 85 58 255 76 68 46 255 +minecraft:stripped_birch_log[axis=z] 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_jungle_log 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_jungle_log[axis=y] 165 122 81 255 132 97 64 255 82 61 40 255 66 48 32 255 +minecraft:stripped_jungle_log[axis=z] 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_acacia_log 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_acacia_log[axis=y] 166 91 51 255 132 72 40 255 83 45 25 255 66 36 20 255 +minecraft:stripped_acacia_log[axis=z] 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_dark_oak_log 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:stripped_dark_oak_log[axis=y] 65 44 22 255 52 35 17 255 32 22 11 255 26 17 8 255 +minecraft:stripped_dark_oak_log[axis=z] 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:stripped_oak_log 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:stripped_oak_log[axis=y] 160 129 77 255 128 103 61 255 80 64 38 255 64 51 30 255 +minecraft:stripped_oak_log[axis=z] 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:oak_wood 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:oak_wood[axis=y] 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:oak_wood[axis=z] 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:spruce_wood 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:spruce_wood[axis=y] 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:spruce_wood[axis=z] 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:birch_wood 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:birch_wood[axis=y] 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:birch_wood[axis=z] 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:jungle_wood 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:jungle_wood[axis=y] 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:jungle_wood[axis=z] 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:acacia_wood 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:acacia_wood[axis=y] 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:acacia_wood[axis=z] 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:dark_oak_wood 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:dark_oak_wood[axis=y] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:dark_oak_wood[axis=z] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:stripped_oak_wood 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:stripped_oak_wood[axis=y] 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:stripped_oak_wood[axis=z] 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:stripped_spruce_wood 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_spruce_wood[axis=y] 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_spruce_wood[axis=z] 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_birch_wood 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_birch_wood[axis=y] 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_birch_wood[axis=z] 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_jungle_wood 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_jungle_wood[axis=y] 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_jungle_wood[axis=z] 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_acacia_wood 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_acacia_wood[axis=y] 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_acacia_wood[axis=z] 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_dark_oak_wood 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:stripped_dark_oak_wood[axis=y] 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:stripped_dark_oak_wood[axis=z] 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:oak_leaves 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=1,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=2,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=2,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=3,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=3,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=4,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=4,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=5,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=5,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=6,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=6,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=7,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=7,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:spruce_leaves 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=1,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=2,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=2,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=3,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=3,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=4,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=4,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=5,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=5,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=6,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=6,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=7,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=7,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:birch_leaves 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=1,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=2,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=2,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=3,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=3,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=4,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=4,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=5,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=5,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=6,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=6,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=7,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=7,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:jungle_leaves 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=1,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=2,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=2,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=3,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=3,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=4,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=4,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=5,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=5,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=6,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=6,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=7,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=7,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:acacia_leaves 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=1,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=2,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=2,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=3,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=3,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=4,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=4,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=5,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=5,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=6,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=6,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=7,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=7,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:dark_oak_leaves 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=1,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=2,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=2,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=3,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=3,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=4,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=4,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=5,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=5,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=6,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=6,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=7,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=7,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:azalea_leaves 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=1,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=2,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=2,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=3,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=3,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=4,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=4,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=5,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=5,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=6,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=6,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=7,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=7,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:flowering_azalea_leaves 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=1,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=2,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=2,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=3,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=3,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=4,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=4,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=5,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=5,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=6,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=6,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=7,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=7,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:sponge 195 192 74 255 156 153 59 255 97 96 37 255 78 76 29 255 +minecraft:wet_sponge 171 181 70 255 136 144 56 255 85 90 35 255 68 72 28 255 +minecraft:glass 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:lapis_ore 107 117 141 255 85 93 112 255 53 58 70 255 42 46 56 255 +minecraft:deepslate_lapis_ore 79 90 115 255 63 72 92 255 39 45 57 255 31 36 46 255 +minecraft:lapis_block 30 67 140 255 24 53 112 255 15 33 70 255 12 26 56 255 +minecraft:dispenser 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=north,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=east,triggered=true] 98 97 97 255 78 77 77 255 49 48 48 255 39 38 38 255 +minecraft:dispenser[facing=east,triggered=false] 98 97 97 255 78 77 77 255 49 48 48 255 39 38 38 255 +minecraft:dispenser[facing=south,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=south,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=west,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=west,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=up,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=up,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=down,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=down,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:sandstone 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:chiseled_sandstone 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:note_block 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:powered_rail 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=north_south,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=east_west,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=east_west,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_east,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_east,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_west,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_west,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_north,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_north,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_south,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_south,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=false,shape=north_south,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=north_south,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=east_west,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=east_west,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_east,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_east,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_west,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_west,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_north,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_north,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_south,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_south,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:detector_rail 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=north_south,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=east_west,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=east_west,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_east,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_east,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_west,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_west,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_north,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_north,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_south,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_south,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=false,shape=north_south,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=north_south,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=east_west,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=east_west,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_east,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_east,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_west,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_west,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_north,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_north,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_south,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_south,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:sticky_piston 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=east] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=south] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=west] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=up] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=down] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=north] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=east] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=south] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=west] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=up] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=down] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:cobweb 228 233 234 104 182 186 187 104 114 116 117 104 91 93 93 104 +minecraft:grass 68 109 51 139 54 87 40 139 34 54 25 139 27 43 20 139 +minecraft:fern 58 93 43 88 46 74 34 88 29 46 21 88 23 37 17 88 +minecraft:dead_bush 107 78 40 77 85 62 32 77 53 39 20 77 42 31 16 77 +minecraft:seagrass 24 94 2 76 19 75 1 76 12 47 1 76 9 37 0 76 +minecraft:tall_seagrass 27 103 4 72 21 82 3 72 13 51 2 72 10 41 1 72 +minecraft:tall_seagrass[half=lower] 21 88 1 141 16 70 0 141 10 44 0 141 8 35 0 141 +minecraft:piston 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=east] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=south] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=west] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=up] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=down] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=north] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=east] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=south] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=west] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=up] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=down] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston_head 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=north,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=north,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=north,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=east,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=east,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=east,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=east,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=south,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=south,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=south,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=south,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=west,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=west,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=west,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=west,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=up,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=up,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=up,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=up,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=down,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=down,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=down,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=down,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:white_wool 233 236 236 255 186 188 188 255 116 118 118 255 93 94 94 255 +minecraft:orange_wool 240 118 19 255 192 94 15 255 120 59 9 255 96 47 7 255 +minecraft:magenta_wool 189 68 179 255 151 54 143 255 94 34 89 255 75 27 71 255 +minecraft:light_blue_wool 58 175 217 255 46 140 173 255 29 87 108 255 23 70 86 255 +minecraft:yellow_wool 248 197 39 255 198 157 31 255 124 98 19 255 99 78 15 255 +minecraft:lime_wool 112 185 25 255 89 148 20 255 56 92 12 255 44 74 10 255 +minecraft:pink_wool 237 141 172 255 189 112 137 255 118 70 86 255 94 56 68 255 +minecraft:gray_wool 62 68 71 255 49 54 56 255 31 34 35 255 24 27 28 255 +minecraft:light_gray_wool 142 142 134 255 113 113 107 255 71 71 67 255 56 56 53 255 +minecraft:cyan_wool 21 137 145 255 16 109 116 255 10 68 72 255 8 54 58 255 +minecraft:purple_wool 121 42 172 255 96 33 137 255 60 21 86 255 48 16 68 255 +minecraft:blue_wool 53 57 157 255 42 45 125 255 26 28 78 255 21 22 62 255 +minecraft:brown_wool 114 71 40 255 91 56 32 255 57 35 20 255 45 28 16 255 +minecraft:green_wool 84 109 27 255 67 87 21 255 42 54 13 255 33 43 10 255 +minecraft:red_wool 160 39 34 255 128 31 27 255 80 19 17 255 64 15 13 255 +minecraft:black_wool 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:dandelion 147 172 43 31 117 137 34 31 73 86 21 31 58 68 17 31 +minecraft:poppy 128 64 37 34 102 51 29 34 64 32 18 34 51 25 14 34 +minecraft:blue_orchid 47 162 168 43 37 129 134 43 23 81 84 43 18 64 67 43 +minecraft:allium 158 137 183 37 126 109 146 37 79 68 91 37 63 54 73 37 +minecraft:azure_bluet 169 204 127 42 135 163 101 42 84 102 63 42 67 81 50 42 +minecraft:red_tulip 89 128 32 48 71 102 25 48 44 64 16 48 35 51 12 48 +minecraft:orange_tulip 93 142 30 40 74 113 24 40 46 71 15 40 37 56 12 40 +minecraft:white_tulip 93 164 71 44 74 131 56 44 46 82 35 44 37 65 28 44 +minecraft:pink_tulip 99 157 78 40 79 125 62 40 49 78 39 40 39 62 31 40 +minecraft:oxeye_daisy 179 202 143 50 143 161 114 50 89 101 71 50 71 80 57 50 +minecraft:cornflower 79 121 146 34 63 96 116 34 39 60 73 34 31 48 58 34 +minecraft:wither_rose 41 44 23 36 32 35 18 36 20 22 11 36 16 17 9 36 +minecraft:lily_of_the_valley 123 174 95 51 98 139 76 51 61 87 47 51 49 69 38 51 +minecraft:brown_mushroom 153 116 92 33 122 92 73 33 76 58 46 33 61 46 36 33 +minecraft:red_mushroom 216 75 67 31 172 60 53 31 108 37 33 31 86 30 26 31 +minecraft:gold_block 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:iron_block 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:bricks 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:tnt 142 62 53 255 113 49 42 255 71 31 26 255 56 24 21 255 +minecraft:tnt[unstable=false] 142 62 53 255 113 49 42 255 71 31 26 255 56 24 21 255 +minecraft:bookshelf 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:mossy_cobblestone 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:obsidian 15 10 24 255 12 8 19 255 7 5 12 255 6 4 9 255 +minecraft:torch 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:wall_torch 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:wall_torch[facing=south] 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:wall_torch[facing=west] 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:wall_torch[facing=east] 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:fire 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:soul_fire 54 195 200 145 43 156 160 145 27 97 100 145 21 78 80 145 +minecraft:spawner 36 46 62 175 28 36 49 175 18 23 31 175 14 18 24 175 +minecraft:oak_stairs 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:chest 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=single,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=left,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=left,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=right,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=right,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=single,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=single,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=left,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=left,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=right,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=right,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=single,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=single,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=left,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=left,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=right,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=right,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=single,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=single,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=left,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=left,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=right,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=right,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:redstone_wire 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:diamond_ore 121 141 140 255 96 112 112 255 60 70 70 255 48 56 56 255 +minecraft:deepslate_diamond_ore 83 106 106 255 66 84 84 255 41 53 53 255 33 42 42 255 +minecraft:diamond_block 98 237 228 255 78 189 182 255 49 118 114 255 39 94 91 255 +minecraft:crafting_table 119 73 42 255 95 58 33 255 59 36 21 255 47 29 16 255 +minecraft:wheat 8 127 15 6 6 101 12 6 4 63 7 6 3 50 6 6 +minecraft:wheat[age=1] 5 127 7 15 4 101 5 15 2 63 3 15 2 50 2 15 +minecraft:wheat[age=2] 6 133 12 32 4 106 9 32 3 66 6 32 2 53 4 32 +minecraft:wheat[age=3] 10 130 13 57 8 104 10 57 5 65 6 57 4 52 5 57 +minecraft:wheat[age=4] 37 132 18 78 29 105 14 78 18 66 9 78 14 52 7 78 +minecraft:wheat[age=5] 63 129 18 103 50 103 14 103 31 64 9 103 25 51 7 103 +minecraft:wheat[age=6] 141 133 37 125 112 106 29 125 70 66 18 125 56 53 14 125 +minecraft:wheat[age=7] 166 151 73 138 132 120 58 138 83 75 36 138 66 60 29 138 +minecraft:farmland 143 102 70 255 114 81 56 255 71 51 35 255 57 40 28 255 +minecraft:farmland[moisture=1] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=2] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=3] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=4] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=5] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=6] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=7] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:furnace 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=north,lit=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=south,lit=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=south,lit=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=west,lit=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=west,lit=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=east,lit=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=east,lit=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:oak_sign 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=0,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=1,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=1,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=2,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=2,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=3,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=3,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=4,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=4,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=5,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=5,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=6,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=6,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=7,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=7,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=8,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=8,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=9,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=9,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=10,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=10,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=11,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=11,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=12,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=12,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=13,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=13,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=14,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=14,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=15,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=15,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:spruce_sign 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=0,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=1,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=1,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=2,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=2,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=3,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=3,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=4,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=4,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=5,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=5,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=6,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=6,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=7,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=7,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=8,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=8,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=9,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=9,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=10,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=10,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=11,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=11,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=12,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=12,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=13,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=13,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=14,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=14,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=15,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=15,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:birch_sign 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=0,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=1,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=1,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=2,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=2,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=3,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=3,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=4,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=4,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=5,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=5,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=6,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=6,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=7,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=7,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=8,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=8,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=9,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=9,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=10,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=10,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=11,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=11,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=12,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=12,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=13,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=13,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=14,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=14,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=15,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=15,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:acacia_sign 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=0,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=1,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=1,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=2,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=2,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=3,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=3,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=4,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=4,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=5,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=5,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=6,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=6,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=7,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=7,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=8,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=8,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=9,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=9,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=10,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=10,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=11,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=11,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=12,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=12,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=13,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=13,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=14,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=14,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=15,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=15,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:jungle_sign 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=0,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=1,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=1,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=2,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=2,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=3,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=3,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=4,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=4,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=5,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=5,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=6,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=6,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=7,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=7,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=8,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=8,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=9,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=9,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=10,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=10,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=11,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=11,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=12,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=12,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=13,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=13,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=14,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=14,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=15,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=15,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:dark_oak_sign 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=0,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=1,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=1,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=2,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=2,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=3,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=3,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=4,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=4,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=5,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=5,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=6,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=6,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=7,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=7,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=8,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=8,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=9,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=9,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=10,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=10,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=11,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=11,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=12,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=12,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=13,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=13,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=14,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=14,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=15,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=15,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:oak_door 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:ladder 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=north,waterlogged=false] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=south,waterlogged=true] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=south,waterlogged=false] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=west,waterlogged=true] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=west,waterlogged=false] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=east,waterlogged=true] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=east,waterlogged=false] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:rail 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=north_south,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=east_west,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=east_west,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_east,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_east,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_west,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_west,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_north,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_north,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_south,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_south,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=south_east,waterlogged=true] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=south_east,waterlogged=false] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=south_west,waterlogged=true] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=south_west,waterlogged=false] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=north_west,waterlogged=true] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=north_west,waterlogged=false] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=north_east,waterlogged=true] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=north_east,waterlogged=false] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:cobblestone_stairs 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:oak_wall_sign 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=north,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=south,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=south,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=west,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=west,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=east,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=east,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:spruce_wall_sign 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=north,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=south,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=south,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=west,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=west,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=east,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=east,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:birch_wall_sign 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=north,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=south,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=south,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=west,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=west,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=east,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=east,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:acacia_wall_sign 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=north,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=south,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=south,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=west,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=west,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=east,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=east,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:jungle_wall_sign 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=north,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=south,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=south,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=west,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=west,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=east,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=east,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:dark_oak_wall_sign 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=north,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=south,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=south,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=west,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=west,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=east,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=east,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:lever 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=north,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=north,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:stone_pressure_plate 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_pressure_plate[powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:iron_door 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:oak_pressure_plate 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_pressure_plate[powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:spruce_pressure_plate 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_pressure_plate[powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_pressure_plate 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_pressure_plate[powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_pressure_plate 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_pressure_plate[powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_pressure_plate 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_pressure_plate[powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_pressure_plate 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_pressure_plate[powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:redstone_ore 140 109 109 255 112 87 87 255 70 54 54 255 56 43 43 255 +minecraft:redstone_ore[lit=false] 140 109 109 255 112 87 87 255 70 54 54 255 56 43 43 255 +minecraft:deepslate_redstone_ore 104 73 74 255 83 58 59 255 52 36 37 255 41 29 29 255 +minecraft:deepslate_redstone_ore[lit=false] 104 73 74 255 83 58 59 255 52 36 37 255 41 29 29 255 +minecraft:redstone_torch 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_torch[lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:redstone_wall_torch 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_wall_torch[facing=north,lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:redstone_wall_torch[facing=south,lit=true] 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_wall_torch[facing=south,lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:redstone_wall_torch[facing=west,lit=true] 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_wall_torch[facing=west,lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:redstone_wall_torch[facing=east,lit=true] 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_wall_torch[facing=east,lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:stone_button 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=north,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=south,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=south,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=west,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=west,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=east,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=east,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=north,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=north,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=south,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=south,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=west,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=west,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=east,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=east,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=north,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=north,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=south,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=south,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=west,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=west,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=east,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=east,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:snow 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=2] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=3] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=4] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=5] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=6] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=7] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=8] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:ice 145 183 253 190 116 146 202 190 72 91 126 190 58 73 101 190 +minecraft:snow_block 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:cactus 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=1] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=2] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=3] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=4] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=5] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=6] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=7] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=8] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=9] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=10] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=11] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=12] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=13] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=14] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=15] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:clay 160 166 179 255 128 132 143 255 80 83 89 255 64 66 71 255 +minecraft:sugar_cane 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=1] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=2] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=3] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=4] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=5] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=6] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=7] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=8] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=9] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=10] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=11] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=12] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=13] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=14] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=15] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:jukebox 93 64 47 255 74 51 37 255 46 32 23 255 37 25 18 255 +minecraft:jukebox[has_record=false] 93 64 47 255 74 51 37 255 46 32 23 255 37 25 18 255 +minecraft:oak_fence 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pumpkin 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:netherrack 97 38 38 255 77 30 30 255 48 19 19 255 38 15 15 255 +minecraft:soul_sand 81 62 50 255 64 49 40 255 40 31 25 255 32 24 20 255 +minecraft:soul_soil 75 57 46 255 60 45 36 255 37 28 23 255 30 22 18 255 +minecraft:basalt 73 72 77 255 58 57 61 255 36 36 38 255 29 28 30 255 +minecraft:basalt[axis=y] 80 81 86 255 64 64 68 255 40 40 43 255 32 32 34 255 +minecraft:basalt[axis=z] 73 72 77 255 58 57 61 255 36 36 38 255 29 28 30 255 +minecraft:polished_basalt 88 88 91 255 70 70 72 255 44 44 45 255 35 35 36 255 +minecraft:polished_basalt[axis=y] 99 98 100 255 79 78 80 255 49 49 50 255 39 39 40 255 +minecraft:polished_basalt[axis=z] 88 88 91 255 70 70 72 255 44 44 45 255 35 35 36 255 +minecraft:soul_torch 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=south] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=west] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=east] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:glowstone 171 131 84 255 136 104 67 255 85 65 42 255 68 52 33 255 +minecraft:nether_portal 91 13 193 192 72 10 154 192 45 6 96 192 36 5 77 192 +minecraft:nether_portal[axis=z] 91 13 193 192 72 10 154 192 45 6 96 192 36 5 77 192 +minecraft:carved_pumpkin 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:carved_pumpkin[facing=south] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:carved_pumpkin[facing=west] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:carved_pumpkin[facing=east] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:jack_o_lantern 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:jack_o_lantern[facing=south] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:jack_o_lantern[facing=west] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:jack_o_lantern[facing=east] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=1] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=2] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=3] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=4] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=5] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=6] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:repeater 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=north,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=north,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=north,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=south,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=south,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=south,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=south,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=west,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=west,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=west,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=west,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=east,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=east,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=east,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=east,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=north,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=north,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=north,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=north,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=south,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=south,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=south,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=south,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=west,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=west,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=west,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=west,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=east,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=east,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=east,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=east,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=north,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=north,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=north,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=north,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=south,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=south,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=south,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=south,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=west,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=west,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=west,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=west,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=east,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=east,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=east,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=east,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=north,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=north,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=north,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=north,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=south,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=south,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=south,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=south,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=west,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=west,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=west,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=west,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=east,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=east,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=east,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=east,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:white_stained_glass 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:orange_stained_glass 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:magenta_stained_glass 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:light_blue_stained_glass 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:yellow_stained_glass 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:lime_stained_glass 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:pink_stained_glass 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:gray_stained_glass 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:light_gray_stained_glass 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:cyan_stained_glass 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:purple_stained_glass 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:blue_stained_glass 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:brown_stained_glass 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:green_stained_glass 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:red_stained_glass 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:black_stained_glass 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:oak_trapdoor 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:spruce_trapdoor 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:birch_trapdoor 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:jungle_trapdoor 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:acacia_trapdoor 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:dark_oak_trapdoor 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:stone_bricks 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:mossy_stone_bricks 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:cracked_stone_bricks 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:chiseled_stone_bricks 119 118 119 255 95 94 95 255 59 59 59 255 47 47 47 255 +minecraft:infested_stone 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:infested_cobblestone 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:infested_stone_bricks 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:infested_mossy_stone_bricks 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:infested_cracked_stone_bricks 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:infested_chiseled_stone_bricks 119 118 119 255 95 94 95 255 59 59 59 255 47 47 47 255 +minecraft:brown_mushroom_block 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:iron_bars 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:chain 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=x,waterlogged=false] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=y,waterlogged=true] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=y,waterlogged=false] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=z,waterlogged=true] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=z,waterlogged=false] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:glass_pane 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:melon 111 144 30 255 88 115 24 255 55 72 15 255 44 57 12 255 +minecraft:attached_pumpkin_stem 65 104 49 32 52 83 39 32 32 52 24 32 26 41 19 32 +minecraft:attached_pumpkin_stem[facing=south] 65 104 49 32 52 83 39 32 32 52 24 32 26 41 19 32 +minecraft:attached_pumpkin_stem[facing=west] 65 104 49 32 52 83 39 32 32 52 24 32 26 41 19 32 +minecraft:attached_pumpkin_stem[facing=east] 65 104 49 32 52 83 39 32 32 52 24 32 26 41 19 32 +minecraft:attached_melon_stem 66 106 49 32 52 84 39 32 33 53 24 32 26 42 19 32 +minecraft:attached_melon_stem[facing=south] 66 106 49 32 52 84 39 32 33 53 24 32 26 42 19 32 +minecraft:attached_melon_stem[facing=west] 66 106 49 32 52 84 39 32 33 53 24 32 26 42 19 32 +minecraft:attached_melon_stem[facing=east] 66 106 49 32 52 84 39 32 33 53 24 32 26 42 19 32 +minecraft:pumpkin_stem 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=1] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=2] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=3] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=4] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=5] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=6] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=7] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:melon_stem 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=1] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=2] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=3] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=4] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=5] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=6] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=7] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:vine 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=true,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=true,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=true,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=false,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=false,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=false,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=false,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=true,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=true,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=true,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=true,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=false,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=false,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=false,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=false,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=true,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=true,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=true,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=true,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=false,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=false,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=false,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=false,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=true,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=true,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=true,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=true,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=false,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=false,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=false,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=false,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:glow_lichen 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:oak_fence_gate 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brick_stairs 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:stone_brick_stairs 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:mycelium 69 110 51 255 55 88 40 255 34 55 25 255 27 44 20 255 +minecraft:mycelium[snowy=false] 111 98 101 255 88 78 80 255 55 49 50 255 44 39 40 255 +minecraft:lily_pad 16 66 25 149 12 52 20 149 8 33 12 149 6 26 10 149 +minecraft:nether_bricks 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_wart 117 18 21 43 93 14 16 43 58 9 10 43 46 7 8 43 +minecraft:nether_wart[age=1] 115 17 18 118 92 13 14 118 57 8 9 118 46 6 7 118 +minecraft:nether_wart[age=2] 115 17 18 118 92 13 14 118 57 8 9 118 46 6 7 118 +minecraft:nether_wart[age=3] 111 18 19 159 88 14 15 159 55 9 9 159 44 7 7 159 +minecraft:enchanting_table 128 75 85 255 102 60 68 255 64 37 42 255 51 30 34 255 +minecraft:brewing_stand 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=true,has_bottle_2=false] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=false,has_bottle_2=true] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=false,has_bottle_2=false] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=true,has_bottle_2=true] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=true,has_bottle_2=false] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=true] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=false] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:cauldron 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:water_cauldron 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:water_cauldron[level=2] 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:water_cauldron[level=3] 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:lava_cauldron 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:powder_snow_cauldron 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:powder_snow_cauldron[level=2] 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:powder_snow_cauldron[level=3] 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:end_portal 117 90 156 255 93 72 124 255 58 45 78 255 46 36 62 255 +minecraft:end_portal_frame 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=true,facing=south] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=true,facing=west] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=true,facing=east] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=false,facing=north] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=false,facing=south] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=false,facing=west] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=false,facing=east] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_stone 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:dragon_egg 12 9 15 255 9 7 12 255 6 4 7 255 4 3 6 255 +minecraft:redstone_lamp 142 101 60 255 113 80 48 255 71 50 30 255 56 40 24 255 +minecraft:redstone_lamp[lit=false] 95 54 30 255 76 43 24 255 47 27 15 255 38 21 12 255 +minecraft:cocoa 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=0,facing=south] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=0,facing=west] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=0,facing=east] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=1,facing=north] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=1,facing=south] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=1,facing=west] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=1,facing=east] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=2,facing=north] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=2,facing=south] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=2,facing=west] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=2,facing=east] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:sandstone_stairs 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:emerald_ore 108 136 115 255 86 108 92 255 54 68 57 255 43 54 46 255 +minecraft:deepslate_emerald_ore 78 104 87 255 62 83 69 255 39 52 43 255 31 41 34 255 +minecraft:ender_chest 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=north,waterlogged=false] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=south,waterlogged=true] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=south,waterlogged=false] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=west,waterlogged=true] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=west,waterlogged=false] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=east,waterlogged=true] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=east,waterlogged=false] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:tripwire_hook 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=north,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:emerald_block 42 203 87 255 33 162 69 255 21 101 43 255 16 81 34 255 +minecraft:spruce_stairs 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_stairs 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_stairs 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:command_block 173 131 106 255 138 104 84 255 86 65 53 255 69 52 42 255 +minecraft:command_block[conditional=true,facing=east] 180 135 108 255 144 108 86 255 90 67 54 255 72 54 43 255 +minecraft:command_block[conditional=true,facing=south] 178 133 105 255 142 106 84 255 89 66 52 255 71 53 42 255 +minecraft:command_block[conditional=true,facing=west] 178 133 105 255 142 106 84 255 89 66 52 255 71 53 42 255 +minecraft:command_block[conditional=true,facing=up] 178 133 105 255 142 106 84 255 89 66 52 255 71 53 42 255 +minecraft:command_block[conditional=true,facing=down] 178 133 105 255 142 106 84 255 89 66 52 255 71 53 42 255 +minecraft:command_block[conditional=false,facing=north] 173 131 106 255 138 104 84 255 86 65 53 255 69 52 42 255 +minecraft:command_block[conditional=false,facing=east] 180 135 108 255 144 108 86 255 90 67 54 255 72 54 43 255 +minecraft:command_block[conditional=false,facing=south] 177 133 107 255 141 106 85 255 88 66 53 255 70 53 42 255 +minecraft:command_block[conditional=false,facing=west] 177 133 107 255 141 106 85 255 88 66 53 255 70 53 42 255 +minecraft:command_block[conditional=false,facing=up] 177 133 107 255 141 106 85 255 88 66 53 255 70 53 42 255 +minecraft:command_block[conditional=false,facing=down] 177 133 107 255 141 106 85 255 88 66 53 255 70 53 42 255 +minecraft:beacon 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:cobblestone_wall 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:mossy_cobblestone_wall 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:flower_pot 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_oak_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_spruce_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_birch_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_jungle_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_acacia_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_dark_oak_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_fern 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_dandelion 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_poppy 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_blue_orchid 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_allium 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_azure_bluet 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_red_tulip 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_orange_tulip 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_white_tulip 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_pink_tulip 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_oxeye_daisy 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_cornflower 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_lily_of_the_valley 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_wither_rose 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_red_mushroom 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_brown_mushroom 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_dead_bush 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_cactus 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:carrots 44 110 39 16 35 88 31 16 22 55 19 16 17 44 15 16 +minecraft:carrots[age=1] 44 110 39 16 35 88 31 16 22 55 19 16 17 44 15 16 +minecraft:carrots[age=2] 52 120 40 41 41 96 32 41 26 60 20 41 20 48 16 41 +minecraft:carrots[age=3] 52 120 40 41 41 96 32 41 26 60 20 41 20 48 16 41 +minecraft:carrots[age=4] 56 113 37 81 44 90 29 81 28 56 18 81 22 45 14 81 +minecraft:carrots[age=5] 56 113 37 81 44 90 29 81 28 56 18 81 22 45 14 81 +minecraft:carrots[age=6] 56 113 37 81 44 90 29 81 28 56 18 81 22 45 14 81 +minecraft:carrots[age=7] 81 123 37 110 64 98 29 110 40 61 18 110 32 49 14 110 +minecraft:potatoes 58 129 40 14 46 103 32 14 29 64 20 14 23 51 16 14 +minecraft:potatoes[age=1] 58 129 40 14 46 103 32 14 29 64 20 14 23 51 16 14 +minecraft:potatoes[age=2] 68 131 42 25 54 104 33 25 34 65 21 25 27 52 16 25 +minecraft:potatoes[age=3] 68 131 42 25 54 104 33 25 34 65 21 25 27 52 16 25 +minecraft:potatoes[age=4] 85 129 47 44 68 103 37 44 42 64 23 44 34 51 18 44 +minecraft:potatoes[age=5] 85 129 47 44 68 103 37 44 42 64 23 44 34 51 18 44 +minecraft:potatoes[age=6] 85 129 47 44 68 103 37 44 42 64 23 44 34 51 18 44 +minecraft:potatoes[age=7] 84 135 47 80 67 108 37 80 42 67 23 80 33 54 18 80 +minecraft:oak_button 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=north,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=south,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=south,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=west,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=west,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=east,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=east,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=north,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=north,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=south,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=south,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=west,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=west,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=east,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=east,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=north,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=north,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=south,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=south,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=west,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=west,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=east,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=east,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:spruce_button 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=north,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=south,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=south,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=west,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=west,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=east,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=east,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=north,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=north,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=south,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=south,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=west,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=west,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=east,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=east,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=north,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=north,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=south,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=south,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=west,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=west,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=east,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=east,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_button 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=north,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=south,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=south,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=west,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=west,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=east,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=east,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=north,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=north,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=south,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=south,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=west,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=west,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=east,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=east,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=north,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=north,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=south,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=south,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=west,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=west,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=east,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=east,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_button 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=north,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=south,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=south,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=west,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=west,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=east,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=east,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=north,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=north,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=south,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=south,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=west,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=west,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=east,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=east,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=north,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=north,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=south,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=south,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=west,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=west,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=east,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=east,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_button 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=north,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=south,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=south,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=west,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=west,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=east,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=east,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=north,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=north,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=south,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=south,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=west,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=west,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=east,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=east,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=north,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=north,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=south,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=south,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=west,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=west,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=east,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=east,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_button 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=north,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=south,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=south,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=west,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=west,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=east,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=east,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=north,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=north,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=south,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=south,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=west,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=west,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=east,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=east,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=north,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=north,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=south,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=south,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=west,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=west,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=east,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=east,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:skeleton_skull 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=1] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=2] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=3] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=4] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=5] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=6] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=7] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=8] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=9] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=10] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=11] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=12] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=13] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=14] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=15] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_wall_skull 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_wall_skull[facing=south] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_wall_skull[facing=west] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_wall_skull[facing=east] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:wither_skeleton_skull 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=1] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=2] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=3] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=4] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=5] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=6] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=7] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=8] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=9] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=10] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=11] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=12] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=13] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=14] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=15] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_wall_skull 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_wall_skull[facing=south] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_wall_skull[facing=west] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_wall_skull[facing=east] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:zombie_head 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=1] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=2] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=3] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=4] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=5] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=6] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=7] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=8] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=9] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=10] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=11] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=12] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=13] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=14] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=15] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_wall_head 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_wall_head[facing=south] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_wall_head[facing=west] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_wall_head[facing=east] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:player_head 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=1] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=2] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=3] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=4] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=5] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=6] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=7] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=8] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=9] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=10] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=11] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=12] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=13] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=14] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=15] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_wall_head 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_wall_head[facing=south] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_wall_head[facing=west] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_wall_head[facing=east] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:creeper_head 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=1] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=2] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=3] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=4] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=5] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=6] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=7] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=8] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=9] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=10] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=11] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=12] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=13] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=14] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=15] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_wall_head 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_wall_head[facing=south] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_wall_head[facing=west] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_wall_head[facing=east] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=1] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=2] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=3] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=4] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=5] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=6] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=7] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=8] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=9] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=10] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=11] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=12] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=13] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=14] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=15] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_wall_head 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_wall_head[facing=south] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_wall_head[facing=west] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_wall_head[facing=east] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:anvil 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:anvil[facing=south] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:anvil[facing=west] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:anvil[facing=east] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:chipped_anvil 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:chipped_anvil[facing=south] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:chipped_anvil[facing=west] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:chipped_anvil[facing=east] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:damaged_anvil 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:damaged_anvil[facing=south] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:damaged_anvil[facing=west] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:damaged_anvil[facing=east] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:trapped_chest 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=single,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=left,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=left,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=right,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=right,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=single,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=single,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=left,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=left,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=right,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=right,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=single,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=single,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=left,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=left,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=right,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=right,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=single,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=single,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=left,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=left,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=right,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=right,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:light_weighted_pressure_plate 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=1] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=2] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=3] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=4] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=5] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=6] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=7] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=8] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=9] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=10] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=11] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=12] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=13] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=14] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=15] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:heavy_weighted_pressure_plate 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=1] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=2] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=3] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=4] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=5] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=6] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=7] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=8] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=9] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=10] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=11] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=12] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=13] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=14] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=15] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:comparator 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=north,mode=compare,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=north,mode=subtract,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=north,mode=subtract,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=south,mode=compare,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=south,mode=compare,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=south,mode=subtract,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=south,mode=subtract,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=west,mode=compare,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=west,mode=compare,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=west,mode=subtract,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=west,mode=subtract,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=east,mode=compare,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=east,mode=compare,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=east,mode=subtract,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=east,mode=subtract,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:daylight_detector 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=1] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=2] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=3] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=4] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=5] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=6] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=7] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=8] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=9] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=10] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=11] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=12] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=13] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=14] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=15] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=false,power=0] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=1] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=2] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=3] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=4] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=5] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=6] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=7] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=8] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=9] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=10] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=11] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=12] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=13] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=14] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=15] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:redstone_block 175 24 5 255 140 19 4 255 87 12 2 255 70 9 2 255 +minecraft:nether_quartz_ore 117 65 62 255 93 52 49 255 58 32 31 255 46 26 24 255 +minecraft:hopper 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=true,facing=north] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=true,facing=south] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=true,facing=west] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=true,facing=east] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=down] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=north] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=south] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=west] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=east] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:quartz_block 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:chiseled_quartz_block 231 226 217 255 184 180 173 255 115 113 108 255 92 90 86 255 +minecraft:quartz_pillar 235 230 224 255 188 184 179 255 117 115 112 255 94 92 89 255 +minecraft:quartz_pillar[axis=y] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_pillar[axis=z] 235 230 224 255 188 184 179 255 117 115 112 255 94 92 89 255 +minecraft:quartz_stairs 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:activator_rail 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=north_south,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=east_west,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=east_west,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_east,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_east,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_west,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_west,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_north,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_north,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_south,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_south,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=false,shape=north_south,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=north_south,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=east_west,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=east_west,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_east,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_east,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_west,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_west,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_north,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_north,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_south,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_south,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:dropper 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=north,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=east,triggered=true] 97 96 96 255 77 76 76 255 48 48 48 255 38 38 38 255 +minecraft:dropper[facing=east,triggered=false] 97 96 96 255 77 76 76 255 48 48 48 255 38 38 38 255 +minecraft:dropper[facing=south,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=south,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=west,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=west,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=up,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=up,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=down,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=down,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:white_terracotta 209 178 161 255 167 142 128 255 104 89 80 255 83 71 64 255 +minecraft:orange_terracotta 161 83 37 255 128 66 29 255 80 41 18 255 64 33 14 255 +minecraft:magenta_terracotta 149 88 108 255 119 70 86 255 74 44 54 255 59 35 43 255 +minecraft:light_blue_terracotta 113 108 137 255 90 86 109 255 56 54 68 255 45 43 54 255 +minecraft:yellow_terracotta 186 133 35 255 148 106 28 255 93 66 17 255 74 53 14 255 +minecraft:lime_terracotta 103 117 52 255 82 93 41 255 51 58 26 255 41 46 20 255 +minecraft:pink_terracotta 161 78 78 255 128 62 62 255 80 39 39 255 64 31 31 255 +minecraft:gray_terracotta 57 42 35 255 45 33 28 255 28 21 17 255 22 16 14 255 +minecraft:light_gray_terracotta 135 106 97 255 108 84 77 255 67 53 48 255 54 42 38 255 +minecraft:cyan_terracotta 86 91 91 255 68 72 72 255 43 45 45 255 34 36 36 255 +minecraft:purple_terracotta 118 70 86 255 94 56 68 255 59 35 43 255 47 28 34 255 +minecraft:blue_terracotta 74 59 91 255 59 47 72 255 37 29 45 255 29 23 36 255 +minecraft:brown_terracotta 77 51 35 255 61 40 28 255 38 25 17 255 30 20 14 255 +minecraft:green_terracotta 76 83 42 255 60 66 33 255 38 41 21 255 30 33 16 255 +minecraft:red_terracotta 143 61 46 255 114 48 36 255 71 30 23 255 57 24 18 255 +minecraft:black_terracotta 37 22 16 255 29 17 12 255 18 11 8 255 14 8 6 255 +minecraft:white_stained_glass_pane 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:orange_stained_glass_pane 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:magenta_stained_glass_pane 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:light_blue_stained_glass_pane 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:yellow_stained_glass_pane 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:lime_stained_glass_pane 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:pink_stained_glass_pane 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:gray_stained_glass_pane 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:light_gray_stained_glass_pane 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:cyan_stained_glass_pane 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:purple_stained_glass_pane 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:blue_stained_glass_pane 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:brown_stained_glass_pane 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:green_stained_glass_pane 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:red_stained_glass_pane 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:black_stained_glass_pane 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:acacia_stairs 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_stairs 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:slime_block 111 192 91 180 88 153 72 180 55 96 45 180 44 76 36 180 +minecraft:iron_trapdoor 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:prismarine 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_bricks 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:dark_prismarine 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:prismarine_stairs 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_brick_stairs 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:dark_prismarine_stairs 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:prismarine_slab 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=top,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=bottom,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=bottom,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=double,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=double,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_brick_slab 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=top,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=bottom,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=bottom,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=double,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=double,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:dark_prismarine_slab 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=top,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=bottom,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=bottom,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=double,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=double,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:sea_lantern 172 200 190 255 137 160 152 255 86 100 95 255 68 80 76 255 +minecraft:hay_block 166 136 38 255 132 108 30 255 83 68 19 255 66 54 15 255 +minecraft:hay_block[axis=y] 165 139 12 255 132 111 9 255 82 69 6 255 66 55 4 255 +minecraft:hay_block[axis=z] 166 136 38 255 132 108 30 255 83 68 19 255 66 54 15 255 +minecraft:white_carpet 233 236 236 255 186 188 188 255 116 118 118 255 93 94 94 255 +minecraft:orange_carpet 240 118 19 255 192 94 15 255 120 59 9 255 96 47 7 255 +minecraft:magenta_carpet 189 68 179 255 151 54 143 255 94 34 89 255 75 27 71 255 +minecraft:light_blue_carpet 58 175 217 255 46 140 173 255 29 87 108 255 23 70 86 255 +minecraft:yellow_carpet 248 197 39 255 198 157 31 255 124 98 19 255 99 78 15 255 +minecraft:lime_carpet 112 185 25 255 89 148 20 255 56 92 12 255 44 74 10 255 +minecraft:pink_carpet 237 141 172 255 189 112 137 255 118 70 86 255 94 56 68 255 +minecraft:gray_carpet 62 68 71 255 49 54 56 255 31 34 35 255 24 27 28 255 +minecraft:light_gray_carpet 142 142 134 255 113 113 107 255 71 71 67 255 56 56 53 255 +minecraft:cyan_carpet 21 137 145 255 16 109 116 255 10 68 72 255 8 54 58 255 +minecraft:purple_carpet 121 42 172 255 96 33 137 255 60 21 86 255 48 16 68 255 +minecraft:blue_carpet 53 57 157 255 42 45 125 255 26 28 78 255 21 22 62 255 +minecraft:brown_carpet 114 71 40 255 91 56 32 255 57 35 20 255 45 28 16 255 +minecraft:green_carpet 84 109 27 255 67 87 21 255 42 54 13 255 33 43 10 255 +minecraft:red_carpet 160 39 34 255 128 31 27 255 80 19 17 255 64 15 13 255 +minecraft:black_carpet 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:terracotta 152 94 67 255 121 75 53 255 76 47 33 255 60 37 26 255 +minecraft:coal_block 16 15 15 255 12 12 12 255 8 7 7 255 6 6 6 255 +minecraft:packed_ice 141 180 250 255 112 144 200 255 70 90 125 255 56 72 100 255 +minecraft:sunflower 49 129 27 30 39 103 21 30 24 64 13 30 19 51 10 30 +minecraft:sunflower[half=lower] 56 135 30 56 44 108 24 56 28 67 15 56 22 54 12 56 +minecraft:lilac 154 125 147 74 123 100 117 74 77 62 73 74 61 50 58 74 +minecraft:lilac[half=lower] 137 124 126 89 109 99 100 89 68 62 63 89 54 49 50 89 +minecraft:rose_bush 131 66 37 92 104 52 29 92 65 33 18 92 52 26 14 92 +minecraft:rose_bush[half=lower] 97 83 37 178 77 66 29 178 48 41 18 178 38 33 14 178 +minecraft:peony 129 126 139 109 103 100 111 109 64 63 69 109 51 50 55 109 +minecraft:peony[half=lower] 86 101 93 140 68 80 74 140 43 50 46 140 34 40 37 140 +minecraft:tall_grass 71 112 53 89 56 89 42 89 35 56 26 89 28 44 21 89 +minecraft:tall_grass[half=lower] 60 96 45 186 48 76 36 186 30 48 22 186 24 38 18 186 +minecraft:large_fern 59 94 44 103 47 75 35 103 29 47 22 103 23 37 17 103 +minecraft:large_fern[half=lower] 62 98 46 175 49 78 36 175 31 49 23 175 24 39 18 175 +minecraft:white_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_sandstone 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:chiseled_red_sandstone 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_stairs 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:oak_slab 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=top,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=bottom,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=bottom,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=double,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=double,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:spruce_slab 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=top,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=bottom,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=bottom,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=double,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=double,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_slab 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=top,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=bottom,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=bottom,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=double,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=double,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_slab 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=top,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=bottom,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=bottom,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=double,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=double,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_slab 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=top,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=bottom,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=bottom,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=double,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=double,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_slab 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=top,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=bottom,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=bottom,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=double,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=double,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:stone_slab 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=top,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=bottom,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=bottom,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=double,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=double,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:smooth_stone_slab 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=top,waterlogged=false] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=bottom,waterlogged=true] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=bottom,waterlogged=false] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=double,waterlogged=true] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=double,waterlogged=false] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:sandstone_slab 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=top,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=bottom,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=bottom,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=double,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=double,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=top,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=bottom,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=bottom,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=double,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=double,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:petrified_oak_slab 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=top,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=bottom,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=bottom,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=double,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=double,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cobblestone_slab 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=top,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=bottom,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=bottom,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=double,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=double,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:brick_slab 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=top,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=bottom,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=bottom,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=double,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=double,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:stone_brick_slab 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=top,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=bottom,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=bottom,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=double,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=double,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:nether_brick_slab 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=top,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=bottom,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=bottom,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=double,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=double,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:quartz_slab 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=top,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=bottom,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=bottom,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=double,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=double,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:red_sandstone_slab 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=top,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=bottom,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=bottom,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=double,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=double,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=top,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=double,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=double,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:purpur_slab 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=top,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=bottom,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=bottom,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=double,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=double,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:smooth_stone 159 159 159 255 127 127 127 255 79 79 79 255 63 63 63 255 +minecraft:smooth_sandstone 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_quartz 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:smooth_red_sandstone 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:spruce_fence_gate 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_fence_gate 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_fence_gate 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_fence_gate 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_fence_gate 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:spruce_fence 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_fence 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_fence 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_fence 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_fence 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:spruce_door 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:birch_door 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:jungle_door 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:acacia_door 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:dark_oak_door 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:end_rod 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=east] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=south] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=west] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=up] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=down] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:chorus_plant 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_flower 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=1] 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=2] 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=3] 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=4] 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=5] 96 61 94 255 76 48 75 255 48 30 47 255 38 24 37 255 +minecraft:purpur_block 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_pillar 171 129 171 255 136 103 136 255 85 64 85 255 68 51 68 255 +minecraft:purpur_pillar[axis=y] 171 128 171 255 136 102 136 255 85 64 85 255 68 51 68 255 +minecraft:purpur_pillar[axis=z] 171 129 171 255 136 103 136 255 85 64 85 255 68 51 68 255 +minecraft:purpur_stairs 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:end_stone_bricks 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:beetroots 65 137 41 14 52 109 32 14 32 68 20 14 26 54 16 14 +minecraft:beetroots[age=1] 66 138 41 29 52 110 32 29 33 69 20 29 26 55 16 29 +minecraft:beetroots[age=2] 69 130 39 87 55 104 31 87 34 65 19 87 27 52 15 87 +minecraft:beetroots[age=3] 93 91 30 115 74 72 24 115 46 45 15 115 37 36 12 115 +minecraft:dirt_path 148 121 65 255 118 96 52 255 74 60 32 255 59 48 26 255 +minecraft:end_gateway 117 90 156 255 93 72 124 255 58 45 78 255 46 36 62 255 +minecraft:repeating_command_block 127 109 166 255 101 87 132 255 63 54 83 255 50 43 66 255 +minecraft:repeating_command_block[conditional=true,facing=east] 129 111 176 255 103 88 140 255 64 55 88 255 51 44 70 255 +minecraft:repeating_command_block[conditional=true,facing=south] 128 110 170 255 102 88 136 255 64 55 85 255 51 44 68 255 +minecraft:repeating_command_block[conditional=true,facing=west] 128 110 170 255 102 88 136 255 64 55 85 255 51 44 68 255 +minecraft:repeating_command_block[conditional=true,facing=up] 128 110 170 255 102 88 136 255 64 55 85 255 51 44 68 255 +minecraft:repeating_command_block[conditional=true,facing=down] 128 110 170 255 102 88 136 255 64 55 85 255 51 44 68 255 +minecraft:repeating_command_block[conditional=false,facing=north] 127 109 166 255 101 87 132 255 63 54 83 255 50 43 66 255 +minecraft:repeating_command_block[conditional=false,facing=east] 129 111 176 255 103 88 140 255 64 55 88 255 51 44 70 255 +minecraft:repeating_command_block[conditional=false,facing=south] 127 109 171 255 101 87 136 255 63 54 85 255 50 43 68 255 +minecraft:repeating_command_block[conditional=false,facing=west] 127 109 171 255 101 87 136 255 63 54 85 255 50 43 68 255 +minecraft:repeating_command_block[conditional=false,facing=up] 127 109 171 255 101 87 136 255 63 54 85 255 50 43 68 255 +minecraft:repeating_command_block[conditional=false,facing=down] 127 109 171 255 101 87 136 255 63 54 85 255 50 43 68 255 +minecraft:chain_command_block 129 156 144 255 103 124 115 255 64 78 72 255 51 62 57 255 +minecraft:chain_command_block[conditional=true,facing=east] 132 165 150 255 105 132 120 255 66 82 75 255 52 66 60 255 +minecraft:chain_command_block[conditional=true,facing=south] 131 161 147 255 104 128 117 255 65 80 73 255 52 64 58 255 +minecraft:chain_command_block[conditional=true,facing=west] 131 161 147 255 104 128 117 255 65 80 73 255 52 64 58 255 +minecraft:chain_command_block[conditional=true,facing=up] 131 161 147 255 104 128 117 255 65 80 73 255 52 64 58 255 +minecraft:chain_command_block[conditional=true,facing=down] 131 161 147 255 104 128 117 255 65 80 73 255 52 64 58 255 +minecraft:chain_command_block[conditional=false,facing=north] 129 156 144 255 103 124 115 255 64 78 72 255 51 62 57 255 +minecraft:chain_command_block[conditional=false,facing=east] 132 165 150 255 105 132 120 255 66 82 75 255 52 66 60 255 +minecraft:chain_command_block[conditional=false,facing=south] 129 161 147 255 103 128 117 255 64 80 73 255 51 64 58 255 +minecraft:chain_command_block[conditional=false,facing=west] 129 161 147 255 103 128 117 255 64 80 73 255 51 64 58 255 +minecraft:chain_command_block[conditional=false,facing=up] 129 161 147 255 103 128 117 255 64 80 73 255 51 64 58 255 +minecraft:chain_command_block[conditional=false,facing=down] 129 161 147 255 103 128 117 255 64 80 73 255 51 64 58 255 +minecraft:frosted_ice 140 181 252 190 112 144 201 190 70 90 126 190 56 72 100 190 +minecraft:frosted_ice[age=1] 139 180 252 193 111 144 201 193 69 90 126 193 55 72 100 193 +minecraft:frosted_ice[age=2] 137 179 252 199 109 143 201 199 68 89 126 199 54 71 100 199 +minecraft:frosted_ice[age=3] 134 177 252 212 107 141 201 212 67 88 126 212 53 70 100 212 +minecraft:magma_block 141 62 30 255 112 49 24 255 70 31 15 255 56 24 12 255 +minecraft:nether_wart_block 114 2 2 255 91 1 1 255 57 1 1 255 45 0 0 255 +minecraft:red_nether_bricks 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:bone_block 229 225 207 255 183 180 165 255 114 112 103 255 91 90 82 255 +minecraft:bone_block[axis=y] 209 206 179 255 167 164 143 255 104 103 89 255 83 82 71 255 +minecraft:bone_block[axis=z] 229 225 207 255 183 180 165 255 114 112 103 255 91 90 82 255 +minecraft:observer 71 69 69 255 56 55 55 255 35 34 34 255 28 27 27 255 +minecraft:observer[facing=north,powered=false] 71 69 69 255 56 55 55 255 35 34 34 255 28 27 27 255 +minecraft:observer[facing=east,powered=true] 103 103 103 255 82 82 82 255 51 51 51 255 41 41 41 255 +minecraft:observer[facing=east,powered=false] 103 103 103 255 82 82 82 255 51 51 51 255 41 41 41 255 +minecraft:observer[facing=south,powered=true] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=south,powered=false] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=west,powered=true] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=west,powered=false] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=up,powered=true] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=up,powered=false] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=down,powered=true] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=down,powered=false] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:shulker_box 121 83 121 255 96 66 96 255 60 41 60 255 48 33 48 255 +minecraft:shulker_box[facing=east] 139 96 139 255 111 76 111 255 69 48 69 255 55 38 55 255 +minecraft:shulker_box[facing=south] 139 97 139 255 111 77 111 255 69 48 69 255 55 38 55 255 +minecraft:shulker_box[facing=west] 139 97 139 255 111 77 111 255 69 48 69 255 55 38 55 255 +minecraft:shulker_box[facing=up] 139 97 139 255 111 77 111 255 69 48 69 255 55 38 55 255 +minecraft:shulker_box[facing=down] 139 97 139 255 111 77 111 255 69 48 69 255 55 38 55 255 +minecraft:white_shulker_box 168 173 174 255 134 138 139 255 84 86 87 255 67 69 69 255 +minecraft:white_shulker_box[facing=east] 215 220 221 255 172 176 176 255 107 110 110 255 86 88 88 255 +minecraft:white_shulker_box[facing=south] 202 207 208 255 161 165 166 255 101 103 104 255 80 82 83 255 +minecraft:white_shulker_box[facing=west] 202 207 208 255 161 165 166 255 101 103 104 255 80 82 83 255 +minecraft:white_shulker_box[facing=up] 202 207 208 255 161 165 166 255 101 103 104 255 80 82 83 255 +minecraft:white_shulker_box[facing=down] 202 207 208 255 161 165 166 255 101 103 104 255 80 82 83 255 +minecraft:orange_shulker_box 165 70 0 255 132 56 0 255 82 35 0 255 66 28 0 255 +minecraft:orange_shulker_box[facing=east] 234 106 8 255 187 84 6 255 117 53 4 255 93 42 3 255 +minecraft:orange_shulker_box[facing=south] 218 97 5 255 174 77 4 255 109 48 2 255 87 38 2 255 +minecraft:orange_shulker_box[facing=west] 218 97 5 255 174 77 4 255 109 48 2 255 87 38 2 255 +minecraft:orange_shulker_box[facing=up] 218 97 5 255 174 77 4 255 109 48 2 255 87 38 2 255 +minecraft:orange_shulker_box[facing=down] 218 97 5 255 174 77 4 255 109 48 2 255 87 38 2 255 +minecraft:magenta_shulker_box 138 38 129 255 110 30 103 255 69 19 64 255 55 15 51 255 +minecraft:magenta_shulker_box[facing=east] 173 54 163 255 138 43 130 255 86 27 81 255 69 21 65 255 +minecraft:magenta_shulker_box[facing=south] 163 48 153 255 130 38 122 255 81 24 76 255 65 19 61 255 +minecraft:magenta_shulker_box[facing=west] 163 48 153 255 130 38 122 255 81 24 76 255 65 19 61 255 +minecraft:magenta_shulker_box[facing=up] 163 48 153 255 130 38 122 255 81 24 76 255 65 19 61 255 +minecraft:magenta_shulker_box[facing=down] 163 48 153 255 130 38 122 255 81 24 76 255 65 19 61 255 +minecraft:light_blue_shulker_box 27 113 166 255 21 90 132 255 13 56 83 255 10 45 66 255 +minecraft:light_blue_shulker_box[facing=east] 49 163 212 255 39 130 169 255 24 81 106 255 19 65 84 255 +minecraft:light_blue_shulker_box[facing=south] 42 150 202 255 33 120 161 255 21 75 101 255 16 60 80 255 +minecraft:light_blue_shulker_box[facing=west] 42 150 202 255 33 120 161 255 21 75 101 255 16 60 80 255 +minecraft:light_blue_shulker_box[facing=up] 42 150 202 255 33 120 161 255 21 75 101 255 16 60 80 255 +minecraft:light_blue_shulker_box[facing=down] 42 150 202 255 33 120 161 255 21 75 101 255 16 60 80 255 +minecraft:yellow_shulker_box 209 149 14 255 167 119 11 255 104 74 7 255 83 59 5 255 +minecraft:yellow_shulker_box[facing=east] 248 188 29 255 198 150 23 255 124 94 14 255 99 75 11 255 +minecraft:yellow_shulker_box[facing=south] 240 179 24 255 192 143 19 255 120 89 12 255 96 71 9 255 +minecraft:yellow_shulker_box[facing=west] 240 179 24 255 192 143 19 255 120 89 12 255 96 71 9 255 +minecraft:yellow_shulker_box[facing=up] 240 179 24 255 192 143 19 255 120 89 12 255 96 71 9 255 +minecraft:yellow_shulker_box[facing=down] 240 179 24 255 192 143 19 255 120 89 12 255 96 71 9 255 +minecraft:lime_shulker_box 61 112 14 255 48 89 11 255 30 56 7 255 24 44 5 255 +minecraft:lime_shulker_box[facing=east] 99 172 23 255 79 137 18 255 49 86 11 255 39 68 9 255 +minecraft:lime_shulker_box[facing=south] 88 156 21 255 70 124 16 255 44 78 10 255 35 62 8 255 +minecraft:lime_shulker_box[facing=west] 88 156 21 255 70 124 16 255 44 78 10 255 35 62 8 255 +minecraft:lime_shulker_box[facing=up] 88 156 21 255 70 124 16 255 44 78 10 255 35 62 8 255 +minecraft:lime_shulker_box[facing=down] 88 156 21 255 70 124 16 255 44 78 10 255 35 62 8 255 +minecraft:pink_shulker_box 177 78 116 255 141 62 92 255 88 39 58 255 70 31 46 255 +minecraft:pink_shulker_box[facing=east] 230 121 157 255 184 96 125 255 115 60 78 255 92 48 62 255 +minecraft:pink_shulker_box[facing=south] 217 109 146 255 173 87 116 255 108 54 73 255 86 43 58 255 +minecraft:pink_shulker_box[facing=west] 217 109 146 255 173 87 116 255 108 54 73 255 86 43 58 255 +minecraft:pink_shulker_box[facing=up] 217 109 146 255 173 87 116 255 108 54 73 255 86 43 58 255 +minecraft:pink_shulker_box[facing=down] 217 109 146 255 173 87 116 255 108 54 73 255 86 43 58 255 +minecraft:gray_shulker_box 36 38 41 255 28 30 32 255 18 19 20 255 14 15 16 255 +minecraft:gray_shulker_box[facing=east] 55 58 62 255 44 46 49 255 27 29 31 255 22 23 24 255 +minecraft:gray_shulker_box[facing=south] 49 52 56 255 39 41 44 255 24 26 28 255 19 20 22 255 +minecraft:gray_shulker_box[facing=west] 49 52 56 255 39 41 44 255 24 26 28 255 19 20 22 255 +minecraft:gray_shulker_box[facing=up] 49 52 56 255 39 41 44 255 24 26 28 255 19 20 22 255 +minecraft:gray_shulker_box[facing=down] 49 52 56 255 39 41 44 255 24 26 28 255 19 20 22 255 +minecraft:light_gray_shulker_box 78 78 71 255 62 62 56 255 39 39 35 255 31 31 28 255 +minecraft:light_gray_shulker_box[facing=east] 124 124 115 255 99 99 92 255 62 62 57 255 49 49 46 255 +minecraft:light_gray_shulker_box[facing=south] 111 111 102 255 88 88 81 255 55 55 51 255 44 44 40 255 +minecraft:light_gray_shulker_box[facing=west] 111 111 102 255 88 88 81 255 55 55 51 255 44 44 40 255 +minecraft:light_gray_shulker_box[facing=up] 111 111 102 255 88 88 81 255 55 55 51 255 44 44 40 255 +minecraft:light_gray_shulker_box[facing=down] 111 111 102 255 88 88 81 255 55 55 51 255 44 44 40 255 +minecraft:cyan_shulker_box 10 82 95 255 8 65 76 255 5 41 47 255 4 32 38 255 +minecraft:cyan_shulker_box[facing=east] 20 121 135 255 16 96 108 255 10 60 67 255 8 48 54 255 +minecraft:cyan_shulker_box[facing=south] 17 110 124 255 13 88 99 255 8 55 62 255 6 44 49 255 +minecraft:cyan_shulker_box[facing=west] 17 110 124 255 13 88 99 255 8 55 62 255 6 44 49 255 +minecraft:cyan_shulker_box[facing=up] 17 110 124 255 13 88 99 255 8 55 62 255 6 44 49 255 +minecraft:cyan_shulker_box[facing=down] 17 110 124 255 13 88 99 255 8 55 62 255 6 44 49 255 +minecraft:purple_shulker_box 75 21 120 255 60 16 96 255 37 10 60 255 30 8 48 255 +minecraft:purple_shulker_box[facing=east] 103 32 156 255 82 25 124 255 51 16 78 255 41 12 62 255 +minecraft:purple_shulker_box[facing=south] 94 28 146 255 75 22 116 255 47 14 73 255 37 11 58 255 +minecraft:purple_shulker_box[facing=west] 94 28 146 255 75 22 116 255 47 14 73 255 37 11 58 255 +minecraft:purple_shulker_box[facing=up] 94 28 146 255 75 22 116 255 47 14 73 255 37 11 58 255 +minecraft:purple_shulker_box[facing=down] 94 28 146 255 75 22 116 255 47 14 73 255 37 11 58 255 +minecraft:blue_shulker_box 26 27 99 255 20 21 79 255 13 13 49 255 10 10 39 255 +minecraft:blue_shulker_box[facing=east] 43 45 140 255 34 36 112 255 21 22 70 255 17 18 56 255 +minecraft:blue_shulker_box[facing=south] 38 40 128 255 30 32 102 255 19 20 64 255 15 16 51 255 +minecraft:blue_shulker_box[facing=west] 38 40 128 255 30 32 102 255 19 20 64 255 15 16 51 255 +minecraft:blue_shulker_box[facing=up] 38 40 128 255 30 32 102 255 19 20 64 255 15 16 51 255 +minecraft:blue_shulker_box[facing=down] 38 40 128 255 30 32 102 255 19 20 64 255 15 16 51 255 +minecraft:brown_shulker_box 74 44 21 255 59 35 16 255 37 22 10 255 29 17 8 255 +minecraft:brown_shulker_box[facing=east] 106 66 35 255 84 52 28 255 53 33 17 255 42 26 14 255 +minecraft:brown_shulker_box[facing=south] 98 60 32 255 78 48 25 255 49 30 16 255 39 24 12 255 +minecraft:brown_shulker_box[facing=west] 98 60 32 255 78 48 25 255 49 30 16 255 39 24 12 255 +minecraft:brown_shulker_box[facing=up] 98 60 32 255 78 48 25 255 49 30 16 255 39 24 12 255 +minecraft:brown_shulker_box[facing=down] 98 60 32 255 78 48 25 255 49 30 16 255 39 24 12 255 +minecraft:green_shulker_box 60 75 30 255 48 60 24 255 30 37 15 255 24 30 12 255 +minecraft:green_shulker_box[facing=east] 79 100 31 255 63 80 24 255 39 50 15 255 31 40 12 255 +minecraft:green_shulker_box[facing=south] 74 94 32 255 59 75 25 255 37 47 16 255 29 37 12 255 +minecraft:green_shulker_box[facing=west] 74 94 32 255 59 75 25 255 37 47 16 255 29 37 12 255 +minecraft:green_shulker_box[facing=up] 74 94 32 255 59 75 25 255 37 47 16 255 29 37 12 255 +minecraft:green_shulker_box[facing=down] 74 94 32 255 59 75 25 255 37 47 16 255 29 37 12 255 +minecraft:red_shulker_box 102 16 16 255 81 12 12 255 51 8 8 255 40 6 6 255 +minecraft:red_shulker_box[facing=east] 140 31 30 255 112 24 24 255 70 15 15 255 56 12 12 255 +minecraft:red_shulker_box[facing=south] 129 26 26 255 103 20 20 255 64 13 13 255 51 10 10 255 +minecraft:red_shulker_box[facing=west] 129 26 26 255 103 20 20 255 64 13 13 255 51 10 10 255 +minecraft:red_shulker_box[facing=up] 129 26 26 255 103 20 20 255 64 13 13 255 51 10 10 255 +minecraft:red_shulker_box[facing=down] 129 26 26 255 103 20 20 255 64 13 13 255 51 10 10 255 +minecraft:black_shulker_box 10 12 16 255 8 9 12 255 5 6 8 255 4 4 6 255 +minecraft:black_shulker_box[facing=east] 25 25 29 255 20 20 23 255 12 12 14 255 10 10 11 255 +minecraft:black_shulker_box[facing=south] 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:black_shulker_box[facing=west] 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:black_shulker_box[facing=up] 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:black_shulker_box[facing=down] 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:white_glazed_terracotta 188 212 202 255 150 169 161 255 94 106 101 255 75 84 80 255 +minecraft:white_glazed_terracotta[facing=south] 188 212 202 255 150 169 161 255 94 106 101 255 75 84 80 255 +minecraft:white_glazed_terracotta[facing=west] 188 212 202 255 150 169 161 255 94 106 101 255 75 84 80 255 +minecraft:white_glazed_terracotta[facing=east] 188 212 202 255 150 169 161 255 94 106 101 255 75 84 80 255 +minecraft:orange_glazed_terracotta 154 147 91 255 123 117 72 255 77 73 45 255 61 58 36 255 +minecraft:orange_glazed_terracotta[facing=south] 154 147 91 255 123 117 72 255 77 73 45 255 61 58 36 255 +minecraft:orange_glazed_terracotta[facing=west] 154 147 91 255 123 117 72 255 77 73 45 255 61 58 36 255 +minecraft:orange_glazed_terracotta[facing=east] 154 147 91 255 123 117 72 255 77 73 45 255 61 58 36 255 +minecraft:magenta_glazed_terracotta 208 100 191 255 166 80 152 255 104 50 95 255 83 40 76 255 +minecraft:magenta_glazed_terracotta[facing=south] 208 100 191 255 166 80 152 255 104 50 95 255 83 40 76 255 +minecraft:magenta_glazed_terracotta[facing=west] 208 100 191 255 166 80 152 255 104 50 95 255 83 40 76 255 +minecraft:magenta_glazed_terracotta[facing=east] 208 100 191 255 166 80 152 255 104 50 95 255 83 40 76 255 +minecraft:light_blue_glazed_terracotta 94 164 208 255 75 131 166 255 47 82 104 255 37 65 83 255 +minecraft:light_blue_glazed_terracotta[facing=south] 94 164 208 255 75 131 166 255 47 82 104 255 37 65 83 255 +minecraft:light_blue_glazed_terracotta[facing=west] 94 164 208 255 75 131 166 255 47 82 104 255 37 65 83 255 +minecraft:light_blue_glazed_terracotta[facing=east] 94 164 208 255 75 131 166 255 47 82 104 255 37 65 83 255 +minecraft:yellow_glazed_terracotta 234 192 88 255 187 153 70 255 117 96 44 255 93 76 35 255 +minecraft:yellow_glazed_terracotta[facing=south] 234 192 88 255 187 153 70 255 117 96 44 255 93 76 35 255 +minecraft:yellow_glazed_terracotta[facing=west] 234 192 88 255 187 153 70 255 117 96 44 255 93 76 35 255 +minecraft:yellow_glazed_terracotta[facing=east] 234 192 88 255 187 153 70 255 117 96 44 255 93 76 35 255 +minecraft:lime_glazed_terracotta 162 197 55 255 129 157 44 255 81 98 27 255 64 78 22 255 +minecraft:lime_glazed_terracotta[facing=south] 162 197 55 255 129 157 44 255 81 98 27 255 64 78 22 255 +minecraft:lime_glazed_terracotta[facing=west] 162 197 55 255 129 157 44 255 81 98 27 255 64 78 22 255 +minecraft:lime_glazed_terracotta[facing=east] 162 197 55 255 129 157 44 255 81 98 27 255 64 78 22 255 +minecraft:pink_glazed_terracotta 235 154 181 255 188 123 144 255 117 77 90 255 94 61 72 255 +minecraft:pink_glazed_terracotta[facing=south] 235 154 181 255 188 123 144 255 117 77 90 255 94 61 72 255 +minecraft:pink_glazed_terracotta[facing=west] 235 154 181 255 188 123 144 255 117 77 90 255 94 61 72 255 +minecraft:pink_glazed_terracotta[facing=east] 235 154 181 255 188 123 144 255 117 77 90 255 94 61 72 255 +minecraft:gray_glazed_terracotta 83 90 93 255 66 72 74 255 41 45 46 255 33 36 37 255 +minecraft:gray_glazed_terracotta[facing=south] 83 90 93 255 66 72 74 255 41 45 46 255 33 36 37 255 +minecraft:gray_glazed_terracotta[facing=west] 83 90 93 255 66 72 74 255 41 45 46 255 33 36 37 255 +minecraft:gray_glazed_terracotta[facing=east] 83 90 93 255 66 72 74 255 41 45 46 255 33 36 37 255 +minecraft:light_gray_glazed_terracotta 144 166 167 255 115 132 133 255 72 83 83 255 57 66 66 255 +minecraft:light_gray_glazed_terracotta[facing=south] 144 166 167 255 115 132 133 255 72 83 83 255 57 66 66 255 +minecraft:light_gray_glazed_terracotta[facing=west] 144 166 167 255 115 132 133 255 72 83 83 255 57 66 66 255 +minecraft:light_gray_glazed_terracotta[facing=east] 144 166 167 255 115 132 133 255 72 83 83 255 57 66 66 255 +minecraft:cyan_glazed_terracotta 52 118 125 255 41 94 100 255 26 59 62 255 20 47 50 255 +minecraft:cyan_glazed_terracotta[facing=south] 52 118 125 255 41 94 100 255 26 59 62 255 20 47 50 255 +minecraft:cyan_glazed_terracotta[facing=west] 52 118 125 255 41 94 100 255 26 59 62 255 20 47 50 255 +minecraft:cyan_glazed_terracotta[facing=east] 52 118 125 255 41 94 100 255 26 59 62 255 20 47 50 255 +minecraft:purple_glazed_terracotta 109 48 152 255 87 38 121 255 54 24 76 255 43 19 60 255 +minecraft:purple_glazed_terracotta[facing=south] 109 48 152 255 87 38 121 255 54 24 76 255 43 19 60 255 +minecraft:purple_glazed_terracotta[facing=west] 109 48 152 255 87 38 121 255 54 24 76 255 43 19 60 255 +minecraft:purple_glazed_terracotta[facing=east] 109 48 152 255 87 38 121 255 54 24 76 255 43 19 60 255 +minecraft:blue_glazed_terracotta 47 64 139 255 37 51 111 255 23 32 69 255 18 25 55 255 +minecraft:blue_glazed_terracotta[facing=south] 47 64 139 255 37 51 111 255 23 32 69 255 18 25 55 255 +minecraft:blue_glazed_terracotta[facing=west] 47 64 139 255 37 51 111 255 23 32 69 255 18 25 55 255 +minecraft:blue_glazed_terracotta[facing=east] 47 64 139 255 37 51 111 255 23 32 69 255 18 25 55 255 +minecraft:brown_glazed_terracotta 119 106 85 255 95 84 68 255 59 53 42 255 47 42 34 255 +minecraft:brown_glazed_terracotta[facing=south] 119 106 85 255 95 84 68 255 59 53 42 255 47 42 34 255 +minecraft:brown_glazed_terracotta[facing=west] 119 106 85 255 95 84 68 255 59 53 42 255 47 42 34 255 +minecraft:brown_glazed_terracotta[facing=east] 119 106 85 255 95 84 68 255 59 53 42 255 47 42 34 255 +minecraft:green_glazed_terracotta 117 142 67 255 93 113 53 255 58 71 33 255 46 56 26 255 +minecraft:green_glazed_terracotta[facing=south] 117 142 67 255 93 113 53 255 58 71 33 255 46 56 26 255 +minecraft:green_glazed_terracotta[facing=west] 117 142 67 255 93 113 53 255 58 71 33 255 46 56 26 255 +minecraft:green_glazed_terracotta[facing=east] 117 142 67 255 93 113 53 255 58 71 33 255 46 56 26 255 +minecraft:red_glazed_terracotta 181 59 53 255 144 47 42 255 90 29 26 255 72 23 21 255 +minecraft:red_glazed_terracotta[facing=south] 181 59 53 255 144 47 42 255 90 29 26 255 72 23 21 255 +minecraft:red_glazed_terracotta[facing=west] 181 59 53 255 144 47 42 255 90 29 26 255 72 23 21 255 +minecraft:red_glazed_terracotta[facing=east] 181 59 53 255 144 47 42 255 90 29 26 255 72 23 21 255 +minecraft:black_glazed_terracotta 67 30 32 255 53 24 25 255 33 15 16 255 26 12 12 255 +minecraft:black_glazed_terracotta[facing=south] 67 30 32 255 53 24 25 255 33 15 16 255 26 12 12 255 +minecraft:black_glazed_terracotta[facing=west] 67 30 32 255 53 24 25 255 33 15 16 255 26 12 12 255 +minecraft:black_glazed_terracotta[facing=east] 67 30 32 255 53 24 25 255 33 15 16 255 26 12 12 255 +minecraft:white_concrete 207 213 214 255 165 170 171 255 103 106 107 255 82 85 85 255 +minecraft:orange_concrete 224 97 0 255 179 77 0 255 112 48 0 255 89 38 0 255 +minecraft:magenta_concrete 169 48 159 255 135 38 127 255 84 24 79 255 67 19 63 255 +minecraft:light_blue_concrete 35 137 198 255 28 109 158 255 17 68 99 255 14 54 79 255 +minecraft:yellow_concrete 240 175 21 255 192 140 16 255 120 87 10 255 96 70 8 255 +minecraft:lime_concrete 94 168 24 255 75 134 19 255 47 84 12 255 37 67 9 255 +minecraft:pink_concrete 213 101 142 255 170 80 113 255 106 50 71 255 85 40 56 255 +minecraft:gray_concrete 54 57 61 255 43 45 48 255 27 28 30 255 21 22 24 255 +minecraft:light_gray_concrete 125 125 115 255 100 100 92 255 62 62 57 255 50 50 46 255 +minecraft:cyan_concrete 21 119 136 255 16 95 108 255 10 59 68 255 8 47 54 255 +minecraft:purple_concrete 100 31 156 255 80 24 124 255 50 15 78 255 40 12 62 255 +minecraft:blue_concrete 44 46 143 255 35 36 114 255 22 23 71 255 17 18 57 255 +minecraft:brown_concrete 96 59 31 255 76 47 24 255 48 29 15 255 38 23 12 255 +minecraft:green_concrete 73 91 36 255 58 72 28 255 36 45 18 255 29 36 14 255 +minecraft:red_concrete 142 32 32 255 113 25 25 255 71 16 16 255 56 12 12 255 +minecraft:black_concrete 8 10 15 255 6 8 12 255 4 5 7 255 3 4 6 255 +minecraft:white_concrete_powder 225 227 227 255 180 181 181 255 112 113 113 255 90 90 90 255 +minecraft:orange_concrete_powder 227 131 31 255 181 104 24 255 113 65 15 255 90 52 12 255 +minecraft:magenta_concrete_powder 192 83 184 255 153 66 147 255 96 41 92 255 76 33 73 255 +minecraft:light_blue_concrete_powder 74 180 213 255 59 144 170 255 37 90 106 255 29 72 85 255 +minecraft:yellow_concrete_powder 232 199 54 255 185 159 43 255 116 99 27 255 92 79 21 255 +minecraft:lime_concrete_powder 125 189 41 255 100 151 32 255 62 94 20 255 50 75 16 255 +minecraft:pink_concrete_powder 228 153 181 255 182 122 144 255 114 76 90 255 91 61 72 255 +minecraft:gray_concrete_powder 76 81 84 255 60 64 67 255 38 40 42 255 30 32 33 255 +minecraft:light_gray_concrete_powder 154 154 148 255 123 123 118 255 77 77 74 255 61 61 59 255 +minecraft:cyan_concrete_powder 36 147 157 255 28 117 125 255 18 73 78 255 14 58 62 255 +minecraft:purple_concrete_powder 131 55 177 255 104 44 141 255 65 27 88 255 52 22 70 255 +minecraft:blue_concrete_powder 70 73 166 255 56 58 132 255 35 36 83 255 28 29 66 255 +minecraft:brown_concrete_powder 125 84 53 255 100 67 42 255 62 42 26 255 50 33 21 255 +minecraft:green_concrete_powder 97 119 44 255 77 95 35 255 48 59 22 255 38 47 17 255 +minecraft:red_concrete_powder 168 54 50 255 134 43 40 255 84 27 25 255 67 21 20 255 +minecraft:black_concrete_powder 25 26 31 255 20 20 24 255 12 13 15 255 10 10 12 255 +minecraft:kelp 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=1] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=2] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=3] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=4] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=5] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=6] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=7] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=8] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=9] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=10] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=11] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=12] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=13] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=14] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=15] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=16] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=17] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=18] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=19] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=20] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=21] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=22] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=23] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=24] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=25] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp_plant 40 97 14 100 32 77 11 100 20 48 7 100 16 38 5 100 +minecraft:dried_kelp_block 50 58 38 255 40 46 30 255 25 29 19 255 20 23 15 255 +minecraft:turtle_egg 228 226 191 132 182 180 152 132 114 113 95 132 91 90 76 132 +minecraft:turtle_egg[eggs=1,hatch=1] 218 214 177 132 174 171 141 132 109 107 88 132 87 85 70 132 +minecraft:turtle_egg[eggs=1,hatch=2] 207 203 165 132 165 162 132 132 103 101 82 132 82 81 66 132 +minecraft:turtle_egg[eggs=2,hatch=0] 228 226 191 132 182 180 152 132 114 113 95 132 91 90 76 132 +minecraft:turtle_egg[eggs=2,hatch=1] 218 214 177 132 174 171 141 132 109 107 88 132 87 85 70 132 +minecraft:turtle_egg[eggs=2,hatch=2] 207 203 165 132 165 162 132 132 103 101 82 132 82 81 66 132 +minecraft:turtle_egg[eggs=3,hatch=0] 228 226 191 132 182 180 152 132 114 113 95 132 91 90 76 132 +minecraft:turtle_egg[eggs=3,hatch=1] 218 214 177 132 174 171 141 132 109 107 88 132 87 85 70 132 +minecraft:turtle_egg[eggs=3,hatch=2] 207 203 165 132 165 162 132 132 103 101 82 132 82 81 66 132 +minecraft:turtle_egg[eggs=4,hatch=0] 228 226 191 132 182 180 152 132 114 113 95 132 91 90 76 132 +minecraft:turtle_egg[eggs=4,hatch=1] 218 214 177 132 174 171 141 132 109 107 88 132 87 85 70 132 +minecraft:turtle_egg[eggs=4,hatch=2] 207 203 165 132 165 162 132 132 103 101 82 132 82 81 66 132 +minecraft:dead_tube_coral_block 130 123 119 255 104 98 95 255 65 61 59 255 52 49 47 255 +minecraft:dead_brain_coral_block 124 117 114 255 99 93 91 255 62 58 57 255 49 46 45 255 +minecraft:dead_bubble_coral_block 131 123 119 255 104 98 95 255 65 61 59 255 52 49 47 255 +minecraft:dead_fire_coral_block 131 123 119 255 104 98 95 255 65 61 59 255 52 49 47 255 +minecraft:dead_horn_coral_block 133 126 122 255 106 100 97 255 66 63 61 255 53 50 48 255 +minecraft:tube_coral_block 49 87 206 255 39 69 164 255 24 43 103 255 19 34 82 255 +minecraft:brain_coral_block 207 91 159 255 165 72 127 255 103 45 79 255 82 36 63 255 +minecraft:bubble_coral_block 165 26 162 255 132 20 129 255 82 13 81 255 66 10 64 255 +minecraft:fire_coral_block 163 35 46 255 130 28 36 255 81 17 23 255 65 14 18 255 +minecraft:horn_coral_block 216 199 66 255 172 159 52 255 108 99 33 255 86 79 26 255 +minecraft:dead_tube_coral 118 111 107 152 94 88 85 152 59 55 53 152 47 44 42 152 +minecraft:dead_tube_coral[waterlogged=false] 118 111 107 152 94 88 85 152 59 55 53 152 47 44 42 152 +minecraft:dead_brain_coral 133 125 120 111 106 100 96 111 66 62 60 111 53 50 48 111 +minecraft:dead_brain_coral[waterlogged=false] 133 125 120 111 106 100 96 111 66 62 60 111 53 50 48 111 +minecraft:dead_bubble_coral 132 124 120 132 105 99 96 132 66 62 60 132 52 49 48 132 +minecraft:dead_bubble_coral[waterlogged=false] 132 124 120 132 105 99 96 132 66 62 60 132 52 49 48 132 +minecraft:dead_fire_coral 136 128 124 108 108 102 99 108 68 64 62 108 54 51 49 108 +minecraft:dead_fire_coral[waterlogged=false] 136 128 124 108 108 102 99 108 68 64 62 108 54 51 49 108 +minecraft:dead_horn_coral 142 135 129 99 113 108 103 99 71 67 64 99 56 54 51 99 +minecraft:dead_horn_coral[waterlogged=false] 142 135 129 99 113 108 103 99 71 67 64 99 56 54 51 99 +minecraft:tube_coral 47 83 197 152 37 66 157 152 23 41 98 152 18 33 78 152 +minecraft:tube_coral[waterlogged=false] 47 83 197 152 37 66 157 152 23 41 98 152 18 33 78 152 +minecraft:brain_coral 197 84 152 111 157 67 121 111 98 42 76 111 78 33 60 111 +minecraft:brain_coral[waterlogged=false] 197 84 152 111 157 67 121 111 98 42 76 111 78 33 60 111 +minecraft:bubble_coral 161 23 159 132 128 18 127 132 80 11 79 132 64 9 63 132 +minecraft:bubble_coral[waterlogged=false] 161 23 159 132 128 18 127 132 80 11 79 132 64 9 63 132 +minecraft:fire_coral 166 37 46 108 132 29 36 108 83 18 23 108 66 14 18 108 +minecraft:fire_coral[waterlogged=false] 166 37 46 108 132 29 36 108 83 18 23 108 66 14 18 108 +minecraft:horn_coral 209 186 62 99 167 148 49 99 104 93 31 99 83 74 24 99 +minecraft:horn_coral[waterlogged=false] 209 186 62 99 167 148 49 99 104 93 31 99 83 74 24 99 +minecraft:dead_tube_coral_fan 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_fan[waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_brain_coral_fan 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_fan[waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_bubble_coral_fan 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_fan[waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_fire_coral_fan 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_fan[waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_horn_coral_fan 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_fan[waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:tube_coral_fan 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_fan[waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:brain_coral_fan 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_fan[waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:bubble_coral_fan 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_fan[waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:fire_coral_fan 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_fan[waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:horn_coral_fan 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_fan[waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:dead_tube_coral_wall_fan 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=north,waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=south,waterlogged=true] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=south,waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=west,waterlogged=true] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=west,waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=east,waterlogged=true] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=east,waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_brain_coral_wall_fan 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=north,waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=south,waterlogged=true] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=south,waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=west,waterlogged=true] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=west,waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=east,waterlogged=true] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=east,waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_bubble_coral_wall_fan 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=north,waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=south,waterlogged=true] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=south,waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=west,waterlogged=true] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=west,waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=east,waterlogged=true] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=east,waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_fire_coral_wall_fan 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=north,waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=south,waterlogged=true] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=south,waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=west,waterlogged=true] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=west,waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=east,waterlogged=true] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=east,waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_horn_coral_wall_fan 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=north,waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=south,waterlogged=true] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=south,waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=west,waterlogged=true] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=west,waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=east,waterlogged=true] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=east,waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:tube_coral_wall_fan 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=north,waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=south,waterlogged=true] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=south,waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=west,waterlogged=true] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=west,waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=east,waterlogged=true] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=east,waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:brain_coral_wall_fan 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=north,waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=south,waterlogged=true] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=south,waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=west,waterlogged=true] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=west,waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=east,waterlogged=true] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=east,waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:bubble_coral_wall_fan 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=north,waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=south,waterlogged=true] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=south,waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=west,waterlogged=true] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=west,waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=east,waterlogged=true] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=east,waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:fire_coral_wall_fan 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=north,waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=south,waterlogged=true] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=south,waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=west,waterlogged=true] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=west,waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=east,waterlogged=true] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=east,waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:horn_coral_wall_fan 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=north,waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=south,waterlogged=true] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=south,waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=west,waterlogged=true] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=west,waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=east,waterlogged=true] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=east,waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:sea_pickle 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=1,waterlogged=false] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=2,waterlogged=true] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=2,waterlogged=false] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=3,waterlogged=true] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=3,waterlogged=false] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=4,waterlogged=true] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=4,waterlogged=false] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:blue_ice 116 167 253 255 92 133 202 255 58 83 126 255 46 66 101 255 +minecraft:conduit 159 139 113 143 127 111 90 143 79 69 56 143 63 55 45 143 +minecraft:conduit[waterlogged=false] 159 139 113 143 127 111 90 143 79 69 56 143 63 55 45 143 +minecraft:bamboo_sapling 92 89 35 54 73 71 28 54 46 44 17 54 36 35 14 54 +minecraft:bamboo 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=none,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=small,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=small,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=large,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=large,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=none,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=none,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=small,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=small,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=large,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=large,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:potted_bamboo 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:polished_granite_stairs 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:smooth_red_sandstone_stairs 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:mossy_stone_brick_stairs 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:polished_diorite_stairs 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:mossy_cobblestone_stairs 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:end_stone_brick_stairs 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:stone_stairs 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:smooth_sandstone_stairs 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_quartz_stairs 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:granite_stairs 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:andesite_stairs 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:red_nether_brick_stairs 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:polished_andesite_stairs 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:diorite_stairs 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:polished_granite_slab 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=top,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=bottom,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=bottom,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=double,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=double,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:smooth_red_sandstone_slab 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=top,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=double,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=double,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:mossy_stone_brick_slab 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=top,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=double,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=double,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:polished_diorite_slab 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=top,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=bottom,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=bottom,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=double,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=double,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:mossy_cobblestone_slab 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=top,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=double,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=double,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:end_stone_brick_slab 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=top,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=bottom,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=bottom,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=double,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=double,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:smooth_sandstone_slab 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=top,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=bottom,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=double,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=double,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_quartz_slab 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=top,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=bottom,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=bottom,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=double,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=double,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:granite_slab 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=top,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=bottom,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=bottom,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=double,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=double,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:andesite_slab 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=top,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=bottom,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=bottom,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=double,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=double,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:red_nether_brick_slab 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=top,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=bottom,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=bottom,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=double,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=double,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:polished_andesite_slab 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=top,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=bottom,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=bottom,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=double,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=double,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:diorite_slab 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=top,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=bottom,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=bottom,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=double,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=double,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:brick_wall 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:prismarine_wall 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:red_sandstone_wall 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:mossy_stone_brick_wall 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:granite_wall 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:stone_brick_wall 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:nether_brick_wall 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:andesite_wall 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:red_nether_brick_wall 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:sandstone_wall 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:end_stone_brick_wall 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:diorite_wall 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:scaffolding 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=0,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=1,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=1,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=2,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=2,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=3,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=3,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=4,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=4,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=5,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=5,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=6,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=6,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=7,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=7,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=0,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=0,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=1,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=1,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=2,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=2,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=3,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=3,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=4,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=4,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=5,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=5,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=6,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=6,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=7,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=7,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:loom 76 60 36 255 60 48 28 255 38 30 18 255 30 24 14 255 +minecraft:loom[facing=south] 76 60 36 255 60 48 28 255 38 30 18 255 30 24 14 255 +minecraft:loom[facing=west] 76 60 36 255 60 48 28 255 38 30 18 255 30 24 14 255 +minecraft:loom[facing=east] 76 60 36 255 60 48 28 255 38 30 18 255 30 24 14 255 +minecraft:barrel 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=north,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=east,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=east,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=south,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=south,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=west,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=west,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=up,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=up,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=down,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=down,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:smoker 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=north,lit=false] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=south,lit=true] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=south,lit=false] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=west,lit=true] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=west,lit=false] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=east,lit=true] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=east,lit=false] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:blast_furnace 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=north,lit=false] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=south,lit=true] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=south,lit=false] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=west,lit=true] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=west,lit=false] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=east,lit=true] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=east,lit=false] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:cartography_table 104 87 67 255 83 69 53 255 52 43 33 255 41 34 26 255 +minecraft:fletching_table 197 180 133 255 157 144 106 255 98 90 66 255 78 72 53 255 +minecraft:grindstone 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=floor,facing=south] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=floor,facing=west] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=floor,facing=east] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=wall,facing=north] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=wall,facing=south] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=wall,facing=west] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=wall,facing=east] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=ceiling,facing=north] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=ceiling,facing=south] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=ceiling,facing=west] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=ceiling,facing=east] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:lectern 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=north,has_book=true,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=north,has_book=false,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=north,has_book=false,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=south,has_book=true,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=south,has_book=true,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=south,has_book=false,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=south,has_book=false,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=west,has_book=true,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=west,has_book=true,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=west,has_book=false,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=west,has_book=false,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=east,has_book=true,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=east,has_book=true,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=east,has_book=false,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=east,has_book=false,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:smithing_table 57 58 70 255 45 46 56 255 28 29 35 255 22 23 28 255 +minecraft:stonecutter 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:stonecutter[facing=south] 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:stonecutter[facing=west] 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:stonecutter[facing=east] 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:bell 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=north,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=north,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=north,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:lantern 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:lantern[hanging=true,waterlogged=false] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:lantern[hanging=false,waterlogged=true] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:lantern[hanging=false,waterlogged=false] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:soul_lantern 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:soul_lantern[hanging=true,waterlogged=false] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:soul_lantern[hanging=false,waterlogged=true] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:soul_lantern[hanging=false,waterlogged=false] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:campfire 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:sweet_berry_bush 42 89 56 52 33 71 44 52 21 44 28 52 16 35 22 52 +minecraft:sweet_berry_bush[age=1] 47 94 57 138 37 75 45 138 23 47 28 138 18 37 22 138 +minecraft:sweet_berry_bush[age=2] 59 88 56 144 47 70 44 144 29 44 28 144 23 35 22 144 +minecraft:sweet_berry_bush[age=3] 68 77 50 161 54 61 40 161 34 38 25 161 27 30 20 161 +minecraft:warped_stem 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:warped_stem[axis=y] 57 103 103 255 45 82 82 255 28 51 51 255 22 41 41 255 +minecraft:warped_stem[axis=z] 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:stripped_warped_stem 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:stripped_warped_stem[axis=y] 52 128 124 255 41 102 99 255 26 64 62 255 20 51 49 255 +minecraft:stripped_warped_stem[axis=z] 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:warped_hyphae 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:warped_hyphae[axis=y] 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:warped_hyphae[axis=z] 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:stripped_warped_hyphae 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:stripped_warped_hyphae[axis=y] 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:stripped_warped_hyphae[axis=z] 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:warped_nylium 43 114 101 255 34 91 80 255 21 57 50 255 17 45 40 255 +minecraft:warped_fungus 74 109 87 49 59 87 69 49 37 54 43 49 29 43 34 49 +minecraft:warped_wart_block 22 119 121 255 17 95 96 255 11 59 60 255 8 47 48 255 +minecraft:warped_roots 20 138 124 91 16 110 99 91 10 69 62 91 8 55 49 91 +minecraft:nether_sprouts 19 151 133 30 15 120 106 30 9 75 66 30 7 60 53 30 +minecraft:crimson_stem 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:crimson_stem[axis=y] 107 51 74 255 85 40 59 255 53 25 37 255 42 20 29 255 +minecraft:crimson_stem[axis=z] 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:stripped_crimson_stem 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:stripped_crimson_stem[axis=y] 121 56 82 255 96 44 65 255 60 28 41 255 48 22 32 255 +minecraft:stripped_crimson_stem[axis=z] 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:crimson_hyphae 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:crimson_hyphae[axis=y] 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:crimson_hyphae[axis=z] 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:stripped_crimson_hyphae 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:stripped_crimson_hyphae[axis=y] 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:stripped_crimson_hyphae[axis=z] 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:crimson_nylium 130 31 31 255 104 24 24 255 65 15 15 255 52 12 12 255 +minecraft:crimson_fungus 141 44 29 59 112 35 23 59 70 22 14 59 56 17 11 59 +minecraft:shroomlight 240 146 70 255 192 116 56 255 120 73 35 255 96 58 28 255 +minecraft:weeping_vines 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=1] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=2] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=3] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=4] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=5] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=6] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=7] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=8] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=9] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=10] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=11] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=12] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=13] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=14] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=15] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=16] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=17] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=18] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=19] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=20] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=21] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=22] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=23] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=24] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=25] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines_plant 132 16 12 114 105 12 9 114 66 8 6 114 52 6 4 114 +minecraft:twisting_vines 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=1] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=2] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=3] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=4] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=5] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=6] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=7] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=8] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=9] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=10] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=11] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=12] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=13] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=14] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=15] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=16] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=17] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=18] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=19] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=20] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=21] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=22] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=23] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=24] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=25] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines_plant 20 135 122 89 16 108 97 89 10 67 61 89 8 54 48 89 +minecraft:crimson_roots 126 8 41 90 100 6 32 90 63 4 20 90 50 3 16 90 +minecraft:crimson_planks 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_planks 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_slab 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=top,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=bottom,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=bottom,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=double,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=double,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_slab 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=top,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=bottom,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=bottom,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=double,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=double,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_pressure_plate 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_pressure_plate[powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_pressure_plate 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_pressure_plate[powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_fence 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_fence 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_trapdoor 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:warped_trapdoor 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:crimson_fence_gate 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_fence_gate 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_stairs 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_stairs 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_button 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=north,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=south,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=south,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=west,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=west,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=east,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=east,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=north,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=north,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=south,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=south,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=west,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=west,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=east,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=east,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=north,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=north,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=south,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=south,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=west,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=west,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=east,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=east,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_button 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=north,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=south,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=south,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=west,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=west,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=east,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=east,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=north,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=north,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=south,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=south,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=west,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=west,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=east,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=east,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=north,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=north,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=south,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=south,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=west,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=west,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=east,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=east,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_door 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:warped_door 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:crimson_sign 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=0,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=1,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=1,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=2,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=2,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=3,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=3,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=4,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=4,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=5,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=5,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=6,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=6,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=7,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=7,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=8,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=8,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=9,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=9,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=10,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=10,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=11,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=11,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=12,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=12,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=13,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=13,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=14,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=14,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=15,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=15,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:warped_sign 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=0,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=1,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=1,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=2,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=2,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=3,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=3,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=4,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=4,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=5,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=5,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=6,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=6,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=7,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=7,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=8,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=8,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=9,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=9,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=10,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=10,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=11,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=11,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=12,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=12,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=13,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=13,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=14,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=14,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=15,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=15,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:crimson_wall_sign 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=north,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=south,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=south,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=west,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=west,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=east,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=east,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:warped_wall_sign 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=north,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=south,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=south,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=west,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=west,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=east,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=east,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:structure_block 86 71 87 255 68 56 69 255 43 35 43 255 34 28 34 255 +minecraft:structure_block[mode=load] 69 57 70 255 55 45 56 255 34 28 35 255 27 22 28 255 +minecraft:structure_block[mode=corner] 68 57 69 255 54 45 55 255 34 28 34 255 27 22 27 255 +minecraft:structure_block[mode=data] 79 65 80 255 63 52 64 255 39 32 40 255 31 26 32 255 +minecraft:jigsaw 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=down_north] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=down_south] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=down_west] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=up_east] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=up_north] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=up_south] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=up_west] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=west_up] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=east_up] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=north_up] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=south_up] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:composter 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=1] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=2] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=3] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=4] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=5] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=6] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=7] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=8] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:target 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=1] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=2] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=3] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=4] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=5] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=6] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=7] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=8] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=9] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=10] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=11] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=12] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=13] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=14] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=15] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:bee_nest 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=1] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=2] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=3] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=4] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=5] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=0] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=1] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=2] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=3] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=4] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=5] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=0] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=1] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=2] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=3] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=4] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=5] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=0] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=1] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=2] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=3] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=4] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=5] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:beehive 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=1] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=2] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=3] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=4] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=5] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=0] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=1] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=2] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=3] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=4] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=5] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=0] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=1] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=2] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=3] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=4] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=5] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=0] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=1] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=2] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=3] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=4] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=5] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:honey_block 251 185 52 191 200 148 41 191 125 92 26 191 100 74 20 191 +minecraft:honeycomb_block 229 148 29 255 183 118 23 255 114 74 14 255 91 59 11 255 +minecraft:netherite_block 66 61 63 255 52 48 50 255 33 30 31 255 26 24 25 255 +minecraft:ancient_debris 94 66 58 255 75 52 46 255 47 33 29 255 37 26 23 255 +minecraft:crying_obsidian 32 10 60 255 25 8 48 255 16 5 30 255 12 4 24 255 +minecraft:respawn_anchor 33 21 52 255 26 16 41 255 16 10 26 255 13 8 20 255 +minecraft:respawn_anchor[charges=1] 75 27 144 219 60 21 115 219 37 13 72 219 30 10 57 219 +minecraft:respawn_anchor[charges=2] 75 27 144 219 60 21 115 219 37 13 72 219 30 10 57 219 +minecraft:respawn_anchor[charges=3] 75 27 144 219 60 21 115 219 37 13 72 219 30 10 57 219 +minecraft:respawn_anchor[charges=4] 75 27 144 219 60 21 115 219 37 13 72 219 30 10 57 219 +minecraft:potted_crimson_fungus 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_warped_fungus 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_crimson_roots 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_warped_roots 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:lodestone 147 149 152 255 117 119 121 255 73 74 76 255 58 59 60 255 +minecraft:blackstone 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_stairs 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_slab 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=top,waterlogged=false] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=bottom,waterlogged=true] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=bottom,waterlogged=false] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=double,waterlogged=true] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=double,waterlogged=false] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:polished_blackstone 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_bricks 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:cracked_polished_blackstone_bricks 44 37 43 255 35 29 34 255 22 18 21 255 17 14 17 255 +minecraft:chiseled_polished_blackstone 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_brick_slab 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=top,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=bottom,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=bottom,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=double,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=double,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:gilded_blackstone 55 42 38 255 44 33 30 255 27 21 19 255 22 16 15 255 +minecraft:polished_blackstone_stairs 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=top,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=bottom,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=bottom,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=double,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=double,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_pressure_plate 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_pressure_plate[powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=north,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=south,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=south,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=west,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=west,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=east,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=east,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=north,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=north,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=south,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=south,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=west,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=west,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=east,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=east,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=north,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=north,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=south,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=south,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=west,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=west,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=east,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=east,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:chiseled_nether_bricks 47 23 28 255 37 18 22 255 23 11 14 255 18 9 11 255 +minecraft:cracked_nether_bricks 40 20 23 255 32 16 18 255 20 10 11 255 16 8 9 255 +minecraft:quartz_bricks 234 229 221 255 187 183 176 255 117 114 110 255 93 91 88 255 +minecraft:candle 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=1,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=1,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=1,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=2,lit=true,waterlogged=true] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=2,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=2,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=2,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=3,lit=true,waterlogged=true] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=3,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=3,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=3,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=4,lit=true,waterlogged=true] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=4,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=4,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=4,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:white_candle 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=1,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=1,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=1,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=2,lit=true,waterlogged=true] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=2,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=2,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=2,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=3,lit=true,waterlogged=true] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=3,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=3,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=3,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=4,lit=true,waterlogged=true] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=4,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=4,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=4,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:orange_candle 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=1,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=1,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=1,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=2,lit=true,waterlogged=true] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=2,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=2,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=2,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=3,lit=true,waterlogged=true] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=3,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=3,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=3,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=4,lit=true,waterlogged=true] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=4,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=4,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=4,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:magenta_candle 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=1,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=1,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=1,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=2,lit=true,waterlogged=true] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=2,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=2,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=2,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=3,lit=true,waterlogged=true] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=3,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=3,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=3,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=4,lit=true,waterlogged=true] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=4,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=4,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=4,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:light_blue_candle 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=1,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=1,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=1,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=2,lit=true,waterlogged=true] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=2,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=2,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=2,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=3,lit=true,waterlogged=true] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=3,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=3,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=3,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=4,lit=true,waterlogged=true] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=4,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=4,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=4,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:yellow_candle 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=1,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=1,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=1,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=2,lit=true,waterlogged=true] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=2,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=2,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=2,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=3,lit=true,waterlogged=true] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=3,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=3,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=3,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=4,lit=true,waterlogged=true] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=4,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=4,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=4,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:lime_candle 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=1,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=1,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=1,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=2,lit=true,waterlogged=true] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=2,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=2,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=2,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=3,lit=true,waterlogged=true] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=3,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=3,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=3,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=4,lit=true,waterlogged=true] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=4,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=4,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=4,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:pink_candle 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=1,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=1,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=1,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=2,lit=true,waterlogged=true] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=2,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=2,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=2,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=3,lit=true,waterlogged=true] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=3,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=3,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=3,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=4,lit=true,waterlogged=true] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=4,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=4,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=4,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:gray_candle 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=1,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=1,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=1,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=2,lit=true,waterlogged=true] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=2,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=2,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=2,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=3,lit=true,waterlogged=true] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=3,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=3,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=3,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=4,lit=true,waterlogged=true] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=4,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=4,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=4,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:light_gray_candle 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=1,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=1,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=1,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=2,lit=true,waterlogged=true] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=2,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=2,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=2,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=3,lit=true,waterlogged=true] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=3,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=3,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=3,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=4,lit=true,waterlogged=true] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=4,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=4,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=4,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:cyan_candle 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=1,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=1,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=1,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=2,lit=true,waterlogged=true] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=2,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=2,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=2,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=3,lit=true,waterlogged=true] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=3,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=3,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=3,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=4,lit=true,waterlogged=true] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=4,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=4,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=4,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:purple_candle 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=1,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=1,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=1,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=2,lit=true,waterlogged=true] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=2,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=2,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=2,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=3,lit=true,waterlogged=true] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=3,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=3,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=3,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=4,lit=true,waterlogged=true] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=4,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=4,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=4,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:blue_candle 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=1,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=1,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=1,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=2,lit=true,waterlogged=true] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=2,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=2,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=2,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=3,lit=true,waterlogged=true] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=3,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=3,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=3,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=4,lit=true,waterlogged=true] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=4,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=4,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=4,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:brown_candle 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=1,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=1,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=1,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=2,lit=true,waterlogged=true] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=2,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=2,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=2,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=3,lit=true,waterlogged=true] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=3,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=3,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=3,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=4,lit=true,waterlogged=true] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=4,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=4,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=4,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:green_candle 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=1,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=1,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=1,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=2,lit=true,waterlogged=true] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=2,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=2,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=2,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=3,lit=true,waterlogged=true] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=3,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=3,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=3,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=4,lit=true,waterlogged=true] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=4,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=4,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=4,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:red_candle 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=1,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=1,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=1,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=2,lit=true,waterlogged=true] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=2,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=2,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=2,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=3,lit=true,waterlogged=true] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=3,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=3,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=3,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=4,lit=true,waterlogged=true] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=4,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=4,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=4,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:black_candle 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=1,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=1,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=1,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=2,lit=true,waterlogged=true] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=2,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=2,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=2,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=3,lit=true,waterlogged=true] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=3,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=3,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=3,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=4,lit=true,waterlogged=true] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=4,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=4,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=4,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:white_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:white_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:orange_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:orange_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:magenta_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:magenta_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:light_blue_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:light_blue_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:yellow_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:yellow_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:lime_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:lime_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:pink_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:pink_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:gray_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:gray_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:light_gray_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:light_gray_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cyan_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cyan_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:purple_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:purple_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:blue_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:blue_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:brown_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:brown_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:green_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:green_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:red_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:red_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:black_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:black_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:amethyst_block 133 97 191 255 106 77 152 255 66 48 95 255 53 38 76 255 +minecraft:budding_amethyst 132 96 186 255 105 76 148 255 66 48 93 255 52 38 74 255 +minecraft:amethyst_cluster 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=north,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=east,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=east,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=south,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=south,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=west,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=west,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=up,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=up,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=down,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=down,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:large_amethyst_bud 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=north,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=east,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=east,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=south,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=south,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=west,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=west,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=up,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=up,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=down,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=down,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:medium_amethyst_bud 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=north,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=east,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=east,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=south,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=south,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=west,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=west,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=up,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=up,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=down,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=down,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:small_amethyst_bud 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=north,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=east,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=east,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=south,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=south,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=west,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=west,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=up,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=up,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=down,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=down,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:tuff 108 109 102 255 86 87 81 255 54 54 51 255 43 43 40 255 +minecraft:calcite 223 224 220 255 178 179 176 255 111 112 110 255 89 89 88 255 +minecraft:tinted_glass 44 38 46 131 35 30 36 131 22 19 23 131 17 15 18 131 +minecraft:powder_snow 248 253 253 255 198 202 202 255 124 126 126 255 99 101 101 255 +minecraft:sculk_sensor 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=cooldown,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=cooldown,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=inactive,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=cooldown,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=cooldown,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=inactive,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:oxidized_copper 82 162 132 255 65 129 105 255 41 81 66 255 32 64 52 255 +minecraft:weathered_copper 108 153 110 255 86 122 88 255 54 76 55 255 43 61 44 255 +minecraft:exposed_copper 161 125 103 255 128 100 82 255 80 62 51 255 64 50 41 255 +minecraft:copper_block 192 107 79 255 153 85 63 255 96 53 39 255 76 42 31 255 +minecraft:copper_ore 124 125 120 255 99 100 96 255 62 62 60 255 49 50 48 255 +minecraft:deepslate_copper_ore 92 93 89 255 73 74 71 255 46 46 44 255 36 37 35 255 +minecraft:oxidized_cut_copper 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:weathered_cut_copper 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:exposed_cut_copper 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:cut_copper 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:oxidized_cut_copper_stairs 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:weathered_cut_copper_stairs 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:exposed_cut_copper_stairs 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:cut_copper_stairs 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:oxidized_cut_copper_slab 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=top,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=bottom,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=bottom,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=double,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=double,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:weathered_cut_copper_slab 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=top,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=bottom,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=bottom,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=double,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=double,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:exposed_cut_copper_slab 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=top,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=bottom,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=bottom,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=double,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=double,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:cut_copper_slab 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=top,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=bottom,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=bottom,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=double,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=double,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_copper_block 192 107 79 255 153 85 63 255 96 53 39 255 76 42 31 255 +minecraft:waxed_weathered_copper 108 153 110 255 86 122 88 255 54 76 55 255 43 61 44 255 +minecraft:waxed_exposed_copper 161 125 103 255 128 100 82 255 80 62 51 255 64 50 41 255 +minecraft:waxed_oxidized_copper 82 162 132 255 65 129 105 255 41 81 66 255 32 64 52 255 +minecraft:waxed_oxidized_cut_copper 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_weathered_cut_copper 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_exposed_cut_copper 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_cut_copper 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_oxidized_cut_copper_stairs 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_weathered_cut_copper_stairs 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_exposed_cut_copper_stairs 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_cut_copper_stairs 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_oxidized_cut_copper_slab 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=top,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=bottom,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=bottom,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=double,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=double,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_weathered_cut_copper_slab 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=top,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=bottom,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=bottom,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=double,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=double,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_exposed_cut_copper_slab 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=top,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=bottom,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=bottom,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=double,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=double,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_cut_copper_slab 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=top,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=bottom,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=bottom,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=double,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=double,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:pointed_dripstone 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=up,waterlogged=false] 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=down,waterlogged=true] 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=down,waterlogged=false] 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=up,waterlogged=true] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=up,waterlogged=false] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=down,waterlogged=true] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=down,waterlogged=false] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=up,waterlogged=true] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=up,waterlogged=false] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=down,waterlogged=true] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=down,waterlogged=false] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=up,waterlogged=true] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=up,waterlogged=false] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=down,waterlogged=true] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=down,waterlogged=false] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=base,vertical_direction=up,waterlogged=true] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:pointed_dripstone[thickness=base,vertical_direction=up,waterlogged=false] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:pointed_dripstone[thickness=base,vertical_direction=down,waterlogged=true] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:pointed_dripstone[thickness=base,vertical_direction=down,waterlogged=false] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:dripstone_block 134 107 92 255 107 85 73 255 67 53 46 255 53 42 36 255 +minecraft:cave_vines 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=0,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=1,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=1,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=2,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=2,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=3,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=3,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=4,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=4,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=5,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=5,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=6,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=6,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=7,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=7,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=8,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=8,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=9,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=9,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=10,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=10,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=11,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=11,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=12,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=12,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=13,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=13,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=14,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=14,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=15,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=15,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=16,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=16,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=17,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=17,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=18,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=18,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=19,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=19,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=20,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=20,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=21,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=21,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=22,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=22,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=23,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=23,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=24,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=24,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=25,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=25,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines_plant 105 107 40 159 84 85 32 159 52 53 20 159 42 42 16 159 +minecraft:cave_vines_plant[berries=false] 88 101 38 143 70 80 30 143 44 50 19 143 35 40 15 143 +minecraft:spore_blossom 206 96 158 123 164 76 126 123 103 48 79 123 82 38 63 123 +minecraft:azalea 93 117 45 153 74 93 36 153 46 58 22 153 37 46 18 153 +minecraft:flowering_azalea 111 113 73 153 88 90 58 153 55 56 36 153 44 45 29 153 +minecraft:moss_carpet 89 109 45 255 71 87 36 255 44 54 22 255 35 43 18 255 +minecraft:moss_block 89 109 45 255 71 87 36 255 44 54 22 255 35 43 18 255 +minecraft:big_dripleaf_stem 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=north,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=south,waterlogged=true] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=south,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=west,waterlogged=true] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=west,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=east,waterlogged=true] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=east,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:small_dripleaf 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=north,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=north,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=north,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=south,half=upper,waterlogged=true] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=south,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=south,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=south,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=west,half=upper,waterlogged=true] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=west,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=west,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=west,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=east,half=upper,waterlogged=true] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=east,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=east,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=east,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:hanging_roots 161 115 91 74 128 92 72 74 80 57 45 74 64 46 36 74 +minecraft:hanging_roots[waterlogged=false] 161 115 91 74 128 92 72 74 80 57 45 74 64 46 36 74 +minecraft:rooted_dirt 144 103 76 255 115 82 60 255 72 51 38 255 57 41 30 255 +minecraft:deepslate 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:deepslate[axis=y] 87 87 89 255 69 69 71 255 43 43 44 255 34 34 35 255 +minecraft:deepslate[axis=z] 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:cobbled_deepslate 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=top,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=bottom,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=bottom,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=double,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=double,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:polished_deepslate 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=top,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=bottom,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=bottom,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=double,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=double,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:deepslate_tiles 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=top,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=bottom,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=bottom,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=double,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=double,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_bricks 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=top,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=bottom,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=bottom,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=double,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=double,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:chiseled_deepslate 54 54 54 255 43 43 43 255 27 27 27 255 21 21 21 255 +minecraft:cracked_deepslate_bricks 64 64 65 255 51 51 52 255 32 32 32 255 25 25 26 255 +minecraft:cracked_deepslate_tiles 52 52 52 255 41 41 41 255 26 26 26 255 20 20 20 255 +minecraft:infested_deepslate 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:infested_deepslate[axis=y] 87 87 89 255 69 69 71 255 43 43 44 255 34 34 35 255 +minecraft:infested_deepslate[axis=z] 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:smooth_basalt 72 72 78 255 57 57 62 255 36 36 39 255 28 28 31 255 +minecraft:raw_iron_block 166 135 107 255 132 108 85 255 83 67 53 255 66 54 42 255 +minecraft:raw_copper_block 154 105 79 255 123 84 63 255 77 52 39 255 61 42 31 255 +minecraft:raw_gold_block 221 169 46 255 176 135 36 255 110 84 23 255 88 67 18 255 diff --git a/minecolonies-1.20.1/data/dynmap/colorschemes/sphax.txt b/minecolonies-1.20.1/data/dynmap/colorschemes/sphax.txt new file mode 100644 index 00000000..8b4aee8f --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/colorschemes/sphax.txt @@ -0,0 +1,19769 @@ +minecraft:stone 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:granite 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:polished_granite 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:diorite 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:polished_diorite 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:andesite 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:polished_andesite 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:grass_block 45 85 24 255 36 68 19 255 22 42 12 255 18 34 9 255 +minecraft:grass_block[snowy=false] 45 85 24 255 36 68 19 255 22 42 12 255 18 34 9 255 +minecraft:dirt 87 61 40 255 69 48 32 255 43 30 20 255 34 24 16 255 +minecraft:coarse_dirt 88 63 44 255 70 50 35 255 44 31 22 255 35 25 17 255 +minecraft:podzol 150 150 150 255 120 120 120 255 75 75 75 255 60 60 60 255 +minecraft:podzol[snowy=false] 49 40 27 255 39 32 21 255 24 20 13 255 19 16 10 255 +minecraft:cobblestone 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:oak_planks 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:spruce_planks 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:birch_planks 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:jungle_planks 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:acacia_planks 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:dark_oak_planks 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:oak_sapling 50 73 19 97 40 58 15 97 25 36 9 97 20 29 7 97 +minecraft:oak_sapling[stage=1] 50 73 19 97 40 58 15 97 25 36 9 97 20 29 7 97 +minecraft:spruce_sapling 11 40 27 75 8 32 21 75 5 20 13 75 4 16 10 75 +minecraft:spruce_sapling[stage=1] 11 40 27 75 8 32 21 75 5 20 13 75 4 16 10 75 +minecraft:birch_sapling 110 123 65 51 88 98 52 51 55 61 32 51 44 49 26 51 +minecraft:birch_sapling[stage=1] 110 123 65 51 88 98 52 51 55 61 32 51 44 49 26 51 +minecraft:jungle_sapling 67 80 22 87 53 64 17 87 33 40 11 87 26 32 8 87 +minecraft:jungle_sapling[stage=1] 67 80 22 87 53 64 17 87 33 40 11 87 26 32 8 87 +minecraft:acacia_sapling 70 79 16 91 56 63 12 91 35 39 8 91 28 31 6 91 +minecraft:acacia_sapling[stage=1] 70 79 16 91 56 63 12 91 35 39 8 91 28 31 6 91 +minecraft:dark_oak_sapling 47 70 18 102 37 56 14 102 23 35 9 102 18 28 7 102 +minecraft:dark_oak_sapling[stage=1] 47 70 18 102 37 56 14 102 23 35 9 102 18 28 7 102 +minecraft:bedrock 22 23 24 255 17 18 19 255 11 11 12 255 8 9 9 255 +minecraft:water 210 210 210 179 168 168 168 179 105 105 105 179 84 84 84 179 +minecraft:water[level=1] 210 210 210 179 168 168 168 179 105 105 105 179 84 84 84 179 +minecraft:water[level=2] 210 210 210 179 168 168 168 179 105 105 105 179 84 84 84 179 +minecraft:water[level=3] 210 210 210 179 168 168 168 179 105 105 105 179 84 84 84 179 +minecraft:water[level=4] 210 210 210 179 168 168 168 179 105 105 105 179 84 84 84 179 +minecraft:water[level=5] 210 210 210 179 168 168 168 179 105 105 105 179 84 84 84 179 +minecraft:water[level=6] 210 210 210 179 168 168 168 179 105 105 105 179 84 84 84 179 +minecraft:water[level=7] 210 210 210 179 168 168 168 179 105 105 105 179 84 84 84 179 +minecraft:water[level=8] 210 210 210 179 168 168 168 179 105 105 105 179 84 84 84 179 +minecraft:water[level=9] 210 210 210 179 168 168 168 179 105 105 105 179 84 84 84 179 +minecraft:water[level=10] 210 210 210 179 168 168 168 179 105 105 105 179 84 84 84 179 +minecraft:water[level=11] 210 210 210 179 168 168 168 179 105 105 105 179 84 84 84 179 +minecraft:water[level=12] 210 210 210 179 168 168 168 179 105 105 105 179 84 84 84 179 +minecraft:water[level=13] 210 210 210 179 168 168 168 179 105 105 105 179 84 84 84 179 +minecraft:water[level=14] 210 210 210 179 168 168 168 179 105 105 105 179 84 84 84 179 +minecraft:water[level=15] 210 210 210 179 168 168 168 179 105 105 105 179 84 84 84 179 +minecraft:lava 254 129 0 255 203 103 0 255 127 64 0 255 101 51 0 255 +minecraft:lava[level=1] 254 129 0 255 203 103 0 255 127 64 0 255 101 51 0 255 +minecraft:lava[level=2] 254 129 0 255 203 103 0 255 127 64 0 255 101 51 0 255 +minecraft:lava[level=3] 254 129 0 255 203 103 0 255 127 64 0 255 101 51 0 255 +minecraft:lava[level=4] 254 129 0 255 203 103 0 255 127 64 0 255 101 51 0 255 +minecraft:lava[level=5] 254 129 0 255 203 103 0 255 127 64 0 255 101 51 0 255 +minecraft:lava[level=6] 254 129 0 255 203 103 0 255 127 64 0 255 101 51 0 255 +minecraft:lava[level=7] 254 129 0 255 203 103 0 255 127 64 0 255 101 51 0 255 +minecraft:lava[level=8] 254 129 0 255 203 103 0 255 127 64 0 255 101 51 0 255 +minecraft:lava[level=9] 254 129 0 255 203 103 0 255 127 64 0 255 101 51 0 255 +minecraft:lava[level=10] 254 129 0 255 203 103 0 255 127 64 0 255 101 51 0 255 +minecraft:lava[level=11] 254 129 0 255 203 103 0 255 127 64 0 255 101 51 0 255 +minecraft:lava[level=12] 254 129 0 255 203 103 0 255 127 64 0 255 101 51 0 255 +minecraft:lava[level=13] 254 129 0 255 203 103 0 255 127 64 0 255 101 51 0 255 +minecraft:lava[level=14] 254 129 0 255 203 103 0 255 127 64 0 255 101 51 0 255 +minecraft:lava[level=15] 254 129 0 255 203 103 0 255 127 64 0 255 101 51 0 255 +minecraft:sand 245 233 182 255 196 186 145 255 122 116 91 255 98 93 72 255 +minecraft:red_sand 196 127 72 255 156 101 57 255 98 63 36 255 78 50 28 255 +minecraft:gravel 144 131 131 255 115 104 104 255 72 65 65 255 57 52 52 255 +minecraft:gold_ore 131 120 96 255 104 96 76 255 65 60 48 255 52 48 38 255 +minecraft:deepslate_gold_ore 85 80 62 255 68 64 49 255 42 40 31 255 34 32 24 255 +minecraft:iron_ore 132 123 113 255 105 98 90 255 66 61 56 255 52 49 45 255 +minecraft:deepslate_iron_ore 87 82 79 255 69 65 63 255 43 41 39 255 34 32 31 255 +minecraft:coal_ore 107 102 99 255 85 81 79 255 53 51 49 255 42 40 39 255 +minecraft:deepslate_coal_ore 62 62 65 255 49 49 52 255 31 31 32 255 24 24 26 255 +minecraft:nether_gold_ore 90 36 21 255 72 28 16 255 45 18 10 255 36 14 8 255 +minecraft:oak_log 91 72 43 255 72 57 34 255 45 36 21 255 36 28 17 255 +minecraft:oak_log[axis=y] 161 128 80 255 128 102 64 255 80 64 40 255 64 51 32 255 +minecraft:oak_log[axis=z] 91 72 43 255 72 57 34 255 45 36 21 255 36 28 17 255 +minecraft:spruce_log 41 26 7 255 32 20 5 255 20 13 3 255 16 10 2 255 +minecraft:spruce_log[axis=y] 90 67 40 255 72 53 32 255 45 33 20 255 36 26 16 255 +minecraft:spruce_log[axis=z] 41 26 7 255 32 20 5 255 20 13 3 255 16 10 2 255 +minecraft:birch_log 187 189 181 255 149 151 144 255 93 94 90 255 74 75 72 255 +minecraft:birch_log[axis=y] 163 136 85 255 130 108 68 255 81 68 42 255 65 54 34 255 +minecraft:birch_log[axis=z] 187 189 181 255 149 151 144 255 93 94 90 255 74 75 72 255 +minecraft:jungle_log 83 67 25 255 66 53 20 255 41 33 12 255 33 26 10 255 +minecraft:jungle_log[axis=y] 136 98 59 255 108 78 47 255 68 49 29 255 54 39 23 255 +minecraft:jungle_log[axis=z] 83 67 25 255 66 53 20 255 41 33 12 255 33 26 10 255 +minecraft:acacia_log 91 85 75 255 72 68 60 255 45 42 37 255 36 34 30 255 +minecraft:acacia_log[axis=y] 149 86 62 255 119 68 49 255 74 43 31 255 59 34 24 255 +minecraft:acacia_log[axis=z] 91 85 75 255 72 68 60 255 45 42 37 255 36 34 30 255 +minecraft:dark_oak_log 54 42 25 255 43 33 20 255 27 21 12 255 21 16 10 255 +minecraft:dark_oak_log[axis=y] 57 45 27 255 45 36 21 255 28 22 13 255 22 18 10 255 +minecraft:dark_oak_log[axis=z] 54 42 25 255 43 33 20 255 27 21 12 255 21 16 10 255 +minecraft:stripped_spruce_log 103 78 49 255 82 62 39 255 51 39 24 255 41 31 19 255 +minecraft:stripped_spruce_log[axis=y] 110 83 53 255 88 66 42 255 55 41 26 255 44 33 21 255 +minecraft:stripped_spruce_log[axis=z] 103 78 49 255 82 62 39 255 51 39 24 255 41 31 19 255 +minecraft:stripped_birch_log 185 154 97 255 148 123 77 255 92 77 48 255 74 61 38 255 +minecraft:stripped_birch_log[axis=y] 190 161 103 255 152 128 82 255 95 80 51 255 76 64 41 255 +minecraft:stripped_birch_log[axis=z] 185 154 97 255 148 123 77 255 92 77 48 255 74 61 38 255 +minecraft:stripped_jungle_log 168 121 79 255 134 96 63 255 84 60 39 255 67 48 31 255 +minecraft:stripped_jungle_log[axis=y] 159 113 72 255 127 90 57 255 79 56 36 255 63 45 28 255 +minecraft:stripped_jungle_log[axis=z] 168 121 79 255 134 96 63 255 84 60 39 255 67 48 31 255 +minecraft:stripped_acacia_log 170 87 59 255 136 69 47 255 85 43 29 255 68 34 23 255 +minecraft:stripped_acacia_log[axis=y] 176 92 63 255 140 73 50 255 88 46 31 255 70 36 25 255 +minecraft:stripped_acacia_log[axis=z] 170 87 59 255 136 69 47 255 85 43 29 255 68 34 23 255 +minecraft:stripped_dark_oak_log 60 47 29 255 48 37 23 255 30 23 14 255 24 18 11 255 +minecraft:stripped_dark_oak_log[axis=y] 64 50 31 255 51 40 24 255 32 25 15 255 25 20 12 255 +minecraft:stripped_dark_oak_log[axis=z] 60 47 29 255 48 37 23 255 30 23 14 255 24 18 11 255 +minecraft:stripped_oak_log 181 143 90 255 144 114 72 255 90 71 45 255 72 57 36 255 +minecraft:stripped_oak_log[axis=y] 186 150 96 255 148 120 76 255 93 75 48 255 74 60 38 255 +minecraft:stripped_oak_log[axis=z] 181 143 90 255 144 114 72 255 90 71 45 255 72 57 36 255 +minecraft:oak_wood 91 72 43 255 72 57 34 255 45 36 21 255 36 28 17 255 +minecraft:oak_wood[axis=y] 91 72 43 255 72 57 34 255 45 36 21 255 36 28 17 255 +minecraft:oak_wood[axis=z] 91 72 43 255 72 57 34 255 45 36 21 255 36 28 17 255 +minecraft:spruce_wood 41 26 7 255 32 20 5 255 20 13 3 255 16 10 2 255 +minecraft:spruce_wood[axis=y] 41 26 7 255 32 20 5 255 20 13 3 255 16 10 2 255 +minecraft:spruce_wood[axis=z] 41 26 7 255 32 20 5 255 20 13 3 255 16 10 2 255 +minecraft:birch_wood 187 189 181 255 149 151 144 255 93 94 90 255 74 75 72 255 +minecraft:birch_wood[axis=y] 187 189 181 255 149 151 144 255 93 94 90 255 74 75 72 255 +minecraft:birch_wood[axis=z] 187 189 181 255 149 151 144 255 93 94 90 255 74 75 72 255 +minecraft:jungle_wood 83 67 25 255 66 53 20 255 41 33 12 255 33 26 10 255 +minecraft:jungle_wood[axis=y] 83 67 25 255 66 53 20 255 41 33 12 255 33 26 10 255 +minecraft:jungle_wood[axis=z] 83 67 25 255 66 53 20 255 41 33 12 255 33 26 10 255 +minecraft:acacia_wood 91 85 75 255 72 68 60 255 45 42 37 255 36 34 30 255 +minecraft:acacia_wood[axis=y] 91 85 75 255 72 68 60 255 45 42 37 255 36 34 30 255 +minecraft:acacia_wood[axis=z] 91 85 75 255 72 68 60 255 45 42 37 255 36 34 30 255 +minecraft:dark_oak_wood 54 42 25 255 43 33 20 255 27 21 12 255 21 16 10 255 +minecraft:dark_oak_wood[axis=y] 54 42 25 255 43 33 20 255 27 21 12 255 21 16 10 255 +minecraft:dark_oak_wood[axis=z] 54 42 25 255 43 33 20 255 27 21 12 255 21 16 10 255 +minecraft:stripped_oak_wood 181 143 90 255 144 114 72 255 90 71 45 255 72 57 36 255 +minecraft:stripped_oak_wood[axis=y] 181 143 90 255 144 114 72 255 90 71 45 255 72 57 36 255 +minecraft:stripped_oak_wood[axis=z] 181 143 90 255 144 114 72 255 90 71 45 255 72 57 36 255 +minecraft:stripped_spruce_wood 103 78 49 255 82 62 39 255 51 39 24 255 41 31 19 255 +minecraft:stripped_spruce_wood[axis=y] 103 78 49 255 82 62 39 255 51 39 24 255 41 31 19 255 +minecraft:stripped_spruce_wood[axis=z] 103 78 49 255 82 62 39 255 51 39 24 255 41 31 19 255 +minecraft:stripped_birch_wood 185 154 97 255 148 123 77 255 92 77 48 255 74 61 38 255 +minecraft:stripped_birch_wood[axis=y] 185 154 97 255 148 123 77 255 92 77 48 255 74 61 38 255 +minecraft:stripped_birch_wood[axis=z] 185 154 97 255 148 123 77 255 92 77 48 255 74 61 38 255 +minecraft:stripped_jungle_wood 168 121 79 255 134 96 63 255 84 60 39 255 67 48 31 255 +minecraft:stripped_jungle_wood[axis=y] 168 121 79 255 134 96 63 255 84 60 39 255 67 48 31 255 +minecraft:stripped_jungle_wood[axis=z] 168 121 79 255 134 96 63 255 84 60 39 255 67 48 31 255 +minecraft:stripped_acacia_wood 170 87 59 255 136 69 47 255 85 43 29 255 68 34 23 255 +minecraft:stripped_acacia_wood[axis=y] 170 87 59 255 136 69 47 255 85 43 29 255 68 34 23 255 +minecraft:stripped_acacia_wood[axis=z] 170 87 59 255 136 69 47 255 85 43 29 255 68 34 23 255 +minecraft:stripped_dark_oak_wood 60 47 29 255 48 37 23 255 30 23 14 255 24 18 11 255 +minecraft:stripped_dark_oak_wood[axis=y] 60 47 29 255 48 37 23 255 30 23 14 255 24 18 11 255 +minecraft:stripped_dark_oak_wood[axis=z] 60 47 29 255 48 37 23 255 30 23 14 255 24 18 11 255 +minecraft:oak_leaves 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:oak_leaves[distance=1,persistent=false] 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:oak_leaves[distance=2,persistent=true] 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:oak_leaves[distance=2,persistent=false] 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:oak_leaves[distance=3,persistent=true] 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:oak_leaves[distance=3,persistent=false] 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:oak_leaves[distance=4,persistent=true] 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:oak_leaves[distance=4,persistent=false] 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:oak_leaves[distance=5,persistent=true] 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:oak_leaves[distance=5,persistent=false] 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:oak_leaves[distance=6,persistent=true] 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:oak_leaves[distance=6,persistent=false] 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:oak_leaves[distance=7,persistent=true] 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:oak_leaves[distance=7,persistent=false] 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:spruce_leaves 42 72 36 186 33 57 28 186 21 36 18 186 16 28 14 186 +minecraft:spruce_leaves[distance=1,persistent=false] 42 72 36 186 33 57 28 186 21 36 18 186 16 28 14 186 +minecraft:spruce_leaves[distance=2,persistent=true] 42 72 36 186 33 57 28 186 21 36 18 186 16 28 14 186 +minecraft:spruce_leaves[distance=2,persistent=false] 42 72 36 186 33 57 28 186 21 36 18 186 16 28 14 186 +minecraft:spruce_leaves[distance=3,persistent=true] 42 72 36 186 33 57 28 186 21 36 18 186 16 28 14 186 +minecraft:spruce_leaves[distance=3,persistent=false] 42 72 36 186 33 57 28 186 21 36 18 186 16 28 14 186 +minecraft:spruce_leaves[distance=4,persistent=true] 42 72 36 186 33 57 28 186 21 36 18 186 16 28 14 186 +minecraft:spruce_leaves[distance=4,persistent=false] 42 72 36 186 33 57 28 186 21 36 18 186 16 28 14 186 +minecraft:spruce_leaves[distance=5,persistent=true] 42 72 36 186 33 57 28 186 21 36 18 186 16 28 14 186 +minecraft:spruce_leaves[distance=5,persistent=false] 42 72 36 186 33 57 28 186 21 36 18 186 16 28 14 186 +minecraft:spruce_leaves[distance=6,persistent=true] 42 72 36 186 33 57 28 186 21 36 18 186 16 28 14 186 +minecraft:spruce_leaves[distance=6,persistent=false] 42 72 36 186 33 57 28 186 21 36 18 186 16 28 14 186 +minecraft:spruce_leaves[distance=7,persistent=true] 42 72 36 186 33 57 28 186 21 36 18 186 16 28 14 186 +minecraft:spruce_leaves[distance=7,persistent=false] 42 72 36 186 33 57 28 186 21 36 18 186 16 28 14 186 +minecraft:birch_leaves 66 86 44 216 52 68 35 216 33 43 22 216 26 34 17 216 +minecraft:birch_leaves[distance=1,persistent=false] 66 86 44 216 52 68 35 216 33 43 22 216 26 34 17 216 +minecraft:birch_leaves[distance=2,persistent=true] 66 86 44 216 52 68 35 216 33 43 22 216 26 34 17 216 +minecraft:birch_leaves[distance=2,persistent=false] 66 86 44 216 52 68 35 216 33 43 22 216 26 34 17 216 +minecraft:birch_leaves[distance=3,persistent=true] 66 86 44 216 52 68 35 216 33 43 22 216 26 34 17 216 +minecraft:birch_leaves[distance=3,persistent=false] 66 86 44 216 52 68 35 216 33 43 22 216 26 34 17 216 +minecraft:birch_leaves[distance=4,persistent=true] 66 86 44 216 52 68 35 216 33 43 22 216 26 34 17 216 +minecraft:birch_leaves[distance=4,persistent=false] 66 86 44 216 52 68 35 216 33 43 22 216 26 34 17 216 +minecraft:birch_leaves[distance=5,persistent=true] 66 86 44 216 52 68 35 216 33 43 22 216 26 34 17 216 +minecraft:birch_leaves[distance=5,persistent=false] 66 86 44 216 52 68 35 216 33 43 22 216 26 34 17 216 +minecraft:birch_leaves[distance=6,persistent=true] 66 86 44 216 52 68 35 216 33 43 22 216 26 34 17 216 +minecraft:birch_leaves[distance=6,persistent=false] 66 86 44 216 52 68 35 216 33 43 22 216 26 34 17 216 +minecraft:birch_leaves[distance=7,persistent=true] 66 86 44 216 52 68 35 216 33 43 22 216 26 34 17 216 +minecraft:birch_leaves[distance=7,persistent=false] 66 86 44 216 52 68 35 216 33 43 22 216 26 34 17 216 +minecraft:jungle_leaves 28 58 16 237 22 46 12 237 14 29 8 237 11 23 6 237 +minecraft:jungle_leaves[distance=1,persistent=false] 28 58 16 237 22 46 12 237 14 29 8 237 11 23 6 237 +minecraft:jungle_leaves[distance=2,persistent=true] 28 58 16 237 22 46 12 237 14 29 8 237 11 23 6 237 +minecraft:jungle_leaves[distance=2,persistent=false] 28 58 16 237 22 46 12 237 14 29 8 237 11 23 6 237 +minecraft:jungle_leaves[distance=3,persistent=true] 28 58 16 237 22 46 12 237 14 29 8 237 11 23 6 237 +minecraft:jungle_leaves[distance=3,persistent=false] 28 58 16 237 22 46 12 237 14 29 8 237 11 23 6 237 +minecraft:jungle_leaves[distance=4,persistent=true] 28 58 16 237 22 46 12 237 14 29 8 237 11 23 6 237 +minecraft:jungle_leaves[distance=4,persistent=false] 28 58 16 237 22 46 12 237 14 29 8 237 11 23 6 237 +minecraft:jungle_leaves[distance=5,persistent=true] 28 58 16 237 22 46 12 237 14 29 8 237 11 23 6 237 +minecraft:jungle_leaves[distance=5,persistent=false] 28 58 16 237 22 46 12 237 14 29 8 237 11 23 6 237 +minecraft:jungle_leaves[distance=6,persistent=true] 28 58 16 237 22 46 12 237 14 29 8 237 11 23 6 237 +minecraft:jungle_leaves[distance=6,persistent=false] 28 58 16 237 22 46 12 237 14 29 8 237 11 23 6 237 +minecraft:jungle_leaves[distance=7,persistent=true] 28 58 16 237 22 46 12 237 14 29 8 237 11 23 6 237 +minecraft:jungle_leaves[distance=7,persistent=false] 28 58 16 237 22 46 12 237 14 29 8 237 11 23 6 237 +minecraft:acacia_leaves 31 64 19 225 24 51 15 225 15 32 9 225 12 25 7 225 +minecraft:acacia_leaves[distance=1,persistent=false] 31 64 19 225 24 51 15 225 15 32 9 225 12 25 7 225 +minecraft:acacia_leaves[distance=2,persistent=true] 31 64 19 225 24 51 15 225 15 32 9 225 12 25 7 225 +minecraft:acacia_leaves[distance=2,persistent=false] 31 64 19 225 24 51 15 225 15 32 9 225 12 25 7 225 +minecraft:acacia_leaves[distance=3,persistent=true] 31 64 19 225 24 51 15 225 15 32 9 225 12 25 7 225 +minecraft:acacia_leaves[distance=3,persistent=false] 31 64 19 225 24 51 15 225 15 32 9 225 12 25 7 225 +minecraft:acacia_leaves[distance=4,persistent=true] 31 64 19 225 24 51 15 225 15 32 9 225 12 25 7 225 +minecraft:acacia_leaves[distance=4,persistent=false] 31 64 19 225 24 51 15 225 15 32 9 225 12 25 7 225 +minecraft:acacia_leaves[distance=5,persistent=true] 31 64 19 225 24 51 15 225 15 32 9 225 12 25 7 225 +minecraft:acacia_leaves[distance=5,persistent=false] 31 64 19 225 24 51 15 225 15 32 9 225 12 25 7 225 +minecraft:acacia_leaves[distance=6,persistent=true] 31 64 19 225 24 51 15 225 15 32 9 225 12 25 7 225 +minecraft:acacia_leaves[distance=6,persistent=false] 31 64 19 225 24 51 15 225 15 32 9 225 12 25 7 225 +minecraft:acacia_leaves[distance=7,persistent=true] 31 64 19 225 24 51 15 225 15 32 9 225 12 25 7 225 +minecraft:acacia_leaves[distance=7,persistent=false] 31 64 19 225 24 51 15 225 15 32 9 225 12 25 7 225 +minecraft:dark_oak_leaves 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:dark_oak_leaves[distance=1,persistent=false] 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:dark_oak_leaves[distance=2,persistent=true] 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:dark_oak_leaves[distance=2,persistent=false] 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:dark_oak_leaves[distance=3,persistent=true] 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:dark_oak_leaves[distance=3,persistent=false] 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:dark_oak_leaves[distance=4,persistent=true] 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:dark_oak_leaves[distance=4,persistent=false] 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:dark_oak_leaves[distance=5,persistent=true] 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:dark_oak_leaves[distance=5,persistent=false] 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:dark_oak_leaves[distance=6,persistent=true] 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:dark_oak_leaves[distance=6,persistent=false] 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:dark_oak_leaves[distance=7,persistent=true] 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:dark_oak_leaves[distance=7,persistent=false] 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:azalea_leaves 16 45 4 130 12 36 3 130 8 22 2 130 6 18 1 130 +minecraft:azalea_leaves[distance=1,persistent=false] 16 45 4 130 12 36 3 130 8 22 2 130 6 18 1 130 +minecraft:azalea_leaves[distance=2,persistent=true] 16 45 4 130 12 36 3 130 8 22 2 130 6 18 1 130 +minecraft:azalea_leaves[distance=2,persistent=false] 16 45 4 130 12 36 3 130 8 22 2 130 6 18 1 130 +minecraft:azalea_leaves[distance=3,persistent=true] 16 45 4 130 12 36 3 130 8 22 2 130 6 18 1 130 +minecraft:azalea_leaves[distance=3,persistent=false] 16 45 4 130 12 36 3 130 8 22 2 130 6 18 1 130 +minecraft:azalea_leaves[distance=4,persistent=true] 16 45 4 130 12 36 3 130 8 22 2 130 6 18 1 130 +minecraft:azalea_leaves[distance=4,persistent=false] 16 45 4 130 12 36 3 130 8 22 2 130 6 18 1 130 +minecraft:azalea_leaves[distance=5,persistent=true] 16 45 4 130 12 36 3 130 8 22 2 130 6 18 1 130 +minecraft:azalea_leaves[distance=5,persistent=false] 16 45 4 130 12 36 3 130 8 22 2 130 6 18 1 130 +minecraft:azalea_leaves[distance=6,persistent=true] 16 45 4 130 12 36 3 130 8 22 2 130 6 18 1 130 +minecraft:azalea_leaves[distance=6,persistent=false] 16 45 4 130 12 36 3 130 8 22 2 130 6 18 1 130 +minecraft:azalea_leaves[distance=7,persistent=true] 16 45 4 130 12 36 3 130 8 22 2 130 6 18 1 130 +minecraft:azalea_leaves[distance=7,persistent=false] 16 45 4 130 12 36 3 130 8 22 2 130 6 18 1 130 +minecraft:flowering_azalea_leaves 21 45 8 151 16 36 6 151 10 22 4 151 8 18 3 151 +minecraft:flowering_azalea_leaves[distance=1,persistent=false] 21 45 8 151 16 36 6 151 10 22 4 151 8 18 3 151 +minecraft:flowering_azalea_leaves[distance=2,persistent=true] 21 45 8 151 16 36 6 151 10 22 4 151 8 18 3 151 +minecraft:flowering_azalea_leaves[distance=2,persistent=false] 21 45 8 151 16 36 6 151 10 22 4 151 8 18 3 151 +minecraft:flowering_azalea_leaves[distance=3,persistent=true] 21 45 8 151 16 36 6 151 10 22 4 151 8 18 3 151 +minecraft:flowering_azalea_leaves[distance=3,persistent=false] 21 45 8 151 16 36 6 151 10 22 4 151 8 18 3 151 +minecraft:flowering_azalea_leaves[distance=4,persistent=true] 21 45 8 151 16 36 6 151 10 22 4 151 8 18 3 151 +minecraft:flowering_azalea_leaves[distance=4,persistent=false] 21 45 8 151 16 36 6 151 10 22 4 151 8 18 3 151 +minecraft:flowering_azalea_leaves[distance=5,persistent=true] 21 45 8 151 16 36 6 151 10 22 4 151 8 18 3 151 +minecraft:flowering_azalea_leaves[distance=5,persistent=false] 21 45 8 151 16 36 6 151 10 22 4 151 8 18 3 151 +minecraft:flowering_azalea_leaves[distance=6,persistent=true] 21 45 8 151 16 36 6 151 10 22 4 151 8 18 3 151 +minecraft:flowering_azalea_leaves[distance=6,persistent=false] 21 45 8 151 16 36 6 151 10 22 4 151 8 18 3 151 +minecraft:flowering_azalea_leaves[distance=7,persistent=true] 21 45 8 151 16 36 6 151 10 22 4 151 8 18 3 151 +minecraft:flowering_azalea_leaves[distance=7,persistent=false] 21 45 8 151 16 36 6 151 10 22 4 151 8 18 3 151 +minecraft:sponge 210 210 76 255 168 168 60 255 105 105 38 255 84 84 30 255 +minecraft:wet_sponge 170 173 67 255 136 138 53 255 85 86 33 255 68 69 26 255 +minecraft:glass 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:lapis_ore 104 101 114 255 83 80 91 255 52 50 57 255 41 40 45 255 +minecraft:deepslate_lapis_ore 61 63 83 255 48 50 66 255 30 31 41 255 24 25 33 255 +minecraft:lapis_block 33 53 135 255 26 42 108 255 16 26 67 255 13 21 54 255 +minecraft:dispenser 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:dispenser[facing=north,triggered=false] 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:dispenser[facing=east,triggered=true] 99 91 83 255 79 72 66 255 49 45 41 255 39 36 33 255 +minecraft:dispenser[facing=east,triggered=false] 99 91 83 255 79 72 66 255 49 45 41 255 39 36 33 255 +minecraft:dispenser[facing=south,triggered=true] 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:dispenser[facing=south,triggered=false] 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:dispenser[facing=west,triggered=true] 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:dispenser[facing=west,triggered=false] 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:dispenser[facing=up,triggered=true] 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:dispenser[facing=up,triggered=false] 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:dispenser[facing=down,triggered=true] 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:dispenser[facing=down,triggered=false] 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:sandstone 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:chiseled_sandstone 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:cut_sandstone 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:note_block 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=0,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=1,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=1,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=2,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=2,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=3,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=3,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=4,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=4,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=5,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=5,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=6,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=6,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=7,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=7,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=8,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=8,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=9,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=9,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=10,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=10,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=11,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=11,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=12,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=12,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=13,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=13,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=14,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=14,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=15,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=15,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=16,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=16,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=17,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=17,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=18,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=18,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=19,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=19,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=20,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=20,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=21,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=21,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=22,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=22,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=23,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=23,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=24,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=24,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=0,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=0,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=1,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=1,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=2,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=2,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=3,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=3,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=4,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=4,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=5,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=5,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=6,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=6,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=7,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=7,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=8,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=8,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=9,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=9,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=10,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=10,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=11,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=11,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=12,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=12,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=13,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=13,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=14,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=14,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=15,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=15,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=16,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=16,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=17,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=17,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=18,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=18,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=19,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=19,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=20,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=20,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=21,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=21,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=22,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=22,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=23,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=23,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=24,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=24,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=0,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=0,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=1,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=1,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=2,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=2,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=3,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=3,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=4,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=4,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=5,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=5,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=6,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=6,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=7,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=7,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=8,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=8,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=9,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=9,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=10,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=10,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=11,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=11,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=12,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=12,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=13,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=13,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=14,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=14,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=15,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=15,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=16,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=16,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=17,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=17,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=18,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=18,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=19,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=19,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=20,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=20,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=21,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=21,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=22,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=22,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=23,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=23,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=24,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=24,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=0,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=0,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=1,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=1,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=2,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=2,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=3,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=3,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=4,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=4,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=5,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=5,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=6,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=6,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=7,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=7,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=8,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=8,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=9,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=9,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=10,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=10,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=11,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=11,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=12,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=12,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=13,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=13,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=14,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=14,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=15,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=15,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=16,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=16,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=17,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=17,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=18,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=18,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=19,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=19,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=20,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=20,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=21,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=21,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=22,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=22,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=23,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=23,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=24,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=24,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=0,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=0,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=1,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=1,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=2,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=2,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=3,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=3,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=4,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=4,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=5,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=5,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=6,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=6,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=7,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=7,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=8,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=8,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=9,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=9,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=10,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=10,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=11,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=11,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=12,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=12,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=13,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=13,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=14,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=14,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=15,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=15,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=16,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=16,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=17,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=17,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=18,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=18,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=19,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=19,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=20,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=20,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=21,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=21,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=22,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=22,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=23,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=23,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=24,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=24,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=0,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=0,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=1,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=1,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=2,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=2,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=3,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=3,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=4,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=4,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=5,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=5,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=6,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=6,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=7,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=7,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=8,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=8,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=9,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=9,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=10,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=10,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=11,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=11,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=12,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=12,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=13,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=13,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=14,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=14,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=15,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=15,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=16,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=16,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=17,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=17,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=18,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=18,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=19,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=19,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=20,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=20,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=21,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=21,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=22,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=22,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=23,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=23,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=24,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=24,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=0,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=0,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=1,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=1,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=2,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=2,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=3,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=3,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=4,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=4,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=5,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=5,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=6,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=6,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=7,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=7,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=8,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=8,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=9,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=9,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=10,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=10,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=11,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=11,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=12,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=12,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=13,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=13,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=14,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=14,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=15,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=15,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=16,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=16,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=17,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=17,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=18,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=18,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=19,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=19,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=20,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=20,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=21,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=21,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=22,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=22,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=23,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=23,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=24,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=24,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=0,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=0,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=1,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=1,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=2,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=2,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=3,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=3,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=4,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=4,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=5,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=5,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=6,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=6,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=7,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=7,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=8,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=8,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=9,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=9,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=10,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=10,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=11,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=11,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=12,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=12,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=13,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=13,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=14,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=14,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=15,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=15,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=16,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=16,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=17,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=17,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=18,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=18,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=19,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=19,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=20,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=20,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=21,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=21,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=22,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=22,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=23,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=23,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=24,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=24,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=0,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=0,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=1,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=1,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=2,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=2,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=3,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=3,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=4,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=4,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=5,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=5,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=6,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=6,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=7,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=7,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=8,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=8,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=9,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=9,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=10,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=10,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=11,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=11,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=12,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=12,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=13,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=13,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=14,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=14,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=15,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=15,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=16,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=16,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=17,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=17,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=18,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=18,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=19,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=19,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=20,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=20,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=21,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=21,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=22,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=22,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=23,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=23,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=24,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=24,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=0,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=0,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=1,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=1,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=2,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=2,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=3,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=3,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=4,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=4,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=5,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=5,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=6,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=6,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=7,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=7,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=8,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=8,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=9,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=9,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=10,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=10,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=11,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=11,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=12,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=12,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=13,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=13,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=14,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=14,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=15,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=15,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=16,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=16,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=17,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=17,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=18,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=18,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=19,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=19,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=20,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=20,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=21,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=21,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=22,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=22,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=23,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=23,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=24,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=24,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=0,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=0,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=1,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=1,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=2,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=2,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=3,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=3,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=4,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=4,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=5,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=5,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=6,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=6,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=7,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=7,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=8,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=8,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=9,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=9,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=10,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=10,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=11,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=11,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=12,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=12,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=13,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=13,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=14,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=14,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=15,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=15,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=16,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=16,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=17,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=17,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=18,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=18,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=19,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=19,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=20,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=20,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=21,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=21,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=22,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=22,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=23,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=23,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=24,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=24,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=0,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=0,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=1,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=1,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=2,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=2,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=3,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=3,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=4,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=4,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=5,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=5,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=6,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=6,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=7,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=7,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=8,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=8,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=9,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=9,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=10,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=10,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=11,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=11,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=12,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=12,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=13,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=13,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=14,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=14,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=15,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=15,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=16,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=16,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=17,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=17,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=18,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=18,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=19,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=19,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=20,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=20,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=21,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=21,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=22,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=22,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=23,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=23,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=24,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=24,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=0,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=0,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=1,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=1,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=2,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=2,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=3,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=3,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=4,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=4,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=5,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=5,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=6,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=6,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=7,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=7,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=8,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=8,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=9,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=9,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=10,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=10,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=11,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=11,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=12,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=12,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=13,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=13,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=14,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=14,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=15,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=15,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=16,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=16,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=17,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=17,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=18,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=18,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=19,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=19,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=20,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=20,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=21,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=21,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=22,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=22,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=23,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=23,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=24,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=24,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=0,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=0,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=1,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=1,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=2,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=2,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=3,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=3,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=4,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=4,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=5,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=5,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=6,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=6,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=7,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=7,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=8,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=8,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=9,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=9,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=10,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=10,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=11,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=11,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=12,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=12,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=13,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=13,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=14,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=14,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=15,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=15,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=16,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=16,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=17,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=17,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=18,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=18,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=19,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=19,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=20,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=20,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=21,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=21,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=22,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=22,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=23,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=23,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=24,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=24,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=0,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=0,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=1,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=1,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=2,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=2,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=3,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=3,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=4,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=4,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=5,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=5,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=6,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=6,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=7,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=7,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=8,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=8,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=9,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=9,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=10,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=10,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=11,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=11,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=12,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=12,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=13,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=13,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=14,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=14,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=15,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=15,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=16,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=16,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=17,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=17,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=18,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=18,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=19,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=19,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=20,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=20,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=21,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=21,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=22,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=22,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=23,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=23,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=24,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=24,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=0,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=0,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=1,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=1,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=2,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=2,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=3,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=3,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=4,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=4,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=5,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=5,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=6,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=6,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=7,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=7,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=8,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=8,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=9,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=9,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=10,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=10,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=11,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=11,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=12,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=12,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=13,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=13,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=14,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=14,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=15,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=15,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=16,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=16,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=17,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=17,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=18,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=18,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=19,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=19,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=20,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=20,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=21,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=21,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=22,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=22,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=23,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=23,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=24,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=24,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:powered_rail 120 97 62 200 96 77 49 200 60 48 31 200 48 38 24 200 +minecraft:powered_rail[powered=true,shape=north_south,waterlogged=false] 120 97 62 200 96 77 49 200 60 48 31 200 48 38 24 200 +minecraft:powered_rail[powered=true,shape=east_west,waterlogged=true] 120 97 62 200 96 77 49 200 60 48 31 200 48 38 24 200 +minecraft:powered_rail[powered=true,shape=east_west,waterlogged=false] 120 97 62 200 96 77 49 200 60 48 31 200 48 38 24 200 +minecraft:powered_rail[powered=true,shape=ascending_east,waterlogged=true] 120 97 62 200 96 77 49 200 60 48 31 200 48 38 24 200 +minecraft:powered_rail[powered=true,shape=ascending_east,waterlogged=false] 120 97 62 200 96 77 49 200 60 48 31 200 48 38 24 200 +minecraft:powered_rail[powered=true,shape=ascending_west,waterlogged=true] 120 97 62 200 96 77 49 200 60 48 31 200 48 38 24 200 +minecraft:powered_rail[powered=true,shape=ascending_west,waterlogged=false] 120 97 62 200 96 77 49 200 60 48 31 200 48 38 24 200 +minecraft:powered_rail[powered=true,shape=ascending_north,waterlogged=true] 120 97 62 200 96 77 49 200 60 48 31 200 48 38 24 200 +minecraft:powered_rail[powered=true,shape=ascending_north,waterlogged=false] 120 97 62 200 96 77 49 200 60 48 31 200 48 38 24 200 +minecraft:powered_rail[powered=true,shape=ascending_south,waterlogged=true] 120 97 62 200 96 77 49 200 60 48 31 200 48 38 24 200 +minecraft:powered_rail[powered=true,shape=ascending_south,waterlogged=false] 120 97 62 200 96 77 49 200 60 48 31 200 48 38 24 200 +minecraft:powered_rail[powered=false,shape=north_south,waterlogged=true] 113 97 60 198 90 77 48 198 56 48 30 198 45 38 24 198 +minecraft:powered_rail[powered=false,shape=north_south,waterlogged=false] 113 97 60 198 90 77 48 198 56 48 30 198 45 38 24 198 +minecraft:powered_rail[powered=false,shape=east_west,waterlogged=true] 113 97 60 198 90 77 48 198 56 48 30 198 45 38 24 198 +minecraft:powered_rail[powered=false,shape=east_west,waterlogged=false] 113 97 60 198 90 77 48 198 56 48 30 198 45 38 24 198 +minecraft:powered_rail[powered=false,shape=ascending_east,waterlogged=true] 113 97 60 198 90 77 48 198 56 48 30 198 45 38 24 198 +minecraft:powered_rail[powered=false,shape=ascending_east,waterlogged=false] 113 97 60 198 90 77 48 198 56 48 30 198 45 38 24 198 +minecraft:powered_rail[powered=false,shape=ascending_west,waterlogged=true] 113 97 60 198 90 77 48 198 56 48 30 198 45 38 24 198 +minecraft:powered_rail[powered=false,shape=ascending_west,waterlogged=false] 113 97 60 198 90 77 48 198 56 48 30 198 45 38 24 198 +minecraft:powered_rail[powered=false,shape=ascending_north,waterlogged=true] 113 97 60 198 90 77 48 198 56 48 30 198 45 38 24 198 +minecraft:powered_rail[powered=false,shape=ascending_north,waterlogged=false] 113 97 60 198 90 77 48 198 56 48 30 198 45 38 24 198 +minecraft:powered_rail[powered=false,shape=ascending_south,waterlogged=true] 113 97 60 198 90 77 48 198 56 48 30 198 45 38 24 198 +minecraft:powered_rail[powered=false,shape=ascending_south,waterlogged=false] 113 97 60 198 90 77 48 198 56 48 30 198 45 38 24 198 +minecraft:detector_rail 101 92 89 203 80 73 71 203 50 46 44 203 40 36 35 203 +minecraft:detector_rail[powered=true,shape=north_south,waterlogged=false] 101 92 89 203 80 73 71 203 50 46 44 203 40 36 35 203 +minecraft:detector_rail[powered=true,shape=east_west,waterlogged=true] 101 92 89 203 80 73 71 203 50 46 44 203 40 36 35 203 +minecraft:detector_rail[powered=true,shape=east_west,waterlogged=false] 101 92 89 203 80 73 71 203 50 46 44 203 40 36 35 203 +minecraft:detector_rail[powered=true,shape=ascending_east,waterlogged=true] 101 92 89 203 80 73 71 203 50 46 44 203 40 36 35 203 +minecraft:detector_rail[powered=true,shape=ascending_east,waterlogged=false] 101 92 89 203 80 73 71 203 50 46 44 203 40 36 35 203 +minecraft:detector_rail[powered=true,shape=ascending_west,waterlogged=true] 101 92 89 203 80 73 71 203 50 46 44 203 40 36 35 203 +minecraft:detector_rail[powered=true,shape=ascending_west,waterlogged=false] 101 92 89 203 80 73 71 203 50 46 44 203 40 36 35 203 +minecraft:detector_rail[powered=true,shape=ascending_north,waterlogged=true] 101 92 89 203 80 73 71 203 50 46 44 203 40 36 35 203 +minecraft:detector_rail[powered=true,shape=ascending_north,waterlogged=false] 101 92 89 203 80 73 71 203 50 46 44 203 40 36 35 203 +minecraft:detector_rail[powered=true,shape=ascending_south,waterlogged=true] 101 92 89 203 80 73 71 203 50 46 44 203 40 36 35 203 +minecraft:detector_rail[powered=true,shape=ascending_south,waterlogged=false] 101 92 89 203 80 73 71 203 50 46 44 203 40 36 35 203 +minecraft:detector_rail[powered=false,shape=north_south,waterlogged=true] 96 92 89 203 76 73 71 203 48 46 44 203 38 36 35 203 +minecraft:detector_rail[powered=false,shape=north_south,waterlogged=false] 96 92 89 203 76 73 71 203 48 46 44 203 38 36 35 203 +minecraft:detector_rail[powered=false,shape=east_west,waterlogged=true] 96 92 89 203 76 73 71 203 48 46 44 203 38 36 35 203 +minecraft:detector_rail[powered=false,shape=east_west,waterlogged=false] 96 92 89 203 76 73 71 203 48 46 44 203 38 36 35 203 +minecraft:detector_rail[powered=false,shape=ascending_east,waterlogged=true] 96 92 89 203 76 73 71 203 48 46 44 203 38 36 35 203 +minecraft:detector_rail[powered=false,shape=ascending_east,waterlogged=false] 96 92 89 203 76 73 71 203 48 46 44 203 38 36 35 203 +minecraft:detector_rail[powered=false,shape=ascending_west,waterlogged=true] 96 92 89 203 76 73 71 203 48 46 44 203 38 36 35 203 +minecraft:detector_rail[powered=false,shape=ascending_west,waterlogged=false] 96 92 89 203 76 73 71 203 48 46 44 203 38 36 35 203 +minecraft:detector_rail[powered=false,shape=ascending_north,waterlogged=true] 96 92 89 203 76 73 71 203 48 46 44 203 38 36 35 203 +minecraft:detector_rail[powered=false,shape=ascending_north,waterlogged=false] 96 92 89 203 76 73 71 203 48 46 44 203 38 36 35 203 +minecraft:detector_rail[powered=false,shape=ascending_south,waterlogged=true] 96 92 89 203 76 73 71 203 48 46 44 203 38 36 35 203 +minecraft:detector_rail[powered=false,shape=ascending_south,waterlogged=false] 96 92 89 203 76 73 71 203 48 46 44 203 38 36 35 203 +minecraft:sticky_piston 104 98 73 15 83 78 58 15 52 49 36 15 41 39 29 15 +minecraft:sticky_piston[extended=true,facing=east] 104 98 73 15 83 78 58 15 52 49 36 15 41 39 29 15 +minecraft:sticky_piston[extended=true,facing=south] 104 98 73 15 83 78 58 15 52 49 36 15 41 39 29 15 +minecraft:sticky_piston[extended=true,facing=west] 104 98 73 15 83 78 58 15 52 49 36 15 41 39 29 15 +minecraft:sticky_piston[extended=true,facing=up] 104 98 73 15 83 78 58 15 52 49 36 15 41 39 29 15 +minecraft:sticky_piston[extended=true,facing=down] 104 98 73 15 83 78 58 15 52 49 36 15 41 39 29 15 +minecraft:sticky_piston[extended=false,facing=north] 104 98 73 15 83 78 58 15 52 49 36 15 41 39 29 15 +minecraft:sticky_piston[extended=false,facing=east] 104 98 73 15 83 78 58 15 52 49 36 15 41 39 29 15 +minecraft:sticky_piston[extended=false,facing=south] 104 98 73 15 83 78 58 15 52 49 36 15 41 39 29 15 +minecraft:sticky_piston[extended=false,facing=west] 104 98 73 15 83 78 58 15 52 49 36 15 41 39 29 15 +minecraft:sticky_piston[extended=false,facing=up] 104 98 73 15 83 78 58 15 52 49 36 15 41 39 29 15 +minecraft:sticky_piston[extended=false,facing=down] 104 98 73 15 83 78 58 15 52 49 36 15 41 39 29 15 +minecraft:cobweb 255 255 255 80 204 204 204 80 127 127 127 80 102 102 102 80 +minecraft:grass 38 72 20 102 30 57 16 102 19 36 10 102 15 28 8 102 +minecraft:fern 32 60 17 81 25 48 13 81 16 30 8 81 12 24 6 81 +minecraft:dead_bush 87 67 47 100 69 53 37 100 43 33 23 100 34 26 18 100 +minecraft:seagrass 25 85 10 99 20 68 8 99 12 42 5 99 10 34 4 99 +minecraft:tall_seagrass 21 65 9 148 16 52 7 148 10 32 4 148 8 26 3 148 +minecraft:tall_seagrass[half=lower] 27 76 10 162 21 60 8 162 13 38 5 162 10 30 4 162 +minecraft:piston 104 98 73 15 83 78 58 15 52 49 36 15 41 39 29 15 +minecraft:piston[extended=true,facing=east] 104 98 73 15 83 78 58 15 52 49 36 15 41 39 29 15 +minecraft:piston[extended=true,facing=south] 104 98 73 15 83 78 58 15 52 49 36 15 41 39 29 15 +minecraft:piston[extended=true,facing=west] 104 98 73 15 83 78 58 15 52 49 36 15 41 39 29 15 +minecraft:piston[extended=true,facing=up] 104 98 73 15 83 78 58 15 52 49 36 15 41 39 29 15 +minecraft:piston[extended=true,facing=down] 104 98 73 15 83 78 58 15 52 49 36 15 41 39 29 15 +minecraft:piston[extended=false,facing=north] 104 98 73 15 83 78 58 15 52 49 36 15 41 39 29 15 +minecraft:piston[extended=false,facing=east] 104 98 73 15 83 78 58 15 52 49 36 15 41 39 29 15 +minecraft:piston[extended=false,facing=south] 104 98 73 15 83 78 58 15 52 49 36 15 41 39 29 15 +minecraft:piston[extended=false,facing=west] 104 98 73 15 83 78 58 15 52 49 36 15 41 39 29 15 +minecraft:piston[extended=false,facing=up] 104 98 73 15 83 78 58 15 52 49 36 15 41 39 29 15 +minecraft:piston[extended=false,facing=down] 104 98 73 15 83 78 58 15 52 49 36 15 41 39 29 15 +minecraft:piston_head 95 72 42 47 76 57 33 47 47 36 21 47 38 28 16 47 +minecraft:piston_head[facing=north,short=true,type=sticky] 95 72 42 47 76 57 33 47 47 36 21 47 38 28 16 47 +minecraft:piston_head[facing=north,short=false,type=normal] 95 72 42 47 76 57 33 47 47 36 21 47 38 28 16 47 +minecraft:piston_head[facing=north,short=false,type=sticky] 95 72 42 47 76 57 33 47 47 36 21 47 38 28 16 47 +minecraft:piston_head[facing=east,short=true,type=normal] 95 72 42 47 76 57 33 47 47 36 21 47 38 28 16 47 +minecraft:piston_head[facing=east,short=true,type=sticky] 95 72 42 47 76 57 33 47 47 36 21 47 38 28 16 47 +minecraft:piston_head[facing=east,short=false,type=normal] 95 72 42 47 76 57 33 47 47 36 21 47 38 28 16 47 +minecraft:piston_head[facing=east,short=false,type=sticky] 95 72 42 47 76 57 33 47 47 36 21 47 38 28 16 47 +minecraft:piston_head[facing=south,short=true,type=normal] 95 72 42 47 76 57 33 47 47 36 21 47 38 28 16 47 +minecraft:piston_head[facing=south,short=true,type=sticky] 95 72 42 47 76 57 33 47 47 36 21 47 38 28 16 47 +minecraft:piston_head[facing=south,short=false,type=normal] 95 72 42 47 76 57 33 47 47 36 21 47 38 28 16 47 +minecraft:piston_head[facing=south,short=false,type=sticky] 95 72 42 47 76 57 33 47 47 36 21 47 38 28 16 47 +minecraft:piston_head[facing=west,short=true,type=normal] 95 72 42 47 76 57 33 47 47 36 21 47 38 28 16 47 +minecraft:piston_head[facing=west,short=true,type=sticky] 95 72 42 47 76 57 33 47 47 36 21 47 38 28 16 47 +minecraft:piston_head[facing=west,short=false,type=normal] 95 72 42 47 76 57 33 47 47 36 21 47 38 28 16 47 +minecraft:piston_head[facing=west,short=false,type=sticky] 95 72 42 47 76 57 33 47 47 36 21 47 38 28 16 47 +minecraft:piston_head[facing=up,short=true,type=normal] 95 72 42 47 76 57 33 47 47 36 21 47 38 28 16 47 +minecraft:piston_head[facing=up,short=true,type=sticky] 95 72 42 47 76 57 33 47 47 36 21 47 38 28 16 47 +minecraft:piston_head[facing=up,short=false,type=normal] 95 72 42 47 76 57 33 47 47 36 21 47 38 28 16 47 +minecraft:piston_head[facing=up,short=false,type=sticky] 95 72 42 47 76 57 33 47 47 36 21 47 38 28 16 47 +minecraft:piston_head[facing=down,short=true,type=normal] 95 72 42 47 76 57 33 47 47 36 21 47 38 28 16 47 +minecraft:piston_head[facing=down,short=true,type=sticky] 95 72 42 47 76 57 33 47 47 36 21 47 38 28 16 47 +minecraft:piston_head[facing=down,short=false,type=normal] 95 72 42 47 76 57 33 47 47 36 21 47 38 28 16 47 +minecraft:piston_head[facing=down,short=false,type=sticky] 95 72 42 47 76 57 33 47 47 36 21 47 38 28 16 47 +minecraft:white_wool 235 235 235 255 188 188 188 255 117 117 117 255 94 94 94 255 +minecraft:orange_wool 232 120 43 255 185 96 34 255 116 60 21 255 92 48 17 255 +minecraft:magenta_wool 185 57 196 255 148 45 156 255 92 28 98 255 74 22 78 255 +minecraft:light_blue_wool 82 121 205 255 65 96 164 255 41 60 102 255 32 48 82 255 +minecraft:yellow_wool 209 194 29 255 167 155 23 255 104 97 14 255 83 77 11 255 +minecraft:lime_wool 52 177 42 255 41 141 33 255 26 88 21 255 20 70 16 255 +minecraft:pink_wool 215 127 151 255 172 101 120 255 107 63 75 255 86 50 60 255 +minecraft:gray_wool 63 63 63 255 50 50 50 255 31 31 31 255 25 25 25 255 +minecraft:light_gray_wool 136 146 146 255 108 116 116 255 68 73 73 255 54 58 58 255 +minecraft:cyan_wool 40 124 159 255 32 99 127 255 20 62 79 255 16 49 63 255 +minecraft:purple_wool 124 47 192 255 99 37 153 255 62 23 96 255 49 18 76 255 +minecraft:blue_wool 36 48 147 255 28 38 117 255 18 24 73 255 14 19 58 255 +minecraft:brown_wool 80 47 25 255 64 37 20 255 40 23 12 255 32 18 10 255 +minecraft:green_wool 51 71 22 255 40 56 17 255 25 35 11 255 20 28 8 255 +minecraft:red_wool 154 41 37 255 123 32 29 255 77 20 18 255 61 16 14 255 +minecraft:black_wool 11 11 11 255 8 8 8 255 5 5 5 255 4 4 4 255 +minecraft:dandelion 144 148 34 55 115 118 27 55 72 74 17 55 57 59 13 55 +minecraft:poppy 105 30 18 53 84 24 14 53 52 15 9 53 42 12 7 53 +minecraft:blue_orchid 28 112 155 76 22 89 124 76 14 56 77 76 11 44 62 76 +minecraft:allium 149 107 186 59 119 85 148 59 74 53 93 59 59 42 74 59 +minecraft:azure_bluet 150 153 167 73 120 122 133 73 75 76 83 73 60 61 66 73 +minecraft:red_tulip 76 57 17 66 60 45 13 66 38 28 8 66 30 22 6 66 +minecraft:orange_tulip 85 73 22 66 68 58 17 66 42 36 11 66 34 29 8 66 +minecraft:white_tulip 88 111 76 67 70 88 60 67 44 55 38 67 35 44 30 67 +minecraft:pink_tulip 91 99 80 66 72 79 64 66 45 49 40 66 36 39 32 66 +minecraft:oxeye_daisy 158 166 145 59 126 132 116 59 79 83 72 59 63 66 58 59 +minecraft:cornflower 40 74 132 87 32 59 105 87 20 37 66 87 16 29 52 87 +minecraft:wither_rose 33 35 15 47 26 28 12 47 16 17 7 47 13 14 6 47 +minecraft:lily_of_the_valley 95 117 74 74 76 93 59 74 47 58 37 74 38 46 29 74 +minecraft:brown_mushroom 135 103 78 56 108 82 62 56 67 51 39 56 54 41 31 56 +minecraft:red_mushroom 146 74 62 47 116 59 49 47 73 37 31 47 58 29 24 47 +minecraft:gold_block 210 185 36 255 168 148 28 255 105 92 18 255 84 74 14 255 +minecraft:iron_block 135 138 127 255 108 110 101 255 67 69 63 255 54 55 50 255 +minecraft:bricks 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:tnt 132 74 49 255 105 59 39 255 66 37 24 255 52 29 19 255 +minecraft:tnt[unstable=false] 132 74 49 255 105 59 39 255 66 37 24 255 52 29 19 255 +minecraft:bookshelf 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:mossy_cobblestone 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:obsidian 35 29 47 255 28 23 37 255 17 14 23 255 14 11 18 255 +minecraft:torch 67 60 45 59 53 48 36 59 33 30 22 59 26 24 18 59 +minecraft:wall_torch 67 60 45 59 53 48 36 59 33 30 22 59 26 24 18 59 +minecraft:wall_torch[facing=south] 67 60 45 59 53 48 36 59 33 30 22 59 26 24 18 59 +minecraft:wall_torch[facing=west] 67 60 45 59 53 48 36 59 33 30 22 59 26 24 18 59 +minecraft:wall_torch[facing=east] 67 60 45 59 53 48 36 59 33 30 22 59 26 24 18 59 +minecraft:fire 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=true,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=true,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=true,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=true,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=true,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=true,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=true,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=true,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=true,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=true,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=true,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=true,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=true,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=true,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=true,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=false,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=false,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=false,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=false,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=false,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=false,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=false,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=false,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=false,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=false,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=false,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=false,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=false,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=false,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=true,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=true,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=true,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=true,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=true,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=true,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=true,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=true,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=true,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=true,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=true,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=true,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=true,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=true,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=true,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=true,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=false,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=false,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=false,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=false,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=false,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=false,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=false,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=false,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=false,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=false,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=false,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=false,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=false,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=false,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=false,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=false,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=true,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=true,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=true,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=true,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=true,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=true,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=true,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=true,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=true,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=true,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=true,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=true,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=true,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=true,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=true,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=true,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=false,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=false,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=false,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=false,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=false,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=false,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=false,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=false,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=false,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=false,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=false,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=false,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=false,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=false,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=false,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=false,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=true,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=true,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=true,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=true,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=true,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=true,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=true,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=true,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=true,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=true,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=true,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=true,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=true,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=true,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=true,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=true,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=false,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=false,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=false,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=false,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=false,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=false,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=false,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=false,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=false,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=false,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=false,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=false,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=false,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=false,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=false,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=false,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=true,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=true,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=true,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=true,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=true,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=true,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=true,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=true,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=true,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=true,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=true,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=true,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=true,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=true,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=true,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=true,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=false,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=false,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=false,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=false,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=false,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=false,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=false,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=false,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=false,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=false,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=false,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=false,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=false,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=false,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=false,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=false,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=true,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=true,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=true,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=true,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=true,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=true,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=true,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=true,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=true,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=true,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=true,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=true,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=true,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=true,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=true,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=true,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=false,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=false,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=false,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=false,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=false,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=false,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=false,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=false,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=false,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=false,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=false,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=false,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=false,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=false,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=false,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=false,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=true,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=true,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=true,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=true,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=true,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=true,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=true,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=true,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=true,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=true,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=true,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=true,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=true,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=true,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=true,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=true,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=false,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=false,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=false,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=false,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=false,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=false,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=false,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=false,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=false,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=false,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=false,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=false,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=false,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=false,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=false,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=false,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=true,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=true,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=true,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=true,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=true,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=true,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=true,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=true,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=true,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=true,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=true,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=true,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=true,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=true,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=true,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=true,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=false,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=false,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=false,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=false,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=false,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=false,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=false,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=false,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=false,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=false,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=false,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=false,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=false,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=false,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=false,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=false,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=true,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=true,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=true,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=true,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=true,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=true,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=true,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=true,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=true,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=true,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=true,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=true,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=true,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=true,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=true,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=true,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=false,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=false,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=false,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=false,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=false,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=false,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=false,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=false,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=false,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=false,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=false,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=false,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=false,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=false,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=false,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=false,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=true,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=true,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=true,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=true,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=true,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=true,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=true,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=true,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=true,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=true,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=true,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=true,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=true,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=true,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=true,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=true,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=false,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=false,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=false,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=false,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=false,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=false,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=false,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=false,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=false,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=false,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=false,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=false,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=false,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=false,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=false,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=false,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=true,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=true,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=true,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=true,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=true,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=true,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=true,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=true,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=true,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=true,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=true,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=true,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=true,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=true,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=true,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=true,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=false,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=false,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=false,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=false,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=false,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=false,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=false,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=false,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=false,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=false,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=false,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=false,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=false,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=false,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=false,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=false,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=true,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=true,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=true,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=true,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=true,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=true,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=true,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=true,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=true,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=true,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=true,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=true,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=true,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=true,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=true,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=true,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=false,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=false,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=false,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=false,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=false,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=false,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=false,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=false,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=false,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=false,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=false,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=false,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=false,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=false,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=false,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=false,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=true,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=true,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=true,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=true,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=true,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=true,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=true,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=true,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=true,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=true,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=true,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=true,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=true,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=true,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=true,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=true,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=false,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=false,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=false,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=false,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=false,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=false,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=false,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=false,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=false,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=false,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=false,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=false,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=false,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=false,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=false,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=false,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=true,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=true,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=true,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=true,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=true,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=true,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=true,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=true,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=true,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=true,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=true,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=true,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=true,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=true,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=true,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=true,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=false,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=false,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=false,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=false,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=false,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=false,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=false,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=false,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=false,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=false,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=false,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=false,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=false,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=false,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=false,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=false,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=true,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=true,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=true,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=true,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=true,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=true,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=true,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=true,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=true,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=true,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=true,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=true,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=true,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=true,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=true,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=true,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=false,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=false,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=false,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=false,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=false,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=false,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=false,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=false,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=false,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=false,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=false,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=false,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=false,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=false,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=false,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=false,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=true,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=true,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=true,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=true,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=true,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=true,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=true,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=true,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=true,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=true,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=true,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=true,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=true,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=true,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=true,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=true,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=false,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=false,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=false,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=false,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=false,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=false,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=false,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=false,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=false,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=false,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=false,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=false,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=false,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=false,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=false,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=false,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:soul_fire 65 190 195 77 52 152 156 77 32 95 97 77 26 76 78 77 +minecraft:spawner 104 102 77 185 83 81 61 185 52 51 38 185 41 40 30 185 +minecraft:oak_stairs 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=straight,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=straight,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=straight,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=straight,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=straight,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=straight,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=straight,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:chest 95 83 56 195 76 66 44 195 47 41 28 195 38 33 22 195 +minecraft:chest[facing=north,type=single,waterlogged=false] 95 83 56 195 76 66 44 195 47 41 28 195 38 33 22 195 +minecraft:chest[facing=north,type=left,waterlogged=true] 95 83 56 195 76 66 44 195 47 41 28 195 38 33 22 195 +minecraft:chest[facing=north,type=left,waterlogged=false] 95 83 56 195 76 66 44 195 47 41 28 195 38 33 22 195 +minecraft:chest[facing=north,type=right,waterlogged=true] 95 83 56 195 76 66 44 195 47 41 28 195 38 33 22 195 +minecraft:chest[facing=north,type=right,waterlogged=false] 95 83 56 195 76 66 44 195 47 41 28 195 38 33 22 195 +minecraft:chest[facing=south,type=single,waterlogged=true] 95 83 56 195 76 66 44 195 47 41 28 195 38 33 22 195 +minecraft:chest[facing=south,type=single,waterlogged=false] 95 83 56 195 76 66 44 195 47 41 28 195 38 33 22 195 +minecraft:chest[facing=south,type=left,waterlogged=true] 95 83 56 195 76 66 44 195 47 41 28 195 38 33 22 195 +minecraft:chest[facing=south,type=left,waterlogged=false] 95 83 56 195 76 66 44 195 47 41 28 195 38 33 22 195 +minecraft:chest[facing=south,type=right,waterlogged=true] 95 83 56 195 76 66 44 195 47 41 28 195 38 33 22 195 +minecraft:chest[facing=south,type=right,waterlogged=false] 95 83 56 195 76 66 44 195 47 41 28 195 38 33 22 195 +minecraft:chest[facing=west,type=single,waterlogged=true] 95 83 56 195 76 66 44 195 47 41 28 195 38 33 22 195 +minecraft:chest[facing=west,type=single,waterlogged=false] 95 83 56 195 76 66 44 195 47 41 28 195 38 33 22 195 +minecraft:chest[facing=west,type=left,waterlogged=true] 95 83 56 195 76 66 44 195 47 41 28 195 38 33 22 195 +minecraft:chest[facing=west,type=left,waterlogged=false] 95 83 56 195 76 66 44 195 47 41 28 195 38 33 22 195 +minecraft:chest[facing=west,type=right,waterlogged=true] 95 83 56 195 76 66 44 195 47 41 28 195 38 33 22 195 +minecraft:chest[facing=west,type=right,waterlogged=false] 95 83 56 195 76 66 44 195 47 41 28 195 38 33 22 195 +minecraft:chest[facing=east,type=single,waterlogged=true] 95 83 56 195 76 66 44 195 47 41 28 195 38 33 22 195 +minecraft:chest[facing=east,type=single,waterlogged=false] 95 83 56 195 76 66 44 195 47 41 28 195 38 33 22 195 +minecraft:chest[facing=east,type=left,waterlogged=true] 95 83 56 195 76 66 44 195 47 41 28 195 38 33 22 195 +minecraft:chest[facing=east,type=left,waterlogged=false] 95 83 56 195 76 66 44 195 47 41 28 195 38 33 22 195 +minecraft:chest[facing=east,type=right,waterlogged=true] 95 83 56 195 76 66 44 195 47 41 28 195 38 33 22 195 +minecraft:chest[facing=east,type=right,waterlogged=false] 95 83 56 195 76 66 44 195 47 41 28 195 38 33 22 195 +minecraft:redstone_wire 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:diamond_ore 122 130 127 255 97 104 101 255 61 65 63 255 48 52 50 255 +minecraft:deepslate_diamond_ore 77 90 93 255 61 72 74 255 38 45 46 255 30 36 37 255 +minecraft:diamond_block 121 146 130 255 96 116 104 255 60 73 65 255 48 58 52 255 +minecraft:crafting_table 198 189 165 255 158 151 132 255 99 94 82 255 79 75 66 255 +minecraft:wheat 64 103 0 17 51 82 0 17 32 51 0 17 25 41 0 17 +minecraft:wheat[age=1] 73 114 11 38 58 91 8 38 36 57 5 38 29 45 4 38 +minecraft:wheat[age=2] 77 107 32 69 61 85 25 69 38 53 16 69 30 42 12 69 +minecraft:wheat[age=3] 84 126 44 108 67 100 35 108 42 63 22 108 33 50 17 108 +minecraft:wheat[age=4] 117 142 49 129 93 113 39 129 58 71 24 129 46 56 19 129 +minecraft:wheat[age=5] 143 144 54 148 114 115 43 148 71 72 27 148 57 57 21 148 +minecraft:wheat[age=6] 163 145 57 167 130 116 45 167 81 72 28 167 65 58 22 167 +minecraft:wheat[age=7] 176 139 52 185 140 111 41 185 88 69 26 185 70 55 20 185 +minecraft:farmland 96 61 34 255 76 48 27 255 48 30 17 255 38 24 13 255 +minecraft:farmland[moisture=1] 63 33 9 255 50 26 7 255 31 16 4 255 25 13 3 255 +minecraft:farmland[moisture=2] 63 33 9 255 50 26 7 255 31 16 4 255 25 13 3 255 +minecraft:farmland[moisture=3] 63 33 9 255 50 26 7 255 31 16 4 255 25 13 3 255 +minecraft:farmland[moisture=4] 63 33 9 255 50 26 7 255 31 16 4 255 25 13 3 255 +minecraft:farmland[moisture=5] 63 33 9 255 50 26 7 255 31 16 4 255 25 13 3 255 +minecraft:farmland[moisture=6] 63 33 9 255 50 26 7 255 31 16 4 255 25 13 3 255 +minecraft:farmland[moisture=7] 63 33 9 255 50 26 7 255 31 16 4 255 25 13 3 255 +minecraft:furnace 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:furnace[facing=north,lit=false] 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:furnace[facing=south,lit=true] 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:furnace[facing=south,lit=false] 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:furnace[facing=west,lit=true] 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:furnace[facing=west,lit=false] 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:furnace[facing=east,lit=true] 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:furnace[facing=east,lit=false] 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:oak_sign 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=0,waterlogged=false] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=1,waterlogged=true] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=1,waterlogged=false] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=2,waterlogged=true] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=2,waterlogged=false] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=3,waterlogged=true] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=3,waterlogged=false] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=4,waterlogged=true] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=4,waterlogged=false] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=5,waterlogged=true] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=5,waterlogged=false] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=6,waterlogged=true] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=6,waterlogged=false] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=7,waterlogged=true] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=7,waterlogged=false] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=8,waterlogged=true] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=8,waterlogged=false] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=9,waterlogged=true] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=9,waterlogged=false] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=10,waterlogged=true] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=10,waterlogged=false] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=11,waterlogged=true] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=11,waterlogged=false] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=12,waterlogged=true] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=12,waterlogged=false] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=13,waterlogged=true] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=13,waterlogged=false] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=14,waterlogged=true] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=14,waterlogged=false] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=15,waterlogged=true] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=15,waterlogged=false] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:spruce_sign 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=0,waterlogged=false] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=1,waterlogged=true] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=1,waterlogged=false] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=2,waterlogged=true] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=2,waterlogged=false] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=3,waterlogged=true] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=3,waterlogged=false] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=4,waterlogged=true] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=4,waterlogged=false] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=5,waterlogged=true] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=5,waterlogged=false] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=6,waterlogged=true] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=6,waterlogged=false] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=7,waterlogged=true] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=7,waterlogged=false] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=8,waterlogged=true] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=8,waterlogged=false] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=9,waterlogged=true] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=9,waterlogged=false] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=10,waterlogged=true] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=10,waterlogged=false] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=11,waterlogged=true] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=11,waterlogged=false] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=12,waterlogged=true] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=12,waterlogged=false] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=13,waterlogged=true] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=13,waterlogged=false] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=14,waterlogged=true] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=14,waterlogged=false] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=15,waterlogged=true] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=15,waterlogged=false] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:birch_sign 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=0,waterlogged=false] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=1,waterlogged=true] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=1,waterlogged=false] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=2,waterlogged=true] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=2,waterlogged=false] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=3,waterlogged=true] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=3,waterlogged=false] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=4,waterlogged=true] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=4,waterlogged=false] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=5,waterlogged=true] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=5,waterlogged=false] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=6,waterlogged=true] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=6,waterlogged=false] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=7,waterlogged=true] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=7,waterlogged=false] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=8,waterlogged=true] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=8,waterlogged=false] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=9,waterlogged=true] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=9,waterlogged=false] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=10,waterlogged=true] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=10,waterlogged=false] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=11,waterlogged=true] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=11,waterlogged=false] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=12,waterlogged=true] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=12,waterlogged=false] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=13,waterlogged=true] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=13,waterlogged=false] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=14,waterlogged=true] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=14,waterlogged=false] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=15,waterlogged=true] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=15,waterlogged=false] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:acacia_sign 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=0,waterlogged=false] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=1,waterlogged=true] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=1,waterlogged=false] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=2,waterlogged=true] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=2,waterlogged=false] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=3,waterlogged=true] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=3,waterlogged=false] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=4,waterlogged=true] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=4,waterlogged=false] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=5,waterlogged=true] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=5,waterlogged=false] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=6,waterlogged=true] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=6,waterlogged=false] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=7,waterlogged=true] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=7,waterlogged=false] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=8,waterlogged=true] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=8,waterlogged=false] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=9,waterlogged=true] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=9,waterlogged=false] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=10,waterlogged=true] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=10,waterlogged=false] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=11,waterlogged=true] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=11,waterlogged=false] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=12,waterlogged=true] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=12,waterlogged=false] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=13,waterlogged=true] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=13,waterlogged=false] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=14,waterlogged=true] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=14,waterlogged=false] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=15,waterlogged=true] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=15,waterlogged=false] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:jungle_sign 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=0,waterlogged=false] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=1,waterlogged=true] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=1,waterlogged=false] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=2,waterlogged=true] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=2,waterlogged=false] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=3,waterlogged=true] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=3,waterlogged=false] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=4,waterlogged=true] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=4,waterlogged=false] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=5,waterlogged=true] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=5,waterlogged=false] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=6,waterlogged=true] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=6,waterlogged=false] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=7,waterlogged=true] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=7,waterlogged=false] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=8,waterlogged=true] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=8,waterlogged=false] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=9,waterlogged=true] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=9,waterlogged=false] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=10,waterlogged=true] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=10,waterlogged=false] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=11,waterlogged=true] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=11,waterlogged=false] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=12,waterlogged=true] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=12,waterlogged=false] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=13,waterlogged=true] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=13,waterlogged=false] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=14,waterlogged=true] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=14,waterlogged=false] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=15,waterlogged=true] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=15,waterlogged=false] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:dark_oak_sign 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=0,waterlogged=false] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=1,waterlogged=true] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=1,waterlogged=false] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=2,waterlogged=true] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=2,waterlogged=false] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=3,waterlogged=true] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=3,waterlogged=false] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=4,waterlogged=true] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=4,waterlogged=false] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=5,waterlogged=true] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=5,waterlogged=false] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=6,waterlogged=true] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=6,waterlogged=false] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=7,waterlogged=true] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=7,waterlogged=false] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=8,waterlogged=true] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=8,waterlogged=false] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=9,waterlogged=true] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=9,waterlogged=false] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=10,waterlogged=true] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=10,waterlogged=false] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=11,waterlogged=true] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=11,waterlogged=false] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=12,waterlogged=true] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=12,waterlogged=false] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=13,waterlogged=true] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=13,waterlogged=false] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=14,waterlogged=true] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=14,waterlogged=false] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=15,waterlogged=true] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=15,waterlogged=false] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:oak_door 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=true,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=false,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=false,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=true,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=true,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=false,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=false,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=true,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=true,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=true,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=true,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=false,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=false,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=true,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=true,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=false,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=false,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=true,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=true,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=false,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=false,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=true,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=true,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=false,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=false,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=true,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=true,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=false,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=false,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=true,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=true,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=false,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=false,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=true,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=true,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=false,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=false,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=true,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=true,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=false,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=false,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=true,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=true,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=false,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=false,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=true,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=true,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=false,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=false,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=true,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=true,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=false,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=false,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=true,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=true,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=false,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=false,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=true,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=true,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=false,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=false,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:ladder 73 59 35 225 58 47 28 225 36 29 17 225 29 23 14 225 +minecraft:ladder[facing=north,waterlogged=false] 73 59 35 225 58 47 28 225 36 29 17 225 29 23 14 225 +minecraft:ladder[facing=south,waterlogged=true] 73 59 35 225 58 47 28 225 36 29 17 225 29 23 14 225 +minecraft:ladder[facing=south,waterlogged=false] 73 59 35 225 58 47 28 225 36 29 17 225 29 23 14 225 +minecraft:ladder[facing=west,waterlogged=true] 73 59 35 225 58 47 28 225 36 29 17 225 29 23 14 225 +minecraft:ladder[facing=west,waterlogged=false] 73 59 35 225 58 47 28 225 36 29 17 225 29 23 14 225 +minecraft:ladder[facing=east,waterlogged=true] 73 59 35 225 58 47 28 225 36 29 17 225 29 23 14 225 +minecraft:ladder[facing=east,waterlogged=false] 73 59 35 225 58 47 28 225 36 29 17 225 29 23 14 225 +minecraft:rail 83 78 72 177 66 62 57 177 41 39 36 177 33 31 28 177 +minecraft:rail[shape=north_south,waterlogged=false] 83 78 72 177 66 62 57 177 41 39 36 177 33 31 28 177 +minecraft:rail[shape=east_west,waterlogged=true] 83 78 72 177 66 62 57 177 41 39 36 177 33 31 28 177 +minecraft:rail[shape=east_west,waterlogged=false] 83 78 72 177 66 62 57 177 41 39 36 177 33 31 28 177 +minecraft:rail[shape=ascending_east,waterlogged=true] 83 78 72 177 66 62 57 177 41 39 36 177 33 31 28 177 +minecraft:rail[shape=ascending_east,waterlogged=false] 83 78 72 177 66 62 57 177 41 39 36 177 33 31 28 177 +minecraft:rail[shape=ascending_west,waterlogged=true] 83 78 72 177 66 62 57 177 41 39 36 177 33 31 28 177 +minecraft:rail[shape=ascending_west,waterlogged=false] 83 78 72 177 66 62 57 177 41 39 36 177 33 31 28 177 +minecraft:rail[shape=ascending_north,waterlogged=true] 83 78 72 177 66 62 57 177 41 39 36 177 33 31 28 177 +minecraft:rail[shape=ascending_north,waterlogged=false] 83 78 72 177 66 62 57 177 41 39 36 177 33 31 28 177 +minecraft:rail[shape=ascending_south,waterlogged=true] 83 78 72 177 66 62 57 177 41 39 36 177 33 31 28 177 +minecraft:rail[shape=ascending_south,waterlogged=false] 83 78 72 177 66 62 57 177 41 39 36 177 33 31 28 177 +minecraft:rail[shape=south_east,waterlogged=true] 84 79 73 137 67 63 58 137 42 39 36 137 33 31 29 137 +minecraft:rail[shape=south_east,waterlogged=false] 84 79 73 137 67 63 58 137 42 39 36 137 33 31 29 137 +minecraft:rail[shape=south_west,waterlogged=true] 84 79 73 137 67 63 58 137 42 39 36 137 33 31 29 137 +minecraft:rail[shape=south_west,waterlogged=false] 84 79 73 137 67 63 58 137 42 39 36 137 33 31 29 137 +minecraft:rail[shape=north_west,waterlogged=true] 84 79 73 137 67 63 58 137 42 39 36 137 33 31 29 137 +minecraft:rail[shape=north_west,waterlogged=false] 84 79 73 137 67 63 58 137 42 39 36 137 33 31 29 137 +minecraft:rail[shape=north_east,waterlogged=true] 84 79 73 137 67 63 58 137 42 39 36 137 33 31 29 137 +minecraft:rail[shape=north_east,waterlogged=false] 84 79 73 137 67 63 58 137 42 39 36 137 33 31 29 137 +minecraft:cobblestone_stairs 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:oak_wall_sign 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_wall_sign[facing=north,waterlogged=false] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_wall_sign[facing=south,waterlogged=true] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_wall_sign[facing=south,waterlogged=false] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_wall_sign[facing=west,waterlogged=true] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_wall_sign[facing=west,waterlogged=false] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_wall_sign[facing=east,waterlogged=true] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_wall_sign[facing=east,waterlogged=false] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:spruce_wall_sign 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_wall_sign[facing=north,waterlogged=false] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_wall_sign[facing=south,waterlogged=true] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_wall_sign[facing=south,waterlogged=false] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_wall_sign[facing=west,waterlogged=true] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_wall_sign[facing=west,waterlogged=false] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_wall_sign[facing=east,waterlogged=true] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_wall_sign[facing=east,waterlogged=false] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:birch_wall_sign 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_wall_sign[facing=north,waterlogged=false] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_wall_sign[facing=south,waterlogged=true] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_wall_sign[facing=south,waterlogged=false] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_wall_sign[facing=west,waterlogged=true] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_wall_sign[facing=west,waterlogged=false] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_wall_sign[facing=east,waterlogged=true] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_wall_sign[facing=east,waterlogged=false] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:acacia_wall_sign 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_wall_sign[facing=north,waterlogged=false] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_wall_sign[facing=south,waterlogged=true] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_wall_sign[facing=south,waterlogged=false] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_wall_sign[facing=west,waterlogged=true] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_wall_sign[facing=west,waterlogged=false] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_wall_sign[facing=east,waterlogged=true] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_wall_sign[facing=east,waterlogged=false] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:jungle_wall_sign 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_wall_sign[facing=north,waterlogged=false] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_wall_sign[facing=south,waterlogged=true] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_wall_sign[facing=south,waterlogged=false] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_wall_sign[facing=west,waterlogged=true] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_wall_sign[facing=west,waterlogged=false] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_wall_sign[facing=east,waterlogged=true] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_wall_sign[facing=east,waterlogged=false] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:dark_oak_wall_sign 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_wall_sign[facing=north,waterlogged=false] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_wall_sign[facing=south,waterlogged=true] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_wall_sign[facing=south,waterlogged=false] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_wall_sign[facing=west,waterlogged=true] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_wall_sign[facing=west,waterlogged=false] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_wall_sign[facing=east,waterlogged=true] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_wall_sign[facing=east,waterlogged=false] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:lever 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:lever[face=floor,facing=north,powered=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:lever[face=floor,facing=south,powered=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:lever[face=floor,facing=south,powered=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:lever[face=floor,facing=west,powered=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:lever[face=floor,facing=west,powered=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:lever[face=floor,facing=east,powered=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:lever[face=floor,facing=east,powered=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:lever[face=wall,facing=north,powered=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:lever[face=wall,facing=north,powered=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:lever[face=wall,facing=south,powered=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:lever[face=wall,facing=south,powered=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:lever[face=wall,facing=west,powered=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:lever[face=wall,facing=west,powered=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:lever[face=wall,facing=east,powered=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:lever[face=wall,facing=east,powered=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:lever[face=ceiling,facing=north,powered=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:lever[face=ceiling,facing=north,powered=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:lever[face=ceiling,facing=south,powered=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:lever[face=ceiling,facing=south,powered=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:lever[face=ceiling,facing=west,powered=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:lever[face=ceiling,facing=west,powered=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:lever[face=ceiling,facing=east,powered=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:lever[face=ceiling,facing=east,powered=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:stone_pressure_plate 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_pressure_plate[powered=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:iron_door 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=true,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=false,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=false,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=true,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=true,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=false,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=false,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=true,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=true,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=true,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=true,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=false,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=false,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=true,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=true,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=false,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=false,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=true,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=true,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=false,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=false,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=true,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=true,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=false,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=false,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=true,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=true,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=false,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=false,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=true,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=true,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=false,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=false,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=true,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=true,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=false,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=false,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=true,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=true,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=false,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=false,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=true,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=true,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=false,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=false,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=true,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=true,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=false,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=false,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=true,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=true,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=false,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=false,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=true,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=true,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=false,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=false,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=true,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=true,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=false,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=false,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:oak_pressure_plate 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_pressure_plate[powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:spruce_pressure_plate 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_pressure_plate[powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:birch_pressure_plate 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_pressure_plate[powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:jungle_pressure_plate 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_pressure_plate[powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:acacia_pressure_plate 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_pressure_plate[powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:dark_oak_pressure_plate 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_pressure_plate[powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:redstone_ore 120 102 99 255 96 81 79 255 60 51 49 255 48 40 39 255 +minecraft:redstone_ore[lit=false] 120 102 99 255 96 81 79 255 60 51 49 255 48 40 39 255 +minecraft:deepslate_redstone_ore 73 60 63 255 58 48 50 255 36 30 31 255 29 24 25 255 +minecraft:deepslate_redstone_ore[lit=false] 73 60 63 255 58 48 50 255 36 30 31 255 29 24 25 255 +minecraft:redstone_torch 103 42 33 127 82 33 26 127 51 21 16 127 41 16 13 127 +minecraft:redstone_torch[lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:redstone_wall_torch 103 42 33 127 82 33 26 127 51 21 16 127 41 16 13 127 +minecraft:redstone_wall_torch[facing=north,lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:redstone_wall_torch[facing=south,lit=true] 103 42 33 127 82 33 26 127 51 21 16 127 41 16 13 127 +minecraft:redstone_wall_torch[facing=south,lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:redstone_wall_torch[facing=west,lit=true] 103 42 33 127 82 33 26 127 51 21 16 127 41 16 13 127 +minecraft:redstone_wall_torch[facing=west,lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:redstone_wall_torch[facing=east,lit=true] 103 42 33 127 82 33 26 127 51 21 16 127 41 16 13 127 +minecraft:redstone_wall_torch[facing=east,lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:stone_button 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_button[face=floor,facing=north,powered=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_button[face=floor,facing=south,powered=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_button[face=floor,facing=south,powered=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_button[face=floor,facing=west,powered=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_button[face=floor,facing=west,powered=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_button[face=floor,facing=east,powered=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_button[face=floor,facing=east,powered=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_button[face=wall,facing=north,powered=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_button[face=wall,facing=north,powered=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_button[face=wall,facing=south,powered=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_button[face=wall,facing=south,powered=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_button[face=wall,facing=west,powered=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_button[face=wall,facing=west,powered=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_button[face=wall,facing=east,powered=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_button[face=wall,facing=east,powered=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_button[face=ceiling,facing=north,powered=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_button[face=ceiling,facing=north,powered=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_button[face=ceiling,facing=south,powered=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_button[face=ceiling,facing=south,powered=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_button[face=ceiling,facing=west,powered=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_button[face=ceiling,facing=west,powered=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_button[face=ceiling,facing=east,powered=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_button[face=ceiling,facing=east,powered=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:snow 231 250 255 255 184 200 204 255 115 125 127 255 92 100 102 255 +minecraft:snow[layers=2] 231 250 255 255 184 200 204 255 115 125 127 255 92 100 102 255 +minecraft:snow[layers=3] 231 250 255 255 184 200 204 255 115 125 127 255 92 100 102 255 +minecraft:snow[layers=4] 231 250 255 255 184 200 204 255 115 125 127 255 92 100 102 255 +minecraft:snow[layers=5] 231 250 255 255 184 200 204 255 115 125 127 255 92 100 102 255 +minecraft:snow[layers=6] 231 250 255 255 184 200 204 255 115 125 127 255 92 100 102 255 +minecraft:snow[layers=7] 231 250 255 255 184 200 204 255 115 125 127 255 92 100 102 255 +minecraft:snow[layers=8] 231 250 255 255 184 200 204 255 115 125 127 255 92 100 102 255 +minecraft:ice 188 232 253 149 150 185 202 149 94 116 126 149 75 92 101 149 +minecraft:snow_block 231 250 255 255 184 200 204 255 115 125 127 255 92 100 102 255 +minecraft:cactus 99 139 73 195 79 111 58 195 49 69 36 195 39 55 29 195 +minecraft:cactus[age=1] 99 139 73 195 79 111 58 195 49 69 36 195 39 55 29 195 +minecraft:cactus[age=2] 99 139 73 195 79 111 58 195 49 69 36 195 39 55 29 195 +minecraft:cactus[age=3] 99 139 73 195 79 111 58 195 49 69 36 195 39 55 29 195 +minecraft:cactus[age=4] 99 139 73 195 79 111 58 195 49 69 36 195 39 55 29 195 +minecraft:cactus[age=5] 99 139 73 195 79 111 58 195 49 69 36 195 39 55 29 195 +minecraft:cactus[age=6] 99 139 73 195 79 111 58 195 49 69 36 195 39 55 29 195 +minecraft:cactus[age=7] 99 139 73 195 79 111 58 195 49 69 36 195 39 55 29 195 +minecraft:cactus[age=8] 99 139 73 195 79 111 58 195 49 69 36 195 39 55 29 195 +minecraft:cactus[age=9] 99 139 73 195 79 111 58 195 49 69 36 195 39 55 29 195 +minecraft:cactus[age=10] 99 139 73 195 79 111 58 195 49 69 36 195 39 55 29 195 +minecraft:cactus[age=11] 99 139 73 195 79 111 58 195 49 69 36 195 39 55 29 195 +minecraft:cactus[age=12] 99 139 73 195 79 111 58 195 49 69 36 195 39 55 29 195 +minecraft:cactus[age=13] 99 139 73 195 79 111 58 195 49 69 36 195 39 55 29 195 +minecraft:cactus[age=14] 99 139 73 195 79 111 58 195 49 69 36 195 39 55 29 195 +minecraft:cactus[age=15] 99 139 73 195 79 111 58 195 49 69 36 195 39 55 29 195 +minecraft:clay 128 131 144 255 102 104 115 255 64 65 72 255 51 52 57 255 +minecraft:sugar_cane 121 125 24 194 96 100 19 194 60 62 12 194 48 50 9 194 +minecraft:sugar_cane[age=1] 121 125 24 194 96 100 19 194 60 62 12 194 48 50 9 194 +minecraft:sugar_cane[age=2] 121 125 24 194 96 100 19 194 60 62 12 194 48 50 9 194 +minecraft:sugar_cane[age=3] 121 125 24 194 96 100 19 194 60 62 12 194 48 50 9 194 +minecraft:sugar_cane[age=4] 121 125 24 194 96 100 19 194 60 62 12 194 48 50 9 194 +minecraft:sugar_cane[age=5] 121 125 24 194 96 100 19 194 60 62 12 194 48 50 9 194 +minecraft:sugar_cane[age=6] 121 125 24 194 96 100 19 194 60 62 12 194 48 50 9 194 +minecraft:sugar_cane[age=7] 121 125 24 194 96 100 19 194 60 62 12 194 48 50 9 194 +minecraft:sugar_cane[age=8] 121 125 24 194 96 100 19 194 60 62 12 194 48 50 9 194 +minecraft:sugar_cane[age=9] 121 125 24 194 96 100 19 194 60 62 12 194 48 50 9 194 +minecraft:sugar_cane[age=10] 121 125 24 194 96 100 19 194 60 62 12 194 48 50 9 194 +minecraft:sugar_cane[age=11] 121 125 24 194 96 100 19 194 60 62 12 194 48 50 9 194 +minecraft:sugar_cane[age=12] 121 125 24 194 96 100 19 194 60 62 12 194 48 50 9 194 +minecraft:sugar_cane[age=13] 121 125 24 194 96 100 19 194 60 62 12 194 48 50 9 194 +minecraft:sugar_cane[age=14] 121 125 24 194 96 100 19 194 60 62 12 194 48 50 9 194 +minecraft:sugar_cane[age=15] 121 125 24 194 96 100 19 194 60 62 12 194 48 50 9 194 +minecraft:jukebox 56 38 23 255 44 30 18 255 28 19 11 255 22 15 9 255 +minecraft:jukebox[has_record=false] 56 38 23 255 44 30 18 255 28 19 11 255 22 15 9 255 +minecraft:oak_fence 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=true,west=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=false,west=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=false,west=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=true,west=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=true,west=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=false,west=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=false,west=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=true,west=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=true,west=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=false,west=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=false,west=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=true,west=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=true,west=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=false,west=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=false,west=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=true,west=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=true,west=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=false,west=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=false,west=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=true,west=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=true,west=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=false,west=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=false,west=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=true,west=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=true,west=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=false,west=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=false,west=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=true,west=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=true,west=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:pumpkin 202 92 24 255 161 73 19 255 101 46 12 255 80 36 9 255 +minecraft:netherrack 73 18 18 255 58 14 14 255 36 9 9 255 29 7 7 255 +minecraft:soul_sand 59 42 32 255 47 33 25 255 29 21 16 255 23 16 12 255 +minecraft:soul_soil 57 42 33 255 45 33 26 255 28 21 16 255 22 16 13 255 +minecraft:basalt 73 75 77 255 58 60 61 255 36 37 38 255 29 30 30 255 +minecraft:basalt[axis=y] 80 80 86 255 64 64 68 255 40 40 43 255 32 32 34 255 +minecraft:basalt[axis=z] 73 75 77 255 58 60 61 255 36 37 38 255 29 30 30 255 +minecraft:polished_basalt 72 73 75 255 57 58 60 255 36 36 37 255 28 29 30 255 +minecraft:polished_basalt[axis=y] 85 84 89 255 68 67 71 255 42 42 44 255 34 33 35 255 +minecraft:polished_basalt[axis=z] 72 73 75 255 57 58 60 255 36 36 37 255 28 29 30 255 +minecraft:soul_torch 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=south] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=west] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=east] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:glowstone 161 101 0 255 128 80 0 255 80 50 0 255 64 40 0 255 +minecraft:nether_portal 129 51 185 179 103 40 148 179 64 25 92 179 51 20 74 179 +minecraft:nether_portal[axis=z] 129 51 185 179 103 40 148 179 64 25 92 179 51 20 74 179 +minecraft:carved_pumpkin 202 92 24 255 161 73 19 255 101 46 12 255 80 36 9 255 +minecraft:carved_pumpkin[facing=south] 202 92 24 255 161 73 19 255 101 46 12 255 80 36 9 255 +minecraft:carved_pumpkin[facing=west] 202 92 24 255 161 73 19 255 101 46 12 255 80 36 9 255 +minecraft:carved_pumpkin[facing=east] 202 92 24 255 161 73 19 255 101 46 12 255 80 36 9 255 +minecraft:jack_o_lantern 202 92 24 255 161 73 19 255 101 46 12 255 80 36 9 255 +minecraft:jack_o_lantern[facing=south] 202 92 24 255 161 73 19 255 101 46 12 255 80 36 9 255 +minecraft:jack_o_lantern[facing=west] 202 92 24 255 161 73 19 255 101 46 12 255 80 36 9 255 +minecraft:jack_o_lantern[facing=east] 202 92 24 255 161 73 19 255 101 46 12 255 80 36 9 255 +minecraft:cake 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:cake[bites=1] 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:cake[bites=2] 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:cake[bites=3] 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:cake[bites=4] 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:cake[bites=5] 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:cake[bites=6] 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:repeater 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=1,facing=north,locked=true,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=1,facing=north,locked=false,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=1,facing=north,locked=false,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=1,facing=south,locked=true,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=1,facing=south,locked=true,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=1,facing=south,locked=false,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=1,facing=south,locked=false,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=1,facing=west,locked=true,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=1,facing=west,locked=true,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=1,facing=west,locked=false,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=1,facing=west,locked=false,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=1,facing=east,locked=true,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=1,facing=east,locked=true,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=1,facing=east,locked=false,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=1,facing=east,locked=false,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=2,facing=north,locked=true,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=2,facing=north,locked=true,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=2,facing=north,locked=false,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=2,facing=north,locked=false,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=2,facing=south,locked=true,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=2,facing=south,locked=true,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=2,facing=south,locked=false,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=2,facing=south,locked=false,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=2,facing=west,locked=true,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=2,facing=west,locked=true,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=2,facing=west,locked=false,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=2,facing=west,locked=false,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=2,facing=east,locked=true,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=2,facing=east,locked=true,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=2,facing=east,locked=false,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=2,facing=east,locked=false,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=3,facing=north,locked=true,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=3,facing=north,locked=true,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=3,facing=north,locked=false,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=3,facing=north,locked=false,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=3,facing=south,locked=true,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=3,facing=south,locked=true,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=3,facing=south,locked=false,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=3,facing=south,locked=false,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=3,facing=west,locked=true,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=3,facing=west,locked=true,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=3,facing=west,locked=false,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=3,facing=west,locked=false,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=3,facing=east,locked=true,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=3,facing=east,locked=true,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=3,facing=east,locked=false,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=3,facing=east,locked=false,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=4,facing=north,locked=true,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=4,facing=north,locked=true,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=4,facing=north,locked=false,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=4,facing=north,locked=false,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=4,facing=south,locked=true,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=4,facing=south,locked=true,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=4,facing=south,locked=false,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=4,facing=south,locked=false,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=4,facing=west,locked=true,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=4,facing=west,locked=true,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=4,facing=west,locked=false,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=4,facing=west,locked=false,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=4,facing=east,locked=true,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=4,facing=east,locked=true,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=4,facing=east,locked=false,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=4,facing=east,locked=false,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:white_stained_glass 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:orange_stained_glass 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:magenta_stained_glass 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:light_blue_stained_glass 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:yellow_stained_glass 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:lime_stained_glass 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:pink_stained_glass 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:gray_stained_glass 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:light_gray_stained_glass 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:cyan_stained_glass 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:purple_stained_glass 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:blue_stained_glass 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:brown_stained_glass 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:green_stained_glass 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:red_stained_glass 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:black_stained_glass 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:oak_trapdoor 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:spruce_trapdoor 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:birch_trapdoor 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:jungle_trapdoor 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:acacia_trapdoor 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:dark_oak_trapdoor 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:stone_bricks 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:mossy_stone_bricks 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:cracked_stone_bricks 116 114 114 255 92 91 91 255 58 57 57 255 46 45 45 255 +minecraft:chiseled_stone_bricks 115 113 111 255 92 90 88 255 57 56 55 255 46 45 44 255 +minecraft:infested_stone 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:infested_cobblestone 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:infested_stone_bricks 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:infested_mossy_stone_bricks 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:infested_cracked_stone_bricks 116 114 114 255 92 91 91 255 58 57 57 255 46 45 45 255 +minecraft:infested_chiseled_stone_bricks 115 113 111 255 92 90 88 255 57 56 55 255 46 45 44 255 +minecraft:brown_mushroom_block 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:iron_bars 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=true,west=false] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=false,west=true] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=false,west=false] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=true,west=true] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=true,west=false] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=false,west=true] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=false,west=false] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=true,west=true] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=true,west=false] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=false,west=true] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=false,west=false] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=true,west=true] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=true,west=false] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=false,west=true] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=false,west=false] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=true,west=true] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=true,west=false] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=false,west=true] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=false,west=false] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=true,west=true] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=true,west=false] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=false,west=true] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=false,west=false] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=true,west=true] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=true,west=false] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=false,west=true] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=false,west=false] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=true,west=true] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=true,west=false] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=true] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=false] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:chain 55 61 76 19 44 48 60 19 27 30 38 19 22 24 30 19 +minecraft:chain[axis=x,waterlogged=false] 55 61 76 19 44 48 60 19 27 30 38 19 22 24 30 19 +minecraft:chain[axis=y,waterlogged=true] 55 61 76 19 44 48 60 19 27 30 38 19 22 24 30 19 +minecraft:chain[axis=y,waterlogged=false] 55 61 76 19 44 48 60 19 27 30 38 19 22 24 30 19 +minecraft:chain[axis=z,waterlogged=true] 55 61 76 19 44 48 60 19 27 30 38 19 22 24 30 19 +minecraft:chain[axis=z,waterlogged=false] 55 61 76 19 44 48 60 19 27 30 38 19 22 24 30 19 +minecraft:glass_pane 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:melon 1 101 31 255 0 80 24 255 0 50 15 255 0 40 12 255 +minecraft:attached_pumpkin_stem 45 85 24 37 36 68 19 37 22 42 12 37 18 34 9 37 +minecraft:attached_pumpkin_stem[facing=south] 45 85 24 37 36 68 19 37 22 42 12 37 18 34 9 37 +minecraft:attached_pumpkin_stem[facing=west] 45 85 24 37 36 68 19 37 22 42 12 37 18 34 9 37 +minecraft:attached_pumpkin_stem[facing=east] 45 85 24 37 36 68 19 37 22 42 12 37 18 34 9 37 +minecraft:attached_melon_stem 42 80 22 32 33 64 17 32 21 40 11 32 16 32 8 32 +minecraft:attached_melon_stem[facing=south] 42 80 22 32 33 64 17 32 21 40 11 32 16 32 8 32 +minecraft:attached_melon_stem[facing=west] 42 80 22 32 33 64 17 32 21 40 11 32 16 32 8 32 +minecraft:attached_melon_stem[facing=east] 42 80 22 32 33 64 17 32 21 40 11 32 16 32 8 32 +minecraft:pumpkin_stem 44 84 23 41 35 67 18 41 22 42 11 41 17 33 9 41 +minecraft:pumpkin_stem[age=1] 44 84 23 41 35 67 18 41 22 42 11 41 17 33 9 41 +minecraft:pumpkin_stem[age=2] 44 84 23 41 35 67 18 41 22 42 11 41 17 33 9 41 +minecraft:pumpkin_stem[age=3] 44 84 23 41 35 67 18 41 22 42 11 41 17 33 9 41 +minecraft:pumpkin_stem[age=4] 44 84 23 41 35 67 18 41 22 42 11 41 17 33 9 41 +minecraft:pumpkin_stem[age=5] 44 84 23 41 35 67 18 41 22 42 11 41 17 33 9 41 +minecraft:pumpkin_stem[age=6] 44 84 23 41 35 67 18 41 22 42 11 41 17 33 9 41 +minecraft:pumpkin_stem[age=7] 44 84 23 41 35 67 18 41 22 42 11 41 17 33 9 41 +minecraft:melon_stem 46 87 24 34 36 69 19 34 23 43 12 34 18 34 9 34 +minecraft:melon_stem[age=1] 46 87 24 34 36 69 19 34 23 43 12 34 18 34 9 34 +minecraft:melon_stem[age=2] 46 87 24 34 36 69 19 34 23 43 12 34 18 34 9 34 +minecraft:melon_stem[age=3] 46 87 24 34 36 69 19 34 23 43 12 34 18 34 9 34 +minecraft:melon_stem[age=4] 46 87 24 34 36 69 19 34 23 43 12 34 18 34 9 34 +minecraft:melon_stem[age=5] 46 87 24 34 36 69 19 34 23 43 12 34 18 34 9 34 +minecraft:melon_stem[age=6] 46 87 24 34 36 69 19 34 23 43 12 34 18 34 9 34 +minecraft:melon_stem[age=7] 46 87 24 34 36 69 19 34 23 43 12 34 18 34 9 34 +minecraft:vine 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=true,north=true,south=true,up=true,west=false] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=true,north=true,south=true,up=false,west=true] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=true,north=true,south=true,up=false,west=false] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=true,north=true,south=false,up=true,west=true] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=true,north=true,south=false,up=true,west=false] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=true,north=true,south=false,up=false,west=true] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=true,north=true,south=false,up=false,west=false] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=true,north=false,south=true,up=true,west=true] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=true,north=false,south=true,up=true,west=false] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=true,north=false,south=true,up=false,west=true] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=true,north=false,south=true,up=false,west=false] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=true,north=false,south=false,up=true,west=true] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=true,north=false,south=false,up=true,west=false] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=true,north=false,south=false,up=false,west=true] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=true,north=false,south=false,up=false,west=false] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=false,north=true,south=true,up=true,west=true] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=false,north=true,south=true,up=true,west=false] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=false,north=true,south=true,up=false,west=true] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=false,north=true,south=true,up=false,west=false] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=false,north=true,south=false,up=true,west=true] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=false,north=true,south=false,up=true,west=false] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=false,north=true,south=false,up=false,west=true] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=false,north=true,south=false,up=false,west=false] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=false,north=false,south=true,up=true,west=true] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=false,north=false,south=true,up=true,west=false] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=false,north=false,south=true,up=false,west=true] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=false,north=false,south=true,up=false,west=false] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=false,north=false,south=false,up=true,west=true] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=false,north=false,south=false,up=true,west=false] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=false,north=false,south=false,up=false,west=true] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=false,north=false,south=false,up=false,west=false] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:glow_lichen 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:oak_fence_gate 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=true,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=false,powered=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=false,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=true,powered=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=true,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=true,powered=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=true,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=false,powered=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=false,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=true,powered=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=true,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=false,powered=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=false,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=true,powered=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=true,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=false,powered=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=false,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=true,powered=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=true,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=false,powered=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=false,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=true,powered=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=true,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=false,powered=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=false,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=true,powered=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=true,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=false,powered=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=false,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:brick_stairs 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:stone_brick_stairs 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:mycelium 45 85 24 255 36 68 19 255 22 42 12 255 18 34 9 255 +minecraft:mycelium[snowy=false] 141 114 129 255 112 91 103 255 70 57 64 255 56 45 51 255 +minecraft:lily_pad 15 61 22 152 12 48 17 152 7 30 11 152 6 24 8 152 +minecraft:nether_bricks 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=true,west=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=false,west=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=false,west=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=true,west=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=true,west=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=false,west=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=false,west=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=true,west=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=true,west=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=false,west=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=false,west=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=true,west=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=true,west=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=false,west=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=false,west=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=true,west=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=true,west=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=false,west=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=false,west=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=true,west=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=true,west=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=false,west=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=false,west=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=true,west=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=true,west=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=false,west=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=false,west=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=true,west=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=true,west=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_wart 84 13 22 45 67 10 17 45 42 6 11 45 33 5 8 45 +minecraft:nether_wart[age=1] 81 17 23 110 64 13 18 110 40 8 11 110 32 6 9 110 +minecraft:nether_wart[age=2] 81 17 23 110 64 13 18 110 40 8 11 110 32 6 9 110 +minecraft:nether_wart[age=3] 89 16 24 183 71 12 19 183 44 8 12 183 35 6 9 183 +minecraft:enchanting_table 148 79 64 255 118 63 51 255 74 39 32 255 59 31 25 255 +minecraft:brewing_stand 141 100 56 94 112 80 44 94 70 50 28 94 56 40 22 94 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=true,has_bottle_2=false] 141 100 56 94 112 80 44 94 70 50 28 94 56 40 22 94 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=false,has_bottle_2=true] 141 100 56 94 112 80 44 94 70 50 28 94 56 40 22 94 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=false,has_bottle_2=false] 141 100 56 94 112 80 44 94 70 50 28 94 56 40 22 94 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=true,has_bottle_2=true] 141 100 56 94 112 80 44 94 70 50 28 94 56 40 22 94 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=true,has_bottle_2=false] 141 100 56 94 112 80 44 94 70 50 28 94 56 40 22 94 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=true] 141 100 56 94 112 80 44 94 70 50 28 94 56 40 22 94 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=false] 141 100 56 94 112 80 44 94 70 50 28 94 56 40 22 94 +minecraft:cauldron 38 38 38 111 30 30 30 111 19 19 19 111 15 15 15 111 +minecraft:water_cauldron 38 38 38 111 30 30 30 111 19 19 19 111 15 15 15 111 +minecraft:water_cauldron[level=2] 38 38 38 111 30 30 30 111 19 19 19 111 15 15 15 111 +minecraft:water_cauldron[level=3] 38 38 38 111 30 30 30 111 19 19 19 111 15 15 15 111 +minecraft:lava_cauldron 38 38 38 111 30 30 30 111 19 19 19 111 15 15 15 111 +minecraft:powder_snow_cauldron 38 38 38 111 30 30 30 111 19 19 19 111 15 15 15 111 +minecraft:powder_snow_cauldron[level=2] 38 38 38 111 30 30 30 111 19 19 19 111 15 15 15 111 +minecraft:powder_snow_cauldron[level=3] 38 38 38 111 30 30 30 111 19 19 19 111 15 15 15 111 +minecraft:end_portal 30 0 35 255 24 0 28 255 15 0 17 255 12 0 14 255 +minecraft:end_portal_frame 219 220 164 255 175 176 131 255 109 110 82 255 87 88 65 255 +minecraft:end_portal_frame[eye=true,facing=south] 219 220 164 255 175 176 131 255 109 110 82 255 87 88 65 255 +minecraft:end_portal_frame[eye=true,facing=west] 219 220 164 255 175 176 131 255 109 110 82 255 87 88 65 255 +minecraft:end_portal_frame[eye=true,facing=east] 219 220 164 255 175 176 131 255 109 110 82 255 87 88 65 255 +minecraft:end_portal_frame[eye=false,facing=north] 219 220 164 255 175 176 131 255 109 110 82 255 87 88 65 255 +minecraft:end_portal_frame[eye=false,facing=south] 219 220 164 255 175 176 131 255 109 110 82 255 87 88 65 255 +minecraft:end_portal_frame[eye=false,facing=west] 219 220 164 255 175 176 131 255 109 110 82 255 87 88 65 255 +minecraft:end_portal_frame[eye=false,facing=east] 219 220 164 255 175 176 131 255 109 110 82 255 87 88 65 255 +minecraft:end_stone 219 220 164 255 175 176 131 255 109 110 82 255 87 88 65 255 +minecraft:dragon_egg 19 8 23 255 15 6 18 255 9 4 11 255 7 3 9 255 +minecraft:redstone_lamp 184 171 91 255 147 136 72 255 92 85 45 255 73 68 36 255 +minecraft:redstone_lamp[lit=false] 55 49 40 255 44 39 32 255 27 24 20 255 22 19 16 255 +minecraft:cocoa 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=0,facing=south] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=0,facing=west] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=0,facing=east] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=1,facing=north] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=1,facing=south] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=1,facing=west] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=1,facing=east] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=2,facing=north] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=2,facing=south] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=2,facing=west] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=2,facing=east] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:sandstone_stairs 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:emerald_ore 109 133 114 255 87 106 91 255 54 66 57 255 43 53 45 255 +minecraft:deepslate_emerald_ore 65 94 81 255 52 75 64 255 32 47 40 255 26 37 32 255 +minecraft:ender_chest 35 27 47 195 28 21 37 195 17 13 23 195 14 10 18 195 +minecraft:ender_chest[facing=north,waterlogged=false] 35 27 47 195 28 21 37 195 17 13 23 195 14 10 18 195 +minecraft:ender_chest[facing=south,waterlogged=true] 35 27 47 195 28 21 37 195 17 13 23 195 14 10 18 195 +minecraft:ender_chest[facing=south,waterlogged=false] 35 27 47 195 28 21 37 195 17 13 23 195 14 10 18 195 +minecraft:ender_chest[facing=west,waterlogged=true] 35 27 47 195 28 21 37 195 17 13 23 195 14 10 18 195 +minecraft:ender_chest[facing=west,waterlogged=false] 35 27 47 195 28 21 37 195 17 13 23 195 14 10 18 195 +minecraft:ender_chest[facing=east,waterlogged=true] 35 27 47 195 28 21 37 195 17 13 23 195 14 10 18 195 +minecraft:ender_chest[facing=east,waterlogged=false] 35 27 47 195 28 21 37 195 17 13 23 195 14 10 18 195 +minecraft:tripwire_hook 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:tripwire_hook[attached=true,facing=north,powered=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:tripwire_hook[attached=true,facing=south,powered=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:tripwire_hook[attached=true,facing=south,powered=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:tripwire_hook[attached=true,facing=west,powered=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:tripwire_hook[attached=true,facing=west,powered=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:tripwire_hook[attached=true,facing=east,powered=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:tripwire_hook[attached=true,facing=east,powered=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:tripwire_hook[attached=false,facing=north,powered=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:tripwire_hook[attached=false,facing=north,powered=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:tripwire_hook[attached=false,facing=south,powered=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:tripwire_hook[attached=false,facing=south,powered=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:tripwire_hook[attached=false,facing=west,powered=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:tripwire_hook[attached=false,facing=west,powered=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:tripwire_hook[attached=false,facing=east,powered=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:tripwire_hook[attached=false,facing=east,powered=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:emerald_block 83 148 99 255 66 118 79 255 41 74 49 255 33 59 39 255 +minecraft:spruce_stairs 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=north,half=top,shape=straight,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=south,half=top,shape=straight,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=south,half=top,shape=straight,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=west,half=top,shape=straight,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=west,half=top,shape=straight,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=east,half=top,shape=straight,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=east,half=top,shape=straight,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:birch_stairs 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=north,half=top,shape=straight,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=south,half=top,shape=straight,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=south,half=top,shape=straight,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=west,half=top,shape=straight,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=west,half=top,shape=straight,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=east,half=top,shape=straight,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=east,half=top,shape=straight,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:jungle_stairs 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=north,half=top,shape=straight,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=south,half=top,shape=straight,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=south,half=top,shape=straight,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=west,half=top,shape=straight,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=west,half=top,shape=straight,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=east,half=top,shape=straight,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=east,half=top,shape=straight,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:command_block 77 72 55 255 61 57 44 255 38 36 27 255 30 28 22 255 +minecraft:command_block[conditional=true,facing=east] 75 71 54 255 60 56 43 255 37 35 27 255 30 28 21 255 +minecraft:command_block[conditional=true,facing=south] 74 70 53 255 59 56 42 255 37 35 26 255 29 28 21 255 +minecraft:command_block[conditional=true,facing=west] 74 70 53 255 59 56 42 255 37 35 26 255 29 28 21 255 +minecraft:command_block[conditional=true,facing=up] 74 70 53 255 59 56 42 255 37 35 26 255 29 28 21 255 +minecraft:command_block[conditional=true,facing=down] 74 70 53 255 59 56 42 255 37 35 26 255 29 28 21 255 +minecraft:command_block[conditional=false,facing=north] 77 72 55 255 61 57 44 255 38 36 27 255 30 28 22 255 +minecraft:command_block[conditional=false,facing=east] 75 71 54 255 60 56 43 255 37 35 27 255 30 28 21 255 +minecraft:command_block[conditional=false,facing=south] 75 71 54 255 60 56 43 255 37 35 27 255 30 28 21 255 +minecraft:command_block[conditional=false,facing=west] 75 71 54 255 60 56 43 255 37 35 27 255 30 28 21 255 +minecraft:command_block[conditional=false,facing=up] 75 71 54 255 60 56 43 255 37 35 27 255 30 28 21 255 +minecraft:command_block[conditional=false,facing=down] 75 71 54 255 60 56 43 255 37 35 27 255 30 28 21 255 +minecraft:beacon 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:cobblestone_wall 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:mossy_cobblestone_wall 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:flower_pot 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_oak_sapling 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_spruce_sapling 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_birch_sapling 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_jungle_sapling 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_acacia_sapling 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_dark_oak_sapling 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_fern 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_dandelion 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_poppy 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_blue_orchid 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_allium 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_azure_bluet 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_red_tulip 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_orange_tulip 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_white_tulip 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_pink_tulip 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_oxeye_daisy 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_cornflower 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_lily_of_the_valley 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_wither_rose 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_red_mushroom 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_brown_mushroom 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_dead_bush 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_cactus 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:carrots 44 110 39 16 35 88 31 16 22 55 19 16 17 44 15 16 +minecraft:carrots[age=1] 44 110 39 16 35 88 31 16 22 55 19 16 17 44 15 16 +minecraft:carrots[age=2] 52 120 40 41 41 96 32 41 26 60 20 41 20 48 16 41 +minecraft:carrots[age=3] 52 120 40 41 41 96 32 41 26 60 20 41 20 48 16 41 +minecraft:carrots[age=4] 56 113 37 81 44 90 29 81 28 56 18 81 22 45 14 81 +minecraft:carrots[age=5] 56 113 37 81 44 90 29 81 28 56 18 81 22 45 14 81 +minecraft:carrots[age=6] 56 113 37 81 44 90 29 81 28 56 18 81 22 45 14 81 +minecraft:carrots[age=7] 81 123 37 110 64 98 29 110 40 61 18 110 32 49 14 110 +minecraft:potatoes 58 129 40 14 46 103 32 14 29 64 20 14 23 51 16 14 +minecraft:potatoes[age=1] 58 129 40 14 46 103 32 14 29 64 20 14 23 51 16 14 +minecraft:potatoes[age=2] 68 131 42 25 54 104 33 25 34 65 21 25 27 52 16 25 +minecraft:potatoes[age=3] 68 131 42 25 54 104 33 25 34 65 21 25 27 52 16 25 +minecraft:potatoes[age=4] 85 129 47 44 68 103 37 44 42 64 23 44 34 51 18 44 +minecraft:potatoes[age=5] 85 129 47 44 68 103 37 44 42 64 23 44 34 51 18 44 +minecraft:potatoes[age=6] 85 129 47 44 68 103 37 44 42 64 23 44 34 51 18 44 +minecraft:potatoes[age=7] 84 135 47 80 67 108 37 80 42 67 23 80 33 54 18 80 +minecraft:oak_button 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_button[face=floor,facing=north,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_button[face=floor,facing=south,powered=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_button[face=floor,facing=south,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_button[face=floor,facing=west,powered=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_button[face=floor,facing=west,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_button[face=floor,facing=east,powered=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_button[face=floor,facing=east,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_button[face=wall,facing=north,powered=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_button[face=wall,facing=north,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_button[face=wall,facing=south,powered=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_button[face=wall,facing=south,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_button[face=wall,facing=west,powered=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_button[face=wall,facing=west,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_button[face=wall,facing=east,powered=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_button[face=wall,facing=east,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_button[face=ceiling,facing=north,powered=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_button[face=ceiling,facing=north,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_button[face=ceiling,facing=south,powered=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_button[face=ceiling,facing=south,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_button[face=ceiling,facing=west,powered=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_button[face=ceiling,facing=west,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_button[face=ceiling,facing=east,powered=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_button[face=ceiling,facing=east,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:spruce_button 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_button[face=floor,facing=north,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_button[face=floor,facing=south,powered=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_button[face=floor,facing=south,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_button[face=floor,facing=west,powered=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_button[face=floor,facing=west,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_button[face=floor,facing=east,powered=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_button[face=floor,facing=east,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_button[face=wall,facing=north,powered=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_button[face=wall,facing=north,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_button[face=wall,facing=south,powered=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_button[face=wall,facing=south,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_button[face=wall,facing=west,powered=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_button[face=wall,facing=west,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_button[face=wall,facing=east,powered=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_button[face=wall,facing=east,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_button[face=ceiling,facing=north,powered=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_button[face=ceiling,facing=north,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_button[face=ceiling,facing=south,powered=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_button[face=ceiling,facing=south,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_button[face=ceiling,facing=west,powered=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_button[face=ceiling,facing=west,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_button[face=ceiling,facing=east,powered=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_button[face=ceiling,facing=east,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:birch_button 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_button[face=floor,facing=north,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_button[face=floor,facing=south,powered=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_button[face=floor,facing=south,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_button[face=floor,facing=west,powered=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_button[face=floor,facing=west,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_button[face=floor,facing=east,powered=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_button[face=floor,facing=east,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_button[face=wall,facing=north,powered=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_button[face=wall,facing=north,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_button[face=wall,facing=south,powered=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_button[face=wall,facing=south,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_button[face=wall,facing=west,powered=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_button[face=wall,facing=west,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_button[face=wall,facing=east,powered=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_button[face=wall,facing=east,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_button[face=ceiling,facing=north,powered=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_button[face=ceiling,facing=north,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_button[face=ceiling,facing=south,powered=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_button[face=ceiling,facing=south,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_button[face=ceiling,facing=west,powered=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_button[face=ceiling,facing=west,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_button[face=ceiling,facing=east,powered=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_button[face=ceiling,facing=east,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:jungle_button 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_button[face=floor,facing=north,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_button[face=floor,facing=south,powered=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_button[face=floor,facing=south,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_button[face=floor,facing=west,powered=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_button[face=floor,facing=west,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_button[face=floor,facing=east,powered=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_button[face=floor,facing=east,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_button[face=wall,facing=north,powered=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_button[face=wall,facing=north,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_button[face=wall,facing=south,powered=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_button[face=wall,facing=south,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_button[face=wall,facing=west,powered=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_button[face=wall,facing=west,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_button[face=wall,facing=east,powered=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_button[face=wall,facing=east,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_button[face=ceiling,facing=north,powered=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_button[face=ceiling,facing=north,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_button[face=ceiling,facing=south,powered=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_button[face=ceiling,facing=south,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_button[face=ceiling,facing=west,powered=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_button[face=ceiling,facing=west,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_button[face=ceiling,facing=east,powered=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_button[face=ceiling,facing=east,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:acacia_button 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_button[face=floor,facing=north,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_button[face=floor,facing=south,powered=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_button[face=floor,facing=south,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_button[face=floor,facing=west,powered=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_button[face=floor,facing=west,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_button[face=floor,facing=east,powered=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_button[face=floor,facing=east,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_button[face=wall,facing=north,powered=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_button[face=wall,facing=north,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_button[face=wall,facing=south,powered=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_button[face=wall,facing=south,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_button[face=wall,facing=west,powered=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_button[face=wall,facing=west,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_button[face=wall,facing=east,powered=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_button[face=wall,facing=east,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_button[face=ceiling,facing=north,powered=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_button[face=ceiling,facing=north,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_button[face=ceiling,facing=south,powered=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_button[face=ceiling,facing=south,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_button[face=ceiling,facing=west,powered=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_button[face=ceiling,facing=west,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_button[face=ceiling,facing=east,powered=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_button[face=ceiling,facing=east,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:dark_oak_button 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_button[face=floor,facing=north,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_button[face=floor,facing=south,powered=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_button[face=floor,facing=south,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_button[face=floor,facing=west,powered=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_button[face=floor,facing=west,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_button[face=floor,facing=east,powered=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_button[face=floor,facing=east,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_button[face=wall,facing=north,powered=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_button[face=wall,facing=north,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_button[face=wall,facing=south,powered=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_button[face=wall,facing=south,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_button[face=wall,facing=west,powered=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_button[face=wall,facing=west,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_button[face=wall,facing=east,powered=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_button[face=wall,facing=east,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_button[face=ceiling,facing=north,powered=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_button[face=ceiling,facing=north,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_button[face=ceiling,facing=south,powered=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_button[face=ceiling,facing=south,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_button[face=ceiling,facing=west,powered=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_button[face=ceiling,facing=west,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_button[face=ceiling,facing=east,powered=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_button[face=ceiling,facing=east,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:skeleton_skull 149 144 131 255 119 115 104 255 74 72 65 255 59 57 52 255 +minecraft:skeleton_skull[rotation=1] 149 144 131 255 119 115 104 255 74 72 65 255 59 57 52 255 +minecraft:skeleton_skull[rotation=2] 149 144 131 255 119 115 104 255 74 72 65 255 59 57 52 255 +minecraft:skeleton_skull[rotation=3] 149 144 131 255 119 115 104 255 74 72 65 255 59 57 52 255 +minecraft:skeleton_skull[rotation=4] 149 144 131 255 119 115 104 255 74 72 65 255 59 57 52 255 +minecraft:skeleton_skull[rotation=5] 149 144 131 255 119 115 104 255 74 72 65 255 59 57 52 255 +minecraft:skeleton_skull[rotation=6] 149 144 131 255 119 115 104 255 74 72 65 255 59 57 52 255 +minecraft:skeleton_skull[rotation=7] 149 144 131 255 119 115 104 255 74 72 65 255 59 57 52 255 +minecraft:skeleton_skull[rotation=8] 149 144 131 255 119 115 104 255 74 72 65 255 59 57 52 255 +minecraft:skeleton_skull[rotation=9] 149 144 131 255 119 115 104 255 74 72 65 255 59 57 52 255 +minecraft:skeleton_skull[rotation=10] 149 144 131 255 119 115 104 255 74 72 65 255 59 57 52 255 +minecraft:skeleton_skull[rotation=11] 149 144 131 255 119 115 104 255 74 72 65 255 59 57 52 255 +minecraft:skeleton_skull[rotation=12] 149 144 131 255 119 115 104 255 74 72 65 255 59 57 52 255 +minecraft:skeleton_skull[rotation=13] 149 144 131 255 119 115 104 255 74 72 65 255 59 57 52 255 +minecraft:skeleton_skull[rotation=14] 149 144 131 255 119 115 104 255 74 72 65 255 59 57 52 255 +minecraft:skeleton_skull[rotation=15] 149 144 131 255 119 115 104 255 74 72 65 255 59 57 52 255 +minecraft:skeleton_wall_skull 149 144 131 255 119 115 104 255 74 72 65 255 59 57 52 255 +minecraft:skeleton_wall_skull[facing=south] 149 144 131 255 119 115 104 255 74 72 65 255 59 57 52 255 +minecraft:skeleton_wall_skull[facing=west] 149 144 131 255 119 115 104 255 74 72 65 255 59 57 52 255 +minecraft:skeleton_wall_skull[facing=east] 149 144 131 255 119 115 104 255 74 72 65 255 59 57 52 255 +minecraft:wither_skeleton_skull 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:wither_skeleton_skull[rotation=1] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:wither_skeleton_skull[rotation=2] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:wither_skeleton_skull[rotation=3] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:wither_skeleton_skull[rotation=4] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:wither_skeleton_skull[rotation=5] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:wither_skeleton_skull[rotation=6] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:wither_skeleton_skull[rotation=7] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:wither_skeleton_skull[rotation=8] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:wither_skeleton_skull[rotation=9] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:wither_skeleton_skull[rotation=10] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:wither_skeleton_skull[rotation=11] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:wither_skeleton_skull[rotation=12] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:wither_skeleton_skull[rotation=13] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:wither_skeleton_skull[rotation=14] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:wither_skeleton_skull[rotation=15] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:wither_skeleton_wall_skull 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:wither_skeleton_wall_skull[facing=south] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:wither_skeleton_wall_skull[facing=west] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:wither_skeleton_wall_skull[facing=east] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:zombie_head 79 91 53 255 63 72 42 255 39 45 26 255 31 36 21 255 +minecraft:zombie_head[rotation=1] 79 91 53 255 63 72 42 255 39 45 26 255 31 36 21 255 +minecraft:zombie_head[rotation=2] 79 91 53 255 63 72 42 255 39 45 26 255 31 36 21 255 +minecraft:zombie_head[rotation=3] 79 91 53 255 63 72 42 255 39 45 26 255 31 36 21 255 +minecraft:zombie_head[rotation=4] 79 91 53 255 63 72 42 255 39 45 26 255 31 36 21 255 +minecraft:zombie_head[rotation=5] 79 91 53 255 63 72 42 255 39 45 26 255 31 36 21 255 +minecraft:zombie_head[rotation=6] 79 91 53 255 63 72 42 255 39 45 26 255 31 36 21 255 +minecraft:zombie_head[rotation=7] 79 91 53 255 63 72 42 255 39 45 26 255 31 36 21 255 +minecraft:zombie_head[rotation=8] 79 91 53 255 63 72 42 255 39 45 26 255 31 36 21 255 +minecraft:zombie_head[rotation=9] 79 91 53 255 63 72 42 255 39 45 26 255 31 36 21 255 +minecraft:zombie_head[rotation=10] 79 91 53 255 63 72 42 255 39 45 26 255 31 36 21 255 +minecraft:zombie_head[rotation=11] 79 91 53 255 63 72 42 255 39 45 26 255 31 36 21 255 +minecraft:zombie_head[rotation=12] 79 91 53 255 63 72 42 255 39 45 26 255 31 36 21 255 +minecraft:zombie_head[rotation=13] 79 91 53 255 63 72 42 255 39 45 26 255 31 36 21 255 +minecraft:zombie_head[rotation=14] 79 91 53 255 63 72 42 255 39 45 26 255 31 36 21 255 +minecraft:zombie_head[rotation=15] 79 91 53 255 63 72 42 255 39 45 26 255 31 36 21 255 +minecraft:zombie_wall_head 79 91 53 255 63 72 42 255 39 45 26 255 31 36 21 255 +minecraft:zombie_wall_head[facing=south] 79 91 53 255 63 72 42 255 39 45 26 255 31 36 21 255 +minecraft:zombie_wall_head[facing=west] 79 91 53 255 63 72 42 255 39 45 26 255 31 36 21 255 +minecraft:zombie_wall_head[facing=east] 79 91 53 255 63 72 42 255 39 45 26 255 31 36 21 255 +minecraft:player_head 151 93 77 255 120 74 61 255 75 46 38 255 60 37 30 255 +minecraft:player_head[rotation=1] 151 93 77 255 120 74 61 255 75 46 38 255 60 37 30 255 +minecraft:player_head[rotation=2] 151 93 77 255 120 74 61 255 75 46 38 255 60 37 30 255 +minecraft:player_head[rotation=3] 151 93 77 255 120 74 61 255 75 46 38 255 60 37 30 255 +minecraft:player_head[rotation=4] 151 93 77 255 120 74 61 255 75 46 38 255 60 37 30 255 +minecraft:player_head[rotation=5] 151 93 77 255 120 74 61 255 75 46 38 255 60 37 30 255 +minecraft:player_head[rotation=6] 151 93 77 255 120 74 61 255 75 46 38 255 60 37 30 255 +minecraft:player_head[rotation=7] 151 93 77 255 120 74 61 255 75 46 38 255 60 37 30 255 +minecraft:player_head[rotation=8] 151 93 77 255 120 74 61 255 75 46 38 255 60 37 30 255 +minecraft:player_head[rotation=9] 151 93 77 255 120 74 61 255 75 46 38 255 60 37 30 255 +minecraft:player_head[rotation=10] 151 93 77 255 120 74 61 255 75 46 38 255 60 37 30 255 +minecraft:player_head[rotation=11] 151 93 77 255 120 74 61 255 75 46 38 255 60 37 30 255 +minecraft:player_head[rotation=12] 151 93 77 255 120 74 61 255 75 46 38 255 60 37 30 255 +minecraft:player_head[rotation=13] 151 93 77 255 120 74 61 255 75 46 38 255 60 37 30 255 +minecraft:player_head[rotation=14] 151 93 77 255 120 74 61 255 75 46 38 255 60 37 30 255 +minecraft:player_head[rotation=15] 151 93 77 255 120 74 61 255 75 46 38 255 60 37 30 255 +minecraft:player_wall_head 151 93 77 255 120 74 61 255 75 46 38 255 60 37 30 255 +minecraft:player_wall_head[facing=south] 151 93 77 255 120 74 61 255 75 46 38 255 60 37 30 255 +minecraft:player_wall_head[facing=west] 151 93 77 255 120 74 61 255 75 46 38 255 60 37 30 255 +minecraft:player_wall_head[facing=east] 151 93 77 255 120 74 61 255 75 46 38 255 60 37 30 255 +minecraft:creeper_head 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:creeper_head[rotation=1] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:creeper_head[rotation=2] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:creeper_head[rotation=3] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:creeper_head[rotation=4] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:creeper_head[rotation=5] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:creeper_head[rotation=6] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:creeper_head[rotation=7] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:creeper_head[rotation=8] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:creeper_head[rotation=9] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:creeper_head[rotation=10] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:creeper_head[rotation=11] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:creeper_head[rotation=12] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:creeper_head[rotation=13] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:creeper_head[rotation=14] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:creeper_head[rotation=15] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:creeper_wall_head 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:creeper_wall_head[facing=south] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:creeper_wall_head[facing=west] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:creeper_wall_head[facing=east] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:dragon_head 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:dragon_head[rotation=1] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:dragon_head[rotation=2] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:dragon_head[rotation=3] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:dragon_head[rotation=4] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:dragon_head[rotation=5] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:dragon_head[rotation=6] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:dragon_head[rotation=7] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:dragon_head[rotation=8] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:dragon_head[rotation=9] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:dragon_head[rotation=10] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:dragon_head[rotation=11] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:dragon_head[rotation=12] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:dragon_head[rotation=13] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:dragon_head[rotation=14] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:dragon_head[rotation=15] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:dragon_wall_head 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:dragon_wall_head[facing=south] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:dragon_wall_head[facing=west] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:dragon_wall_head[facing=east] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:anvil 65 65 65 255 52 52 52 255 32 32 32 255 26 26 26 255 +minecraft:anvil[facing=south] 65 65 65 255 52 52 52 255 32 32 32 255 26 26 26 255 +minecraft:anvil[facing=west] 65 65 65 255 52 52 52 255 32 32 32 255 26 26 26 255 +minecraft:anvil[facing=east] 65 65 65 255 52 52 52 255 32 32 32 255 26 26 26 255 +minecraft:chipped_anvil 65 65 65 255 52 52 52 255 32 32 32 255 26 26 26 255 +minecraft:chipped_anvil[facing=south] 65 65 65 255 52 52 52 255 32 32 32 255 26 26 26 255 +minecraft:chipped_anvil[facing=west] 65 65 65 255 52 52 52 255 32 32 32 255 26 26 26 255 +minecraft:chipped_anvil[facing=east] 65 65 65 255 52 52 52 255 32 32 32 255 26 26 26 255 +minecraft:damaged_anvil 65 65 65 255 52 52 52 255 32 32 32 255 26 26 26 255 +minecraft:damaged_anvil[facing=south] 65 65 65 255 52 52 52 255 32 32 32 255 26 26 26 255 +minecraft:damaged_anvil[facing=west] 65 65 65 255 52 52 52 255 32 32 32 255 26 26 26 255 +minecraft:damaged_anvil[facing=east] 65 65 65 255 52 52 52 255 32 32 32 255 26 26 26 255 +minecraft:trapped_chest 98 82 55 195 78 65 44 195 49 41 27 195 39 32 22 195 +minecraft:trapped_chest[facing=north,type=single,waterlogged=false] 98 82 55 195 78 65 44 195 49 41 27 195 39 32 22 195 +minecraft:trapped_chest[facing=north,type=left,waterlogged=true] 98 82 55 195 78 65 44 195 49 41 27 195 39 32 22 195 +minecraft:trapped_chest[facing=north,type=left,waterlogged=false] 98 82 55 195 78 65 44 195 49 41 27 195 39 32 22 195 +minecraft:trapped_chest[facing=north,type=right,waterlogged=true] 98 82 55 195 78 65 44 195 49 41 27 195 39 32 22 195 +minecraft:trapped_chest[facing=north,type=right,waterlogged=false] 98 82 55 195 78 65 44 195 49 41 27 195 39 32 22 195 +minecraft:trapped_chest[facing=south,type=single,waterlogged=true] 98 82 55 195 78 65 44 195 49 41 27 195 39 32 22 195 +minecraft:trapped_chest[facing=south,type=single,waterlogged=false] 98 82 55 195 78 65 44 195 49 41 27 195 39 32 22 195 +minecraft:trapped_chest[facing=south,type=left,waterlogged=true] 98 82 55 195 78 65 44 195 49 41 27 195 39 32 22 195 +minecraft:trapped_chest[facing=south,type=left,waterlogged=false] 98 82 55 195 78 65 44 195 49 41 27 195 39 32 22 195 +minecraft:trapped_chest[facing=south,type=right,waterlogged=true] 98 82 55 195 78 65 44 195 49 41 27 195 39 32 22 195 +minecraft:trapped_chest[facing=south,type=right,waterlogged=false] 98 82 55 195 78 65 44 195 49 41 27 195 39 32 22 195 +minecraft:trapped_chest[facing=west,type=single,waterlogged=true] 98 82 55 195 78 65 44 195 49 41 27 195 39 32 22 195 +minecraft:trapped_chest[facing=west,type=single,waterlogged=false] 98 82 55 195 78 65 44 195 49 41 27 195 39 32 22 195 +minecraft:trapped_chest[facing=west,type=left,waterlogged=true] 98 82 55 195 78 65 44 195 49 41 27 195 39 32 22 195 +minecraft:trapped_chest[facing=west,type=left,waterlogged=false] 98 82 55 195 78 65 44 195 49 41 27 195 39 32 22 195 +minecraft:trapped_chest[facing=west,type=right,waterlogged=true] 98 82 55 195 78 65 44 195 49 41 27 195 39 32 22 195 +minecraft:trapped_chest[facing=west,type=right,waterlogged=false] 98 82 55 195 78 65 44 195 49 41 27 195 39 32 22 195 +minecraft:trapped_chest[facing=east,type=single,waterlogged=true] 98 82 55 195 78 65 44 195 49 41 27 195 39 32 22 195 +minecraft:trapped_chest[facing=east,type=single,waterlogged=false] 98 82 55 195 78 65 44 195 49 41 27 195 39 32 22 195 +minecraft:trapped_chest[facing=east,type=left,waterlogged=true] 98 82 55 195 78 65 44 195 49 41 27 195 39 32 22 195 +minecraft:trapped_chest[facing=east,type=left,waterlogged=false] 98 82 55 195 78 65 44 195 49 41 27 195 39 32 22 195 +minecraft:trapped_chest[facing=east,type=right,waterlogged=true] 98 82 55 195 78 65 44 195 49 41 27 195 39 32 22 195 +minecraft:trapped_chest[facing=east,type=right,waterlogged=false] 98 82 55 195 78 65 44 195 49 41 27 195 39 32 22 195 +minecraft:light_weighted_pressure_plate 210 185 36 255 168 148 28 255 105 92 18 255 84 74 14 255 +minecraft:light_weighted_pressure_plate[power=1] 210 185 36 255 168 148 28 255 105 92 18 255 84 74 14 255 +minecraft:light_weighted_pressure_plate[power=2] 210 185 36 255 168 148 28 255 105 92 18 255 84 74 14 255 +minecraft:light_weighted_pressure_plate[power=3] 210 185 36 255 168 148 28 255 105 92 18 255 84 74 14 255 +minecraft:light_weighted_pressure_plate[power=4] 210 185 36 255 168 148 28 255 105 92 18 255 84 74 14 255 +minecraft:light_weighted_pressure_plate[power=5] 210 185 36 255 168 148 28 255 105 92 18 255 84 74 14 255 +minecraft:light_weighted_pressure_plate[power=6] 210 185 36 255 168 148 28 255 105 92 18 255 84 74 14 255 +minecraft:light_weighted_pressure_plate[power=7] 210 185 36 255 168 148 28 255 105 92 18 255 84 74 14 255 +minecraft:light_weighted_pressure_plate[power=8] 210 185 36 255 168 148 28 255 105 92 18 255 84 74 14 255 +minecraft:light_weighted_pressure_plate[power=9] 210 185 36 255 168 148 28 255 105 92 18 255 84 74 14 255 +minecraft:light_weighted_pressure_plate[power=10] 210 185 36 255 168 148 28 255 105 92 18 255 84 74 14 255 +minecraft:light_weighted_pressure_plate[power=11] 210 185 36 255 168 148 28 255 105 92 18 255 84 74 14 255 +minecraft:light_weighted_pressure_plate[power=12] 210 185 36 255 168 148 28 255 105 92 18 255 84 74 14 255 +minecraft:light_weighted_pressure_plate[power=13] 210 185 36 255 168 148 28 255 105 92 18 255 84 74 14 255 +minecraft:light_weighted_pressure_plate[power=14] 210 185 36 255 168 148 28 255 105 92 18 255 84 74 14 255 +minecraft:light_weighted_pressure_plate[power=15] 210 185 36 255 168 148 28 255 105 92 18 255 84 74 14 255 +minecraft:heavy_weighted_pressure_plate 135 138 127 255 108 110 101 255 67 69 63 255 54 55 50 255 +minecraft:heavy_weighted_pressure_plate[power=1] 135 138 127 255 108 110 101 255 67 69 63 255 54 55 50 255 +minecraft:heavy_weighted_pressure_plate[power=2] 135 138 127 255 108 110 101 255 67 69 63 255 54 55 50 255 +minecraft:heavy_weighted_pressure_plate[power=3] 135 138 127 255 108 110 101 255 67 69 63 255 54 55 50 255 +minecraft:heavy_weighted_pressure_plate[power=4] 135 138 127 255 108 110 101 255 67 69 63 255 54 55 50 255 +minecraft:heavy_weighted_pressure_plate[power=5] 135 138 127 255 108 110 101 255 67 69 63 255 54 55 50 255 +minecraft:heavy_weighted_pressure_plate[power=6] 135 138 127 255 108 110 101 255 67 69 63 255 54 55 50 255 +minecraft:heavy_weighted_pressure_plate[power=7] 135 138 127 255 108 110 101 255 67 69 63 255 54 55 50 255 +minecraft:heavy_weighted_pressure_plate[power=8] 135 138 127 255 108 110 101 255 67 69 63 255 54 55 50 255 +minecraft:heavy_weighted_pressure_plate[power=9] 135 138 127 255 108 110 101 255 67 69 63 255 54 55 50 255 +minecraft:heavy_weighted_pressure_plate[power=10] 135 138 127 255 108 110 101 255 67 69 63 255 54 55 50 255 +minecraft:heavy_weighted_pressure_plate[power=11] 135 138 127 255 108 110 101 255 67 69 63 255 54 55 50 255 +minecraft:heavy_weighted_pressure_plate[power=12] 135 138 127 255 108 110 101 255 67 69 63 255 54 55 50 255 +minecraft:heavy_weighted_pressure_plate[power=13] 135 138 127 255 108 110 101 255 67 69 63 255 54 55 50 255 +minecraft:heavy_weighted_pressure_plate[power=14] 135 138 127 255 108 110 101 255 67 69 63 255 54 55 50 255 +minecraft:heavy_weighted_pressure_plate[power=15] 135 138 127 255 108 110 101 255 67 69 63 255 54 55 50 255 +minecraft:comparator 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:comparator[facing=north,mode=compare,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:comparator[facing=north,mode=subtract,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:comparator[facing=north,mode=subtract,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:comparator[facing=south,mode=compare,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:comparator[facing=south,mode=compare,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:comparator[facing=south,mode=subtract,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:comparator[facing=south,mode=subtract,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:comparator[facing=west,mode=compare,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:comparator[facing=west,mode=compare,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:comparator[facing=west,mode=subtract,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:comparator[facing=west,mode=subtract,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:comparator[facing=east,mode=compare,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:comparator[facing=east,mode=compare,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:comparator[facing=east,mode=subtract,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:comparator[facing=east,mode=subtract,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:daylight_detector 99 98 96 255 79 78 76 255 49 49 48 255 39 39 38 255 +minecraft:daylight_detector[inverted=true,power=1] 99 98 96 255 79 78 76 255 49 49 48 255 39 39 38 255 +minecraft:daylight_detector[inverted=true,power=2] 99 98 96 255 79 78 76 255 49 49 48 255 39 39 38 255 +minecraft:daylight_detector[inverted=true,power=3] 99 98 96 255 79 78 76 255 49 49 48 255 39 39 38 255 +minecraft:daylight_detector[inverted=true,power=4] 99 98 96 255 79 78 76 255 49 49 48 255 39 39 38 255 +minecraft:daylight_detector[inverted=true,power=5] 99 98 96 255 79 78 76 255 49 49 48 255 39 39 38 255 +minecraft:daylight_detector[inverted=true,power=6] 99 98 96 255 79 78 76 255 49 49 48 255 39 39 38 255 +minecraft:daylight_detector[inverted=true,power=7] 99 98 96 255 79 78 76 255 49 49 48 255 39 39 38 255 +minecraft:daylight_detector[inverted=true,power=8] 99 98 96 255 79 78 76 255 49 49 48 255 39 39 38 255 +minecraft:daylight_detector[inverted=true,power=9] 99 98 96 255 79 78 76 255 49 49 48 255 39 39 38 255 +minecraft:daylight_detector[inverted=true,power=10] 99 98 96 255 79 78 76 255 49 49 48 255 39 39 38 255 +minecraft:daylight_detector[inverted=true,power=11] 99 98 96 255 79 78 76 255 49 49 48 255 39 39 38 255 +minecraft:daylight_detector[inverted=true,power=12] 99 98 96 255 79 78 76 255 49 49 48 255 39 39 38 255 +minecraft:daylight_detector[inverted=true,power=13] 99 98 96 255 79 78 76 255 49 49 48 255 39 39 38 255 +minecraft:daylight_detector[inverted=true,power=14] 99 98 96 255 79 78 76 255 49 49 48 255 39 39 38 255 +minecraft:daylight_detector[inverted=true,power=15] 99 98 96 255 79 78 76 255 49 49 48 255 39 39 38 255 +minecraft:daylight_detector[inverted=false,power=0] 129 122 108 255 103 97 86 255 64 61 54 255 51 48 43 255 +minecraft:daylight_detector[inverted=false,power=1] 129 122 108 255 103 97 86 255 64 61 54 255 51 48 43 255 +minecraft:daylight_detector[inverted=false,power=2] 129 122 108 255 103 97 86 255 64 61 54 255 51 48 43 255 +minecraft:daylight_detector[inverted=false,power=3] 129 122 108 255 103 97 86 255 64 61 54 255 51 48 43 255 +minecraft:daylight_detector[inverted=false,power=4] 129 122 108 255 103 97 86 255 64 61 54 255 51 48 43 255 +minecraft:daylight_detector[inverted=false,power=5] 129 122 108 255 103 97 86 255 64 61 54 255 51 48 43 255 +minecraft:daylight_detector[inverted=false,power=6] 129 122 108 255 103 97 86 255 64 61 54 255 51 48 43 255 +minecraft:daylight_detector[inverted=false,power=7] 129 122 108 255 103 97 86 255 64 61 54 255 51 48 43 255 +minecraft:daylight_detector[inverted=false,power=8] 129 122 108 255 103 97 86 255 64 61 54 255 51 48 43 255 +minecraft:daylight_detector[inverted=false,power=9] 129 122 108 255 103 97 86 255 64 61 54 255 51 48 43 255 +minecraft:daylight_detector[inverted=false,power=10] 129 122 108 255 103 97 86 255 64 61 54 255 51 48 43 255 +minecraft:daylight_detector[inverted=false,power=11] 129 122 108 255 103 97 86 255 64 61 54 255 51 48 43 255 +minecraft:daylight_detector[inverted=false,power=12] 129 122 108 255 103 97 86 255 64 61 54 255 51 48 43 255 +minecraft:daylight_detector[inverted=false,power=13] 129 122 108 255 103 97 86 255 64 61 54 255 51 48 43 255 +minecraft:daylight_detector[inverted=false,power=14] 129 122 108 255 103 97 86 255 64 61 54 255 51 48 43 255 +minecraft:daylight_detector[inverted=false,power=15] 129 122 108 255 103 97 86 255 64 61 54 255 51 48 43 255 +minecraft:redstone_block 167 14 14 255 133 11 11 255 83 7 7 255 66 5 5 255 +minecraft:nether_quartz_ore 87 34 33 255 69 27 26 255 43 17 16 255 34 13 13 255 +minecraft:hopper 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=true,facing=north] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=true,facing=south] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=true,facing=west] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=true,facing=east] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=down] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=north] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=south] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=west] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=east] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:quartz_block 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:chiseled_quartz_block 234 232 225 255 187 185 180 255 117 116 112 255 93 92 90 255 +minecraft:quartz_pillar 225 223 216 255 180 178 172 255 112 111 108 255 90 89 86 255 +minecraft:quartz_pillar[axis=y] 233 230 224 255 186 184 179 255 116 115 112 255 93 92 89 255 +minecraft:quartz_pillar[axis=z] 225 223 216 255 180 178 172 255 112 111 108 255 90 89 86 255 +minecraft:quartz_stairs 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=north,half=top,shape=straight,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=south,half=top,shape=straight,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=south,half=top,shape=straight,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=west,half=top,shape=straight,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=west,half=top,shape=straight,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=east,half=top,shape=straight,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=east,half=top,shape=straight,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:activator_rail 89 78 74 192 71 62 59 192 44 39 37 192 35 31 29 192 +minecraft:activator_rail[powered=true,shape=north_south,waterlogged=false] 89 78 74 192 71 62 59 192 44 39 37 192 35 31 29 192 +minecraft:activator_rail[powered=true,shape=east_west,waterlogged=true] 89 78 74 192 71 62 59 192 44 39 37 192 35 31 29 192 +minecraft:activator_rail[powered=true,shape=east_west,waterlogged=false] 89 78 74 192 71 62 59 192 44 39 37 192 35 31 29 192 +minecraft:activator_rail[powered=true,shape=ascending_east,waterlogged=true] 89 78 74 192 71 62 59 192 44 39 37 192 35 31 29 192 +minecraft:activator_rail[powered=true,shape=ascending_east,waterlogged=false] 89 78 74 192 71 62 59 192 44 39 37 192 35 31 29 192 +minecraft:activator_rail[powered=true,shape=ascending_west,waterlogged=true] 89 78 74 192 71 62 59 192 44 39 37 192 35 31 29 192 +minecraft:activator_rail[powered=true,shape=ascending_west,waterlogged=false] 89 78 74 192 71 62 59 192 44 39 37 192 35 31 29 192 +minecraft:activator_rail[powered=true,shape=ascending_north,waterlogged=true] 89 78 74 192 71 62 59 192 44 39 37 192 35 31 29 192 +minecraft:activator_rail[powered=true,shape=ascending_north,waterlogged=false] 89 78 74 192 71 62 59 192 44 39 37 192 35 31 29 192 +minecraft:activator_rail[powered=true,shape=ascending_south,waterlogged=true] 89 78 74 192 71 62 59 192 44 39 37 192 35 31 29 192 +minecraft:activator_rail[powered=true,shape=ascending_south,waterlogged=false] 89 78 74 192 71 62 59 192 44 39 37 192 35 31 29 192 +minecraft:activator_rail[powered=false,shape=north_south,waterlogged=true] 84 78 73 192 67 62 58 192 42 39 36 192 33 31 29 192 +minecraft:activator_rail[powered=false,shape=north_south,waterlogged=false] 84 78 73 192 67 62 58 192 42 39 36 192 33 31 29 192 +minecraft:activator_rail[powered=false,shape=east_west,waterlogged=true] 84 78 73 192 67 62 58 192 42 39 36 192 33 31 29 192 +minecraft:activator_rail[powered=false,shape=east_west,waterlogged=false] 84 78 73 192 67 62 58 192 42 39 36 192 33 31 29 192 +minecraft:activator_rail[powered=false,shape=ascending_east,waterlogged=true] 84 78 73 192 67 62 58 192 42 39 36 192 33 31 29 192 +minecraft:activator_rail[powered=false,shape=ascending_east,waterlogged=false] 84 78 73 192 67 62 58 192 42 39 36 192 33 31 29 192 +minecraft:activator_rail[powered=false,shape=ascending_west,waterlogged=true] 84 78 73 192 67 62 58 192 42 39 36 192 33 31 29 192 +minecraft:activator_rail[powered=false,shape=ascending_west,waterlogged=false] 84 78 73 192 67 62 58 192 42 39 36 192 33 31 29 192 +minecraft:activator_rail[powered=false,shape=ascending_north,waterlogged=true] 84 78 73 192 67 62 58 192 42 39 36 192 33 31 29 192 +minecraft:activator_rail[powered=false,shape=ascending_north,waterlogged=false] 84 78 73 192 67 62 58 192 42 39 36 192 33 31 29 192 +minecraft:activator_rail[powered=false,shape=ascending_south,waterlogged=true] 84 78 73 192 67 62 58 192 42 39 36 192 33 31 29 192 +minecraft:activator_rail[powered=false,shape=ascending_south,waterlogged=false] 84 78 73 192 67 62 58 192 42 39 36 192 33 31 29 192 +minecraft:dropper 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:dropper[facing=north,triggered=false] 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:dropper[facing=east,triggered=true] 97 89 82 255 77 71 65 255 48 44 41 255 38 35 32 255 +minecraft:dropper[facing=east,triggered=false] 97 89 82 255 77 71 65 255 48 44 41 255 38 35 32 255 +minecraft:dropper[facing=south,triggered=true] 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:dropper[facing=south,triggered=false] 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:dropper[facing=west,triggered=true] 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:dropper[facing=west,triggered=false] 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:dropper[facing=up,triggered=true] 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:dropper[facing=up,triggered=false] 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:dropper[facing=down,triggered=true] 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:dropper[facing=down,triggered=false] 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:white_terracotta 210 178 161 255 168 142 128 255 105 89 80 255 84 71 64 255 +minecraft:orange_terracotta 162 84 38 255 129 67 30 255 81 42 19 255 64 33 15 255 +minecraft:magenta_terracotta 150 88 109 255 120 70 87 255 75 44 54 255 60 35 43 255 +minecraft:light_blue_terracotta 114 109 138 255 91 87 110 255 57 54 69 255 45 43 55 255 +minecraft:yellow_terracotta 186 133 35 255 148 106 28 255 93 66 17 255 74 53 14 255 +minecraft:lime_terracotta 104 118 53 255 83 94 42 255 52 59 26 255 41 47 21 255 +minecraft:pink_terracotta 162 78 79 255 129 62 63 255 81 39 39 255 64 31 31 255 +minecraft:gray_terracotta 58 42 36 255 46 33 28 255 29 21 18 255 23 16 14 255 +minecraft:light_gray_terracotta 136 107 98 255 108 85 78 255 68 53 49 255 54 42 39 255 +minecraft:cyan_terracotta 87 91 91 255 69 72 72 255 43 45 45 255 34 36 36 255 +minecraft:purple_terracotta 119 70 86 255 95 56 68 255 59 35 43 255 47 28 34 255 +minecraft:blue_terracotta 74 60 91 255 59 48 72 255 37 30 45 255 29 24 36 255 +minecraft:brown_terracotta 77 51 36 255 61 40 28 255 38 25 18 255 30 20 14 255 +minecraft:green_terracotta 76 83 42 255 60 66 33 255 38 41 21 255 30 33 16 255 +minecraft:red_terracotta 144 61 47 255 115 48 37 255 72 30 23 255 57 24 18 255 +minecraft:black_terracotta 26 19 14 255 20 15 11 255 13 9 7 255 10 7 5 255 +minecraft:white_stained_glass_pane 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:orange_stained_glass_pane 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:magenta_stained_glass_pane 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:light_blue_stained_glass_pane 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:yellow_stained_glass_pane 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:lime_stained_glass_pane 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:pink_stained_glass_pane 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:gray_stained_glass_pane 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:light_gray_stained_glass_pane 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:cyan_stained_glass_pane 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:purple_stained_glass_pane 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:blue_stained_glass_pane 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:brown_stained_glass_pane 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:green_stained_glass_pane 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:red_stained_glass_pane 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:black_stained_glass_pane 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:acacia_stairs 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=north,half=top,shape=straight,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=south,half=top,shape=straight,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=south,half=top,shape=straight,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=west,half=top,shape=straight,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=west,half=top,shape=straight,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=east,half=top,shape=straight,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=east,half=top,shape=straight,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:dark_oak_stairs 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=straight,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=straight,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=straight,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=straight,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=straight,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=straight,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=straight,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:slime_block 72 178 30 201 57 142 24 201 36 89 15 201 28 71 12 201 +minecraft:iron_trapdoor 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:prismarine 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_bricks 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:dark_prismarine 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:prismarine_stairs 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=straight,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_brick_stairs 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:dark_prismarine_stairs 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=straight,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:prismarine_slab 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_slab[type=top,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_slab[type=bottom,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_slab[type=bottom,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_slab[type=double,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_slab[type=double,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_brick_slab 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_slab[type=top,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_slab[type=bottom,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_slab[type=bottom,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_slab[type=double,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_slab[type=double,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:dark_prismarine_slab 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_slab[type=top,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_slab[type=bottom,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_slab[type=bottom,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_slab[type=double,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_slab[type=double,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:sea_lantern 164 191 178 255 131 152 142 255 82 95 89 255 65 76 71 255 +minecraft:hay_block 183 146 68 255 146 116 54 255 91 73 34 255 73 58 27 255 +minecraft:hay_block[axis=y] 197 159 43 255 157 127 34 255 98 79 21 255 78 63 17 255 +minecraft:hay_block[axis=z] 183 146 68 255 146 116 54 255 91 73 34 255 73 58 27 255 +minecraft:white_carpet 235 235 235 255 188 188 188 255 117 117 117 255 94 94 94 255 +minecraft:orange_carpet 232 120 43 255 185 96 34 255 116 60 21 255 92 48 17 255 +minecraft:magenta_carpet 185 57 196 255 148 45 156 255 92 28 98 255 74 22 78 255 +minecraft:light_blue_carpet 82 121 205 255 65 96 164 255 41 60 102 255 32 48 82 255 +minecraft:yellow_carpet 209 194 29 255 167 155 23 255 104 97 14 255 83 77 11 255 +minecraft:lime_carpet 52 177 42 255 41 141 33 255 26 88 21 255 20 70 16 255 +minecraft:pink_carpet 215 127 151 255 172 101 120 255 107 63 75 255 86 50 60 255 +minecraft:gray_carpet 63 63 63 255 50 50 50 255 31 31 31 255 25 25 25 255 +minecraft:light_gray_carpet 136 146 146 255 108 116 116 255 68 73 73 255 54 58 58 255 +minecraft:cyan_carpet 40 124 159 255 32 99 127 255 20 62 79 255 16 49 63 255 +minecraft:purple_carpet 124 47 192 255 99 37 153 255 62 23 96 255 49 18 76 255 +minecraft:blue_carpet 36 48 147 255 28 38 117 255 18 24 73 255 14 19 58 255 +minecraft:brown_carpet 80 47 25 255 64 37 20 255 40 23 12 255 32 18 10 255 +minecraft:green_carpet 51 71 22 255 40 56 17 255 25 35 11 255 20 28 8 255 +minecraft:red_carpet 154 41 37 255 123 32 29 255 77 20 18 255 61 16 14 255 +minecraft:black_carpet 11 11 11 255 8 8 8 255 5 5 5 255 4 4 4 255 +minecraft:terracotta 151 93 67 255 120 74 53 255 75 46 33 255 60 37 26 255 +minecraft:coal_block 8 8 8 255 6 6 6 255 4 4 4 255 3 3 3 255 +minecraft:packed_ice 171 211 249 255 136 168 199 255 85 105 124 255 68 84 99 255 +minecraft:sunflower 25 46 14 24 20 36 11 24 12 23 7 24 10 18 5 24 +minecraft:sunflower[half=lower] 30 55 16 60 24 44 12 60 15 27 8 60 12 22 6 60 +minecraft:lilac 102 93 99 140 81 74 79 140 51 46 49 140 40 37 39 140 +minecraft:lilac[half=lower] 86 84 81 147 68 67 64 147 43 42 40 147 34 33 32 147 +minecraft:rose_bush 55 34 11 159 44 27 8 159 27 17 5 159 22 13 4 159 +minecraft:rose_bush[half=lower] 44 37 10 200 35 29 8 200 22 18 5 200 17 14 4 200 +minecraft:peony 105 93 109 167 84 74 87 167 52 46 54 167 42 37 43 167 +minecraft:peony[half=lower] 51 69 41 167 40 55 32 167 25 34 20 167 20 27 16 167 +minecraft:tall_grass 42 79 22 122 33 63 17 122 21 39 11 122 16 31 8 122 +minecraft:tall_grass[half=lower] 43 81 22 215 34 64 17 215 21 40 11 215 17 32 8 215 +minecraft:large_fern 27 51 14 145 21 40 11 145 13 25 7 145 10 20 5 145 +minecraft:large_fern[half=lower] 33 63 17 190 26 50 13 190 16 31 8 190 13 25 6 190 +minecraft:white_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:white_banner[rotation=1] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:white_banner[rotation=2] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:white_banner[rotation=3] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:white_banner[rotation=4] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:white_banner[rotation=5] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:white_banner[rotation=6] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:white_banner[rotation=7] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:white_banner[rotation=8] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:white_banner[rotation=9] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:white_banner[rotation=10] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:white_banner[rotation=11] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:white_banner[rotation=12] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:white_banner[rotation=13] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:white_banner[rotation=14] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:white_banner[rotation=15] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:orange_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:orange_banner[rotation=1] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:orange_banner[rotation=2] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:orange_banner[rotation=3] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:orange_banner[rotation=4] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:orange_banner[rotation=5] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:orange_banner[rotation=6] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:orange_banner[rotation=7] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:orange_banner[rotation=8] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:orange_banner[rotation=9] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:orange_banner[rotation=10] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:orange_banner[rotation=11] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:orange_banner[rotation=12] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:orange_banner[rotation=13] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:orange_banner[rotation=14] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:orange_banner[rotation=15] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:magenta_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:magenta_banner[rotation=1] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:magenta_banner[rotation=2] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:magenta_banner[rotation=3] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:magenta_banner[rotation=4] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:magenta_banner[rotation=5] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:magenta_banner[rotation=6] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:magenta_banner[rotation=7] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:magenta_banner[rotation=8] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:magenta_banner[rotation=9] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:magenta_banner[rotation=10] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:magenta_banner[rotation=11] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:magenta_banner[rotation=12] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:magenta_banner[rotation=13] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:magenta_banner[rotation=14] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:magenta_banner[rotation=15] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_blue_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_blue_banner[rotation=1] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_blue_banner[rotation=2] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_blue_banner[rotation=3] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_blue_banner[rotation=4] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_blue_banner[rotation=5] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_blue_banner[rotation=6] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_blue_banner[rotation=7] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_blue_banner[rotation=8] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_blue_banner[rotation=9] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_blue_banner[rotation=10] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_blue_banner[rotation=11] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_blue_banner[rotation=12] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_blue_banner[rotation=13] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_blue_banner[rotation=14] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_blue_banner[rotation=15] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:yellow_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:yellow_banner[rotation=1] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:yellow_banner[rotation=2] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:yellow_banner[rotation=3] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:yellow_banner[rotation=4] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:yellow_banner[rotation=5] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:yellow_banner[rotation=6] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:yellow_banner[rotation=7] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:yellow_banner[rotation=8] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:yellow_banner[rotation=9] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:yellow_banner[rotation=10] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:yellow_banner[rotation=11] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:yellow_banner[rotation=12] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:yellow_banner[rotation=13] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:yellow_banner[rotation=14] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:yellow_banner[rotation=15] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:lime_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:lime_banner[rotation=1] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:lime_banner[rotation=2] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:lime_banner[rotation=3] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:lime_banner[rotation=4] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:lime_banner[rotation=5] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:lime_banner[rotation=6] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:lime_banner[rotation=7] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:lime_banner[rotation=8] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:lime_banner[rotation=9] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:lime_banner[rotation=10] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:lime_banner[rotation=11] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:lime_banner[rotation=12] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:lime_banner[rotation=13] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:lime_banner[rotation=14] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:lime_banner[rotation=15] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:pink_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:pink_banner[rotation=1] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:pink_banner[rotation=2] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:pink_banner[rotation=3] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:pink_banner[rotation=4] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:pink_banner[rotation=5] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:pink_banner[rotation=6] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:pink_banner[rotation=7] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:pink_banner[rotation=8] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:pink_banner[rotation=9] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:pink_banner[rotation=10] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:pink_banner[rotation=11] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:pink_banner[rotation=12] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:pink_banner[rotation=13] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:pink_banner[rotation=14] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:pink_banner[rotation=15] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:gray_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:gray_banner[rotation=1] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:gray_banner[rotation=2] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:gray_banner[rotation=3] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:gray_banner[rotation=4] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:gray_banner[rotation=5] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:gray_banner[rotation=6] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:gray_banner[rotation=7] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:gray_banner[rotation=8] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:gray_banner[rotation=9] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:gray_banner[rotation=10] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:gray_banner[rotation=11] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:gray_banner[rotation=12] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:gray_banner[rotation=13] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:gray_banner[rotation=14] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:gray_banner[rotation=15] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_gray_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_gray_banner[rotation=1] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_gray_banner[rotation=2] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_gray_banner[rotation=3] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_gray_banner[rotation=4] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_gray_banner[rotation=5] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_gray_banner[rotation=6] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_gray_banner[rotation=7] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_gray_banner[rotation=8] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_gray_banner[rotation=9] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_gray_banner[rotation=10] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_gray_banner[rotation=11] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_gray_banner[rotation=12] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_gray_banner[rotation=13] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_gray_banner[rotation=14] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_gray_banner[rotation=15] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:cyan_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:cyan_banner[rotation=1] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:cyan_banner[rotation=2] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:cyan_banner[rotation=3] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:cyan_banner[rotation=4] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:cyan_banner[rotation=5] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:cyan_banner[rotation=6] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:cyan_banner[rotation=7] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:cyan_banner[rotation=8] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:cyan_banner[rotation=9] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:cyan_banner[rotation=10] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:cyan_banner[rotation=11] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:cyan_banner[rotation=12] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:cyan_banner[rotation=13] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:cyan_banner[rotation=14] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:cyan_banner[rotation=15] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:purple_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:purple_banner[rotation=1] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:purple_banner[rotation=2] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:purple_banner[rotation=3] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:purple_banner[rotation=4] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:purple_banner[rotation=5] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:purple_banner[rotation=6] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:purple_banner[rotation=7] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:purple_banner[rotation=8] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:purple_banner[rotation=9] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:purple_banner[rotation=10] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:purple_banner[rotation=11] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:purple_banner[rotation=12] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:purple_banner[rotation=13] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:purple_banner[rotation=14] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:purple_banner[rotation=15] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:blue_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:blue_banner[rotation=1] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:blue_banner[rotation=2] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:blue_banner[rotation=3] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:blue_banner[rotation=4] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:blue_banner[rotation=5] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:blue_banner[rotation=6] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:blue_banner[rotation=7] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:blue_banner[rotation=8] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:blue_banner[rotation=9] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:blue_banner[rotation=10] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:blue_banner[rotation=11] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:blue_banner[rotation=12] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:blue_banner[rotation=13] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:blue_banner[rotation=14] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:blue_banner[rotation=15] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:brown_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:brown_banner[rotation=1] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:brown_banner[rotation=2] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:brown_banner[rotation=3] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:brown_banner[rotation=4] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:brown_banner[rotation=5] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:brown_banner[rotation=6] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:brown_banner[rotation=7] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:brown_banner[rotation=8] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:brown_banner[rotation=9] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:brown_banner[rotation=10] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:brown_banner[rotation=11] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:brown_banner[rotation=12] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:brown_banner[rotation=13] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:brown_banner[rotation=14] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:brown_banner[rotation=15] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:green_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:green_banner[rotation=1] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:green_banner[rotation=2] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:green_banner[rotation=3] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:green_banner[rotation=4] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:green_banner[rotation=5] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:green_banner[rotation=6] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:green_banner[rotation=7] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:green_banner[rotation=8] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:green_banner[rotation=9] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:green_banner[rotation=10] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:green_banner[rotation=11] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:green_banner[rotation=12] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:green_banner[rotation=13] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:green_banner[rotation=14] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:green_banner[rotation=15] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:red_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:red_banner[rotation=1] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:red_banner[rotation=2] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:red_banner[rotation=3] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:red_banner[rotation=4] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:red_banner[rotation=5] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:red_banner[rotation=6] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:red_banner[rotation=7] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:red_banner[rotation=8] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:red_banner[rotation=9] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:red_banner[rotation=10] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:red_banner[rotation=11] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:red_banner[rotation=12] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:red_banner[rotation=13] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:red_banner[rotation=14] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:red_banner[rotation=15] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:black_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:black_banner[rotation=1] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:black_banner[rotation=2] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:black_banner[rotation=3] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:black_banner[rotation=4] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:black_banner[rotation=5] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:black_banner[rotation=6] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:black_banner[rotation=7] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:black_banner[rotation=8] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:black_banner[rotation=9] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:black_banner[rotation=10] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:black_banner[rotation=11] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:black_banner[rotation=12] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:black_banner[rotation=13] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:black_banner[rotation=14] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:black_banner[rotation=15] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:white_wall_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:white_wall_banner[facing=south] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:white_wall_banner[facing=west] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:white_wall_banner[facing=east] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:orange_wall_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:orange_wall_banner[facing=south] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:orange_wall_banner[facing=west] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:orange_wall_banner[facing=east] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:magenta_wall_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:magenta_wall_banner[facing=south] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:magenta_wall_banner[facing=west] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:magenta_wall_banner[facing=east] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_blue_wall_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_blue_wall_banner[facing=south] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_blue_wall_banner[facing=west] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_blue_wall_banner[facing=east] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:yellow_wall_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:yellow_wall_banner[facing=south] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:yellow_wall_banner[facing=west] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:yellow_wall_banner[facing=east] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:lime_wall_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:lime_wall_banner[facing=south] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:lime_wall_banner[facing=west] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:lime_wall_banner[facing=east] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:pink_wall_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:pink_wall_banner[facing=south] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:pink_wall_banner[facing=west] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:pink_wall_banner[facing=east] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:gray_wall_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:gray_wall_banner[facing=south] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:gray_wall_banner[facing=west] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:gray_wall_banner[facing=east] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_gray_wall_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_gray_wall_banner[facing=south] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_gray_wall_banner[facing=west] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_gray_wall_banner[facing=east] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:cyan_wall_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:cyan_wall_banner[facing=south] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:cyan_wall_banner[facing=west] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:cyan_wall_banner[facing=east] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:purple_wall_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:purple_wall_banner[facing=south] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:purple_wall_banner[facing=west] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:purple_wall_banner[facing=east] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:blue_wall_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:blue_wall_banner[facing=south] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:blue_wall_banner[facing=west] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:blue_wall_banner[facing=east] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:brown_wall_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:brown_wall_banner[facing=south] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:brown_wall_banner[facing=west] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:brown_wall_banner[facing=east] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:green_wall_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:green_wall_banner[facing=south] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:green_wall_banner[facing=west] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:green_wall_banner[facing=east] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:red_wall_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:red_wall_banner[facing=south] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:red_wall_banner[facing=west] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:red_wall_banner[facing=east] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:black_wall_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:black_wall_banner[facing=south] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:black_wall_banner[facing=west] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:black_wall_banner[facing=east] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:red_sandstone 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:chiseled_red_sandstone 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:cut_red_sandstone 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:red_sandstone_stairs 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:oak_slab 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_slab[type=top,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_slab[type=bottom,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_slab[type=bottom,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_slab[type=double,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_slab[type=double,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:spruce_slab 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_slab[type=top,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_slab[type=bottom,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_slab[type=bottom,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_slab[type=double,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_slab[type=double,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:birch_slab 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_slab[type=top,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_slab[type=bottom,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_slab[type=bottom,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_slab[type=double,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_slab[type=double,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:jungle_slab 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_slab[type=top,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_slab[type=bottom,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_slab[type=bottom,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_slab[type=double,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_slab[type=double,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:acacia_slab 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_slab[type=top,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_slab[type=bottom,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_slab[type=bottom,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_slab[type=double,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_slab[type=double,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:dark_oak_slab 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_slab[type=top,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_slab[type=bottom,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_slab[type=bottom,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_slab[type=double,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_slab[type=double,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:stone_slab 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_slab[type=top,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_slab[type=bottom,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_slab[type=bottom,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_slab[type=double,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_slab[type=double,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:smooth_stone_slab 159 153 149 255 127 122 119 255 79 76 74 255 63 61 59 255 +minecraft:smooth_stone_slab[type=top,waterlogged=false] 159 153 149 255 127 122 119 255 79 76 74 255 63 61 59 255 +minecraft:smooth_stone_slab[type=bottom,waterlogged=true] 159 153 149 255 127 122 119 255 79 76 74 255 63 61 59 255 +minecraft:smooth_stone_slab[type=bottom,waterlogged=false] 159 153 149 255 127 122 119 255 79 76 74 255 63 61 59 255 +minecraft:smooth_stone_slab[type=double,waterlogged=true] 159 153 149 255 127 122 119 255 79 76 74 255 63 61 59 255 +minecraft:smooth_stone_slab[type=double,waterlogged=false] 159 153 149 255 127 122 119 255 79 76 74 255 63 61 59 255 +minecraft:sandstone_slab 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:sandstone_slab[type=top,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:sandstone_slab[type=bottom,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:sandstone_slab[type=bottom,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:sandstone_slab[type=double,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:sandstone_slab[type=double,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:cut_sandstone_slab 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:cut_sandstone_slab[type=top,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:cut_sandstone_slab[type=bottom,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:cut_sandstone_slab[type=bottom,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:cut_sandstone_slab[type=double,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:cut_sandstone_slab[type=double,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:petrified_oak_slab 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:petrified_oak_slab[type=top,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:petrified_oak_slab[type=bottom,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:petrified_oak_slab[type=bottom,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:petrified_oak_slab[type=double,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:petrified_oak_slab[type=double,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:cobblestone_slab 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_slab[type=top,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_slab[type=bottom,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_slab[type=bottom,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_slab[type=double,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_slab[type=double,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:brick_slab 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_slab[type=top,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_slab[type=bottom,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_slab[type=bottom,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_slab[type=double,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_slab[type=double,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:stone_brick_slab 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_slab[type=top,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_slab[type=bottom,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_slab[type=bottom,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_slab[type=double,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_slab[type=double,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:nether_brick_slab 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_slab[type=top,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_slab[type=bottom,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_slab[type=bottom,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_slab[type=double,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_slab[type=double,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:quartz_slab 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_slab[type=top,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_slab[type=bottom,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_slab[type=bottom,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_slab[type=double,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_slab[type=double,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:red_sandstone_slab 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:red_sandstone_slab[type=top,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:red_sandstone_slab[type=bottom,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:red_sandstone_slab[type=bottom,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:red_sandstone_slab[type=double,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:red_sandstone_slab[type=double,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:cut_red_sandstone_slab 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:cut_red_sandstone_slab[type=top,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:cut_red_sandstone_slab[type=double,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:cut_red_sandstone_slab[type=double,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:purpur_slab 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_slab[type=top,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_slab[type=bottom,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_slab[type=bottom,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_slab[type=double,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_slab[type=double,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:smooth_stone 159 159 159 255 127 127 127 255 79 79 79 255 63 63 63 255 +minecraft:smooth_sandstone 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_quartz 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:smooth_red_sandstone 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:spruce_fence_gate 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=true,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=false,powered=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=false,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=true,powered=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=true,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=true,powered=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=true,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=false,powered=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=false,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=true,powered=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=true,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=false,powered=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=false,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=true,powered=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=true,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=false,powered=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=false,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=true,powered=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=true,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=false,powered=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=false,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=true,powered=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=true,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=false,powered=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=false,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=true,powered=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=true,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=false,powered=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=false,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:birch_fence_gate 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=true,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=false,powered=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=false,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=true,powered=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=true,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=true,powered=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=true,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=false,powered=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=false,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=true,powered=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=true,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=false,powered=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=false,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=true,powered=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=true,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=false,powered=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=false,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=true,powered=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=true,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=false,powered=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=false,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=true,powered=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=true,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=false,powered=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=false,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=true,powered=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=true,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=false,powered=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=false,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:jungle_fence_gate 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=true,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=false,powered=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=false,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=true,powered=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=true,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=true,powered=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=true,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=false,powered=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=false,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=true,powered=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=true,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=false,powered=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=false,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=true,powered=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=true,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=false,powered=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=false,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=true,powered=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=true,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=false,powered=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=false,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=true,powered=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=true,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=false,powered=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=false,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=true,powered=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=true,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=false,powered=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=false,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:acacia_fence_gate 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=true,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=false,powered=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=false,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=true,powered=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=true,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=true,powered=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=true,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=false,powered=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=false,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=true,powered=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=true,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=false,powered=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=false,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=true,powered=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=true,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=false,powered=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=false,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=true,powered=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=true,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=false,powered=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=false,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=true,powered=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=true,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=false,powered=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=false,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=true,powered=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=true,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=false,powered=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=false,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:dark_oak_fence_gate 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=true,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=false,powered=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=false,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=true,powered=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=true,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=true,powered=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=true,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=false,powered=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=false,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=true,powered=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=true,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=false,powered=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=false,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=true,powered=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=true,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=false,powered=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=false,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=true,powered=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=true,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=false,powered=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=false,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=true,powered=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=true,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=false,powered=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=false,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=true,powered=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=true,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=false,powered=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=false,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:spruce_fence 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=true,west=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=false,west=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=false,west=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=true,west=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=true,west=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=false,west=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=false,west=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=true,west=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=true,west=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=false,west=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=false,west=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=true,west=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=true,west=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=false,west=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=false,west=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=true,west=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=true,west=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=false,west=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=false,west=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=true,west=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=true,west=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=false,west=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=false,west=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=true,west=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=true,west=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=false,west=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=false,west=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=true,west=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=true,west=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:birch_fence 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=true,west=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=false,west=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=false,west=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=true,west=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=true,west=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=false,west=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=false,west=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=true,west=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=true,west=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=false,west=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=false,west=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=true,west=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=true,west=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=false,west=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=false,west=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=true,west=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=true,west=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=false,west=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=false,west=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=true,west=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=true,west=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=false,west=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=false,west=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=true,west=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=true,west=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=false,west=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=false,west=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=true,west=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=true,west=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:jungle_fence 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=true,west=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=false,west=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=false,west=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=true,west=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=true,west=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=false,west=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=false,west=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=true,west=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=true,west=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=false,west=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=false,west=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=true,west=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=true,west=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=false,west=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=false,west=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=true,west=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=true,west=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=false,west=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=false,west=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=true,west=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=true,west=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=false,west=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=false,west=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=true,west=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=true,west=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=false,west=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=false,west=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=true,west=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=true,west=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:acacia_fence 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=true,west=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=false,west=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=false,west=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=true,west=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=true,west=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=false,west=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=false,west=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=true,west=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=true,west=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=false,west=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=false,west=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=true,west=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=true,west=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=false,west=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=false,west=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=true,west=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=true,west=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=false,west=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=false,west=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=true,west=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=true,west=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=false,west=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=false,west=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=true,west=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=true,west=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=false,west=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=false,west=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=true,west=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=true,west=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:dark_oak_fence 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=true,west=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=false,west=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=false,west=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=true,west=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=true,west=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=false,west=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=false,west=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=true,west=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=true,west=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=false,west=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=false,west=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=true,west=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=true,west=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=false,west=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=false,west=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=true,west=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=true,west=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=false,west=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=false,west=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=true,west=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=true,west=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=false,west=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=false,west=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=true,west=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=true,west=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=false,west=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=false,west=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=true,west=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=true,west=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:spruce_door 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=true,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=false,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=false,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=true,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=true,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=false,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=false,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=true,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=true,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=true,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=true,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=false,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=false,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=true,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=true,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=false,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=false,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=true,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=true,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=false,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=false,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=true,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=true,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=false,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=false,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=true,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=true,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=false,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=false,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=true,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=true,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=false,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=false,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=true,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=true,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=false,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=false,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=true,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=true,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=false,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=false,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=true,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=true,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=false,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=false,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=true,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=true,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=false,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=false,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=true,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=true,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=false,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=false,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=true,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=true,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=false,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=false,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=true,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=true,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=false,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=false,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:birch_door 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=true,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=false,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=false,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=true,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=true,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=false,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=false,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=true,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=true,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=true,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=true,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=false,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=false,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=true,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=true,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=false,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=false,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=true,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=true,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=false,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=false,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=true,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=true,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=false,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=false,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=true,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=true,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=false,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=false,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=true,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=true,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=false,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=false,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=true,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=true,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=false,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=false,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=true,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=true,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=false,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=false,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=true,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=true,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=false,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=false,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=true,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=true,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=false,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=false,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=true,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=true,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=false,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=false,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=true,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=true,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=false,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=false,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=true,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=true,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=false,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=false,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:jungle_door 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=true,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=false,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=false,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=true,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=true,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=false,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=false,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=true,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=true,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=true,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=true,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=false,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=false,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=true,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=true,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=false,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=false,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=true,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=true,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=false,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=false,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=true,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=true,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=false,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=false,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=true,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=true,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=false,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=false,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=true,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=true,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=false,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=false,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=true,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=true,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=false,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=false,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=true,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=true,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=false,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=false,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=true,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=true,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=false,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=false,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=true,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=true,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=false,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=false,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=true,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=true,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=false,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=false,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=true,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=true,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=false,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=false,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=true,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=true,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=false,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=false,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:acacia_door 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=true,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=false,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=false,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=true,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=true,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=false,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=false,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=true,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=true,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=true,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=true,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=false,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=false,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=true,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=true,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=false,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=false,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=true,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=true,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=false,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=false,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=true,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=true,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=false,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=false,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=true,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=true,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=false,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=false,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=true,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=true,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=false,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=false,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=true,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=true,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=false,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=false,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=true,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=true,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=false,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=false,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=true,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=true,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=false,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=false,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=true,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=true,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=false,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=false,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=true,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=true,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=false,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=false,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=true,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=true,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=false,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=false,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=true,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=true,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=false,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=false,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:dark_oak_door 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=true,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=false,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=false,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=true,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=true,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=false,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=false,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=true,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=true,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=true,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=true,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=false,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=false,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=true,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=true,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=false,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=false,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=true,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=true,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=false,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=false,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=true,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=true,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=false,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=false,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=true,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=true,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=false,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=false,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=true,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=true,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=false,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=false,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=true,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=true,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=false,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=false,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=true,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=true,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=false,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=false,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=true,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=true,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=false,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=false,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=true,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=true,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=false,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=false,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=true,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=true,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=false,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=false,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=true,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=true,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=false,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=false,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=true,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=true,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=false,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=false,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:end_rod 123 92 62 206 98 73 49 206 61 46 31 206 49 36 24 206 +minecraft:end_rod[facing=east] 123 92 62 206 98 73 49 206 61 46 31 206 49 36 24 206 +minecraft:end_rod[facing=south] 123 92 62 206 98 73 49 206 61 46 31 206 49 36 24 206 +minecraft:end_rod[facing=west] 123 92 62 206 98 73 49 206 61 46 31 206 49 36 24 206 +minecraft:end_rod[facing=up] 123 92 62 206 98 73 49 206 61 46 31 206 49 36 24 206 +minecraft:end_rod[facing=down] 123 92 62 206 98 73 49 206 61 46 31 206 49 36 24 206 +minecraft:chorus_plant 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=true,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=false,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=false,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=true,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=true,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=false,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=false,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=true,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=true,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=false,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=false,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=true,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=true,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=false,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=false,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=true,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=true,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=false,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=false,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=true,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=true,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=false,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=false,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=true,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=true,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=false,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=false,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=true,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=true,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=false,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=false,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=true,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=true,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=false,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=false,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=true,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=true,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=false,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=false,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=true,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=true,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=false,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=false,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=true,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=true,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=false,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=false,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=true,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=true,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=false,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=false,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=true,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=true,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=false,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=false,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=true,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=true,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=false,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=false,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=true,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=true,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_flower 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=1] 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=2] 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=3] 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=4] 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=5] 96 61 94 255 76 48 75 255 48 30 47 255 38 24 37 255 +minecraft:purpur_block 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_pillar 175 135 175 255 140 108 140 255 87 67 87 255 70 54 70 255 +minecraft:purpur_pillar[axis=y] 170 127 170 255 136 101 136 255 85 63 85 255 68 50 68 255 +minecraft:purpur_pillar[axis=z] 175 135 175 255 140 108 140 255 87 67 87 255 70 54 70 255 +minecraft:purpur_stairs 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=north,half=top,shape=straight,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=south,half=top,shape=straight,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=south,half=top,shape=straight,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=west,half=top,shape=straight,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=west,half=top,shape=straight,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=east,half=top,shape=straight,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=east,half=top,shape=straight,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:end_stone_bricks 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:beetroots 65 137 41 14 52 109 32 14 32 68 20 14 26 54 16 14 +minecraft:beetroots[age=1] 66 138 41 29 52 110 32 29 33 69 20 29 26 55 16 29 +minecraft:beetroots[age=2] 69 130 39 87 55 104 31 87 34 65 19 87 27 52 15 87 +minecraft:beetroots[age=3] 93 91 30 115 74 72 24 115 46 45 15 115 37 36 12 115 +minecraft:dirt_path 113 91 78 255 90 72 62 255 56 45 39 255 45 36 31 255 +minecraft:end_gateway 30 0 35 255 24 0 28 255 15 0 17 255 12 0 14 255 +minecraft:repeating_command_block 81 65 105 255 64 52 84 255 40 32 52 255 32 26 42 255 +minecraft:repeating_command_block[conditional=true,facing=east] 79 64 104 255 63 51 83 255 39 32 52 255 31 25 41 255 +minecraft:repeating_command_block[conditional=true,facing=south] 80 64 109 255 64 51 87 255 40 32 54 255 32 25 43 255 +minecraft:repeating_command_block[conditional=true,facing=west] 80 64 109 255 64 51 87 255 40 32 54 255 32 25 43 255 +minecraft:repeating_command_block[conditional=true,facing=up] 80 64 109 255 64 51 87 255 40 32 54 255 32 25 43 255 +minecraft:repeating_command_block[conditional=true,facing=down] 80 64 109 255 64 51 87 255 40 32 54 255 32 25 43 255 +minecraft:repeating_command_block[conditional=false,facing=north] 81 65 105 255 64 52 84 255 40 32 52 255 32 26 42 255 +minecraft:repeating_command_block[conditional=false,facing=east] 79 64 104 255 63 51 83 255 39 32 52 255 31 25 41 255 +minecraft:repeating_command_block[conditional=false,facing=south] 79 63 107 255 63 50 85 255 39 31 53 255 31 25 42 255 +minecraft:repeating_command_block[conditional=false,facing=west] 79 63 107 255 63 50 85 255 39 31 53 255 31 25 42 255 +minecraft:repeating_command_block[conditional=false,facing=up] 79 63 107 255 63 50 85 255 39 31 53 255 31 25 42 255 +minecraft:repeating_command_block[conditional=false,facing=down] 79 63 107 255 63 50 85 255 39 31 53 255 31 25 42 255 +minecraft:chain_command_block 66 88 71 255 52 70 56 255 33 44 35 255 26 35 28 255 +minecraft:chain_command_block[conditional=true,facing=east] 64 88 70 255 51 70 56 255 32 44 35 255 25 35 28 255 +minecraft:chain_command_block[conditional=true,facing=south] 64 90 72 255 51 72 57 255 32 45 36 255 25 36 28 255 +minecraft:chain_command_block[conditional=true,facing=west] 64 90 72 255 51 72 57 255 32 45 36 255 25 36 28 255 +minecraft:chain_command_block[conditional=true,facing=up] 64 90 72 255 51 72 57 255 32 45 36 255 25 36 28 255 +minecraft:chain_command_block[conditional=true,facing=down] 64 90 72 255 51 72 57 255 32 45 36 255 25 36 28 255 +minecraft:chain_command_block[conditional=false,facing=north] 66 88 71 255 52 70 56 255 33 44 35 255 26 35 28 255 +minecraft:chain_command_block[conditional=false,facing=east] 64 88 70 255 51 70 56 255 32 44 35 255 25 35 28 255 +minecraft:chain_command_block[conditional=false,facing=south] 63 88 71 255 50 70 56 255 31 44 35 255 25 35 28 255 +minecraft:chain_command_block[conditional=false,facing=west] 63 88 71 255 50 70 56 255 31 44 35 255 25 35 28 255 +minecraft:chain_command_block[conditional=false,facing=up] 63 88 71 255 50 70 56 255 31 44 35 255 25 35 28 255 +minecraft:chain_command_block[conditional=false,facing=down] 63 88 71 255 50 70 56 255 31 44 35 255 25 35 28 255 +minecraft:frosted_ice 175 216 251 205 140 172 200 205 87 108 125 205 70 86 100 205 +minecraft:frosted_ice[age=1] 156 205 248 194 124 164 198 194 78 102 124 194 62 82 99 194 +minecraft:frosted_ice[age=2] 146 205 247 185 116 164 197 185 73 102 123 185 58 82 98 185 +minecraft:frosted_ice[age=3] 134 205 246 175 107 164 196 175 67 102 123 175 53 82 98 175 +minecraft:magma_block 162 69 16 255 129 55 12 255 81 34 8 255 64 27 6 255 +minecraft:nether_wart_block 87 6 20 255 69 4 16 255 43 3 10 255 34 2 8 255 +minecraft:red_nether_bricks 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:bone_block 211 204 184 255 168 163 147 255 105 102 92 255 84 81 73 255 +minecraft:bone_block[axis=y] 187 181 164 255 149 144 131 255 93 90 82 255 74 72 65 255 +minecraft:bone_block[axis=z] 211 204 184 255 168 163 147 255 105 102 92 255 84 81 73 255 +minecraft:observer 116 110 108 255 92 88 86 255 58 55 54 255 46 44 43 255 +minecraft:observer[facing=north,powered=false] 116 110 108 255 92 88 86 255 58 55 54 255 46 44 43 255 +minecraft:observer[facing=east,powered=true] 113 108 106 255 90 86 84 255 56 54 53 255 45 43 42 255 +minecraft:observer[facing=east,powered=false] 113 108 106 255 90 86 84 255 56 54 53 255 45 43 42 255 +minecraft:observer[facing=south,powered=true] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=south,powered=false] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=west,powered=true] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=west,powered=false] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=up,powered=true] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=up,powered=false] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=down,powered=true] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=down,powered=false] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:shulker_box 129 86 129 255 103 68 103 255 64 43 64 255 51 34 51 255 +minecraft:shulker_box[facing=east] 133 89 133 255 106 71 106 255 66 44 66 255 53 35 53 255 +minecraft:shulker_box[facing=south] 136 91 136 255 108 72 108 255 68 45 68 255 54 36 54 255 +minecraft:shulker_box[facing=west] 136 91 136 255 108 72 108 255 68 45 68 255 54 36 54 255 +minecraft:shulker_box[facing=up] 136 91 136 255 108 72 108 255 68 45 68 255 54 36 54 255 +minecraft:shulker_box[facing=down] 136 91 136 255 108 72 108 255 68 45 68 255 54 36 54 255 +minecraft:white_shulker_box 194 191 191 255 155 152 152 255 97 95 95 255 77 76 76 255 +minecraft:white_shulker_box[facing=east] 197 194 194 255 157 155 155 255 98 97 97 255 78 77 77 255 +minecraft:white_shulker_box[facing=south] 198 195 195 255 158 156 156 255 99 97 97 255 79 78 78 255 +minecraft:white_shulker_box[facing=west] 198 195 195 255 158 156 156 255 99 97 97 255 79 78 78 255 +minecraft:white_shulker_box[facing=up] 198 195 195 255 158 156 156 255 99 97 97 255 79 78 78 255 +minecraft:white_shulker_box[facing=down] 198 195 195 255 158 156 156 255 99 97 97 255 79 78 78 255 +minecraft:orange_shulker_box 181 98 47 255 144 78 37 255 90 49 23 255 72 39 18 255 +minecraft:orange_shulker_box[facing=east] 184 102 48 255 147 81 38 255 92 51 24 255 73 40 19 255 +minecraft:orange_shulker_box[facing=south] 185 103 49 255 148 82 39 255 92 51 24 255 74 41 19 255 +minecraft:orange_shulker_box[facing=west] 185 103 49 255 148 82 39 255 92 51 24 255 74 41 19 255 +minecraft:orange_shulker_box[facing=up] 185 103 49 255 148 82 39 255 92 51 24 255 74 41 19 255 +minecraft:orange_shulker_box[facing=down] 185 103 49 255 148 82 39 255 92 51 24 255 74 41 19 255 +minecraft:magenta_shulker_box 161 84 168 255 128 67 134 255 80 42 84 255 64 33 67 255 +minecraft:magenta_shulker_box[facing=east] 164 87 171 255 131 69 136 255 82 43 85 255 65 34 68 255 +minecraft:magenta_shulker_box[facing=south] 166 88 173 255 132 70 138 255 83 44 86 255 66 35 69 255 +minecraft:magenta_shulker_box[facing=west] 166 88 173 255 132 70 138 255 83 44 86 255 66 35 69 255 +minecraft:magenta_shulker_box[facing=up] 166 88 173 255 132 70 138 255 83 44 86 255 66 35 69 255 +minecraft:magenta_shulker_box[facing=down] 166 88 173 255 132 70 138 255 83 44 86 255 66 35 69 255 +minecraft:light_blue_shulker_box 86 121 178 255 68 96 142 255 43 60 89 255 34 48 71 255 +minecraft:light_blue_shulker_box[facing=east] 89 125 181 255 71 100 144 255 44 62 90 255 35 50 72 255 +minecraft:light_blue_shulker_box[facing=south] 91 127 183 255 72 101 146 255 45 63 91 255 36 50 73 255 +minecraft:light_blue_shulker_box[facing=west] 91 127 183 255 72 101 146 255 45 63 91 255 36 50 73 255 +minecraft:light_blue_shulker_box[facing=up] 91 127 183 255 72 101 146 255 45 63 91 255 36 50 73 255 +minecraft:light_blue_shulker_box[facing=down] 91 127 183 255 72 101 146 255 45 63 91 255 36 50 73 255 +minecraft:yellow_shulker_box 169 160 53 255 135 128 42 255 84 80 26 255 67 64 21 255 +minecraft:yellow_shulker_box[facing=east] 172 163 54 255 137 130 43 255 86 81 27 255 68 65 21 255 +minecraft:yellow_shulker_box[facing=south] 174 165 55 255 139 132 44 255 87 82 27 255 69 66 22 255 +minecraft:yellow_shulker_box[facing=west] 174 165 55 255 139 132 44 255 87 82 27 255 69 66 22 255 +minecraft:yellow_shulker_box[facing=up] 174 165 55 255 139 132 44 255 87 82 27 255 69 66 22 255 +minecraft:yellow_shulker_box[facing=down] 174 165 55 255 139 132 44 255 87 82 27 255 69 66 22 255 +minecraft:lime_shulker_box 60 158 49 255 48 126 39 255 30 79 24 255 24 63 19 255 +minecraft:lime_shulker_box[facing=east] 62 162 51 255 49 129 40 255 31 81 25 255 24 64 20 255 +minecraft:lime_shulker_box[facing=south] 63 164 52 255 50 131 41 255 31 82 26 255 25 65 20 255 +minecraft:lime_shulker_box[facing=west] 63 164 52 255 50 131 41 255 31 82 26 255 25 65 20 255 +minecraft:lime_shulker_box[facing=up] 63 164 52 255 50 131 41 255 31 82 26 255 25 65 20 255 +minecraft:lime_shulker_box[facing=down] 63 164 52 255 50 131 41 255 31 82 26 255 25 65 20 255 +minecraft:pink_shulker_box 196 114 139 255 156 91 111 255 98 57 69 255 78 45 55 255 +minecraft:pink_shulker_box[facing=east] 199 118 144 255 159 94 115 255 99 59 72 255 79 47 57 255 +minecraft:pink_shulker_box[facing=south] 200 120 146 255 160 96 116 255 100 60 73 255 80 48 58 255 +minecraft:pink_shulker_box[facing=west] 200 120 146 255 160 96 116 255 100 60 73 255 80 48 58 255 +minecraft:pink_shulker_box[facing=up] 200 120 146 255 160 96 116 255 100 60 73 255 80 48 58 255 +minecraft:pink_shulker_box[facing=down] 200 120 146 255 160 96 116 255 100 60 73 255 80 48 58 255 +minecraft:gray_shulker_box 70 68 68 255 56 54 54 255 35 34 34 255 28 27 27 255 +minecraft:gray_shulker_box[facing=east] 73 71 71 255 58 56 56 255 36 35 35 255 29 28 28 255 +minecraft:gray_shulker_box[facing=south] 74 72 72 255 59 57 57 255 37 36 36 255 29 28 28 255 +minecraft:gray_shulker_box[facing=west] 74 72 72 255 59 57 57 255 37 36 36 255 29 28 28 255 +minecraft:gray_shulker_box[facing=up] 74 72 72 255 59 57 57 255 37 36 36 255 29 28 28 255 +minecraft:gray_shulker_box[facing=down] 74 72 72 255 59 57 57 255 37 36 36 255 29 28 28 255 +minecraft:light_gray_shulker_box 138 137 137 255 110 109 109 255 69 68 68 255 55 54 54 255 +minecraft:light_gray_shulker_box[facing=east] 143 142 142 255 114 113 113 255 71 71 71 255 57 56 56 255 +minecraft:light_gray_shulker_box[facing=south] 145 144 144 255 116 115 115 255 72 72 72 255 58 57 57 255 +minecraft:light_gray_shulker_box[facing=west] 145 144 144 255 116 115 115 255 72 72 72 255 58 57 57 255 +minecraft:light_gray_shulker_box[facing=up] 145 144 144 255 116 115 115 255 72 72 72 255 58 57 57 255 +minecraft:light_gray_shulker_box[facing=down] 145 144 144 255 116 115 115 255 72 72 72 255 58 57 57 255 +minecraft:cyan_shulker_box 57 115 140 255 45 92 112 255 28 57 70 255 22 46 56 255 +minecraft:cyan_shulker_box[facing=east] 59 119 145 255 47 95 116 255 29 59 72 255 23 47 58 255 +minecraft:cyan_shulker_box[facing=south] 60 121 147 255 48 96 117 255 30 60 73 255 24 48 58 255 +minecraft:cyan_shulker_box[facing=west] 60 121 147 255 48 96 117 255 30 60 73 255 24 48 58 255 +minecraft:cyan_shulker_box[facing=up] 60 121 147 255 48 96 117 255 30 60 73 255 24 48 58 255 +minecraft:cyan_shulker_box[facing=down] 60 121 147 255 48 96 117 255 30 60 73 255 24 48 58 255 +minecraft:purple_shulker_box 109 35 164 255 87 28 131 255 54 17 82 255 43 14 65 255 +minecraft:purple_shulker_box[facing=east] 113 36 167 255 90 28 133 255 56 18 83 255 45 14 66 255 +minecraft:purple_shulker_box[facing=south] 115 37 169 255 92 29 135 255 57 18 84 255 46 14 67 255 +minecraft:purple_shulker_box[facing=west] 115 37 169 255 92 29 135 255 57 18 84 255 46 14 67 255 +minecraft:purple_shulker_box[facing=up] 115 37 169 255 92 29 135 255 57 18 84 255 46 14 67 255 +minecraft:purple_shulker_box[facing=down] 115 37 169 255 92 29 135 255 57 18 84 255 46 14 67 255 +minecraft:blue_shulker_box 85 95 176 255 68 76 140 255 42 47 88 255 34 38 70 255 +minecraft:blue_shulker_box[facing=east] 88 98 179 255 70 78 143 255 44 49 89 255 35 39 71 255 +minecraft:blue_shulker_box[facing=south] 90 100 181 255 72 80 144 255 45 50 90 255 36 40 72 255 +minecraft:blue_shulker_box[facing=west] 90 100 181 255 72 80 144 255 45 50 90 255 36 40 72 255 +minecraft:blue_shulker_box[facing=up] 90 100 181 255 72 80 144 255 45 50 90 255 36 40 72 255 +minecraft:blue_shulker_box[facing=down] 90 100 181 255 72 80 144 255 45 50 90 255 36 40 72 255 +minecraft:brown_shulker_box 121 95 79 255 96 76 63 255 60 47 39 255 48 38 31 255 +minecraft:brown_shulker_box[facing=east] 125 98 82 255 100 78 65 255 62 49 41 255 50 39 32 255 +minecraft:brown_shulker_box[facing=south] 127 100 83 255 101 80 66 255 63 50 41 255 50 40 33 255 +minecraft:brown_shulker_box[facing=west] 127 100 83 255 101 80 66 255 63 50 41 255 50 40 33 255 +minecraft:brown_shulker_box[facing=up] 127 100 83 255 101 80 66 255 63 50 41 255 50 40 33 255 +minecraft:brown_shulker_box[facing=down] 127 100 83 255 101 80 66 255 63 50 41 255 50 40 33 255 +minecraft:green_shulker_box 95 111 71 255 76 88 56 255 47 55 35 255 38 44 28 255 +minecraft:green_shulker_box[facing=east] 98 115 74 255 78 92 59 255 49 57 37 255 39 46 29 255 +minecraft:green_shulker_box[facing=south] 100 117 75 255 80 93 60 255 50 58 37 255 40 46 30 255 +minecraft:green_shulker_box[facing=west] 100 117 75 255 80 93 60 255 50 58 37 255 40 46 30 255 +minecraft:green_shulker_box[facing=up] 100 117 75 255 80 93 60 255 50 58 37 255 40 46 30 255 +minecraft:green_shulker_box[facing=down] 100 117 75 255 80 93 60 255 50 58 37 255 40 46 30 255 +minecraft:red_shulker_box 170 75 73 255 136 60 58 255 85 37 36 255 68 30 29 255 +minecraft:red_shulker_box[facing=east] 173 78 75 255 138 62 60 255 86 39 37 255 69 31 30 255 +minecraft:red_shulker_box[facing=south] 175 79 76 255 140 63 60 255 87 39 38 255 70 31 30 255 +minecraft:red_shulker_box[facing=west] 175 79 76 255 140 63 60 255 87 39 38 255 70 31 30 255 +minecraft:red_shulker_box[facing=up] 175 79 76 255 140 63 60 255 87 39 38 255 70 31 30 255 +minecraft:red_shulker_box[facing=down] 175 79 76 255 140 63 60 255 87 39 38 255 70 31 30 255 +minecraft:black_shulker_box 47 46 46 255 37 36 36 255 23 23 23 255 18 18 18 255 +minecraft:black_shulker_box[facing=east] 48 47 47 255 38 37 37 255 24 23 23 255 19 18 18 255 +minecraft:black_shulker_box[facing=south] 49 48 48 255 39 38 38 255 24 24 24 255 19 19 19 255 +minecraft:black_shulker_box[facing=west] 49 48 48 255 39 38 38 255 24 24 24 255 19 19 19 255 +minecraft:black_shulker_box[facing=up] 49 48 48 255 39 38 38 255 24 24 24 255 19 19 19 255 +minecraft:black_shulker_box[facing=down] 49 48 48 255 39 38 38 255 24 24 24 255 19 19 19 255 +minecraft:white_glazed_terracotta 175 207 201 255 140 165 160 255 87 103 100 255 70 82 80 255 +minecraft:white_glazed_terracotta[facing=south] 175 207 201 255 140 165 160 255 87 103 100 255 70 82 80 255 +minecraft:white_glazed_terracotta[facing=west] 175 207 201 255 140 165 160 255 87 103 100 255 70 82 80 255 +minecraft:white_glazed_terracotta[facing=east] 175 207 201 255 140 165 160 255 87 103 100 255 70 82 80 255 +minecraft:orange_glazed_terracotta 145 150 98 255 116 120 78 255 72 75 49 255 58 60 39 255 +minecraft:orange_glazed_terracotta[facing=south] 145 150 98 255 116 120 78 255 72 75 49 255 58 60 39 255 +minecraft:orange_glazed_terracotta[facing=west] 145 150 98 255 116 120 78 255 72 75 49 255 58 60 39 255 +minecraft:orange_glazed_terracotta[facing=east] 145 150 98 255 116 120 78 255 72 75 49 255 58 60 39 255 +minecraft:magenta_glazed_terracotta 209 102 193 255 167 81 154 255 104 51 96 255 83 40 77 255 +minecraft:magenta_glazed_terracotta[facing=south] 209 102 193 255 167 81 154 255 104 51 96 255 83 40 77 255 +minecraft:magenta_glazed_terracotta[facing=west] 209 102 193 255 167 81 154 255 104 51 96 255 83 40 77 255 +minecraft:magenta_glazed_terracotta[facing=east] 209 102 193 255 167 81 154 255 104 51 96 255 83 40 77 255 +minecraft:light_blue_glazed_terracotta 100 166 208 255 80 132 166 255 50 83 104 255 40 66 83 255 +minecraft:light_blue_glazed_terracotta[facing=south] 100 166 208 255 80 132 166 255 50 83 104 255 40 66 83 255 +minecraft:light_blue_glazed_terracotta[facing=west] 100 166 208 255 80 132 166 255 50 83 104 255 40 66 83 255 +minecraft:light_blue_glazed_terracotta[facing=east] 100 166 208 255 80 132 166 255 50 83 104 255 40 66 83 255 +minecraft:yellow_glazed_terracotta 233 191 87 255 186 152 69 255 116 95 43 255 93 76 34 255 +minecraft:yellow_glazed_terracotta[facing=south] 233 191 87 255 186 152 69 255 116 95 43 255 93 76 34 255 +minecraft:yellow_glazed_terracotta[facing=west] 233 191 87 255 186 152 69 255 116 95 43 255 93 76 34 255 +minecraft:yellow_glazed_terracotta[facing=east] 233 191 87 255 186 152 69 255 116 95 43 255 93 76 34 255 +minecraft:lime_glazed_terracotta 163 200 54 255 130 160 43 255 81 100 27 255 65 80 21 255 +minecraft:lime_glazed_terracotta[facing=south] 163 200 54 255 130 160 43 255 81 100 27 255 65 80 21 255 +minecraft:lime_glazed_terracotta[facing=west] 163 200 54 255 130 160 43 255 81 100 27 255 65 80 21 255 +minecraft:lime_glazed_terracotta[facing=east] 163 200 54 255 130 160 43 255 81 100 27 255 65 80 21 255 +minecraft:pink_glazed_terracotta 233 153 181 255 186 122 144 255 116 76 90 255 93 61 72 255 +minecraft:pink_glazed_terracotta[facing=south] 233 153 181 255 186 122 144 255 116 76 90 255 93 61 72 255 +minecraft:pink_glazed_terracotta[facing=west] 233 153 181 255 186 122 144 255 116 76 90 255 93 61 72 255 +minecraft:pink_glazed_terracotta[facing=east] 233 153 181 255 186 122 144 255 116 76 90 255 93 61 72 255 +minecraft:gray_glazed_terracotta 85 93 96 255 68 74 76 255 42 46 48 255 34 37 38 255 +minecraft:gray_glazed_terracotta[facing=south] 85 93 96 255 68 74 76 255 42 46 48 255 34 37 38 255 +minecraft:gray_glazed_terracotta[facing=west] 85 93 96 255 68 74 76 255 42 46 48 255 34 37 38 255 +minecraft:gray_glazed_terracotta[facing=east] 85 93 96 255 68 74 76 255 42 46 48 255 34 37 38 255 +minecraft:light_gray_glazed_terracotta 142 163 165 255 113 130 132 255 71 81 82 255 56 65 66 255 +minecraft:light_gray_glazed_terracotta[facing=south] 142 163 165 255 113 130 132 255 71 81 82 255 56 65 66 255 +minecraft:light_gray_glazed_terracotta[facing=west] 142 163 165 255 113 130 132 255 71 81 82 255 56 65 66 255 +minecraft:light_gray_glazed_terracotta[facing=east] 142 163 165 255 113 130 132 255 71 81 82 255 56 65 66 255 +minecraft:cyan_glazed_terracotta 48 115 122 255 38 92 97 255 24 57 61 255 19 46 48 255 +minecraft:cyan_glazed_terracotta[facing=south] 48 115 122 255 38 92 97 255 24 57 61 255 19 46 48 255 +minecraft:cyan_glazed_terracotta[facing=west] 48 115 122 255 38 92 97 255 24 57 61 255 19 46 48 255 +minecraft:cyan_glazed_terracotta[facing=east] 48 115 122 255 38 92 97 255 24 57 61 255 19 46 48 255 +minecraft:purple_glazed_terracotta 114 49 157 255 91 39 125 255 57 24 78 255 45 19 62 255 +minecraft:purple_glazed_terracotta[facing=south] 114 49 157 255 91 39 125 255 57 24 78 255 45 19 62 255 +minecraft:purple_glazed_terracotta[facing=west] 114 49 157 255 91 39 125 255 57 24 78 255 45 19 62 255 +minecraft:purple_glazed_terracotta[facing=east] 114 49 157 255 91 39 125 255 57 24 78 255 45 19 62 255 +minecraft:blue_glazed_terracotta 51 66 143 255 40 52 114 255 25 33 71 255 20 26 57 255 +minecraft:blue_glazed_terracotta[facing=south] 51 66 143 255 40 52 114 255 25 33 71 255 20 26 57 255 +minecraft:blue_glazed_terracotta[facing=west] 51 66 143 255 40 52 114 255 25 33 71 255 20 26 57 255 +minecraft:blue_glazed_terracotta[facing=east] 51 66 143 255 40 52 114 255 25 33 71 255 20 26 57 255 +minecraft:brown_glazed_terracotta 123 106 84 255 98 84 67 255 61 53 42 255 49 42 33 255 +minecraft:brown_glazed_terracotta[facing=south] 123 106 84 255 98 84 67 255 61 53 42 255 49 42 33 255 +minecraft:brown_glazed_terracotta[facing=west] 123 106 84 255 98 84 67 255 61 53 42 255 49 42 33 255 +minecraft:brown_glazed_terracotta[facing=east] 123 106 84 255 98 84 67 255 61 53 42 255 49 42 33 255 +minecraft:green_glazed_terracotta 120 146 67 255 96 116 53 255 60 73 33 255 48 58 26 255 +minecraft:green_glazed_terracotta[facing=south] 120 146 67 255 96 116 53 255 60 73 33 255 48 58 26 255 +minecraft:green_glazed_terracotta[facing=west] 120 146 67 255 96 116 53 255 60 73 33 255 48 58 26 255 +minecraft:green_glazed_terracotta[facing=east] 120 146 67 255 96 116 53 255 60 73 33 255 48 58 26 255 +minecraft:red_glazed_terracotta 183 59 52 255 146 47 41 255 91 29 26 255 73 23 20 255 +minecraft:red_glazed_terracotta[facing=south] 183 59 52 255 146 47 41 255 91 29 26 255 73 23 20 255 +minecraft:red_glazed_terracotta[facing=west] 183 59 52 255 146 47 41 255 91 29 26 255 73 23 20 255 +minecraft:red_glazed_terracotta[facing=east] 183 59 52 255 146 47 41 255 91 29 26 255 73 23 20 255 +minecraft:black_glazed_terracotta 73 34 36 255 58 27 28 255 36 17 18 255 29 13 14 255 +minecraft:black_glazed_terracotta[facing=south] 73 34 36 255 58 27 28 255 36 17 18 255 29 13 14 255 +minecraft:black_glazed_terracotta[facing=west] 73 34 36 255 58 27 28 255 36 17 18 255 29 13 14 255 +minecraft:black_glazed_terracotta[facing=east] 73 34 36 255 58 27 28 255 36 17 18 255 29 13 14 255 +minecraft:white_concrete 207 213 214 255 165 170 171 255 103 106 107 255 82 85 85 255 +minecraft:orange_concrete 222 94 0 255 177 75 0 255 111 47 0 255 88 37 0 255 +minecraft:magenta_concrete 167 46 157 255 133 36 125 255 83 23 78 255 66 18 62 255 +minecraft:light_blue_concrete 36 135 198 255 28 108 158 255 18 67 99 255 14 54 79 255 +minecraft:yellow_concrete 238 173 20 255 190 138 16 255 119 86 10 255 95 69 8 255 +minecraft:lime_concrete 93 168 24 255 74 134 19 255 46 84 12 255 37 67 9 255 +minecraft:pink_concrete 213 99 140 255 170 79 112 255 106 49 70 255 85 39 56 255 +minecraft:gray_concrete 53 56 60 255 42 44 48 255 26 28 30 255 21 22 24 255 +minecraft:light_gray_concrete 123 123 113 255 98 98 90 255 61 61 56 255 49 49 45 255 +minecraft:cyan_concrete 20 116 133 255 16 92 106 255 10 58 66 255 8 46 53 255 +minecraft:purple_concrete 99 31 155 255 79 24 124 255 49 15 77 255 39 12 62 255 +minecraft:blue_concrete 43 44 139 255 34 35 111 255 21 22 69 255 17 17 55 255 +minecraft:brown_concrete 95 58 31 255 76 46 24 255 47 29 15 255 38 23 12 255 +minecraft:green_concrete 71 89 35 255 56 71 28 255 35 44 17 255 28 35 14 255 +minecraft:red_concrete 140 32 32 255 112 25 25 255 70 16 16 255 56 12 12 255 +minecraft:black_concrete 8 10 15 255 6 8 12 255 4 5 7 255 3 4 6 255 +minecraft:white_concrete_powder 238 239 239 255 190 191 191 255 119 119 119 255 95 95 95 255 +minecraft:orange_concrete_powder 231 145 30 255 184 116 24 255 115 72 15 255 92 58 12 255 +minecraft:magenta_concrete_powder 208 106 202 255 166 84 161 255 104 53 101 255 83 42 80 255 +minecraft:light_blue_concrete_powder 92 200 224 255 73 160 179 255 46 100 112 255 36 80 89 255 +minecraft:yellow_concrete_powder 237 209 63 255 189 167 50 255 118 104 31 255 94 83 25 255 +minecraft:lime_concrete_powder 147 200 46 255 117 160 36 255 73 100 23 255 58 80 18 255 +minecraft:pink_concrete_powder 233 168 191 255 186 134 152 255 116 84 95 255 93 67 76 255 +minecraft:gray_concrete_powder 91 94 99 255 72 75 79 255 45 47 49 255 36 37 39 255 +minecraft:light_gray_concrete_powder 171 171 166 255 136 136 132 255 85 85 83 255 68 68 66 255 +minecraft:cyan_concrete_powder 42 160 168 255 33 128 134 255 21 80 84 255 16 64 67 255 +minecraft:purple_concrete_powder 149 65 188 255 119 52 150 255 74 32 94 255 59 26 75 255 +minecraft:blue_concrete_powder 75 78 175 255 60 62 140 255 37 39 87 255 30 31 70 255 +minecraft:brown_concrete_powder 136 92 58 255 108 73 46 255 68 46 29 255 54 36 23 255 +minecraft:green_concrete_powder 108 130 56 255 86 104 44 255 54 65 28 255 43 52 22 255 +minecraft:red_concrete_powder 182 63 56 255 145 50 44 255 91 31 28 255 72 25 22 255 +minecraft:black_concrete_powder 24 26 34 255 19 20 27 255 12 13 17 255 9 10 13 255 +minecraft:kelp 25 65 6 104 20 52 4 104 12 32 3 104 10 26 2 104 +minecraft:kelp[age=1] 25 65 6 104 20 52 4 104 12 32 3 104 10 26 2 104 +minecraft:kelp[age=2] 25 65 6 104 20 52 4 104 12 32 3 104 10 26 2 104 +minecraft:kelp[age=3] 25 65 6 104 20 52 4 104 12 32 3 104 10 26 2 104 +minecraft:kelp[age=4] 25 65 6 104 20 52 4 104 12 32 3 104 10 26 2 104 +minecraft:kelp[age=5] 25 65 6 104 20 52 4 104 12 32 3 104 10 26 2 104 +minecraft:kelp[age=6] 25 65 6 104 20 52 4 104 12 32 3 104 10 26 2 104 +minecraft:kelp[age=7] 25 65 6 104 20 52 4 104 12 32 3 104 10 26 2 104 +minecraft:kelp[age=8] 25 65 6 104 20 52 4 104 12 32 3 104 10 26 2 104 +minecraft:kelp[age=9] 25 65 6 104 20 52 4 104 12 32 3 104 10 26 2 104 +minecraft:kelp[age=10] 25 65 6 104 20 52 4 104 12 32 3 104 10 26 2 104 +minecraft:kelp[age=11] 25 65 6 104 20 52 4 104 12 32 3 104 10 26 2 104 +minecraft:kelp[age=12] 25 65 6 104 20 52 4 104 12 32 3 104 10 26 2 104 +minecraft:kelp[age=13] 25 65 6 104 20 52 4 104 12 32 3 104 10 26 2 104 +minecraft:kelp[age=14] 25 65 6 104 20 52 4 104 12 32 3 104 10 26 2 104 +minecraft:kelp[age=15] 25 65 6 104 20 52 4 104 12 32 3 104 10 26 2 104 +minecraft:kelp[age=16] 25 65 6 104 20 52 4 104 12 32 3 104 10 26 2 104 +minecraft:kelp[age=17] 25 65 6 104 20 52 4 104 12 32 3 104 10 26 2 104 +minecraft:kelp[age=18] 25 65 6 104 20 52 4 104 12 32 3 104 10 26 2 104 +minecraft:kelp[age=19] 25 65 6 104 20 52 4 104 12 32 3 104 10 26 2 104 +minecraft:kelp[age=20] 25 65 6 104 20 52 4 104 12 32 3 104 10 26 2 104 +minecraft:kelp[age=21] 25 65 6 104 20 52 4 104 12 32 3 104 10 26 2 104 +minecraft:kelp[age=22] 25 65 6 104 20 52 4 104 12 32 3 104 10 26 2 104 +minecraft:kelp[age=23] 25 65 6 104 20 52 4 104 12 32 3 104 10 26 2 104 +minecraft:kelp[age=24] 25 65 6 104 20 52 4 104 12 32 3 104 10 26 2 104 +minecraft:kelp[age=25] 25 65 6 104 20 52 4 104 12 32 3 104 10 26 2 104 +minecraft:kelp_plant 25 66 6 164 20 52 4 164 12 33 3 164 10 26 2 164 +minecraft:dried_kelp_block 75 69 52 255 60 55 41 255 37 34 26 255 30 27 20 255 +minecraft:turtle_egg 225 217 171 147 180 173 136 147 112 108 85 147 90 86 68 147 +minecraft:turtle_egg[eggs=1,hatch=1] 221 213 164 147 176 170 131 147 110 106 82 147 88 85 65 147 +minecraft:turtle_egg[eggs=1,hatch=2] 216 205 151 147 172 164 120 147 108 102 75 147 86 82 60 147 +minecraft:turtle_egg[eggs=2,hatch=0] 225 217 171 147 180 173 136 147 112 108 85 147 90 86 68 147 +minecraft:turtle_egg[eggs=2,hatch=1] 221 213 164 147 176 170 131 147 110 106 82 147 88 85 65 147 +minecraft:turtle_egg[eggs=2,hatch=2] 216 205 151 147 172 164 120 147 108 102 75 147 86 82 60 147 +minecraft:turtle_egg[eggs=3,hatch=0] 225 217 171 147 180 173 136 147 112 108 85 147 90 86 68 147 +minecraft:turtle_egg[eggs=3,hatch=1] 221 213 164 147 176 170 131 147 110 106 82 147 88 85 65 147 +minecraft:turtle_egg[eggs=3,hatch=2] 216 205 151 147 172 164 120 147 108 102 75 147 86 82 60 147 +minecraft:turtle_egg[eggs=4,hatch=0] 225 217 171 147 180 173 136 147 112 108 85 147 90 86 68 147 +minecraft:turtle_egg[eggs=4,hatch=1] 221 213 164 147 176 170 131 147 110 106 82 147 88 85 65 147 +minecraft:turtle_egg[eggs=4,hatch=2] 216 205 151 147 172 164 120 147 108 102 75 147 86 82 60 147 +minecraft:dead_tube_coral_block 94 94 94 255 75 75 75 255 47 47 47 255 37 37 37 255 +minecraft:dead_brain_coral_block 86 86 86 255 68 68 68 255 43 43 43 255 34 34 34 255 +minecraft:dead_bubble_coral_block 103 103 103 255 82 82 82 255 51 51 51 255 41 41 41 255 +minecraft:dead_fire_coral_block 93 93 93 255 74 74 74 255 46 46 46 255 37 37 37 255 +minecraft:dead_horn_coral_block 92 92 92 255 73 73 73 255 46 46 46 255 36 36 36 255 +minecraft:tube_coral_block 48 84 192 255 38 67 153 255 24 42 96 255 19 33 76 255 +minecraft:brain_coral_block 162 49 103 255 129 39 82 255 81 24 51 255 64 19 41 255 +minecraft:bubble_coral_block 184 46 188 255 147 36 150 255 92 23 94 255 73 18 75 255 +minecraft:fire_coral_block 190 52 52 255 152 41 41 255 95 26 26 255 76 20 20 255 +minecraft:horn_coral_block 189 145 0 255 151 116 0 255 94 72 0 255 75 58 0 255 +minecraft:dead_tube_coral 93 97 105 188 74 77 84 188 46 48 52 188 37 38 42 188 +minecraft:dead_tube_coral[waterlogged=false] 93 97 105 188 74 77 84 188 46 48 52 188 37 38 42 188 +minecraft:dead_brain_coral 121 109 114 175 96 87 91 175 60 54 57 175 48 43 45 175 +minecraft:dead_brain_coral[waterlogged=false] 121 109 114 175 96 87 91 175 60 54 57 175 48 43 45 175 +minecraft:dead_bubble_coral 101 87 99 164 80 69 79 164 50 43 49 164 40 34 39 164 +minecraft:dead_bubble_coral[waterlogged=false] 101 87 99 164 80 69 79 164 50 43 49 164 40 34 39 164 +minecraft:dead_fire_coral 100 86 86 151 80 68 68 151 50 43 43 151 40 34 34 151 +minecraft:dead_fire_coral[waterlogged=false] 100 86 86 151 80 68 68 151 50 43 43 151 40 34 34 151 +minecraft:dead_horn_coral 104 94 87 146 83 75 69 146 52 47 43 146 41 37 34 146 +minecraft:dead_horn_coral[waterlogged=false] 104 94 87 146 83 75 69 146 52 47 43 146 41 37 34 146 +minecraft:tube_coral 44 75 157 185 35 60 125 185 22 37 78 185 17 30 62 185 +minecraft:tube_coral[waterlogged=false] 44 75 157 185 35 60 125 185 22 37 78 185 17 30 62 185 +minecraft:brain_coral 176 56 112 164 140 44 89 164 88 28 56 164 70 22 44 164 +minecraft:brain_coral[waterlogged=false] 176 56 112 164 140 44 89 164 88 28 56 164 70 22 44 164 +minecraft:bubble_coral 168 32 153 161 134 25 122 161 84 16 76 161 67 12 61 161 +minecraft:bubble_coral[waterlogged=false] 168 32 153 161 134 25 122 161 84 16 76 161 67 12 61 161 +minecraft:fire_coral 165 24 28 150 132 19 22 150 82 12 14 150 66 9 11 150 +minecraft:fire_coral[waterlogged=false] 165 24 28 150 132 19 22 150 82 12 14 150 66 9 11 150 +minecraft:horn_coral 182 135 0 139 145 108 0 139 91 67 0 139 72 54 0 139 +minecraft:horn_coral[waterlogged=false] 182 135 0 139 145 108 0 139 91 67 0 139 72 54 0 139 +minecraft:dead_tube_coral_fan 103 106 115 113 82 84 92 113 51 53 57 113 41 42 46 113 +minecraft:dead_tube_coral_fan[waterlogged=false] 103 106 115 113 82 84 92 113 51 53 57 113 41 42 46 113 +minecraft:dead_brain_coral_fan 119 106 111 141 95 84 88 141 59 53 55 141 47 42 44 141 +minecraft:dead_brain_coral_fan[waterlogged=false] 119 106 111 141 95 84 88 141 59 53 55 141 47 42 44 141 +minecraft:dead_bubble_coral_fan 103 88 101 130 82 70 80 130 51 44 50 130 41 35 40 130 +minecraft:dead_bubble_coral_fan[waterlogged=false] 103 88 101 130 82 70 80 130 51 44 50 130 41 35 40 130 +minecraft:dead_fire_coral_fan 120 103 103 141 96 82 82 141 60 51 51 141 48 41 41 141 +minecraft:dead_fire_coral_fan[waterlogged=false] 120 103 103 141 96 82 82 141 60 51 51 141 48 41 41 141 +minecraft:dead_horn_coral_fan 103 98 86 130 82 78 68 130 51 49 43 130 41 39 34 130 +minecraft:dead_horn_coral_fan[waterlogged=false] 103 98 86 130 82 78 68 130 51 49 43 130 41 39 34 130 +minecraft:tube_coral_fan 47 80 169 112 37 64 135 112 23 40 84 112 18 32 67 112 +minecraft:tube_coral_fan[waterlogged=false] 47 80 169 112 37 64 135 112 23 40 84 112 18 32 67 112 +minecraft:brain_coral_fan 171 50 104 136 136 40 83 136 85 25 52 136 68 20 41 136 +minecraft:brain_coral_fan[waterlogged=false] 171 50 104 136 136 40 83 136 85 25 52 136 68 20 41 136 +minecraft:bubble_coral_fan 174 25 158 125 139 20 126 125 87 12 79 125 69 10 63 125 +minecraft:bubble_coral_fan[waterlogged=false] 174 25 158 125 139 20 126 125 87 12 79 125 69 10 63 125 +minecraft:fire_coral_fan 189 28 32 136 151 22 25 136 94 14 16 136 75 11 12 136 +minecraft:fire_coral_fan[waterlogged=false] 189 28 32 136 151 22 25 136 94 14 16 136 75 11 12 136 +minecraft:horn_coral_fan 179 130 0 123 143 104 0 123 89 65 0 123 71 52 0 123 +minecraft:horn_coral_fan[waterlogged=false] 179 130 0 123 143 104 0 123 89 65 0 123 71 52 0 123 +minecraft:dead_tube_coral_wall_fan 103 106 115 113 82 84 92 113 51 53 57 113 41 42 46 113 +minecraft:dead_tube_coral_wall_fan[facing=north,waterlogged=false] 103 106 115 113 82 84 92 113 51 53 57 113 41 42 46 113 +minecraft:dead_tube_coral_wall_fan[facing=south,waterlogged=true] 103 106 115 113 82 84 92 113 51 53 57 113 41 42 46 113 +minecraft:dead_tube_coral_wall_fan[facing=south,waterlogged=false] 103 106 115 113 82 84 92 113 51 53 57 113 41 42 46 113 +minecraft:dead_tube_coral_wall_fan[facing=west,waterlogged=true] 103 106 115 113 82 84 92 113 51 53 57 113 41 42 46 113 +minecraft:dead_tube_coral_wall_fan[facing=west,waterlogged=false] 103 106 115 113 82 84 92 113 51 53 57 113 41 42 46 113 +minecraft:dead_tube_coral_wall_fan[facing=east,waterlogged=true] 103 106 115 113 82 84 92 113 51 53 57 113 41 42 46 113 +minecraft:dead_tube_coral_wall_fan[facing=east,waterlogged=false] 103 106 115 113 82 84 92 113 51 53 57 113 41 42 46 113 +minecraft:dead_brain_coral_wall_fan 119 106 111 141 95 84 88 141 59 53 55 141 47 42 44 141 +minecraft:dead_brain_coral_wall_fan[facing=north,waterlogged=false] 119 106 111 141 95 84 88 141 59 53 55 141 47 42 44 141 +minecraft:dead_brain_coral_wall_fan[facing=south,waterlogged=true] 119 106 111 141 95 84 88 141 59 53 55 141 47 42 44 141 +minecraft:dead_brain_coral_wall_fan[facing=south,waterlogged=false] 119 106 111 141 95 84 88 141 59 53 55 141 47 42 44 141 +minecraft:dead_brain_coral_wall_fan[facing=west,waterlogged=true] 119 106 111 141 95 84 88 141 59 53 55 141 47 42 44 141 +minecraft:dead_brain_coral_wall_fan[facing=west,waterlogged=false] 119 106 111 141 95 84 88 141 59 53 55 141 47 42 44 141 +minecraft:dead_brain_coral_wall_fan[facing=east,waterlogged=true] 119 106 111 141 95 84 88 141 59 53 55 141 47 42 44 141 +minecraft:dead_brain_coral_wall_fan[facing=east,waterlogged=false] 119 106 111 141 95 84 88 141 59 53 55 141 47 42 44 141 +minecraft:dead_bubble_coral_wall_fan 103 88 101 130 82 70 80 130 51 44 50 130 41 35 40 130 +minecraft:dead_bubble_coral_wall_fan[facing=north,waterlogged=false] 103 88 101 130 82 70 80 130 51 44 50 130 41 35 40 130 +minecraft:dead_bubble_coral_wall_fan[facing=south,waterlogged=true] 103 88 101 130 82 70 80 130 51 44 50 130 41 35 40 130 +minecraft:dead_bubble_coral_wall_fan[facing=south,waterlogged=false] 103 88 101 130 82 70 80 130 51 44 50 130 41 35 40 130 +minecraft:dead_bubble_coral_wall_fan[facing=west,waterlogged=true] 103 88 101 130 82 70 80 130 51 44 50 130 41 35 40 130 +minecraft:dead_bubble_coral_wall_fan[facing=west,waterlogged=false] 103 88 101 130 82 70 80 130 51 44 50 130 41 35 40 130 +minecraft:dead_bubble_coral_wall_fan[facing=east,waterlogged=true] 103 88 101 130 82 70 80 130 51 44 50 130 41 35 40 130 +minecraft:dead_bubble_coral_wall_fan[facing=east,waterlogged=false] 103 88 101 130 82 70 80 130 51 44 50 130 41 35 40 130 +minecraft:dead_fire_coral_wall_fan 120 103 103 141 96 82 82 141 60 51 51 141 48 41 41 141 +minecraft:dead_fire_coral_wall_fan[facing=north,waterlogged=false] 120 103 103 141 96 82 82 141 60 51 51 141 48 41 41 141 +minecraft:dead_fire_coral_wall_fan[facing=south,waterlogged=true] 120 103 103 141 96 82 82 141 60 51 51 141 48 41 41 141 +minecraft:dead_fire_coral_wall_fan[facing=south,waterlogged=false] 120 103 103 141 96 82 82 141 60 51 51 141 48 41 41 141 +minecraft:dead_fire_coral_wall_fan[facing=west,waterlogged=true] 120 103 103 141 96 82 82 141 60 51 51 141 48 41 41 141 +minecraft:dead_fire_coral_wall_fan[facing=west,waterlogged=false] 120 103 103 141 96 82 82 141 60 51 51 141 48 41 41 141 +minecraft:dead_fire_coral_wall_fan[facing=east,waterlogged=true] 120 103 103 141 96 82 82 141 60 51 51 141 48 41 41 141 +minecraft:dead_fire_coral_wall_fan[facing=east,waterlogged=false] 120 103 103 141 96 82 82 141 60 51 51 141 48 41 41 141 +minecraft:dead_horn_coral_wall_fan 103 98 86 130 82 78 68 130 51 49 43 130 41 39 34 130 +minecraft:dead_horn_coral_wall_fan[facing=north,waterlogged=false] 103 98 86 130 82 78 68 130 51 49 43 130 41 39 34 130 +minecraft:dead_horn_coral_wall_fan[facing=south,waterlogged=true] 103 98 86 130 82 78 68 130 51 49 43 130 41 39 34 130 +minecraft:dead_horn_coral_wall_fan[facing=south,waterlogged=false] 103 98 86 130 82 78 68 130 51 49 43 130 41 39 34 130 +minecraft:dead_horn_coral_wall_fan[facing=west,waterlogged=true] 103 98 86 130 82 78 68 130 51 49 43 130 41 39 34 130 +minecraft:dead_horn_coral_wall_fan[facing=west,waterlogged=false] 103 98 86 130 82 78 68 130 51 49 43 130 41 39 34 130 +minecraft:dead_horn_coral_wall_fan[facing=east,waterlogged=true] 103 98 86 130 82 78 68 130 51 49 43 130 41 39 34 130 +minecraft:dead_horn_coral_wall_fan[facing=east,waterlogged=false] 103 98 86 130 82 78 68 130 51 49 43 130 41 39 34 130 +minecraft:tube_coral_wall_fan 47 80 169 112 37 64 135 112 23 40 84 112 18 32 67 112 +minecraft:tube_coral_wall_fan[facing=north,waterlogged=false] 47 80 169 112 37 64 135 112 23 40 84 112 18 32 67 112 +minecraft:tube_coral_wall_fan[facing=south,waterlogged=true] 47 80 169 112 37 64 135 112 23 40 84 112 18 32 67 112 +minecraft:tube_coral_wall_fan[facing=south,waterlogged=false] 47 80 169 112 37 64 135 112 23 40 84 112 18 32 67 112 +minecraft:tube_coral_wall_fan[facing=west,waterlogged=true] 47 80 169 112 37 64 135 112 23 40 84 112 18 32 67 112 +minecraft:tube_coral_wall_fan[facing=west,waterlogged=false] 47 80 169 112 37 64 135 112 23 40 84 112 18 32 67 112 +minecraft:tube_coral_wall_fan[facing=east,waterlogged=true] 47 80 169 112 37 64 135 112 23 40 84 112 18 32 67 112 +minecraft:tube_coral_wall_fan[facing=east,waterlogged=false] 47 80 169 112 37 64 135 112 23 40 84 112 18 32 67 112 +minecraft:brain_coral_wall_fan 171 50 104 136 136 40 83 136 85 25 52 136 68 20 41 136 +minecraft:brain_coral_wall_fan[facing=north,waterlogged=false] 171 50 104 136 136 40 83 136 85 25 52 136 68 20 41 136 +minecraft:brain_coral_wall_fan[facing=south,waterlogged=true] 171 50 104 136 136 40 83 136 85 25 52 136 68 20 41 136 +minecraft:brain_coral_wall_fan[facing=south,waterlogged=false] 171 50 104 136 136 40 83 136 85 25 52 136 68 20 41 136 +minecraft:brain_coral_wall_fan[facing=west,waterlogged=true] 171 50 104 136 136 40 83 136 85 25 52 136 68 20 41 136 +minecraft:brain_coral_wall_fan[facing=west,waterlogged=false] 171 50 104 136 136 40 83 136 85 25 52 136 68 20 41 136 +minecraft:brain_coral_wall_fan[facing=east,waterlogged=true] 171 50 104 136 136 40 83 136 85 25 52 136 68 20 41 136 +minecraft:brain_coral_wall_fan[facing=east,waterlogged=false] 171 50 104 136 136 40 83 136 85 25 52 136 68 20 41 136 +minecraft:bubble_coral_wall_fan 174 25 158 125 139 20 126 125 87 12 79 125 69 10 63 125 +minecraft:bubble_coral_wall_fan[facing=north,waterlogged=false] 174 25 158 125 139 20 126 125 87 12 79 125 69 10 63 125 +minecraft:bubble_coral_wall_fan[facing=south,waterlogged=true] 174 25 158 125 139 20 126 125 87 12 79 125 69 10 63 125 +minecraft:bubble_coral_wall_fan[facing=south,waterlogged=false] 174 25 158 125 139 20 126 125 87 12 79 125 69 10 63 125 +minecraft:bubble_coral_wall_fan[facing=west,waterlogged=true] 174 25 158 125 139 20 126 125 87 12 79 125 69 10 63 125 +minecraft:bubble_coral_wall_fan[facing=west,waterlogged=false] 174 25 158 125 139 20 126 125 87 12 79 125 69 10 63 125 +minecraft:bubble_coral_wall_fan[facing=east,waterlogged=true] 174 25 158 125 139 20 126 125 87 12 79 125 69 10 63 125 +minecraft:bubble_coral_wall_fan[facing=east,waterlogged=false] 174 25 158 125 139 20 126 125 87 12 79 125 69 10 63 125 +minecraft:fire_coral_wall_fan 189 28 32 136 151 22 25 136 94 14 16 136 75 11 12 136 +minecraft:fire_coral_wall_fan[facing=north,waterlogged=false] 189 28 32 136 151 22 25 136 94 14 16 136 75 11 12 136 +minecraft:fire_coral_wall_fan[facing=south,waterlogged=true] 189 28 32 136 151 22 25 136 94 14 16 136 75 11 12 136 +minecraft:fire_coral_wall_fan[facing=south,waterlogged=false] 189 28 32 136 151 22 25 136 94 14 16 136 75 11 12 136 +minecraft:fire_coral_wall_fan[facing=west,waterlogged=true] 189 28 32 136 151 22 25 136 94 14 16 136 75 11 12 136 +minecraft:fire_coral_wall_fan[facing=west,waterlogged=false] 189 28 32 136 151 22 25 136 94 14 16 136 75 11 12 136 +minecraft:fire_coral_wall_fan[facing=east,waterlogged=true] 189 28 32 136 151 22 25 136 94 14 16 136 75 11 12 136 +minecraft:fire_coral_wall_fan[facing=east,waterlogged=false] 189 28 32 136 151 22 25 136 94 14 16 136 75 11 12 136 +minecraft:horn_coral_wall_fan 179 130 0 123 143 104 0 123 89 65 0 123 71 52 0 123 +minecraft:horn_coral_wall_fan[facing=north,waterlogged=false] 179 130 0 123 143 104 0 123 89 65 0 123 71 52 0 123 +minecraft:horn_coral_wall_fan[facing=south,waterlogged=true] 179 130 0 123 143 104 0 123 89 65 0 123 71 52 0 123 +minecraft:horn_coral_wall_fan[facing=south,waterlogged=false] 179 130 0 123 143 104 0 123 89 65 0 123 71 52 0 123 +minecraft:horn_coral_wall_fan[facing=west,waterlogged=true] 179 130 0 123 143 104 0 123 89 65 0 123 71 52 0 123 +minecraft:horn_coral_wall_fan[facing=west,waterlogged=false] 179 130 0 123 143 104 0 123 89 65 0 123 71 52 0 123 +minecraft:horn_coral_wall_fan[facing=east,waterlogged=true] 179 130 0 123 143 104 0 123 89 65 0 123 71 52 0 123 +minecraft:horn_coral_wall_fan[facing=east,waterlogged=false] 179 130 0 123 143 104 0 123 89 65 0 123 71 52 0 123 +minecraft:sea_pickle 88 97 41 227 70 77 32 227 44 48 20 227 35 38 16 227 +minecraft:sea_pickle[pickles=1,waterlogged=false] 88 97 41 227 70 77 32 227 44 48 20 227 35 38 16 227 +minecraft:sea_pickle[pickles=2,waterlogged=true] 88 97 41 227 70 77 32 227 44 48 20 227 35 38 16 227 +minecraft:sea_pickle[pickles=2,waterlogged=false] 88 97 41 227 70 77 32 227 44 48 20 227 35 38 16 227 +minecraft:sea_pickle[pickles=3,waterlogged=true] 88 97 41 227 70 77 32 227 44 48 20 227 35 38 16 227 +minecraft:sea_pickle[pickles=3,waterlogged=false] 88 97 41 227 70 77 32 227 44 48 20 227 35 38 16 227 +minecraft:sea_pickle[pickles=4,waterlogged=true] 88 97 41 227 70 77 32 227 44 48 20 227 35 38 16 227 +minecraft:sea_pickle[pickles=4,waterlogged=false] 88 97 41 227 70 77 32 227 44 48 20 227 35 38 16 227 +minecraft:blue_ice 114 204 249 255 91 163 199 255 57 102 124 255 45 81 99 255 +minecraft:conduit 159 139 113 143 127 111 90 143 79 69 56 143 63 55 45 143 +minecraft:conduit[waterlogged=false] 159 139 113 143 127 111 90 143 79 69 56 143 63 55 45 143 +minecraft:bamboo_sapling 67 117 5 99 53 93 4 99 33 58 2 99 26 46 2 99 +minecraft:bamboo 82 127 11 255 65 101 8 255 41 63 5 255 32 50 4 255 +minecraft:bamboo[age=0,leaves=none,stage=1] 82 127 11 255 65 101 8 255 41 63 5 255 32 50 4 255 +minecraft:bamboo[age=0,leaves=small,stage=0] 82 127 11 255 65 101 8 255 41 63 5 255 32 50 4 255 +minecraft:bamboo[age=0,leaves=small,stage=1] 82 127 11 255 65 101 8 255 41 63 5 255 32 50 4 255 +minecraft:bamboo[age=0,leaves=large,stage=0] 82 127 11 255 65 101 8 255 41 63 5 255 32 50 4 255 +minecraft:bamboo[age=0,leaves=large,stage=1] 82 127 11 255 65 101 8 255 41 63 5 255 32 50 4 255 +minecraft:bamboo[age=1,leaves=none,stage=0] 82 127 11 255 65 101 8 255 41 63 5 255 32 50 4 255 +minecraft:bamboo[age=1,leaves=none,stage=1] 82 127 11 255 65 101 8 255 41 63 5 255 32 50 4 255 +minecraft:bamboo[age=1,leaves=small,stage=0] 82 127 11 255 65 101 8 255 41 63 5 255 32 50 4 255 +minecraft:bamboo[age=1,leaves=small,stage=1] 82 127 11 255 65 101 8 255 41 63 5 255 32 50 4 255 +minecraft:bamboo[age=1,leaves=large,stage=0] 82 127 11 255 65 101 8 255 41 63 5 255 32 50 4 255 +minecraft:bamboo[age=1,leaves=large,stage=1] 82 127 11 255 65 101 8 255 41 63 5 255 32 50 4 255 +minecraft:potted_bamboo 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:polished_granite_stairs 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:smooth_red_sandstone_stairs 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:mossy_stone_brick_stairs 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:polished_diorite_stairs 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:mossy_cobblestone_stairs 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:end_stone_brick_stairs 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:stone_stairs 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:smooth_sandstone_stairs 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_quartz_stairs 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=straight,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=straight,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=straight,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=straight,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=straight,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=straight,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=straight,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:granite_stairs 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:andesite_stairs 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:red_nether_brick_stairs 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:polished_andesite_stairs 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:diorite_stairs 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:polished_granite_slab 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_slab[type=top,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_slab[type=bottom,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_slab[type=bottom,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_slab[type=double,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_slab[type=double,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:smooth_red_sandstone_slab 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_slab[type=top,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_slab[type=double,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_slab[type=double,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:mossy_stone_brick_slab 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_slab[type=top,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_slab[type=double,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_slab[type=double,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:polished_diorite_slab 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_slab[type=top,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_slab[type=bottom,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_slab[type=bottom,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_slab[type=double,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_slab[type=double,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:mossy_cobblestone_slab 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_slab[type=top,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_slab[type=double,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_slab[type=double,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:end_stone_brick_slab 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_slab[type=top,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_slab[type=bottom,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_slab[type=bottom,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_slab[type=double,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_slab[type=double,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:smooth_sandstone_slab 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_slab[type=top,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_slab[type=bottom,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_slab[type=double,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_slab[type=double,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_quartz_slab 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_slab[type=top,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_slab[type=bottom,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_slab[type=bottom,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_slab[type=double,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_slab[type=double,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:granite_slab 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_slab[type=top,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_slab[type=bottom,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_slab[type=bottom,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_slab[type=double,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_slab[type=double,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:andesite_slab 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_slab[type=top,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_slab[type=bottom,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_slab[type=bottom,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_slab[type=double,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_slab[type=double,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:red_nether_brick_slab 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_slab[type=top,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_slab[type=bottom,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_slab[type=bottom,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_slab[type=double,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_slab[type=double,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:polished_andesite_slab 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_slab[type=top,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_slab[type=bottom,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_slab[type=bottom,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_slab[type=double,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_slab[type=double,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:diorite_slab 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_slab[type=top,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_slab[type=bottom,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_slab[type=bottom,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_slab[type=double,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_slab[type=double,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:brick_wall 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:prismarine_wall 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:red_sandstone_wall 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:mossy_stone_brick_wall 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:granite_wall 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:stone_brick_wall 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:nether_brick_wall 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:andesite_wall 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:red_nether_brick_wall 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:sandstone_wall 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:end_stone_brick_wall 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:diorite_wall 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:scaffolding 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=true,distance=0,waterlogged=false] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=true,distance=1,waterlogged=true] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=true,distance=1,waterlogged=false] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=true,distance=2,waterlogged=true] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=true,distance=2,waterlogged=false] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=true,distance=3,waterlogged=true] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=true,distance=3,waterlogged=false] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=true,distance=4,waterlogged=true] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=true,distance=4,waterlogged=false] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=true,distance=5,waterlogged=true] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=true,distance=5,waterlogged=false] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=true,distance=6,waterlogged=true] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=true,distance=6,waterlogged=false] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=true,distance=7,waterlogged=true] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=true,distance=7,waterlogged=false] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=false,distance=0,waterlogged=true] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=false,distance=0,waterlogged=false] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=false,distance=1,waterlogged=true] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=false,distance=1,waterlogged=false] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=false,distance=2,waterlogged=true] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=false,distance=2,waterlogged=false] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=false,distance=3,waterlogged=true] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=false,distance=3,waterlogged=false] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=false,distance=4,waterlogged=true] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=false,distance=4,waterlogged=false] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=false,distance=5,waterlogged=true] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=false,distance=5,waterlogged=false] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=false,distance=6,waterlogged=true] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=false,distance=6,waterlogged=false] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=false,distance=7,waterlogged=true] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=false,distance=7,waterlogged=false] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:loom 80 67 54 255 64 53 43 255 40 33 27 255 32 26 21 255 +minecraft:loom[facing=south] 80 67 54 255 64 53 43 255 40 33 27 255 32 26 21 255 +minecraft:loom[facing=west] 80 67 54 255 64 53 43 255 40 33 27 255 32 26 21 255 +minecraft:loom[facing=east] 80 67 54 255 64 53 43 255 40 33 27 255 32 26 21 255 +minecraft:barrel 89 65 37 255 71 52 29 255 44 32 18 255 35 26 14 255 +minecraft:barrel[facing=north,open=false] 89 65 37 255 71 52 29 255 44 32 18 255 35 26 14 255 +minecraft:barrel[facing=east,open=true] 89 65 37 255 71 52 29 255 44 32 18 255 35 26 14 255 +minecraft:barrel[facing=east,open=false] 89 65 37 255 71 52 29 255 44 32 18 255 35 26 14 255 +minecraft:barrel[facing=south,open=true] 89 65 37 255 71 52 29 255 44 32 18 255 35 26 14 255 +minecraft:barrel[facing=south,open=false] 89 65 37 255 71 52 29 255 44 32 18 255 35 26 14 255 +minecraft:barrel[facing=west,open=true] 89 65 37 255 71 52 29 255 44 32 18 255 35 26 14 255 +minecraft:barrel[facing=west,open=false] 89 65 37 255 71 52 29 255 44 32 18 255 35 26 14 255 +minecraft:barrel[facing=up,open=true] 89 65 37 255 71 52 29 255 44 32 18 255 35 26 14 255 +minecraft:barrel[facing=up,open=false] 89 65 37 255 71 52 29 255 44 32 18 255 35 26 14 255 +minecraft:barrel[facing=down,open=true] 89 65 37 255 71 52 29 255 44 32 18 255 35 26 14 255 +minecraft:barrel[facing=down,open=false] 89 65 37 255 71 52 29 255 44 32 18 255 35 26 14 255 +minecraft:smoker 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=north,lit=false] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=south,lit=true] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=south,lit=false] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=west,lit=true] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=west,lit=false] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=east,lit=true] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=east,lit=false] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:blast_furnace 94 95 91 255 75 76 72 255 47 47 45 255 37 38 36 255 +minecraft:blast_furnace[facing=north,lit=false] 94 95 91 255 75 76 72 255 47 47 45 255 37 38 36 255 +minecraft:blast_furnace[facing=south,lit=true] 94 95 91 255 75 76 72 255 47 47 45 255 37 38 36 255 +minecraft:blast_furnace[facing=south,lit=false] 94 95 91 255 75 76 72 255 47 47 45 255 37 38 36 255 +minecraft:blast_furnace[facing=west,lit=true] 94 95 91 255 75 76 72 255 47 47 45 255 37 38 36 255 +minecraft:blast_furnace[facing=west,lit=false] 94 95 91 255 75 76 72 255 47 47 45 255 37 38 36 255 +minecraft:blast_furnace[facing=east,lit=true] 94 95 91 255 75 76 72 255 47 47 45 255 37 38 36 255 +minecraft:blast_furnace[facing=east,lit=false] 94 95 91 255 75 76 72 255 47 47 45 255 37 38 36 255 +minecraft:cartography_table 93 85 67 255 74 68 53 255 46 42 33 255 37 34 26 255 +minecraft:fletching_table 170 142 98 255 136 113 78 255 85 71 49 255 68 56 39 255 +minecraft:grindstone 54 42 25 255 43 33 20 255 27 21 12 255 21 16 10 255 +minecraft:grindstone[face=floor,facing=south] 54 42 25 255 43 33 20 255 27 21 12 255 21 16 10 255 +minecraft:grindstone[face=floor,facing=west] 54 42 25 255 43 33 20 255 27 21 12 255 21 16 10 255 +minecraft:grindstone[face=floor,facing=east] 54 42 25 255 43 33 20 255 27 21 12 255 21 16 10 255 +minecraft:grindstone[face=wall,facing=north] 54 42 25 255 43 33 20 255 27 21 12 255 21 16 10 255 +minecraft:grindstone[face=wall,facing=south] 54 42 25 255 43 33 20 255 27 21 12 255 21 16 10 255 +minecraft:grindstone[face=wall,facing=west] 54 42 25 255 43 33 20 255 27 21 12 255 21 16 10 255 +minecraft:grindstone[face=wall,facing=east] 54 42 25 255 43 33 20 255 27 21 12 255 21 16 10 255 +minecraft:grindstone[face=ceiling,facing=north] 54 42 25 255 43 33 20 255 27 21 12 255 21 16 10 255 +minecraft:grindstone[face=ceiling,facing=south] 54 42 25 255 43 33 20 255 27 21 12 255 21 16 10 255 +minecraft:grindstone[face=ceiling,facing=west] 54 42 25 255 43 33 20 255 27 21 12 255 21 16 10 255 +minecraft:grindstone[face=ceiling,facing=east] 54 42 25 255 43 33 20 255 27 21 12 255 21 16 10 255 +minecraft:lectern 187 156 104 255 149 124 83 255 93 78 52 255 74 62 41 255 +minecraft:lectern[facing=north,has_book=true,powered=false] 187 156 104 255 149 124 83 255 93 78 52 255 74 62 41 255 +minecraft:lectern[facing=north,has_book=false,powered=true] 187 156 104 255 149 124 83 255 93 78 52 255 74 62 41 255 +minecraft:lectern[facing=north,has_book=false,powered=false] 187 156 104 255 149 124 83 255 93 78 52 255 74 62 41 255 +minecraft:lectern[facing=south,has_book=true,powered=true] 187 156 104 255 149 124 83 255 93 78 52 255 74 62 41 255 +minecraft:lectern[facing=south,has_book=true,powered=false] 187 156 104 255 149 124 83 255 93 78 52 255 74 62 41 255 +minecraft:lectern[facing=south,has_book=false,powered=true] 187 156 104 255 149 124 83 255 93 78 52 255 74 62 41 255 +minecraft:lectern[facing=south,has_book=false,powered=false] 187 156 104 255 149 124 83 255 93 78 52 255 74 62 41 255 +minecraft:lectern[facing=west,has_book=true,powered=true] 187 156 104 255 149 124 83 255 93 78 52 255 74 62 41 255 +minecraft:lectern[facing=west,has_book=true,powered=false] 187 156 104 255 149 124 83 255 93 78 52 255 74 62 41 255 +minecraft:lectern[facing=west,has_book=false,powered=true] 187 156 104 255 149 124 83 255 93 78 52 255 74 62 41 255 +minecraft:lectern[facing=west,has_book=false,powered=false] 187 156 104 255 149 124 83 255 93 78 52 255 74 62 41 255 +minecraft:lectern[facing=east,has_book=true,powered=true] 187 156 104 255 149 124 83 255 93 78 52 255 74 62 41 255 +minecraft:lectern[facing=east,has_book=true,powered=false] 187 156 104 255 149 124 83 255 93 78 52 255 74 62 41 255 +minecraft:lectern[facing=east,has_book=false,powered=true] 187 156 104 255 149 124 83 255 93 78 52 255 74 62 41 255 +minecraft:lectern[facing=east,has_book=false,powered=false] 187 156 104 255 149 124 83 255 93 78 52 255 74 62 41 255 +minecraft:smithing_table 50 51 58 255 40 40 46 255 25 25 29 255 20 20 23 255 +minecraft:stonecutter 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:stonecutter[facing=south] 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:stonecutter[facing=west] 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:stonecutter[facing=east] 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:bell 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=north,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=north,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=north,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:lantern 53 58 73 5 42 46 58 5 26 29 36 5 21 23 29 5 +minecraft:lantern[hanging=true,waterlogged=false] 53 58 73 5 42 46 58 5 26 29 36 5 21 23 29 5 +minecraft:lantern[hanging=false,waterlogged=true] 53 58 73 5 42 46 58 5 26 29 36 5 21 23 29 5 +minecraft:lantern[hanging=false,waterlogged=false] 53 58 73 5 42 46 58 5 26 29 36 5 21 23 29 5 +minecraft:soul_lantern 53 58 73 5 42 46 58 5 26 29 36 5 21 23 29 5 +minecraft:soul_lantern[hanging=true,waterlogged=false] 53 58 73 5 42 46 58 5 26 29 36 5 21 23 29 5 +minecraft:soul_lantern[hanging=false,waterlogged=true] 53 58 73 5 42 46 58 5 26 29 36 5 21 23 29 5 +minecraft:soul_lantern[hanging=false,waterlogged=false] 53 58 73 5 42 46 58 5 26 29 36 5 21 23 29 5 +minecraft:campfire 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=north,lit=true,signal_fire=true,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=north,lit=false,signal_fire=true,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=north,lit=false,signal_fire=true,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=north,lit=false,signal_fire=false,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=north,lit=false,signal_fire=false,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=south,lit=true,signal_fire=true,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=south,lit=true,signal_fire=true,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=south,lit=true,signal_fire=false,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=south,lit=true,signal_fire=false,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=south,lit=false,signal_fire=true,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=south,lit=false,signal_fire=true,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=south,lit=false,signal_fire=false,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=south,lit=false,signal_fire=false,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=west,lit=true,signal_fire=true,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=west,lit=true,signal_fire=true,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=west,lit=true,signal_fire=false,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=west,lit=true,signal_fire=false,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=west,lit=false,signal_fire=true,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=west,lit=false,signal_fire=true,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=west,lit=false,signal_fire=false,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=west,lit=false,signal_fire=false,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=east,lit=true,signal_fire=true,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=east,lit=true,signal_fire=true,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=east,lit=true,signal_fire=false,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=east,lit=true,signal_fire=false,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=east,lit=false,signal_fire=true,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=east,lit=false,signal_fire=true,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=east,lit=false,signal_fire=false,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=east,lit=false,signal_fire=false,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=true,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=false,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=false,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=true,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=true,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=false,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=false,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=true,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=true,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=false,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=false,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=true,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=true,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=false,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=false,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=true,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=true,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=false,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=false,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=true,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=true,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=false,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=false,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=true,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=true,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=false,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=false,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=true,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=true,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=false,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=false,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:sweet_berry_bush 32 68 44 103 25 54 35 103 16 34 22 103 12 27 17 103 +minecraft:sweet_berry_bush[age=1] 33 70 44 210 26 56 35 210 16 35 22 210 13 28 17 210 +minecraft:sweet_berry_bush[age=2] 40 65 41 223 32 52 32 223 20 32 20 223 16 26 16 223 +minecraft:sweet_berry_bush[age=3] 47 59 38 227 37 47 30 227 23 29 19 227 18 23 15 227 +minecraft:warped_stem 56 65 77 255 44 52 61 255 28 32 38 255 22 26 30 255 +minecraft:warped_stem[axis=y] 55 100 103 255 44 80 82 255 27 50 51 255 22 40 41 255 +minecraft:warped_stem[axis=z] 56 65 77 255 44 52 61 255 28 32 38 255 22 26 30 255 +minecraft:stripped_warped_stem 53 144 142 255 42 115 113 255 26 72 71 255 21 57 56 255 +minecraft:stripped_warped_stem[axis=y] 56 129 128 255 44 103 102 255 28 64 64 255 22 51 51 255 +minecraft:stripped_warped_stem[axis=z] 53 144 142 255 42 115 113 255 26 72 71 255 21 57 56 255 +minecraft:warped_hyphae 56 65 77 255 44 52 61 255 28 32 38 255 22 26 30 255 +minecraft:warped_hyphae[axis=y] 56 65 77 255 44 52 61 255 28 32 38 255 22 26 30 255 +minecraft:warped_hyphae[axis=z] 56 65 77 255 44 52 61 255 28 32 38 255 22 26 30 255 +minecraft:stripped_warped_hyphae 53 144 142 255 42 115 113 255 26 72 71 255 21 57 56 255 +minecraft:stripped_warped_hyphae[axis=y] 53 144 142 255 42 115 113 255 26 72 71 255 21 57 56 255 +minecraft:stripped_warped_hyphae[axis=z] 53 144 142 255 42 115 113 255 26 72 71 255 21 57 56 255 +minecraft:warped_nylium 41 106 96 255 32 84 76 255 20 53 48 255 16 42 38 255 +minecraft:warped_fungus 66 74 58 79 52 59 46 79 33 37 29 79 26 29 23 79 +minecraft:warped_wart_block 16 100 100 255 12 80 80 255 8 50 50 255 6 40 40 255 +minecraft:warped_roots 3 85 82 169 2 68 65 169 1 42 41 169 1 34 32 169 +minecraft:nether_sprouts 3 77 76 44 2 61 60 44 1 38 38 44 1 30 30 44 +minecraft:crimson_stem 95 24 31 255 76 19 24 255 47 12 15 255 38 9 12 255 +minecraft:crimson_stem[axis=y] 104 48 71 255 83 38 56 255 52 24 35 255 41 19 28 255 +minecraft:crimson_stem[axis=z] 95 24 31 255 76 19 24 255 47 12 15 255 38 9 12 255 +minecraft:stripped_crimson_stem 132 54 85 255 105 43 68 255 66 27 42 255 52 21 34 255 +minecraft:stripped_crimson_stem[axis=y] 123 56 84 255 98 44 67 255 61 28 42 255 49 22 33 255 +minecraft:stripped_crimson_stem[axis=z] 132 54 85 255 105 43 68 255 66 27 42 255 52 21 34 255 +minecraft:crimson_hyphae 95 24 31 255 76 19 24 255 47 12 15 255 38 9 12 255 +minecraft:crimson_hyphae[axis=y] 95 24 31 255 76 19 24 255 47 12 15 255 38 9 12 255 +minecraft:crimson_hyphae[axis=z] 95 24 31 255 76 19 24 255 47 12 15 255 38 9 12 255 +minecraft:stripped_crimson_hyphae 132 54 85 255 105 43 68 255 66 27 42 255 52 21 34 255 +minecraft:stripped_crimson_hyphae[axis=y] 132 54 85 255 105 43 68 255 66 27 42 255 52 21 34 255 +minecraft:stripped_crimson_hyphae[axis=z] 132 54 85 255 105 43 68 255 66 27 42 255 52 21 34 255 +minecraft:crimson_nylium 100 24 33 255 80 19 26 255 50 12 16 255 40 9 13 255 +minecraft:crimson_fungus 135 46 27 87 108 36 21 87 67 23 13 87 54 18 10 87 +minecraft:shroomlight 249 159 90 255 199 127 72 255 124 79 45 255 99 63 36 255 +minecraft:weeping_vines 78 3 2 40 62 2 1 40 39 1 1 40 31 1 0 40 +minecraft:weeping_vines[age=1] 78 3 2 40 62 2 1 40 39 1 1 40 31 1 0 40 +minecraft:weeping_vines[age=2] 78 3 2 40 62 2 1 40 39 1 1 40 31 1 0 40 +minecraft:weeping_vines[age=3] 78 3 2 40 62 2 1 40 39 1 1 40 31 1 0 40 +minecraft:weeping_vines[age=4] 78 3 2 40 62 2 1 40 39 1 1 40 31 1 0 40 +minecraft:weeping_vines[age=5] 78 3 2 40 62 2 1 40 39 1 1 40 31 1 0 40 +minecraft:weeping_vines[age=6] 78 3 2 40 62 2 1 40 39 1 1 40 31 1 0 40 +minecraft:weeping_vines[age=7] 78 3 2 40 62 2 1 40 39 1 1 40 31 1 0 40 +minecraft:weeping_vines[age=8] 78 3 2 40 62 2 1 40 39 1 1 40 31 1 0 40 +minecraft:weeping_vines[age=9] 78 3 2 40 62 2 1 40 39 1 1 40 31 1 0 40 +minecraft:weeping_vines[age=10] 78 3 2 40 62 2 1 40 39 1 1 40 31 1 0 40 +minecraft:weeping_vines[age=11] 78 3 2 40 62 2 1 40 39 1 1 40 31 1 0 40 +minecraft:weeping_vines[age=12] 78 3 2 40 62 2 1 40 39 1 1 40 31 1 0 40 +minecraft:weeping_vines[age=13] 78 3 2 40 62 2 1 40 39 1 1 40 31 1 0 40 +minecraft:weeping_vines[age=14] 78 3 2 40 62 2 1 40 39 1 1 40 31 1 0 40 +minecraft:weeping_vines[age=15] 78 3 2 40 62 2 1 40 39 1 1 40 31 1 0 40 +minecraft:weeping_vines[age=16] 78 3 2 40 62 2 1 40 39 1 1 40 31 1 0 40 +minecraft:weeping_vines[age=17] 78 3 2 40 62 2 1 40 39 1 1 40 31 1 0 40 +minecraft:weeping_vines[age=18] 78 3 2 40 62 2 1 40 39 1 1 40 31 1 0 40 +minecraft:weeping_vines[age=19] 78 3 2 40 62 2 1 40 39 1 1 40 31 1 0 40 +minecraft:weeping_vines[age=20] 78 3 2 40 62 2 1 40 39 1 1 40 31 1 0 40 +minecraft:weeping_vines[age=21] 78 3 2 40 62 2 1 40 39 1 1 40 31 1 0 40 +minecraft:weeping_vines[age=22] 78 3 2 40 62 2 1 40 39 1 1 40 31 1 0 40 +minecraft:weeping_vines[age=23] 78 3 2 40 62 2 1 40 39 1 1 40 31 1 0 40 +minecraft:weeping_vines[age=24] 78 3 2 40 62 2 1 40 39 1 1 40 31 1 0 40 +minecraft:weeping_vines[age=25] 78 3 2 40 62 2 1 40 39 1 1 40 31 1 0 40 +minecraft:weeping_vines_plant 96 13 5 157 76 10 4 157 48 6 2 157 38 5 2 157 +minecraft:twisting_vines 20 120 113 82 16 96 90 82 10 60 56 82 8 48 45 82 +minecraft:twisting_vines[age=1] 20 120 113 82 16 96 90 82 10 60 56 82 8 48 45 82 +minecraft:twisting_vines[age=2] 20 120 113 82 16 96 90 82 10 60 56 82 8 48 45 82 +minecraft:twisting_vines[age=3] 20 120 113 82 16 96 90 82 10 60 56 82 8 48 45 82 +minecraft:twisting_vines[age=4] 20 120 113 82 16 96 90 82 10 60 56 82 8 48 45 82 +minecraft:twisting_vines[age=5] 20 120 113 82 16 96 90 82 10 60 56 82 8 48 45 82 +minecraft:twisting_vines[age=6] 20 120 113 82 16 96 90 82 10 60 56 82 8 48 45 82 +minecraft:twisting_vines[age=7] 20 120 113 82 16 96 90 82 10 60 56 82 8 48 45 82 +minecraft:twisting_vines[age=8] 20 120 113 82 16 96 90 82 10 60 56 82 8 48 45 82 +minecraft:twisting_vines[age=9] 20 120 113 82 16 96 90 82 10 60 56 82 8 48 45 82 +minecraft:twisting_vines[age=10] 20 120 113 82 16 96 90 82 10 60 56 82 8 48 45 82 +minecraft:twisting_vines[age=11] 20 120 113 82 16 96 90 82 10 60 56 82 8 48 45 82 +minecraft:twisting_vines[age=12] 20 120 113 82 16 96 90 82 10 60 56 82 8 48 45 82 +minecraft:twisting_vines[age=13] 20 120 113 82 16 96 90 82 10 60 56 82 8 48 45 82 +minecraft:twisting_vines[age=14] 20 120 113 82 16 96 90 82 10 60 56 82 8 48 45 82 +minecraft:twisting_vines[age=15] 20 120 113 82 16 96 90 82 10 60 56 82 8 48 45 82 +minecraft:twisting_vines[age=16] 20 120 113 82 16 96 90 82 10 60 56 82 8 48 45 82 +minecraft:twisting_vines[age=17] 20 120 113 82 16 96 90 82 10 60 56 82 8 48 45 82 +minecraft:twisting_vines[age=18] 20 120 113 82 16 96 90 82 10 60 56 82 8 48 45 82 +minecraft:twisting_vines[age=19] 20 120 113 82 16 96 90 82 10 60 56 82 8 48 45 82 +minecraft:twisting_vines[age=20] 20 120 113 82 16 96 90 82 10 60 56 82 8 48 45 82 +minecraft:twisting_vines[age=21] 20 120 113 82 16 96 90 82 10 60 56 82 8 48 45 82 +minecraft:twisting_vines[age=22] 20 120 113 82 16 96 90 82 10 60 56 82 8 48 45 82 +minecraft:twisting_vines[age=23] 20 120 113 82 16 96 90 82 10 60 56 82 8 48 45 82 +minecraft:twisting_vines[age=24] 20 120 113 82 16 96 90 82 10 60 56 82 8 48 45 82 +minecraft:twisting_vines[age=25] 20 120 113 82 16 96 90 82 10 60 56 82 8 48 45 82 +minecraft:twisting_vines_plant 20 122 114 114 16 97 91 114 10 61 57 114 8 48 45 114 +minecraft:crimson_roots 86 5 35 124 68 4 28 124 43 2 17 124 34 2 14 124 +minecraft:crimson_planks 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:warped_planks 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:crimson_slab 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_slab[type=top,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_slab[type=bottom,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_slab[type=bottom,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_slab[type=double,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_slab[type=double,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:warped_slab 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_slab[type=top,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_slab[type=bottom,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_slab[type=bottom,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_slab[type=double,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_slab[type=double,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:crimson_pressure_plate 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_pressure_plate[powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:warped_pressure_plate 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_pressure_plate[powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:crimson_fence 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=true,west=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=false,west=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=false,west=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=true,west=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=true,west=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=false,west=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=false,west=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=true,west=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=true,west=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=false,west=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=false,west=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=true,west=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=true,west=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=false,west=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=false,west=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=true,west=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=true,west=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=false,west=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=false,west=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=true,west=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=true,west=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=false,west=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=false,west=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=true,west=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=true,west=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=false,west=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=false,west=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=true,west=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=true,west=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=false,west=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=false,west=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:warped_fence 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=true,west=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=false,west=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=false,west=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=true,west=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=true,west=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=false,west=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=false,west=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=true,west=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=true,west=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=false,west=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=false,west=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=true,west=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=true,west=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=false,west=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=false,west=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=true,west=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=true,west=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=false,west=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=false,west=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=true,west=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=true,west=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=false,west=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=false,west=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=true,west=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=true,west=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=false,west=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=false,west=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=true,west=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=true,west=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=false,west=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=false,west=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:crimson_trapdoor 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:warped_trapdoor 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:crimson_fence_gate 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=true,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=false,powered=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=false,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=true,powered=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=true,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=false,powered=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=false,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=true,powered=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=true,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=false,powered=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=false,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=true,powered=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=true,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=false,powered=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=false,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=true,powered=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=true,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=false,powered=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=false,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=true,powered=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=true,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=false,powered=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=false,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=true,powered=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=true,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=false,powered=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=false,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=true,powered=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=true,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=false,powered=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=false,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:warped_fence_gate 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=true,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=false,powered=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=false,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=true,powered=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=true,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=false,powered=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=false,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=true,powered=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=true,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=false,powered=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=false,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=true,powered=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=true,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=false,powered=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=false,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=true,powered=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=true,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=false,powered=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=false,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=true,powered=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=true,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=false,powered=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=false,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=true,powered=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=true,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=false,powered=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=false,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=true,powered=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=true,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=false,powered=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=false,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:crimson_stairs 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=north,half=top,shape=straight,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=south,half=top,shape=straight,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=south,half=top,shape=straight,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=west,half=top,shape=straight,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=west,half=top,shape=straight,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=east,half=top,shape=straight,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=east,half=top,shape=straight,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:warped_stairs 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=north,half=top,shape=straight,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=south,half=top,shape=straight,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=south,half=top,shape=straight,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=west,half=top,shape=straight,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=west,half=top,shape=straight,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=east,half=top,shape=straight,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=east,half=top,shape=straight,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:crimson_button 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_button[face=floor,facing=north,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_button[face=floor,facing=south,powered=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_button[face=floor,facing=south,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_button[face=floor,facing=west,powered=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_button[face=floor,facing=west,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_button[face=floor,facing=east,powered=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_button[face=floor,facing=east,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_button[face=wall,facing=north,powered=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_button[face=wall,facing=north,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_button[face=wall,facing=south,powered=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_button[face=wall,facing=south,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_button[face=wall,facing=west,powered=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_button[face=wall,facing=west,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_button[face=wall,facing=east,powered=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_button[face=wall,facing=east,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_button[face=ceiling,facing=north,powered=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_button[face=ceiling,facing=north,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_button[face=ceiling,facing=south,powered=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_button[face=ceiling,facing=south,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_button[face=ceiling,facing=west,powered=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_button[face=ceiling,facing=west,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_button[face=ceiling,facing=east,powered=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_button[face=ceiling,facing=east,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:warped_button 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_button[face=floor,facing=north,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_button[face=floor,facing=south,powered=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_button[face=floor,facing=south,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_button[face=floor,facing=west,powered=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_button[face=floor,facing=west,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_button[face=floor,facing=east,powered=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_button[face=floor,facing=east,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_button[face=wall,facing=north,powered=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_button[face=wall,facing=north,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_button[face=wall,facing=south,powered=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_button[face=wall,facing=south,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_button[face=wall,facing=west,powered=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_button[face=wall,facing=west,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_button[face=wall,facing=east,powered=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_button[face=wall,facing=east,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_button[face=ceiling,facing=north,powered=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_button[face=ceiling,facing=north,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_button[face=ceiling,facing=south,powered=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_button[face=ceiling,facing=south,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_button[face=ceiling,facing=west,powered=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_button[face=ceiling,facing=west,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_button[face=ceiling,facing=east,powered=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_button[face=ceiling,facing=east,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:crimson_door 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=true,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=false,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=false,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=true,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=true,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=false,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=false,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=true,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=true,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=false,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=false,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=true,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=true,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=false,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=false,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=true,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=true,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=false,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=false,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=true,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=true,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=false,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=false,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=true,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=true,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=false,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=false,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=true,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=true,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=false,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=false,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=true,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=true,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=false,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=false,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=true,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=true,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=false,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=false,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=true,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=true,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=false,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=false,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=true,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=true,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=false,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=false,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=true,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=true,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=false,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=false,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=true,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=true,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=false,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=false,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=true,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=true,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=false,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=false,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=true,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=true,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=false,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=false,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:warped_door 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=true,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=false,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=false,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=true,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=true,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=false,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=false,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=true,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=true,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=false,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=false,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=true,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=true,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=false,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=false,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=true,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=true,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=false,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=false,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=true,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=true,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=false,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=false,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=true,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=true,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=false,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=false,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=true,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=true,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=false,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=false,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=true,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=true,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=false,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=false,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=true,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=true,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=false,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=false,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=true,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=true,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=false,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=false,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=true,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=true,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=false,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=false,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=true,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=true,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=false,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=false,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=true,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=true,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=false,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=false,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=true,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=true,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=false,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=false,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=true,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=true,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=false,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=false,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:crimson_sign 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=0,waterlogged=false] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=1,waterlogged=true] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=1,waterlogged=false] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=2,waterlogged=true] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=2,waterlogged=false] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=3,waterlogged=true] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=3,waterlogged=false] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=4,waterlogged=true] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=4,waterlogged=false] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=5,waterlogged=true] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=5,waterlogged=false] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=6,waterlogged=true] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=6,waterlogged=false] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=7,waterlogged=true] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=7,waterlogged=false] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=8,waterlogged=true] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=8,waterlogged=false] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=9,waterlogged=true] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=9,waterlogged=false] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=10,waterlogged=true] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=10,waterlogged=false] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=11,waterlogged=true] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=11,waterlogged=false] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=12,waterlogged=true] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=12,waterlogged=false] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=13,waterlogged=true] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=13,waterlogged=false] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=14,waterlogged=true] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=14,waterlogged=false] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=15,waterlogged=true] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=15,waterlogged=false] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:warped_sign 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=0,waterlogged=false] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=1,waterlogged=true] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=1,waterlogged=false] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=2,waterlogged=true] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=2,waterlogged=false] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=3,waterlogged=true] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=3,waterlogged=false] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=4,waterlogged=true] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=4,waterlogged=false] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=5,waterlogged=true] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=5,waterlogged=false] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=6,waterlogged=true] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=6,waterlogged=false] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=7,waterlogged=true] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=7,waterlogged=false] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=8,waterlogged=true] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=8,waterlogged=false] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=9,waterlogged=true] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=9,waterlogged=false] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=10,waterlogged=true] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=10,waterlogged=false] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=11,waterlogged=true] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=11,waterlogged=false] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=12,waterlogged=true] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=12,waterlogged=false] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=13,waterlogged=true] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=13,waterlogged=false] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=14,waterlogged=true] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=14,waterlogged=false] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=15,waterlogged=true] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=15,waterlogged=false] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:crimson_wall_sign 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_wall_sign[facing=north,waterlogged=false] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_wall_sign[facing=south,waterlogged=true] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_wall_sign[facing=south,waterlogged=false] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_wall_sign[facing=west,waterlogged=true] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_wall_sign[facing=west,waterlogged=false] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_wall_sign[facing=east,waterlogged=true] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_wall_sign[facing=east,waterlogged=false] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:warped_wall_sign 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_wall_sign[facing=north,waterlogged=false] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_wall_sign[facing=south,waterlogged=true] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_wall_sign[facing=south,waterlogged=false] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_wall_sign[facing=west,waterlogged=true] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_wall_sign[facing=west,waterlogged=false] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_wall_sign[facing=east,waterlogged=true] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_wall_sign[facing=east,waterlogged=false] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:structure_block 72 58 75 255 57 46 60 255 36 29 37 255 28 23 30 255 +minecraft:structure_block[mode=load] 67 54 69 255 53 43 55 255 33 27 34 255 26 21 27 255 +minecraft:structure_block[mode=corner] 62 51 65 255 49 40 52 255 31 25 32 255 24 20 26 255 +minecraft:structure_block[mode=data] 69 55 72 255 55 44 57 255 34 27 36 255 27 22 28 255 +minecraft:jigsaw 44 37 47 255 35 29 37 255 22 18 23 255 17 14 18 255 +minecraft:jigsaw[orientation=down_north] 44 37 47 255 35 29 37 255 22 18 23 255 17 14 18 255 +minecraft:jigsaw[orientation=down_south] 44 37 47 255 35 29 37 255 22 18 23 255 17 14 18 255 +minecraft:jigsaw[orientation=down_west] 44 37 47 255 35 29 37 255 22 18 23 255 17 14 18 255 +minecraft:jigsaw[orientation=up_east] 44 37 47 255 35 29 37 255 22 18 23 255 17 14 18 255 +minecraft:jigsaw[orientation=up_north] 44 37 47 255 35 29 37 255 22 18 23 255 17 14 18 255 +minecraft:jigsaw[orientation=up_south] 44 37 47 255 35 29 37 255 22 18 23 255 17 14 18 255 +minecraft:jigsaw[orientation=up_west] 44 37 47 255 35 29 37 255 22 18 23 255 17 14 18 255 +minecraft:jigsaw[orientation=west_up] 44 37 47 255 35 29 37 255 22 18 23 255 17 14 18 255 +minecraft:jigsaw[orientation=east_up] 44 37 47 255 35 29 37 255 22 18 23 255 17 14 18 255 +minecraft:jigsaw[orientation=north_up] 44 37 47 255 35 29 37 255 22 18 23 255 17 14 18 255 +minecraft:jigsaw[orientation=south_up] 44 37 47 255 35 29 37 255 22 18 23 255 17 14 18 255 +minecraft:composter 45 37 24 255 36 29 19 255 22 18 12 255 18 14 9 255 +minecraft:composter[level=1] 45 37 24 255 36 29 19 255 22 18 12 255 18 14 9 255 +minecraft:composter[level=2] 45 37 24 255 36 29 19 255 22 18 12 255 18 14 9 255 +minecraft:composter[level=3] 45 37 24 255 36 29 19 255 22 18 12 255 18 14 9 255 +minecraft:composter[level=4] 45 37 24 255 36 29 19 255 22 18 12 255 18 14 9 255 +minecraft:composter[level=5] 45 37 24 255 36 29 19 255 22 18 12 255 18 14 9 255 +minecraft:composter[level=6] 45 37 24 255 36 29 19 255 22 18 12 255 18 14 9 255 +minecraft:composter[level=7] 45 37 24 255 36 29 19 255 22 18 12 255 18 14 9 255 +minecraft:composter[level=8] 45 37 24 255 36 29 19 255 22 18 12 255 18 14 9 255 +minecraft:target 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=1] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=2] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=3] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=4] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=5] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=6] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=7] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=8] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=9] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=10] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=11] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=12] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=13] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=14] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=15] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:bee_nest 224 173 77 255 179 138 61 255 112 86 38 255 89 69 30 255 +minecraft:bee_nest[facing=north,honey_level=1] 224 173 77 255 179 138 61 255 112 86 38 255 89 69 30 255 +minecraft:bee_nest[facing=north,honey_level=2] 224 173 77 255 179 138 61 255 112 86 38 255 89 69 30 255 +minecraft:bee_nest[facing=north,honey_level=3] 224 173 77 255 179 138 61 255 112 86 38 255 89 69 30 255 +minecraft:bee_nest[facing=north,honey_level=4] 224 173 77 255 179 138 61 255 112 86 38 255 89 69 30 255 +minecraft:bee_nest[facing=north,honey_level=5] 224 173 77 255 179 138 61 255 112 86 38 255 89 69 30 255 +minecraft:bee_nest[facing=south,honey_level=0] 224 173 77 255 179 138 61 255 112 86 38 255 89 69 30 255 +minecraft:bee_nest[facing=south,honey_level=1] 224 173 77 255 179 138 61 255 112 86 38 255 89 69 30 255 +minecraft:bee_nest[facing=south,honey_level=2] 224 173 77 255 179 138 61 255 112 86 38 255 89 69 30 255 +minecraft:bee_nest[facing=south,honey_level=3] 224 173 77 255 179 138 61 255 112 86 38 255 89 69 30 255 +minecraft:bee_nest[facing=south,honey_level=4] 224 173 77 255 179 138 61 255 112 86 38 255 89 69 30 255 +minecraft:bee_nest[facing=south,honey_level=5] 224 173 77 255 179 138 61 255 112 86 38 255 89 69 30 255 +minecraft:bee_nest[facing=west,honey_level=0] 224 173 77 255 179 138 61 255 112 86 38 255 89 69 30 255 +minecraft:bee_nest[facing=west,honey_level=1] 224 173 77 255 179 138 61 255 112 86 38 255 89 69 30 255 +minecraft:bee_nest[facing=west,honey_level=2] 224 173 77 255 179 138 61 255 112 86 38 255 89 69 30 255 +minecraft:bee_nest[facing=west,honey_level=3] 224 173 77 255 179 138 61 255 112 86 38 255 89 69 30 255 +minecraft:bee_nest[facing=west,honey_level=4] 224 173 77 255 179 138 61 255 112 86 38 255 89 69 30 255 +minecraft:bee_nest[facing=west,honey_level=5] 224 173 77 255 179 138 61 255 112 86 38 255 89 69 30 255 +minecraft:bee_nest[facing=east,honey_level=0] 224 173 77 255 179 138 61 255 112 86 38 255 89 69 30 255 +minecraft:bee_nest[facing=east,honey_level=1] 224 173 77 255 179 138 61 255 112 86 38 255 89 69 30 255 +minecraft:bee_nest[facing=east,honey_level=2] 224 173 77 255 179 138 61 255 112 86 38 255 89 69 30 255 +minecraft:bee_nest[facing=east,honey_level=3] 224 173 77 255 179 138 61 255 112 86 38 255 89 69 30 255 +minecraft:bee_nest[facing=east,honey_level=4] 224 173 77 255 179 138 61 255 112 86 38 255 89 69 30 255 +minecraft:bee_nest[facing=east,honey_level=5] 224 173 77 255 179 138 61 255 112 86 38 255 89 69 30 255 +minecraft:beehive 170 133 83 255 136 106 66 255 85 66 41 255 68 53 33 255 +minecraft:beehive[facing=north,honey_level=1] 170 133 83 255 136 106 66 255 85 66 41 255 68 53 33 255 +minecraft:beehive[facing=north,honey_level=2] 170 133 83 255 136 106 66 255 85 66 41 255 68 53 33 255 +minecraft:beehive[facing=north,honey_level=3] 170 133 83 255 136 106 66 255 85 66 41 255 68 53 33 255 +minecraft:beehive[facing=north,honey_level=4] 170 133 83 255 136 106 66 255 85 66 41 255 68 53 33 255 +minecraft:beehive[facing=north,honey_level=5] 170 133 83 255 136 106 66 255 85 66 41 255 68 53 33 255 +minecraft:beehive[facing=south,honey_level=0] 170 133 83 255 136 106 66 255 85 66 41 255 68 53 33 255 +minecraft:beehive[facing=south,honey_level=1] 170 133 83 255 136 106 66 255 85 66 41 255 68 53 33 255 +minecraft:beehive[facing=south,honey_level=2] 170 133 83 255 136 106 66 255 85 66 41 255 68 53 33 255 +minecraft:beehive[facing=south,honey_level=3] 170 133 83 255 136 106 66 255 85 66 41 255 68 53 33 255 +minecraft:beehive[facing=south,honey_level=4] 170 133 83 255 136 106 66 255 85 66 41 255 68 53 33 255 +minecraft:beehive[facing=south,honey_level=5] 170 133 83 255 136 106 66 255 85 66 41 255 68 53 33 255 +minecraft:beehive[facing=west,honey_level=0] 170 133 83 255 136 106 66 255 85 66 41 255 68 53 33 255 +minecraft:beehive[facing=west,honey_level=1] 170 133 83 255 136 106 66 255 85 66 41 255 68 53 33 255 +minecraft:beehive[facing=west,honey_level=2] 170 133 83 255 136 106 66 255 85 66 41 255 68 53 33 255 +minecraft:beehive[facing=west,honey_level=3] 170 133 83 255 136 106 66 255 85 66 41 255 68 53 33 255 +minecraft:beehive[facing=west,honey_level=4] 170 133 83 255 136 106 66 255 85 66 41 255 68 53 33 255 +minecraft:beehive[facing=west,honey_level=5] 170 133 83 255 136 106 66 255 85 66 41 255 68 53 33 255 +minecraft:beehive[facing=east,honey_level=0] 170 133 83 255 136 106 66 255 85 66 41 255 68 53 33 255 +minecraft:beehive[facing=east,honey_level=1] 170 133 83 255 136 106 66 255 85 66 41 255 68 53 33 255 +minecraft:beehive[facing=east,honey_level=2] 170 133 83 255 136 106 66 255 85 66 41 255 68 53 33 255 +minecraft:beehive[facing=east,honey_level=3] 170 133 83 255 136 106 66 255 85 66 41 255 68 53 33 255 +minecraft:beehive[facing=east,honey_level=4] 170 133 83 255 136 106 66 255 85 66 41 255 68 53 33 255 +minecraft:beehive[facing=east,honey_level=5] 170 133 83 255 136 106 66 255 85 66 41 255 68 53 33 255 +minecraft:honey_block 251 185 52 191 200 148 41 191 125 92 26 191 100 74 20 191 +minecraft:honeycomb_block 209 143 40 255 167 114 32 255 104 71 20 255 83 57 16 255 +minecraft:netherite_block 73 66 69 255 58 52 55 255 36 33 34 255 29 26 27 255 +minecraft:ancient_debris 100 76 71 255 80 60 56 255 50 38 35 255 40 30 28 255 +minecraft:crying_obsidian 49 12 103 255 39 9 82 255 24 6 51 255 19 4 41 255 +minecraft:respawn_anchor 38 24 62 255 30 19 49 255 19 12 31 255 15 9 24 255 +minecraft:respawn_anchor[charges=1] 75 27 144 219 60 21 115 219 37 13 72 219 30 10 57 219 +minecraft:respawn_anchor[charges=2] 75 27 144 219 60 21 115 219 37 13 72 219 30 10 57 219 +minecraft:respawn_anchor[charges=3] 75 27 144 219 60 21 115 219 37 13 72 219 30 10 57 219 +minecraft:respawn_anchor[charges=4] 75 27 144 219 60 21 115 219 37 13 72 219 30 10 57 219 +minecraft:potted_crimson_fungus 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_warped_fungus 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_crimson_roots 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_warped_roots 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:lodestone 147 149 152 255 117 119 121 255 73 74 76 255 58 59 60 255 +minecraft:blackstone 43 36 44 255 34 28 35 255 21 18 22 255 17 14 17 255 +minecraft:blackstone_stairs 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_slab 43 36 44 255 34 28 35 255 21 18 22 255 17 14 17 255 +minecraft:blackstone_slab[type=top,waterlogged=false] 43 36 44 255 34 28 35 255 21 18 22 255 17 14 17 255 +minecraft:blackstone_slab[type=bottom,waterlogged=true] 43 36 44 255 34 28 35 255 21 18 22 255 17 14 17 255 +minecraft:blackstone_slab[type=bottom,waterlogged=false] 43 36 44 255 34 28 35 255 21 18 22 255 17 14 17 255 +minecraft:blackstone_slab[type=double,waterlogged=true] 43 36 44 255 34 28 35 255 21 18 22 255 17 14 17 255 +minecraft:blackstone_slab[type=double,waterlogged=false] 43 36 44 255 34 28 35 255 21 18 22 255 17 14 17 255 +minecraft:polished_blackstone 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_bricks 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:cracked_polished_blackstone_bricks 39 37 44 255 31 29 35 255 19 18 22 255 15 14 17 255 +minecraft:chiseled_polished_blackstone 42 40 48 255 33 32 38 255 21 20 24 255 16 16 19 255 +minecraft:polished_blackstone_brick_slab 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_slab[type=top,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_slab[type=bottom,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_slab[type=bottom,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_slab[type=double,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_slab[type=double,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:gilded_blackstone 53 39 38 255 42 31 30 255 26 19 19 255 21 15 15 255 +minecraft:polished_blackstone_stairs 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_slab 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_slab[type=top,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_slab[type=bottom,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_slab[type=bottom,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_slab[type=double,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_slab[type=double,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_pressure_plate 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_pressure_plate[powered=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_button 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_button[face=floor,facing=north,powered=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_button[face=floor,facing=south,powered=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_button[face=floor,facing=south,powered=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_button[face=floor,facing=west,powered=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_button[face=floor,facing=west,powered=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_button[face=floor,facing=east,powered=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_button[face=floor,facing=east,powered=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_button[face=wall,facing=north,powered=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_button[face=wall,facing=north,powered=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_button[face=wall,facing=south,powered=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_button[face=wall,facing=south,powered=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_button[face=wall,facing=west,powered=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_button[face=wall,facing=west,powered=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_button[face=wall,facing=east,powered=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_button[face=wall,facing=east,powered=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_button[face=ceiling,facing=north,powered=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_button[face=ceiling,facing=north,powered=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_button[face=ceiling,facing=south,powered=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_button[face=ceiling,facing=south,powered=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_button[face=ceiling,facing=west,powered=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_button[face=ceiling,facing=west,powered=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_button[face=ceiling,facing=east,powered=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_button[face=ceiling,facing=east,powered=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:chiseled_nether_bricks 42 19 23 255 33 15 18 255 21 9 11 255 16 7 9 255 +minecraft:cracked_nether_bricks 39 18 22 255 31 14 17 255 19 9 11 255 15 7 8 255 +minecraft:quartz_bricks 236 234 227 255 188 187 181 255 118 117 113 255 94 93 90 255 +minecraft:candle 240 218 119 20 192 174 95 20 120 109 59 20 96 87 47 20 +minecraft:candle[candles=1,lit=true,waterlogged=false] 240 218 119 20 192 174 95 20 120 109 59 20 96 87 47 20 +minecraft:candle[candles=1,lit=false,waterlogged=true] 233 211 125 20 186 168 100 20 116 105 62 20 93 84 50 20 +minecraft:candle[candles=1,lit=false,waterlogged=false] 233 211 125 20 186 168 100 20 116 105 62 20 93 84 50 20 +minecraft:candle[candles=2,lit=true,waterlogged=true] 240 218 119 20 192 174 95 20 120 109 59 20 96 87 47 20 +minecraft:candle[candles=2,lit=true,waterlogged=false] 240 218 119 20 192 174 95 20 120 109 59 20 96 87 47 20 +minecraft:candle[candles=2,lit=false,waterlogged=true] 233 211 125 20 186 168 100 20 116 105 62 20 93 84 50 20 +minecraft:candle[candles=2,lit=false,waterlogged=false] 233 211 125 20 186 168 100 20 116 105 62 20 93 84 50 20 +minecraft:candle[candles=3,lit=true,waterlogged=true] 240 218 119 20 192 174 95 20 120 109 59 20 96 87 47 20 +minecraft:candle[candles=3,lit=true,waterlogged=false] 240 218 119 20 192 174 95 20 120 109 59 20 96 87 47 20 +minecraft:candle[candles=3,lit=false,waterlogged=true] 233 211 125 20 186 168 100 20 116 105 62 20 93 84 50 20 +minecraft:candle[candles=3,lit=false,waterlogged=false] 233 211 125 20 186 168 100 20 116 105 62 20 93 84 50 20 +minecraft:candle[candles=4,lit=true,waterlogged=true] 240 218 119 20 192 174 95 20 120 109 59 20 96 87 47 20 +minecraft:candle[candles=4,lit=true,waterlogged=false] 240 218 119 20 192 174 95 20 120 109 59 20 96 87 47 20 +minecraft:candle[candles=4,lit=false,waterlogged=true] 233 211 125 20 186 168 100 20 116 105 62 20 93 84 50 20 +minecraft:candle[candles=4,lit=false,waterlogged=false] 233 211 125 20 186 168 100 20 116 105 62 20 93 84 50 20 +minecraft:white_candle 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=1,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=1,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=1,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=2,lit=true,waterlogged=true] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=2,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=2,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=2,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=3,lit=true,waterlogged=true] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=3,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=3,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=3,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=4,lit=true,waterlogged=true] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=4,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=4,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=4,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:orange_candle 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=1,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=1,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=1,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=2,lit=true,waterlogged=true] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=2,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=2,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=2,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=3,lit=true,waterlogged=true] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=3,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=3,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=3,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=4,lit=true,waterlogged=true] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=4,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=4,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=4,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:magenta_candle 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=1,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=1,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=1,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=2,lit=true,waterlogged=true] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=2,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=2,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=2,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=3,lit=true,waterlogged=true] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=3,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=3,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=3,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=4,lit=true,waterlogged=true] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=4,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=4,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=4,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:light_blue_candle 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=1,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=1,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=1,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=2,lit=true,waterlogged=true] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=2,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=2,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=2,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=3,lit=true,waterlogged=true] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=3,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=3,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=3,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=4,lit=true,waterlogged=true] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=4,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=4,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=4,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:yellow_candle 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=1,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=1,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=1,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=2,lit=true,waterlogged=true] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=2,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=2,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=2,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=3,lit=true,waterlogged=true] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=3,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=3,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=3,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=4,lit=true,waterlogged=true] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=4,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=4,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=4,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:lime_candle 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=1,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=1,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=1,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=2,lit=true,waterlogged=true] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=2,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=2,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=2,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=3,lit=true,waterlogged=true] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=3,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=3,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=3,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=4,lit=true,waterlogged=true] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=4,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=4,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=4,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:pink_candle 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=1,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=1,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=1,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=2,lit=true,waterlogged=true] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=2,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=2,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=2,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=3,lit=true,waterlogged=true] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=3,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=3,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=3,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=4,lit=true,waterlogged=true] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=4,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=4,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=4,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:gray_candle 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=1,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=1,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=1,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=2,lit=true,waterlogged=true] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=2,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=2,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=2,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=3,lit=true,waterlogged=true] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=3,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=3,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=3,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=4,lit=true,waterlogged=true] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=4,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=4,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=4,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:light_gray_candle 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=1,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=1,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=1,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=2,lit=true,waterlogged=true] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=2,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=2,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=2,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=3,lit=true,waterlogged=true] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=3,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=3,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=3,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=4,lit=true,waterlogged=true] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=4,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=4,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=4,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:cyan_candle 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=1,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=1,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=1,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=2,lit=true,waterlogged=true] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=2,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=2,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=2,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=3,lit=true,waterlogged=true] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=3,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=3,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=3,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=4,lit=true,waterlogged=true] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=4,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=4,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=4,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:purple_candle 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=1,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=1,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=1,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=2,lit=true,waterlogged=true] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=2,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=2,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=2,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=3,lit=true,waterlogged=true] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=3,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=3,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=3,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=4,lit=true,waterlogged=true] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=4,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=4,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=4,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:blue_candle 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=1,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=1,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=1,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=2,lit=true,waterlogged=true] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=2,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=2,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=2,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=3,lit=true,waterlogged=true] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=3,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=3,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=3,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=4,lit=true,waterlogged=true] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=4,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=4,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=4,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:brown_candle 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=1,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=1,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=1,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=2,lit=true,waterlogged=true] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=2,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=2,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=2,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=3,lit=true,waterlogged=true] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=3,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=3,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=3,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=4,lit=true,waterlogged=true] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=4,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=4,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=4,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:green_candle 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=1,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=1,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=1,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=2,lit=true,waterlogged=true] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=2,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=2,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=2,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=3,lit=true,waterlogged=true] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=3,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=3,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=3,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=4,lit=true,waterlogged=true] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=4,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=4,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=4,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:red_candle 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=1,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=1,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=1,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=2,lit=true,waterlogged=true] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=2,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=2,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=2,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=3,lit=true,waterlogged=true] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=3,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=3,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=3,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=4,lit=true,waterlogged=true] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=4,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=4,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=4,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:black_candle 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=1,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=1,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=1,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=2,lit=true,waterlogged=true] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=2,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=2,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=2,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=3,lit=true,waterlogged=true] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=3,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=3,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=3,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=4,lit=true,waterlogged=true] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=4,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=4,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=4,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:candle_cake 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:candle_cake[lit=false] 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:white_candle_cake 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:white_candle_cake[lit=false] 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:orange_candle_cake 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:orange_candle_cake[lit=false] 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:magenta_candle_cake 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:magenta_candle_cake[lit=false] 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:light_blue_candle_cake 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:light_blue_candle_cake[lit=false] 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:yellow_candle_cake 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:yellow_candle_cake[lit=false] 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:lime_candle_cake 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:lime_candle_cake[lit=false] 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:pink_candle_cake 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:pink_candle_cake[lit=false] 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:gray_candle_cake 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:gray_candle_cake[lit=false] 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:light_gray_candle_cake 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:light_gray_candle_cake[lit=false] 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:cyan_candle_cake 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:cyan_candle_cake[lit=false] 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:purple_candle_cake 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:purple_candle_cake[lit=false] 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:blue_candle_cake 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:blue_candle_cake[lit=false] 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:brown_candle_cake 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:brown_candle_cake[lit=false] 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:green_candle_cake 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:green_candle_cake[lit=false] 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:red_candle_cake 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:red_candle_cake[lit=false] 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:black_candle_cake 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:black_candle_cake[lit=false] 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:amethyst_block 131 97 182 255 104 77 145 255 65 48 91 255 52 38 72 255 +minecraft:budding_amethyst 123 91 175 255 98 72 140 255 61 45 87 255 49 36 70 255 +minecraft:amethyst_cluster 128 95 179 155 102 76 143 155 64 47 89 155 51 38 71 155 +minecraft:amethyst_cluster[facing=north,waterlogged=false] 128 95 179 155 102 76 143 155 64 47 89 155 51 38 71 155 +minecraft:amethyst_cluster[facing=east,waterlogged=true] 128 95 179 155 102 76 143 155 64 47 89 155 51 38 71 155 +minecraft:amethyst_cluster[facing=east,waterlogged=false] 128 95 179 155 102 76 143 155 64 47 89 155 51 38 71 155 +minecraft:amethyst_cluster[facing=south,waterlogged=true] 128 95 179 155 102 76 143 155 64 47 89 155 51 38 71 155 +minecraft:amethyst_cluster[facing=south,waterlogged=false] 128 95 179 155 102 76 143 155 64 47 89 155 51 38 71 155 +minecraft:amethyst_cluster[facing=west,waterlogged=true] 128 95 179 155 102 76 143 155 64 47 89 155 51 38 71 155 +minecraft:amethyst_cluster[facing=west,waterlogged=false] 128 95 179 155 102 76 143 155 64 47 89 155 51 38 71 155 +minecraft:amethyst_cluster[facing=up,waterlogged=true] 128 95 179 155 102 76 143 155 64 47 89 155 51 38 71 155 +minecraft:amethyst_cluster[facing=up,waterlogged=false] 128 95 179 155 102 76 143 155 64 47 89 155 51 38 71 155 +minecraft:amethyst_cluster[facing=down,waterlogged=true] 128 95 179 155 102 76 143 155 64 47 89 155 51 38 71 155 +minecraft:amethyst_cluster[facing=down,waterlogged=false] 128 95 179 155 102 76 143 155 64 47 89 155 51 38 71 155 +minecraft:large_amethyst_bud 130 97 180 93 104 77 144 93 65 48 90 93 52 38 72 93 +minecraft:large_amethyst_bud[facing=north,waterlogged=false] 130 97 180 93 104 77 144 93 65 48 90 93 52 38 72 93 +minecraft:large_amethyst_bud[facing=east,waterlogged=true] 130 97 180 93 104 77 144 93 65 48 90 93 52 38 72 93 +minecraft:large_amethyst_bud[facing=east,waterlogged=false] 130 97 180 93 104 77 144 93 65 48 90 93 52 38 72 93 +minecraft:large_amethyst_bud[facing=south,waterlogged=true] 130 97 180 93 104 77 144 93 65 48 90 93 52 38 72 93 +minecraft:large_amethyst_bud[facing=south,waterlogged=false] 130 97 180 93 104 77 144 93 65 48 90 93 52 38 72 93 +minecraft:large_amethyst_bud[facing=west,waterlogged=true] 130 97 180 93 104 77 144 93 65 48 90 93 52 38 72 93 +minecraft:large_amethyst_bud[facing=west,waterlogged=false] 130 97 180 93 104 77 144 93 65 48 90 93 52 38 72 93 +minecraft:large_amethyst_bud[facing=up,waterlogged=true] 130 97 180 93 104 77 144 93 65 48 90 93 52 38 72 93 +minecraft:large_amethyst_bud[facing=up,waterlogged=false] 130 97 180 93 104 77 144 93 65 48 90 93 52 38 72 93 +minecraft:large_amethyst_bud[facing=down,waterlogged=true] 130 97 180 93 104 77 144 93 65 48 90 93 52 38 72 93 +minecraft:large_amethyst_bud[facing=down,waterlogged=false] 130 97 180 93 104 77 144 93 65 48 90 93 52 38 72 93 +minecraft:medium_amethyst_bud 131 98 183 62 104 78 146 62 65 49 91 62 52 39 73 62 +minecraft:medium_amethyst_bud[facing=north,waterlogged=false] 131 98 183 62 104 78 146 62 65 49 91 62 52 39 73 62 +minecraft:medium_amethyst_bud[facing=east,waterlogged=true] 131 98 183 62 104 78 146 62 65 49 91 62 52 39 73 62 +minecraft:medium_amethyst_bud[facing=east,waterlogged=false] 131 98 183 62 104 78 146 62 65 49 91 62 52 39 73 62 +minecraft:medium_amethyst_bud[facing=south,waterlogged=true] 131 98 183 62 104 78 146 62 65 49 91 62 52 39 73 62 +minecraft:medium_amethyst_bud[facing=south,waterlogged=false] 131 98 183 62 104 78 146 62 65 49 91 62 52 39 73 62 +minecraft:medium_amethyst_bud[facing=west,waterlogged=true] 131 98 183 62 104 78 146 62 65 49 91 62 52 39 73 62 +minecraft:medium_amethyst_bud[facing=west,waterlogged=false] 131 98 183 62 104 78 146 62 65 49 91 62 52 39 73 62 +minecraft:medium_amethyst_bud[facing=up,waterlogged=true] 131 98 183 62 104 78 146 62 65 49 91 62 52 39 73 62 +minecraft:medium_amethyst_bud[facing=up,waterlogged=false] 131 98 183 62 104 78 146 62 65 49 91 62 52 39 73 62 +minecraft:medium_amethyst_bud[facing=down,waterlogged=true] 131 98 183 62 104 78 146 62 65 49 91 62 52 39 73 62 +minecraft:medium_amethyst_bud[facing=down,waterlogged=false] 131 98 183 62 104 78 146 62 65 49 91 62 52 39 73 62 +minecraft:small_amethyst_bud 128 96 186 39 102 76 148 39 64 48 93 39 51 38 74 39 +minecraft:small_amethyst_bud[facing=north,waterlogged=false] 128 96 186 39 102 76 148 39 64 48 93 39 51 38 74 39 +minecraft:small_amethyst_bud[facing=east,waterlogged=true] 128 96 186 39 102 76 148 39 64 48 93 39 51 38 74 39 +minecraft:small_amethyst_bud[facing=east,waterlogged=false] 128 96 186 39 102 76 148 39 64 48 93 39 51 38 74 39 +minecraft:small_amethyst_bud[facing=south,waterlogged=true] 128 96 186 39 102 76 148 39 64 48 93 39 51 38 74 39 +minecraft:small_amethyst_bud[facing=south,waterlogged=false] 128 96 186 39 102 76 148 39 64 48 93 39 51 38 74 39 +minecraft:small_amethyst_bud[facing=west,waterlogged=true] 128 96 186 39 102 76 148 39 64 48 93 39 51 38 74 39 +minecraft:small_amethyst_bud[facing=west,waterlogged=false] 128 96 186 39 102 76 148 39 64 48 93 39 51 38 74 39 +minecraft:small_amethyst_bud[facing=up,waterlogged=true] 128 96 186 39 102 76 148 39 64 48 93 39 51 38 74 39 +minecraft:small_amethyst_bud[facing=up,waterlogged=false] 128 96 186 39 102 76 148 39 64 48 93 39 51 38 74 39 +minecraft:small_amethyst_bud[facing=down,waterlogged=true] 128 96 186 39 102 76 148 39 64 48 93 39 51 38 74 39 +minecraft:small_amethyst_bud[facing=down,waterlogged=false] 128 96 186 39 102 76 148 39 64 48 93 39 51 38 74 39 +minecraft:tuff 110 111 104 255 88 88 83 255 55 55 52 255 44 44 41 255 +minecraft:calcite 228 228 223 255 182 182 178 255 114 114 111 255 91 91 89 255 +minecraft:tinted_glass 11 6 14 131 8 4 11 131 5 3 7 131 4 2 5 131 +minecraft:powder_snow 232 250 255 255 185 200 204 255 116 125 127 255 92 100 102 255 +minecraft:sculk_sensor 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=cooldown,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=cooldown,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=inactive,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=cooldown,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=cooldown,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=inactive,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:oxidized_copper 80 122 88 255 64 97 70 255 40 61 44 255 32 48 35 255 +minecraft:weathered_copper 90 110 69 255 72 88 55 255 45 55 34 255 36 44 27 255 +minecraft:exposed_copper 151 112 87 255 120 89 69 255 75 56 43 255 60 44 34 255 +minecraft:copper_block 216 104 61 255 172 83 48 255 108 52 30 255 86 41 24 255 +minecraft:copper_ore 130 115 106 255 104 92 84 255 65 57 53 255 52 46 42 255 +minecraft:deepslate_copper_ore 86 75 73 255 68 60 58 255 43 37 36 255 34 30 29 255 +minecraft:oxidized_cut_copper 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:weathered_cut_copper 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:exposed_cut_copper 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:cut_copper 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:oxidized_cut_copper_stairs 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:weathered_cut_copper_stairs 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:exposed_cut_copper_stairs 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:cut_copper_stairs 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:oxidized_cut_copper_slab 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_slab[type=top,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_slab[type=bottom,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_slab[type=bottom,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_slab[type=double,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_slab[type=double,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:weathered_cut_copper_slab 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_slab[type=top,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_slab[type=bottom,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_slab[type=bottom,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_slab[type=double,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_slab[type=double,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:exposed_cut_copper_slab 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_slab[type=top,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_slab[type=bottom,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_slab[type=bottom,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_slab[type=double,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_slab[type=double,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:cut_copper_slab 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_slab[type=top,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_slab[type=bottom,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_slab[type=bottom,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_slab[type=double,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_slab[type=double,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_copper_block 216 104 61 255 172 83 48 255 108 52 30 255 86 41 24 255 +minecraft:waxed_weathered_copper 90 110 69 255 72 88 55 255 45 55 34 255 36 44 27 255 +minecraft:waxed_exposed_copper 151 112 87 255 120 89 69 255 75 56 43 255 60 44 34 255 +minecraft:waxed_oxidized_copper 80 122 88 255 64 97 70 255 40 61 44 255 32 48 35 255 +minecraft:waxed_oxidized_cut_copper 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_weathered_cut_copper 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_exposed_cut_copper 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_cut_copper 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_oxidized_cut_copper_stairs 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_weathered_cut_copper_stairs 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_exposed_cut_copper_stairs 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_cut_copper_stairs 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_oxidized_cut_copper_slab 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_slab[type=top,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_slab[type=bottom,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_slab[type=bottom,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_slab[type=double,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_slab[type=double,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_weathered_cut_copper_slab 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_slab[type=top,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_slab[type=bottom,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_slab[type=bottom,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_slab[type=double,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_slab[type=double,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_exposed_cut_copper_slab 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_slab[type=top,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_slab[type=bottom,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_slab[type=bottom,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_slab[type=double,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_slab[type=double,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_cut_copper_slab 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_slab[type=top,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_slab[type=bottom,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_slab[type=bottom,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_slab[type=double,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_slab[type=double,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:pointed_dripstone 130 107 89 101 104 85 71 101 65 53 44 101 52 42 35 101 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=up,waterlogged=false] 130 107 89 101 104 85 71 101 65 53 44 101 52 42 35 101 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=down,waterlogged=true] 130 106 88 101 104 84 70 101 65 53 44 101 52 42 35 101 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=down,waterlogged=false] 130 106 88 101 104 84 70 101 65 53 44 101 52 42 35 101 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=up,waterlogged=true] 131 107 89 46 104 85 71 46 65 53 44 46 52 42 35 46 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=up,waterlogged=false] 131 107 89 46 104 85 71 46 65 53 44 46 52 42 35 46 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=down,waterlogged=true] 131 106 89 46 104 84 71 46 65 53 44 46 52 42 35 46 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=down,waterlogged=false] 131 106 89 46 104 84 71 46 65 53 44 46 52 42 35 46 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=up,waterlogged=true] 133 110 91 187 106 88 72 187 66 55 45 187 53 44 36 187 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=up,waterlogged=false] 133 110 91 187 106 88 72 187 66 55 45 187 53 44 36 187 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=down,waterlogged=true] 133 110 91 187 106 88 72 187 66 55 45 187 53 44 36 187 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=down,waterlogged=false] 133 110 91 187 106 88 72 187 66 55 45 187 53 44 36 187 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=up,waterlogged=true] 134 111 92 204 107 88 73 204 67 55 46 204 53 44 36 204 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=up,waterlogged=false] 134 111 92 204 107 88 73 204 67 55 46 204 53 44 36 204 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=down,waterlogged=true] 134 111 92 204 107 88 73 204 67 55 46 204 53 44 36 204 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=down,waterlogged=false] 134 111 92 204 107 88 73 204 67 55 46 204 53 44 36 204 +minecraft:pointed_dripstone[thickness=base,vertical_direction=up,waterlogged=true] 133 111 92 235 106 88 73 235 66 55 46 235 53 44 36 235 +minecraft:pointed_dripstone[thickness=base,vertical_direction=up,waterlogged=false] 133 111 92 235 106 88 73 235 66 55 46 235 53 44 36 235 +minecraft:pointed_dripstone[thickness=base,vertical_direction=down,waterlogged=true] 133 111 92 235 106 88 73 235 66 55 46 235 53 44 36 235 +minecraft:pointed_dripstone[thickness=base,vertical_direction=down,waterlogged=false] 133 111 92 235 106 88 73 235 66 55 46 235 53 44 36 235 +minecraft:dripstone_block 143 121 100 255 114 96 80 255 71 60 50 255 57 48 40 255 +minecraft:cave_vines 96 108 31 119 76 86 24 119 48 54 15 119 38 43 12 119 +minecraft:cave_vines[age=0,berries=false] 85 105 33 115 68 84 26 115 42 52 16 115 34 42 13 115 +minecraft:cave_vines[age=1,berries=true] 96 108 31 119 76 86 24 119 48 54 15 119 38 43 12 119 +minecraft:cave_vines[age=1,berries=false] 85 105 33 115 68 84 26 115 42 52 16 115 34 42 13 115 +minecraft:cave_vines[age=2,berries=true] 96 108 31 119 76 86 24 119 48 54 15 119 38 43 12 119 +minecraft:cave_vines[age=2,berries=false] 85 105 33 115 68 84 26 115 42 52 16 115 34 42 13 115 +minecraft:cave_vines[age=3,berries=true] 96 108 31 119 76 86 24 119 48 54 15 119 38 43 12 119 +minecraft:cave_vines[age=3,berries=false] 85 105 33 115 68 84 26 115 42 52 16 115 34 42 13 115 +minecraft:cave_vines[age=4,berries=true] 96 108 31 119 76 86 24 119 48 54 15 119 38 43 12 119 +minecraft:cave_vines[age=4,berries=false] 85 105 33 115 68 84 26 115 42 52 16 115 34 42 13 115 +minecraft:cave_vines[age=5,berries=true] 96 108 31 119 76 86 24 119 48 54 15 119 38 43 12 119 +minecraft:cave_vines[age=5,berries=false] 85 105 33 115 68 84 26 115 42 52 16 115 34 42 13 115 +minecraft:cave_vines[age=6,berries=true] 96 108 31 119 76 86 24 119 48 54 15 119 38 43 12 119 +minecraft:cave_vines[age=6,berries=false] 85 105 33 115 68 84 26 115 42 52 16 115 34 42 13 115 +minecraft:cave_vines[age=7,berries=true] 96 108 31 119 76 86 24 119 48 54 15 119 38 43 12 119 +minecraft:cave_vines[age=7,berries=false] 85 105 33 115 68 84 26 115 42 52 16 115 34 42 13 115 +minecraft:cave_vines[age=8,berries=true] 96 108 31 119 76 86 24 119 48 54 15 119 38 43 12 119 +minecraft:cave_vines[age=8,berries=false] 85 105 33 115 68 84 26 115 42 52 16 115 34 42 13 115 +minecraft:cave_vines[age=9,berries=true] 96 108 31 119 76 86 24 119 48 54 15 119 38 43 12 119 +minecraft:cave_vines[age=9,berries=false] 85 105 33 115 68 84 26 115 42 52 16 115 34 42 13 115 +minecraft:cave_vines[age=10,berries=true] 96 108 31 119 76 86 24 119 48 54 15 119 38 43 12 119 +minecraft:cave_vines[age=10,berries=false] 85 105 33 115 68 84 26 115 42 52 16 115 34 42 13 115 +minecraft:cave_vines[age=11,berries=true] 96 108 31 119 76 86 24 119 48 54 15 119 38 43 12 119 +minecraft:cave_vines[age=11,berries=false] 85 105 33 115 68 84 26 115 42 52 16 115 34 42 13 115 +minecraft:cave_vines[age=12,berries=true] 96 108 31 119 76 86 24 119 48 54 15 119 38 43 12 119 +minecraft:cave_vines[age=12,berries=false] 85 105 33 115 68 84 26 115 42 52 16 115 34 42 13 115 +minecraft:cave_vines[age=13,berries=true] 96 108 31 119 76 86 24 119 48 54 15 119 38 43 12 119 +minecraft:cave_vines[age=13,berries=false] 85 105 33 115 68 84 26 115 42 52 16 115 34 42 13 115 +minecraft:cave_vines[age=14,berries=true] 96 108 31 119 76 86 24 119 48 54 15 119 38 43 12 119 +minecraft:cave_vines[age=14,berries=false] 85 105 33 115 68 84 26 115 42 52 16 115 34 42 13 115 +minecraft:cave_vines[age=15,berries=true] 96 108 31 119 76 86 24 119 48 54 15 119 38 43 12 119 +minecraft:cave_vines[age=15,berries=false] 85 105 33 115 68 84 26 115 42 52 16 115 34 42 13 115 +minecraft:cave_vines[age=16,berries=true] 96 108 31 119 76 86 24 119 48 54 15 119 38 43 12 119 +minecraft:cave_vines[age=16,berries=false] 85 105 33 115 68 84 26 115 42 52 16 115 34 42 13 115 +minecraft:cave_vines[age=17,berries=true] 96 108 31 119 76 86 24 119 48 54 15 119 38 43 12 119 +minecraft:cave_vines[age=17,berries=false] 85 105 33 115 68 84 26 115 42 52 16 115 34 42 13 115 +minecraft:cave_vines[age=18,berries=true] 96 108 31 119 76 86 24 119 48 54 15 119 38 43 12 119 +minecraft:cave_vines[age=18,berries=false] 85 105 33 115 68 84 26 115 42 52 16 115 34 42 13 115 +minecraft:cave_vines[age=19,berries=true] 96 108 31 119 76 86 24 119 48 54 15 119 38 43 12 119 +minecraft:cave_vines[age=19,berries=false] 85 105 33 115 68 84 26 115 42 52 16 115 34 42 13 115 +minecraft:cave_vines[age=20,berries=true] 96 108 31 119 76 86 24 119 48 54 15 119 38 43 12 119 +minecraft:cave_vines[age=20,berries=false] 85 105 33 115 68 84 26 115 42 52 16 115 34 42 13 115 +minecraft:cave_vines[age=21,berries=true] 96 108 31 119 76 86 24 119 48 54 15 119 38 43 12 119 +minecraft:cave_vines[age=21,berries=false] 85 105 33 115 68 84 26 115 42 52 16 115 34 42 13 115 +minecraft:cave_vines[age=22,berries=true] 96 108 31 119 76 86 24 119 48 54 15 119 38 43 12 119 +minecraft:cave_vines[age=22,berries=false] 85 105 33 115 68 84 26 115 42 52 16 115 34 42 13 115 +minecraft:cave_vines[age=23,berries=true] 96 108 31 119 76 86 24 119 48 54 15 119 38 43 12 119 +minecraft:cave_vines[age=23,berries=false] 85 105 33 115 68 84 26 115 42 52 16 115 34 42 13 115 +minecraft:cave_vines[age=24,berries=true] 96 108 31 119 76 86 24 119 48 54 15 119 38 43 12 119 +minecraft:cave_vines[age=24,berries=false] 85 105 33 115 68 84 26 115 42 52 16 115 34 42 13 115 +minecraft:cave_vines[age=25,berries=true] 96 108 31 119 76 86 24 119 48 54 15 119 38 43 12 119 +minecraft:cave_vines[age=25,berries=false] 85 105 33 115 68 84 26 115 42 52 16 115 34 42 13 115 +minecraft:cave_vines_plant 100 104 29 160 80 83 23 160 50 52 14 160 40 41 11 160 +minecraft:cave_vines_plant[berries=false] 83 99 31 154 66 79 24 154 41 49 15 154 33 39 12 154 +minecraft:spore_blossom 188 89 150 141 150 71 120 141 94 44 75 141 75 35 60 141 +minecraft:azalea 85 111 32 154 68 88 25 154 42 55 16 154 34 44 12 154 +minecraft:flowering_azalea 101 102 66 154 80 81 52 154 50 51 33 154 40 40 26 154 +minecraft:moss_carpet 76 124 46 255 60 99 36 255 38 62 23 255 30 49 18 255 +minecraft:moss_block 76 124 46 255 60 99 36 255 38 62 23 255 30 49 18 255 +minecraft:big_dripleaf_stem 79 99 33 103 63 79 26 103 39 49 16 103 31 39 13 103 +minecraft:big_dripleaf_stem[facing=north,waterlogged=false] 79 99 33 103 63 79 26 103 39 49 16 103 31 39 13 103 +minecraft:big_dripleaf_stem[facing=south,waterlogged=true] 79 99 33 103 63 79 26 103 39 49 16 103 31 39 13 103 +minecraft:big_dripleaf_stem[facing=south,waterlogged=false] 79 99 33 103 63 79 26 103 39 49 16 103 31 39 13 103 +minecraft:big_dripleaf_stem[facing=west,waterlogged=true] 79 99 33 103 63 79 26 103 39 49 16 103 31 39 13 103 +minecraft:big_dripleaf_stem[facing=west,waterlogged=false] 79 99 33 103 63 79 26 103 39 49 16 103 31 39 13 103 +minecraft:big_dripleaf_stem[facing=east,waterlogged=true] 79 99 33 103 63 79 26 103 39 49 16 103 31 39 13 103 +minecraft:big_dripleaf_stem[facing=east,waterlogged=false] 79 99 33 103 63 79 26 103 39 49 16 103 31 39 13 103 +minecraft:small_dripleaf 97 127 43 62 77 101 34 62 48 63 21 62 38 50 17 62 +minecraft:small_dripleaf[facing=north,half=upper,waterlogged=false] 97 127 43 62 77 101 34 62 48 63 21 62 38 50 17 62 +minecraft:small_dripleaf[facing=north,half=lower,waterlogged=true] 72 88 31 97 57 70 24 97 36 44 15 97 28 35 12 97 +minecraft:small_dripleaf[facing=north,half=lower,waterlogged=false] 72 88 31 97 57 70 24 97 36 44 15 97 28 35 12 97 +minecraft:small_dripleaf[facing=south,half=upper,waterlogged=true] 97 127 43 62 77 101 34 62 48 63 21 62 38 50 17 62 +minecraft:small_dripleaf[facing=south,half=upper,waterlogged=false] 97 127 43 62 77 101 34 62 48 63 21 62 38 50 17 62 +minecraft:small_dripleaf[facing=south,half=lower,waterlogged=true] 72 88 31 97 57 70 24 97 36 44 15 97 28 35 12 97 +minecraft:small_dripleaf[facing=south,half=lower,waterlogged=false] 72 88 31 97 57 70 24 97 36 44 15 97 28 35 12 97 +minecraft:small_dripleaf[facing=west,half=upper,waterlogged=true] 97 127 43 62 77 101 34 62 48 63 21 62 38 50 17 62 +minecraft:small_dripleaf[facing=west,half=upper,waterlogged=false] 97 127 43 62 77 101 34 62 48 63 21 62 38 50 17 62 +minecraft:small_dripleaf[facing=west,half=lower,waterlogged=true] 72 88 31 97 57 70 24 97 36 44 15 97 28 35 12 97 +minecraft:small_dripleaf[facing=west,half=lower,waterlogged=false] 72 88 31 97 57 70 24 97 36 44 15 97 28 35 12 97 +minecraft:small_dripleaf[facing=east,half=upper,waterlogged=true] 97 127 43 62 77 101 34 62 48 63 21 62 38 50 17 62 +minecraft:small_dripleaf[facing=east,half=upper,waterlogged=false] 97 127 43 62 77 101 34 62 48 63 21 62 38 50 17 62 +minecraft:small_dripleaf[facing=east,half=lower,waterlogged=true] 72 88 31 97 57 70 24 97 36 44 15 97 28 35 12 97 +minecraft:small_dripleaf[facing=east,half=lower,waterlogged=false] 72 88 31 97 57 70 24 97 36 44 15 97 28 35 12 97 +minecraft:hanging_roots 99 71 57 121 79 56 45 121 49 35 28 121 39 28 22 121 +minecraft:hanging_roots[waterlogged=false] 99 71 57 121 79 56 45 121 49 35 28 121 39 28 22 121 +minecraft:rooted_dirt 95 67 48 255 76 53 38 255 47 33 24 255 38 26 19 255 +minecraft:deepslate 67 67 71 255 53 53 56 255 33 33 35 255 26 26 28 255 +minecraft:deepslate[axis=y] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate[axis=z] 67 67 71 255 53 53 56 255 33 33 35 255 26 26 28 255 +minecraft:cobbled_deepslate 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=straight,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_slab 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_slab[type=top,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_slab[type=bottom,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_slab[type=bottom,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_slab[type=double,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_slab[type=double,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:polished_deepslate 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=straight,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_slab 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_slab[type=top,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_slab[type=bottom,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_slab[type=bottom,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_slab[type=double,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_slab[type=double,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:deepslate_tiles 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=straight,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=straight,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=straight,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=straight,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=straight,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=straight,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=straight,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_slab 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_slab[type=top,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_slab[type=bottom,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_slab[type=bottom,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_slab[type=double,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_slab[type=double,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_bricks 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_slab 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_slab[type=top,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_slab[type=bottom,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_slab[type=bottom,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_slab[type=double,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_slab[type=double,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:chiseled_deepslate 63 63 67 255 50 50 53 255 31 31 33 255 25 25 26 255 +minecraft:cracked_deepslate_bricks 61 61 65 255 48 48 52 255 30 30 32 255 24 24 26 255 +minecraft:cracked_deepslate_tiles 58 58 62 255 46 46 49 255 29 29 31 255 23 23 24 255 +minecraft:infested_deepslate 67 67 71 255 53 53 56 255 33 33 35 255 26 26 28 255 +minecraft:infested_deepslate[axis=y] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:infested_deepslate[axis=z] 67 67 71 255 53 53 56 255 33 33 35 255 26 26 28 255 +minecraft:smooth_basalt 81 80 85 255 64 64 68 255 40 40 42 255 32 32 34 255 +minecraft:raw_iron_block 175 138 94 255 140 110 75 255 87 69 47 255 70 55 37 255 +minecraft:raw_copper_block 159 97 67 255 127 77 53 255 79 48 33 255 63 38 26 255 +minecraft:raw_gold_block 214 161 37 255 171 128 29 255 107 80 18 255 85 64 14 255 diff --git a/minecolonies-1.20.1/data/dynmap/colorschemes/standard.txt b/minecolonies-1.20.1/data/dynmap/colorschemes/standard.txt new file mode 100644 index 00000000..96c3a570 --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/colorschemes/standard.txt @@ -0,0 +1,19769 @@ +minecraft:stone 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:granite 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:polished_granite 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:diorite 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:polished_diorite 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:andesite 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:polished_andesite 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:grass_block 69 110 51 255 55 88 40 255 34 55 25 255 27 44 20 255 +minecraft:grass_block[snowy=false] 69 110 51 255 55 88 40 255 34 55 25 255 27 44 20 255 +minecraft:dirt 134 96 67 255 107 76 53 255 67 48 33 255 53 38 26 255 +minecraft:coarse_dirt 119 85 59 255 95 68 47 255 59 42 29 255 47 34 23 255 +minecraft:podzol 147 147 147 255 117 117 117 255 73 73 73 255 58 58 58 255 +minecraft:podzol[snowy=false] 91 63 24 255 72 50 19 255 45 31 12 255 36 25 9 255 +minecraft:cobblestone 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:oak_planks 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:spruce_planks 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_planks 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_planks 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_planks 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_planks 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:oak_sapling 77 106 40 110 61 84 32 110 38 53 20 110 30 42 16 110 +minecraft:oak_sapling[stage=1] 77 106 40 110 61 84 32 110 38 53 20 110 30 42 16 110 +minecraft:spruce_sapling 44 60 36 82 35 48 28 82 22 30 18 82 17 24 14 82 +minecraft:spruce_sapling[stage=1] 44 60 36 82 35 48 28 82 22 30 18 82 17 24 14 82 +minecraft:birch_sapling 127 160 79 97 101 128 63 97 63 80 39 97 50 64 31 97 +minecraft:birch_sapling[stage=1] 127 160 79 97 101 128 63 97 63 80 39 97 50 64 31 97 +minecraft:jungle_sapling 47 81 16 85 37 64 12 85 23 40 8 85 18 32 6 85 +minecraft:jungle_sapling[stage=1] 47 81 16 85 37 64 12 85 23 40 8 85 18 32 6 85 +minecraft:acacia_sapling 118 117 23 110 94 93 18 110 59 58 11 110 47 46 9 110 +minecraft:acacia_sapling[stage=1] 118 117 23 110 94 93 18 110 59 58 11 110 47 46 9 110 +minecraft:dark_oak_sapling 61 90 30 109 48 72 24 109 30 45 15 109 24 36 12 109 +minecraft:dark_oak_sapling[stage=1] 61 90 30 109 48 72 24 109 30 45 15 109 24 36 12 109 +minecraft:bedrock 85 85 85 255 68 68 68 255 42 42 42 255 34 34 34 255 +minecraft:water 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=1] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=2] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=3] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=4] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=5] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=6] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=7] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=8] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=9] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=10] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=11] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=12] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=13] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=14] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=15] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:lava 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=1] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=2] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=3] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=4] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=5] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=6] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=7] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=8] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=9] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=10] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=11] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=12] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=13] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=14] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=15] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:sand 219 207 163 255 175 165 130 255 109 103 81 255 87 82 65 255 +minecraft:red_sand 190 102 33 255 152 81 26 255 95 51 16 255 76 40 13 255 +minecraft:gravel 131 127 126 255 104 101 100 255 65 63 63 255 52 50 50 255 +minecraft:gold_ore 145 133 106 255 116 106 84 255 72 66 53 255 58 53 42 255 +minecraft:deepslate_gold_ore 115 102 78 255 92 81 62 255 57 51 39 255 46 40 31 255 +minecraft:iron_ore 136 129 122 255 108 103 97 255 68 64 61 255 54 51 48 255 +minecraft:deepslate_iron_ore 106 99 94 255 84 79 75 255 53 49 47 255 42 39 37 255 +minecraft:coal_ore 105 105 105 255 84 84 84 255 52 52 52 255 42 42 42 255 +minecraft:deepslate_coal_ore 74 74 76 255 59 59 60 255 37 37 38 255 29 29 30 255 +minecraft:nether_gold_ore 115 54 42 255 92 43 33 255 57 27 21 255 46 21 16 255 +minecraft:oak_log 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:oak_log[axis=y] 151 121 73 255 120 96 58 255 75 60 36 255 60 48 29 255 +minecraft:oak_log[axis=z] 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:spruce_log 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:spruce_log[axis=y] 108 80 46 255 86 64 36 255 54 40 23 255 43 32 18 255 +minecraft:spruce_log[axis=z] 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:birch_log 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:birch_log[axis=y] 193 179 135 255 154 143 108 255 96 89 67 255 77 71 54 255 +minecraft:birch_log[axis=z] 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:jungle_log 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:jungle_log[axis=y] 149 109 70 255 119 87 56 255 74 54 35 255 59 43 28 255 +minecraft:jungle_log[axis=z] 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:acacia_log 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:acacia_log[axis=y] 150 88 55 255 120 70 44 255 75 44 27 255 60 35 22 255 +minecraft:acacia_log[axis=z] 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:dark_oak_log 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:dark_oak_log[axis=y] 64 42 21 255 51 33 16 255 32 21 10 255 25 16 8 255 +minecraft:dark_oak_log[axis=z] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:stripped_spruce_log 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_spruce_log[axis=y] 105 80 46 255 84 64 36 255 52 40 23 255 42 32 18 255 +minecraft:stripped_spruce_log[axis=z] 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_birch_log 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_birch_log[axis=y] 191 171 116 255 152 136 92 255 95 85 58 255 76 68 46 255 +minecraft:stripped_birch_log[axis=z] 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_jungle_log 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_jungle_log[axis=y] 165 122 81 255 132 97 64 255 82 61 40 255 66 48 32 255 +minecraft:stripped_jungle_log[axis=z] 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_acacia_log 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_acacia_log[axis=y] 166 91 51 255 132 72 40 255 83 45 25 255 66 36 20 255 +minecraft:stripped_acacia_log[axis=z] 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_dark_oak_log 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:stripped_dark_oak_log[axis=y] 65 44 22 255 52 35 17 255 32 22 11 255 26 17 8 255 +minecraft:stripped_dark_oak_log[axis=z] 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:stripped_oak_log 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:stripped_oak_log[axis=y] 160 129 77 255 128 103 61 255 80 64 38 255 64 51 30 255 +minecraft:stripped_oak_log[axis=z] 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:oak_wood 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:oak_wood[axis=y] 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:oak_wood[axis=z] 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:spruce_wood 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:spruce_wood[axis=y] 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:spruce_wood[axis=z] 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:birch_wood 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:birch_wood[axis=y] 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:birch_wood[axis=z] 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:jungle_wood 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:jungle_wood[axis=y] 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:jungle_wood[axis=z] 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:acacia_wood 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:acacia_wood[axis=y] 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:acacia_wood[axis=z] 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:dark_oak_wood 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:dark_oak_wood[axis=y] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:dark_oak_wood[axis=z] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:stripped_oak_wood 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:stripped_oak_wood[axis=y] 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:stripped_oak_wood[axis=z] 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:stripped_spruce_wood 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_spruce_wood[axis=y] 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_spruce_wood[axis=z] 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_birch_wood 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_birch_wood[axis=y] 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_birch_wood[axis=z] 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_jungle_wood 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_jungle_wood[axis=y] 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_jungle_wood[axis=z] 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_acacia_wood 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_acacia_wood[axis=y] 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_acacia_wood[axis=z] 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_dark_oak_wood 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:stripped_dark_oak_wood[axis=y] 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:stripped_dark_oak_wood[axis=z] 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:oak_leaves 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=1,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=2,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=2,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=3,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=3,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=4,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=4,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=5,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=5,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=6,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=6,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=7,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=7,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:spruce_leaves 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=1,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=2,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=2,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=3,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=3,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=4,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=4,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=5,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=5,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=6,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=6,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=7,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=7,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:birch_leaves 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=1,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=2,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=2,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=3,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=3,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=4,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=4,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=5,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=5,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=6,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=6,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=7,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=7,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:jungle_leaves 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=1,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=2,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=2,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=3,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=3,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=4,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=4,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=5,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=5,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=6,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=6,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=7,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=7,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:acacia_leaves 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=1,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=2,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=2,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=3,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=3,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=4,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=4,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=5,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=5,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=6,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=6,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=7,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=7,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:dark_oak_leaves 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=1,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=2,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=2,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=3,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=3,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=4,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=4,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=5,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=5,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=6,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=6,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=7,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=7,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:azalea_leaves 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=1,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=2,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=2,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=3,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=3,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=4,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=4,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=5,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=5,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=6,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=6,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=7,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=7,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:flowering_azalea_leaves 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=1,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=2,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=2,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=3,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=3,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=4,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=4,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=5,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=5,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=6,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=6,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=7,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=7,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:sponge 195 192 74 255 156 153 59 255 97 96 37 255 78 76 29 255 +minecraft:wet_sponge 171 181 70 255 136 144 56 255 85 90 35 255 68 72 28 255 +minecraft:glass 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:lapis_ore 107 117 141 255 85 93 112 255 53 58 70 255 42 46 56 255 +minecraft:deepslate_lapis_ore 79 90 115 255 63 72 92 255 39 45 57 255 31 36 46 255 +minecraft:lapis_block 30 67 140 255 24 53 112 255 15 33 70 255 12 26 56 255 +minecraft:dispenser 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=north,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=east,triggered=true] 98 97 97 255 78 77 77 255 49 48 48 255 39 38 38 255 +minecraft:dispenser[facing=east,triggered=false] 98 97 97 255 78 77 77 255 49 48 48 255 39 38 38 255 +minecraft:dispenser[facing=south,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=south,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=west,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=west,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=up,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=up,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=down,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=down,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:sandstone 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:chiseled_sandstone 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:note_block 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:powered_rail 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=north_south,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=east_west,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=east_west,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_east,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_east,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_west,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_west,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_north,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_north,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_south,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_south,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=false,shape=north_south,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=north_south,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=east_west,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=east_west,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_east,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_east,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_west,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_west,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_north,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_north,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_south,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_south,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:detector_rail 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=north_south,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=east_west,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=east_west,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_east,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_east,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_west,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_west,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_north,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_north,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_south,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_south,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=false,shape=north_south,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=north_south,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=east_west,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=east_west,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_east,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_east,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_west,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_west,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_north,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_north,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_south,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_south,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:sticky_piston 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=east] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=south] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=west] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=up] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=down] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=north] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=east] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=south] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=west] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=up] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=down] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:cobweb 228 233 234 104 182 186 187 104 114 116 117 104 91 93 93 104 +minecraft:grass 68 109 51 139 54 87 40 139 34 54 25 139 27 43 20 139 +minecraft:fern 58 93 43 88 46 74 34 88 29 46 21 88 23 37 17 88 +minecraft:dead_bush 107 78 40 77 85 62 32 77 53 39 20 77 42 31 16 77 +minecraft:seagrass 24 94 2 76 19 75 1 76 12 47 1 76 9 37 0 76 +minecraft:tall_seagrass 27 103 4 72 21 82 3 72 13 51 2 72 10 41 1 72 +minecraft:tall_seagrass[half=lower] 21 88 1 141 16 70 0 141 10 44 0 141 8 35 0 141 +minecraft:piston 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=east] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=south] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=west] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=up] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=down] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=north] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=east] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=south] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=west] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=up] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=down] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston_head 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=north,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=north,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=north,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=east,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=east,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=east,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=east,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=south,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=south,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=south,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=south,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=west,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=west,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=west,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=west,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=up,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=up,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=up,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=up,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=down,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=down,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=down,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=down,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:white_wool 233 236 236 255 186 188 188 255 116 118 118 255 93 94 94 255 +minecraft:orange_wool 240 118 19 255 192 94 15 255 120 59 9 255 96 47 7 255 +minecraft:magenta_wool 189 68 179 255 151 54 143 255 94 34 89 255 75 27 71 255 +minecraft:light_blue_wool 58 175 217 255 46 140 173 255 29 87 108 255 23 70 86 255 +minecraft:yellow_wool 248 197 39 255 198 157 31 255 124 98 19 255 99 78 15 255 +minecraft:lime_wool 112 185 25 255 89 148 20 255 56 92 12 255 44 74 10 255 +minecraft:pink_wool 237 141 172 255 189 112 137 255 118 70 86 255 94 56 68 255 +minecraft:gray_wool 62 68 71 255 49 54 56 255 31 34 35 255 24 27 28 255 +minecraft:light_gray_wool 142 142 134 255 113 113 107 255 71 71 67 255 56 56 53 255 +minecraft:cyan_wool 21 137 145 255 16 109 116 255 10 68 72 255 8 54 58 255 +minecraft:purple_wool 121 42 172 255 96 33 137 255 60 21 86 255 48 16 68 255 +minecraft:blue_wool 53 57 157 255 42 45 125 255 26 28 78 255 21 22 62 255 +minecraft:brown_wool 114 71 40 255 91 56 32 255 57 35 20 255 45 28 16 255 +minecraft:green_wool 84 109 27 255 67 87 21 255 42 54 13 255 33 43 10 255 +minecraft:red_wool 160 39 34 255 128 31 27 255 80 19 17 255 64 15 13 255 +minecraft:black_wool 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:dandelion 147 172 43 31 117 137 34 31 73 86 21 31 58 68 17 31 +minecraft:poppy 128 64 37 34 102 51 29 34 64 32 18 34 51 25 14 34 +minecraft:blue_orchid 47 162 168 43 37 129 134 43 23 81 84 43 18 64 67 43 +minecraft:allium 158 137 183 37 126 109 146 37 79 68 91 37 63 54 73 37 +minecraft:azure_bluet 169 204 127 42 135 163 101 42 84 102 63 42 67 81 50 42 +minecraft:red_tulip 89 128 32 48 71 102 25 48 44 64 16 48 35 51 12 48 +minecraft:orange_tulip 93 142 30 40 74 113 24 40 46 71 15 40 37 56 12 40 +minecraft:white_tulip 93 164 71 44 74 131 56 44 46 82 35 44 37 65 28 44 +minecraft:pink_tulip 99 157 78 40 79 125 62 40 49 78 39 40 39 62 31 40 +minecraft:oxeye_daisy 179 202 143 50 143 161 114 50 89 101 71 50 71 80 57 50 +minecraft:cornflower 79 121 146 34 63 96 116 34 39 60 73 34 31 48 58 34 +minecraft:wither_rose 41 44 23 36 32 35 18 36 20 22 11 36 16 17 9 36 +minecraft:lily_of_the_valley 123 174 95 51 98 139 76 51 61 87 47 51 49 69 38 51 +minecraft:brown_mushroom 153 116 92 33 122 92 73 33 76 58 46 33 61 46 36 33 +minecraft:red_mushroom 216 75 67 31 172 60 53 31 108 37 33 31 86 30 26 31 +minecraft:gold_block 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:iron_block 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:bricks 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:tnt 142 62 53 255 113 49 42 255 71 31 26 255 56 24 21 255 +minecraft:tnt[unstable=false] 142 62 53 255 113 49 42 255 71 31 26 255 56 24 21 255 +minecraft:bookshelf 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:mossy_cobblestone 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:obsidian 15 10 24 255 12 8 19 255 7 5 12 255 6 4 9 255 +minecraft:torch 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:wall_torch 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:wall_torch[facing=south] 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:wall_torch[facing=west] 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:wall_torch[facing=east] 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:fire 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:soul_fire 54 195 200 145 43 156 160 145 27 97 100 145 21 78 80 145 +minecraft:spawner 36 46 62 175 28 36 49 175 18 23 31 175 14 18 24 175 +minecraft:oak_stairs 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:chest 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=single,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=left,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=left,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=right,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=right,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=single,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=single,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=left,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=left,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=right,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=right,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=single,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=single,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=left,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=left,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=right,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=right,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=single,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=single,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=left,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=left,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=right,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=right,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:redstone_wire 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:diamond_ore 121 141 140 255 96 112 112 255 60 70 70 255 48 56 56 255 +minecraft:deepslate_diamond_ore 83 106 106 255 66 84 84 255 41 53 53 255 33 42 42 255 +minecraft:diamond_block 98 237 228 255 78 189 182 255 49 118 114 255 39 94 91 255 +minecraft:crafting_table 119 73 42 255 95 58 33 255 59 36 21 255 47 29 16 255 +minecraft:wheat 8 127 15 6 6 101 12 6 4 63 7 6 3 50 6 6 +minecraft:wheat[age=1] 5 127 7 15 4 101 5 15 2 63 3 15 2 50 2 15 +minecraft:wheat[age=2] 6 133 12 32 4 106 9 32 3 66 6 32 2 53 4 32 +minecraft:wheat[age=3] 10 130 13 57 8 104 10 57 5 65 6 57 4 52 5 57 +minecraft:wheat[age=4] 37 132 18 78 29 105 14 78 18 66 9 78 14 52 7 78 +minecraft:wheat[age=5] 63 129 18 103 50 103 14 103 31 64 9 103 25 51 7 103 +minecraft:wheat[age=6] 141 133 37 125 112 106 29 125 70 66 18 125 56 53 14 125 +minecraft:wheat[age=7] 166 151 73 138 132 120 58 138 83 75 36 138 66 60 29 138 +minecraft:farmland 143 102 70 255 114 81 56 255 71 51 35 255 57 40 28 255 +minecraft:farmland[moisture=1] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=2] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=3] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=4] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=5] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=6] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=7] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:furnace 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=north,lit=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=south,lit=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=south,lit=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=west,lit=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=west,lit=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=east,lit=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=east,lit=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:oak_sign 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=0,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=1,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=1,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=2,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=2,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=3,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=3,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=4,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=4,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=5,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=5,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=6,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=6,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=7,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=7,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=8,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=8,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=9,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=9,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=10,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=10,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=11,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=11,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=12,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=12,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=13,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=13,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=14,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=14,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=15,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=15,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:spruce_sign 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=0,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=1,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=1,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=2,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=2,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=3,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=3,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=4,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=4,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=5,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=5,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=6,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=6,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=7,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=7,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=8,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=8,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=9,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=9,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=10,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=10,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=11,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=11,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=12,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=12,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=13,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=13,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=14,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=14,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=15,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=15,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:birch_sign 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=0,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=1,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=1,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=2,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=2,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=3,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=3,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=4,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=4,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=5,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=5,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=6,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=6,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=7,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=7,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=8,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=8,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=9,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=9,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=10,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=10,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=11,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=11,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=12,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=12,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=13,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=13,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=14,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=14,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=15,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=15,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:acacia_sign 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=0,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=1,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=1,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=2,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=2,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=3,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=3,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=4,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=4,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=5,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=5,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=6,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=6,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=7,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=7,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=8,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=8,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=9,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=9,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=10,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=10,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=11,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=11,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=12,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=12,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=13,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=13,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=14,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=14,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=15,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=15,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:jungle_sign 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=0,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=1,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=1,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=2,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=2,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=3,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=3,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=4,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=4,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=5,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=5,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=6,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=6,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=7,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=7,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=8,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=8,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=9,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=9,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=10,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=10,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=11,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=11,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=12,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=12,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=13,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=13,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=14,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=14,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=15,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=15,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:dark_oak_sign 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=0,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=1,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=1,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=2,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=2,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=3,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=3,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=4,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=4,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=5,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=5,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=6,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=6,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=7,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=7,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=8,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=8,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=9,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=9,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=10,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=10,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=11,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=11,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=12,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=12,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=13,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=13,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=14,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=14,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=15,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=15,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:oak_door 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:ladder 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=north,waterlogged=false] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=south,waterlogged=true] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=south,waterlogged=false] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=west,waterlogged=true] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=west,waterlogged=false] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=east,waterlogged=true] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=east,waterlogged=false] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:rail 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=north_south,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=east_west,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=east_west,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_east,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_east,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_west,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_west,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_north,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_north,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_south,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_south,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=south_east,waterlogged=true] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=south_east,waterlogged=false] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=south_west,waterlogged=true] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=south_west,waterlogged=false] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=north_west,waterlogged=true] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=north_west,waterlogged=false] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=north_east,waterlogged=true] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=north_east,waterlogged=false] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:cobblestone_stairs 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:oak_wall_sign 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=north,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=south,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=south,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=west,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=west,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=east,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=east,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:spruce_wall_sign 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=north,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=south,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=south,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=west,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=west,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=east,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=east,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:birch_wall_sign 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=north,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=south,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=south,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=west,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=west,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=east,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=east,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:acacia_wall_sign 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=north,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=south,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=south,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=west,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=west,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=east,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=east,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:jungle_wall_sign 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=north,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=south,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=south,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=west,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=west,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=east,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=east,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:dark_oak_wall_sign 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=north,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=south,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=south,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=west,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=west,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=east,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=east,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:lever 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=north,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=north,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:stone_pressure_plate 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_pressure_plate[powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:iron_door 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:oak_pressure_plate 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_pressure_plate[powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:spruce_pressure_plate 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_pressure_plate[powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_pressure_plate 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_pressure_plate[powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_pressure_plate 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_pressure_plate[powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_pressure_plate 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_pressure_plate[powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_pressure_plate 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_pressure_plate[powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:redstone_ore 140 109 109 255 112 87 87 255 70 54 54 255 56 43 43 255 +minecraft:redstone_ore[lit=false] 140 109 109 255 112 87 87 255 70 54 54 255 56 43 43 255 +minecraft:deepslate_redstone_ore 104 73 74 255 83 58 59 255 52 36 37 255 41 29 29 255 +minecraft:deepslate_redstone_ore[lit=false] 104 73 74 255 83 58 59 255 52 36 37 255 41 29 29 255 +minecraft:redstone_torch 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_torch[lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:redstone_wall_torch 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_wall_torch[facing=north,lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:redstone_wall_torch[facing=south,lit=true] 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_wall_torch[facing=south,lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:redstone_wall_torch[facing=west,lit=true] 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_wall_torch[facing=west,lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:redstone_wall_torch[facing=east,lit=true] 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_wall_torch[facing=east,lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:stone_button 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=north,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=south,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=south,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=west,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=west,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=east,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=east,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=north,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=north,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=south,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=south,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=west,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=west,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=east,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=east,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=north,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=north,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=south,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=south,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=west,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=west,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=east,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=east,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:snow 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=2] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=3] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=4] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=5] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=6] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=7] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=8] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:ice 145 183 253 190 116 146 202 190 72 91 126 190 58 73 101 190 +minecraft:snow_block 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:cactus 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=1] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=2] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=3] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=4] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=5] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=6] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=7] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=8] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=9] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=10] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=11] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=12] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=13] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=14] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=15] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:clay 160 166 179 255 128 132 143 255 80 83 89 255 64 66 71 255 +minecraft:sugar_cane 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=1] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=2] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=3] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=4] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=5] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=6] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=7] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=8] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=9] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=10] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=11] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=12] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=13] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=14] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=15] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:jukebox 93 64 47 255 74 51 37 255 46 32 23 255 37 25 18 255 +minecraft:jukebox[has_record=false] 93 64 47 255 74 51 37 255 46 32 23 255 37 25 18 255 +minecraft:oak_fence 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pumpkin 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:netherrack 97 38 38 255 77 30 30 255 48 19 19 255 38 15 15 255 +minecraft:soul_sand 81 62 50 255 64 49 40 255 40 31 25 255 32 24 20 255 +minecraft:soul_soil 75 57 46 255 60 45 36 255 37 28 23 255 30 22 18 255 +minecraft:basalt 73 72 77 255 58 57 61 255 36 36 38 255 29 28 30 255 +minecraft:basalt[axis=y] 80 81 86 255 64 64 68 255 40 40 43 255 32 32 34 255 +minecraft:basalt[axis=z] 73 72 77 255 58 57 61 255 36 36 38 255 29 28 30 255 +minecraft:polished_basalt 88 88 91 255 70 70 72 255 44 44 45 255 35 35 36 255 +minecraft:polished_basalt[axis=y] 99 98 100 255 79 78 80 255 49 49 50 255 39 39 40 255 +minecraft:polished_basalt[axis=z] 88 88 91 255 70 70 72 255 44 44 45 255 35 35 36 255 +minecraft:soul_torch 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=south] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=west] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=east] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:glowstone 171 131 84 255 136 104 67 255 85 65 42 255 68 52 33 255 +minecraft:nether_portal 91 13 193 192 72 10 154 192 45 6 96 192 36 5 77 192 +minecraft:nether_portal[axis=z] 91 13 193 192 72 10 154 192 45 6 96 192 36 5 77 192 +minecraft:carved_pumpkin 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:carved_pumpkin[facing=south] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:carved_pumpkin[facing=west] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:carved_pumpkin[facing=east] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:jack_o_lantern 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:jack_o_lantern[facing=south] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:jack_o_lantern[facing=west] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:jack_o_lantern[facing=east] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=1] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=2] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=3] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=4] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=5] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=6] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:repeater 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=north,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=north,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=north,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=south,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=south,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=south,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=south,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=west,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=west,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=west,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=west,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=east,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=east,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=east,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=east,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=north,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=north,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=north,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=north,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=south,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=south,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=south,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=south,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=west,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=west,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=west,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=west,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=east,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=east,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=east,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=east,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=north,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=north,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=north,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=north,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=south,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=south,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=south,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=south,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=west,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=west,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=west,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=west,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=east,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=east,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=east,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=east,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=north,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=north,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=north,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=north,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=south,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=south,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=south,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=south,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=west,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=west,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=west,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=west,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=east,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=east,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=east,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=east,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:white_stained_glass 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:orange_stained_glass 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:magenta_stained_glass 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:light_blue_stained_glass 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:yellow_stained_glass 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:lime_stained_glass 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:pink_stained_glass 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:gray_stained_glass 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:light_gray_stained_glass 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:cyan_stained_glass 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:purple_stained_glass 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:blue_stained_glass 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:brown_stained_glass 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:green_stained_glass 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:red_stained_glass 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:black_stained_glass 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:oak_trapdoor 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:spruce_trapdoor 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:birch_trapdoor 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:jungle_trapdoor 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:acacia_trapdoor 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:dark_oak_trapdoor 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:stone_bricks 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:mossy_stone_bricks 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:cracked_stone_bricks 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:chiseled_stone_bricks 119 118 119 255 95 94 95 255 59 59 59 255 47 47 47 255 +minecraft:infested_stone 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:infested_cobblestone 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:infested_stone_bricks 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:infested_mossy_stone_bricks 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:infested_cracked_stone_bricks 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:infested_chiseled_stone_bricks 119 118 119 255 95 94 95 255 59 59 59 255 47 47 47 255 +minecraft:brown_mushroom_block 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:iron_bars 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:chain 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=x,waterlogged=false] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=y,waterlogged=true] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=y,waterlogged=false] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=z,waterlogged=true] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=z,waterlogged=false] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:glass_pane 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:melon 111 144 30 255 88 115 24 255 55 72 15 255 44 57 12 255 +minecraft:attached_pumpkin_stem 65 104 49 32 52 83 39 32 32 52 24 32 26 41 19 32 +minecraft:attached_pumpkin_stem[facing=south] 65 104 49 32 52 83 39 32 32 52 24 32 26 41 19 32 +minecraft:attached_pumpkin_stem[facing=west] 65 104 49 32 52 83 39 32 32 52 24 32 26 41 19 32 +minecraft:attached_pumpkin_stem[facing=east] 65 104 49 32 52 83 39 32 32 52 24 32 26 41 19 32 +minecraft:attached_melon_stem 66 106 49 32 52 84 39 32 33 53 24 32 26 42 19 32 +minecraft:attached_melon_stem[facing=south] 66 106 49 32 52 84 39 32 33 53 24 32 26 42 19 32 +minecraft:attached_melon_stem[facing=west] 66 106 49 32 52 84 39 32 33 53 24 32 26 42 19 32 +minecraft:attached_melon_stem[facing=east] 66 106 49 32 52 84 39 32 33 53 24 32 26 42 19 32 +minecraft:pumpkin_stem 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=1] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=2] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=3] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=4] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=5] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=6] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=7] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:melon_stem 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=1] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=2] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=3] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=4] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=5] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=6] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=7] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:vine 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=true,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=true,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=true,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=false,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=false,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=false,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=false,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=true,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=true,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=true,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=true,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=false,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=false,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=false,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=false,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=true,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=true,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=true,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=true,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=false,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=false,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=false,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=false,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=true,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=true,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=true,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=true,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=false,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=false,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=false,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=false,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:glow_lichen 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:oak_fence_gate 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brick_stairs 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:stone_brick_stairs 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:mycelium 69 110 51 255 55 88 40 255 34 55 25 255 27 44 20 255 +minecraft:mycelium[snowy=false] 111 98 101 255 88 78 80 255 55 49 50 255 44 39 40 255 +minecraft:lily_pad 16 66 25 149 12 52 20 149 8 33 12 149 6 26 10 149 +minecraft:nether_bricks 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_wart 117 18 21 43 93 14 16 43 58 9 10 43 46 7 8 43 +minecraft:nether_wart[age=1] 115 17 18 118 92 13 14 118 57 8 9 118 46 6 7 118 +minecraft:nether_wart[age=2] 115 17 18 118 92 13 14 118 57 8 9 118 46 6 7 118 +minecraft:nether_wart[age=3] 111 18 19 159 88 14 15 159 55 9 9 159 44 7 7 159 +minecraft:enchanting_table 128 75 85 255 102 60 68 255 64 37 42 255 51 30 34 255 +minecraft:brewing_stand 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=true,has_bottle_2=false] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=false,has_bottle_2=true] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=false,has_bottle_2=false] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=true,has_bottle_2=true] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=true,has_bottle_2=false] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=true] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=false] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:cauldron 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:water_cauldron 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:water_cauldron[level=2] 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:water_cauldron[level=3] 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:lava_cauldron 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:powder_snow_cauldron 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:powder_snow_cauldron[level=2] 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:powder_snow_cauldron[level=3] 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:end_portal 117 90 156 255 93 72 124 255 58 45 78 255 46 36 62 255 +minecraft:end_portal_frame 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=true,facing=south] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=true,facing=west] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=true,facing=east] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=false,facing=north] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=false,facing=south] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=false,facing=west] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=false,facing=east] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_stone 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:dragon_egg 12 9 15 255 9 7 12 255 6 4 7 255 4 3 6 255 +minecraft:redstone_lamp 142 101 60 255 113 80 48 255 71 50 30 255 56 40 24 255 +minecraft:redstone_lamp[lit=false] 95 54 30 255 76 43 24 255 47 27 15 255 38 21 12 255 +minecraft:cocoa 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=0,facing=south] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=0,facing=west] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=0,facing=east] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=1,facing=north] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=1,facing=south] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=1,facing=west] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=1,facing=east] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=2,facing=north] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=2,facing=south] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=2,facing=west] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=2,facing=east] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:sandstone_stairs 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:emerald_ore 108 136 115 255 86 108 92 255 54 68 57 255 43 54 46 255 +minecraft:deepslate_emerald_ore 78 104 87 255 62 83 69 255 39 52 43 255 31 41 34 255 +minecraft:ender_chest 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=north,waterlogged=false] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=south,waterlogged=true] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=south,waterlogged=false] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=west,waterlogged=true] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=west,waterlogged=false] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=east,waterlogged=true] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=east,waterlogged=false] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:tripwire_hook 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=north,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:emerald_block 42 203 87 255 33 162 69 255 21 101 43 255 16 81 34 255 +minecraft:spruce_stairs 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_stairs 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_stairs 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:command_block 173 131 106 255 138 104 84 255 86 65 53 255 69 52 42 255 +minecraft:command_block[conditional=true,facing=east] 180 135 108 255 144 108 86 255 90 67 54 255 72 54 43 255 +minecraft:command_block[conditional=true,facing=south] 178 133 105 255 142 106 84 255 89 66 52 255 71 53 42 255 +minecraft:command_block[conditional=true,facing=west] 178 133 105 255 142 106 84 255 89 66 52 255 71 53 42 255 +minecraft:command_block[conditional=true,facing=up] 178 133 105 255 142 106 84 255 89 66 52 255 71 53 42 255 +minecraft:command_block[conditional=true,facing=down] 178 133 105 255 142 106 84 255 89 66 52 255 71 53 42 255 +minecraft:command_block[conditional=false,facing=north] 173 131 106 255 138 104 84 255 86 65 53 255 69 52 42 255 +minecraft:command_block[conditional=false,facing=east] 180 135 108 255 144 108 86 255 90 67 54 255 72 54 43 255 +minecraft:command_block[conditional=false,facing=south] 177 133 107 255 141 106 85 255 88 66 53 255 70 53 42 255 +minecraft:command_block[conditional=false,facing=west] 177 133 107 255 141 106 85 255 88 66 53 255 70 53 42 255 +minecraft:command_block[conditional=false,facing=up] 177 133 107 255 141 106 85 255 88 66 53 255 70 53 42 255 +minecraft:command_block[conditional=false,facing=down] 177 133 107 255 141 106 85 255 88 66 53 255 70 53 42 255 +minecraft:beacon 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:cobblestone_wall 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:mossy_cobblestone_wall 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:flower_pot 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_oak_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_spruce_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_birch_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_jungle_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_acacia_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_dark_oak_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_fern 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_dandelion 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_poppy 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_blue_orchid 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_allium 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_azure_bluet 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_red_tulip 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_orange_tulip 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_white_tulip 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_pink_tulip 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_oxeye_daisy 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_cornflower 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_lily_of_the_valley 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_wither_rose 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_red_mushroom 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_brown_mushroom 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_dead_bush 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_cactus 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:carrots 44 110 39 16 35 88 31 16 22 55 19 16 17 44 15 16 +minecraft:carrots[age=1] 44 110 39 16 35 88 31 16 22 55 19 16 17 44 15 16 +minecraft:carrots[age=2] 52 120 40 41 41 96 32 41 26 60 20 41 20 48 16 41 +minecraft:carrots[age=3] 52 120 40 41 41 96 32 41 26 60 20 41 20 48 16 41 +minecraft:carrots[age=4] 56 113 37 81 44 90 29 81 28 56 18 81 22 45 14 81 +minecraft:carrots[age=5] 56 113 37 81 44 90 29 81 28 56 18 81 22 45 14 81 +minecraft:carrots[age=6] 56 113 37 81 44 90 29 81 28 56 18 81 22 45 14 81 +minecraft:carrots[age=7] 81 123 37 110 64 98 29 110 40 61 18 110 32 49 14 110 +minecraft:potatoes 58 129 40 14 46 103 32 14 29 64 20 14 23 51 16 14 +minecraft:potatoes[age=1] 58 129 40 14 46 103 32 14 29 64 20 14 23 51 16 14 +minecraft:potatoes[age=2] 68 131 42 25 54 104 33 25 34 65 21 25 27 52 16 25 +minecraft:potatoes[age=3] 68 131 42 25 54 104 33 25 34 65 21 25 27 52 16 25 +minecraft:potatoes[age=4] 85 129 47 44 68 103 37 44 42 64 23 44 34 51 18 44 +minecraft:potatoes[age=5] 85 129 47 44 68 103 37 44 42 64 23 44 34 51 18 44 +minecraft:potatoes[age=6] 85 129 47 44 68 103 37 44 42 64 23 44 34 51 18 44 +minecraft:potatoes[age=7] 84 135 47 80 67 108 37 80 42 67 23 80 33 54 18 80 +minecraft:oak_button 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=north,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=south,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=south,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=west,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=west,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=east,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=east,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=north,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=north,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=south,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=south,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=west,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=west,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=east,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=east,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=north,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=north,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=south,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=south,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=west,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=west,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=east,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=east,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:spruce_button 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=north,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=south,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=south,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=west,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=west,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=east,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=east,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=north,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=north,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=south,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=south,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=west,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=west,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=east,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=east,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=north,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=north,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=south,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=south,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=west,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=west,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=east,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=east,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_button 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=north,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=south,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=south,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=west,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=west,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=east,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=east,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=north,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=north,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=south,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=south,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=west,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=west,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=east,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=east,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=north,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=north,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=south,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=south,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=west,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=west,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=east,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=east,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_button 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=north,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=south,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=south,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=west,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=west,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=east,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=east,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=north,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=north,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=south,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=south,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=west,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=west,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=east,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=east,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=north,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=north,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=south,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=south,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=west,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=west,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=east,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=east,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_button 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=north,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=south,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=south,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=west,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=west,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=east,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=east,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=north,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=north,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=south,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=south,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=west,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=west,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=east,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=east,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=north,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=north,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=south,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=south,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=west,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=west,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=east,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=east,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_button 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=north,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=south,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=south,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=west,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=west,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=east,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=east,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=north,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=north,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=south,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=south,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=west,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=west,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=east,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=east,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=north,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=north,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=south,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=south,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=west,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=west,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=east,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=east,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:skeleton_skull 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=1] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=2] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=3] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=4] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=5] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=6] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=7] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=8] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=9] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=10] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=11] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=12] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=13] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=14] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=15] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_wall_skull 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_wall_skull[facing=south] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_wall_skull[facing=west] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_wall_skull[facing=east] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:wither_skeleton_skull 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=1] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=2] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=3] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=4] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=5] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=6] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=7] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=8] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=9] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=10] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=11] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=12] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=13] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=14] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=15] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_wall_skull 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_wall_skull[facing=south] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_wall_skull[facing=west] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_wall_skull[facing=east] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:zombie_head 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=1] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=2] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=3] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=4] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=5] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=6] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=7] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=8] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=9] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=10] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=11] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=12] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=13] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=14] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=15] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_wall_head 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_wall_head[facing=south] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_wall_head[facing=west] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_wall_head[facing=east] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:player_head 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=1] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=2] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=3] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=4] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=5] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=6] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=7] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=8] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=9] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=10] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=11] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=12] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=13] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=14] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=15] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_wall_head 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_wall_head[facing=south] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_wall_head[facing=west] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_wall_head[facing=east] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:creeper_head 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=1] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=2] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=3] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=4] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=5] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=6] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=7] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=8] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=9] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=10] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=11] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=12] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=13] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=14] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=15] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_wall_head 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_wall_head[facing=south] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_wall_head[facing=west] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_wall_head[facing=east] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=1] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=2] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=3] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=4] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=5] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=6] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=7] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=8] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=9] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=10] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=11] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=12] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=13] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=14] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=15] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_wall_head 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_wall_head[facing=south] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_wall_head[facing=west] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_wall_head[facing=east] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:anvil 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:anvil[facing=south] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:anvil[facing=west] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:anvil[facing=east] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:chipped_anvil 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:chipped_anvil[facing=south] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:chipped_anvil[facing=west] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:chipped_anvil[facing=east] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:damaged_anvil 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:damaged_anvil[facing=south] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:damaged_anvil[facing=west] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:damaged_anvil[facing=east] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:trapped_chest 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=single,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=left,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=left,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=right,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=right,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=single,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=single,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=left,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=left,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=right,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=right,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=single,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=single,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=left,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=left,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=right,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=right,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=single,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=single,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=left,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=left,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=right,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=right,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:light_weighted_pressure_plate 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=1] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=2] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=3] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=4] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=5] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=6] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=7] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=8] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=9] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=10] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=11] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=12] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=13] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=14] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=15] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:heavy_weighted_pressure_plate 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=1] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=2] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=3] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=4] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=5] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=6] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=7] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=8] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=9] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=10] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=11] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=12] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=13] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=14] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=15] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:comparator 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=north,mode=compare,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=north,mode=subtract,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=north,mode=subtract,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=south,mode=compare,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=south,mode=compare,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=south,mode=subtract,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=south,mode=subtract,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=west,mode=compare,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=west,mode=compare,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=west,mode=subtract,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=west,mode=subtract,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=east,mode=compare,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=east,mode=compare,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=east,mode=subtract,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=east,mode=subtract,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:daylight_detector 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=1] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=2] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=3] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=4] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=5] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=6] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=7] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=8] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=9] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=10] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=11] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=12] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=13] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=14] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=15] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=false,power=0] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=1] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=2] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=3] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=4] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=5] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=6] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=7] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=8] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=9] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=10] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=11] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=12] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=13] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=14] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=15] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:redstone_block 175 24 5 255 140 19 4 255 87 12 2 255 70 9 2 255 +minecraft:nether_quartz_ore 117 65 62 255 93 52 49 255 58 32 31 255 46 26 24 255 +minecraft:hopper 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=true,facing=north] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=true,facing=south] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=true,facing=west] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=true,facing=east] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=down] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=north] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=south] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=west] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=east] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:quartz_block 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:chiseled_quartz_block 231 226 217 255 184 180 173 255 115 113 108 255 92 90 86 255 +minecraft:quartz_pillar 235 230 224 255 188 184 179 255 117 115 112 255 94 92 89 255 +minecraft:quartz_pillar[axis=y] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_pillar[axis=z] 235 230 224 255 188 184 179 255 117 115 112 255 94 92 89 255 +minecraft:quartz_stairs 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:activator_rail 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=north_south,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=east_west,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=east_west,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_east,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_east,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_west,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_west,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_north,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_north,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_south,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_south,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=false,shape=north_south,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=north_south,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=east_west,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=east_west,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_east,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_east,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_west,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_west,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_north,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_north,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_south,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_south,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:dropper 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=north,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=east,triggered=true] 97 96 96 255 77 76 76 255 48 48 48 255 38 38 38 255 +minecraft:dropper[facing=east,triggered=false] 97 96 96 255 77 76 76 255 48 48 48 255 38 38 38 255 +minecraft:dropper[facing=south,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=south,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=west,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=west,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=up,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=up,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=down,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=down,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:white_terracotta 209 178 161 255 167 142 128 255 104 89 80 255 83 71 64 255 +minecraft:orange_terracotta 161 83 37 255 128 66 29 255 80 41 18 255 64 33 14 255 +minecraft:magenta_terracotta 149 88 108 255 119 70 86 255 74 44 54 255 59 35 43 255 +minecraft:light_blue_terracotta 113 108 137 255 90 86 109 255 56 54 68 255 45 43 54 255 +minecraft:yellow_terracotta 186 133 35 255 148 106 28 255 93 66 17 255 74 53 14 255 +minecraft:lime_terracotta 103 117 52 255 82 93 41 255 51 58 26 255 41 46 20 255 +minecraft:pink_terracotta 161 78 78 255 128 62 62 255 80 39 39 255 64 31 31 255 +minecraft:gray_terracotta 57 42 35 255 45 33 28 255 28 21 17 255 22 16 14 255 +minecraft:light_gray_terracotta 135 106 97 255 108 84 77 255 67 53 48 255 54 42 38 255 +minecraft:cyan_terracotta 86 91 91 255 68 72 72 255 43 45 45 255 34 36 36 255 +minecraft:purple_terracotta 118 70 86 255 94 56 68 255 59 35 43 255 47 28 34 255 +minecraft:blue_terracotta 74 59 91 255 59 47 72 255 37 29 45 255 29 23 36 255 +minecraft:brown_terracotta 77 51 35 255 61 40 28 255 38 25 17 255 30 20 14 255 +minecraft:green_terracotta 76 83 42 255 60 66 33 255 38 41 21 255 30 33 16 255 +minecraft:red_terracotta 143 61 46 255 114 48 36 255 71 30 23 255 57 24 18 255 +minecraft:black_terracotta 37 22 16 255 29 17 12 255 18 11 8 255 14 8 6 255 +minecraft:white_stained_glass_pane 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:orange_stained_glass_pane 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:magenta_stained_glass_pane 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:light_blue_stained_glass_pane 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:yellow_stained_glass_pane 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:lime_stained_glass_pane 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:pink_stained_glass_pane 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:gray_stained_glass_pane 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:light_gray_stained_glass_pane 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:cyan_stained_glass_pane 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:purple_stained_glass_pane 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:blue_stained_glass_pane 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:brown_stained_glass_pane 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:green_stained_glass_pane 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:red_stained_glass_pane 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:black_stained_glass_pane 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:acacia_stairs 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_stairs 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:slime_block 111 192 91 180 88 153 72 180 55 96 45 180 44 76 36 180 +minecraft:iron_trapdoor 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:prismarine 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_bricks 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:dark_prismarine 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:prismarine_stairs 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_brick_stairs 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:dark_prismarine_stairs 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:prismarine_slab 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=top,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=bottom,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=bottom,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=double,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=double,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_brick_slab 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=top,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=bottom,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=bottom,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=double,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=double,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:dark_prismarine_slab 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=top,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=bottom,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=bottom,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=double,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=double,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:sea_lantern 172 200 190 255 137 160 152 255 86 100 95 255 68 80 76 255 +minecraft:hay_block 166 136 38 255 132 108 30 255 83 68 19 255 66 54 15 255 +minecraft:hay_block[axis=y] 165 139 12 255 132 111 9 255 82 69 6 255 66 55 4 255 +minecraft:hay_block[axis=z] 166 136 38 255 132 108 30 255 83 68 19 255 66 54 15 255 +minecraft:white_carpet 233 236 236 255 186 188 188 255 116 118 118 255 93 94 94 255 +minecraft:orange_carpet 240 118 19 255 192 94 15 255 120 59 9 255 96 47 7 255 +minecraft:magenta_carpet 189 68 179 255 151 54 143 255 94 34 89 255 75 27 71 255 +minecraft:light_blue_carpet 58 175 217 255 46 140 173 255 29 87 108 255 23 70 86 255 +minecraft:yellow_carpet 248 197 39 255 198 157 31 255 124 98 19 255 99 78 15 255 +minecraft:lime_carpet 112 185 25 255 89 148 20 255 56 92 12 255 44 74 10 255 +minecraft:pink_carpet 237 141 172 255 189 112 137 255 118 70 86 255 94 56 68 255 +minecraft:gray_carpet 62 68 71 255 49 54 56 255 31 34 35 255 24 27 28 255 +minecraft:light_gray_carpet 142 142 134 255 113 113 107 255 71 71 67 255 56 56 53 255 +minecraft:cyan_carpet 21 137 145 255 16 109 116 255 10 68 72 255 8 54 58 255 +minecraft:purple_carpet 121 42 172 255 96 33 137 255 60 21 86 255 48 16 68 255 +minecraft:blue_carpet 53 57 157 255 42 45 125 255 26 28 78 255 21 22 62 255 +minecraft:brown_carpet 114 71 40 255 91 56 32 255 57 35 20 255 45 28 16 255 +minecraft:green_carpet 84 109 27 255 67 87 21 255 42 54 13 255 33 43 10 255 +minecraft:red_carpet 160 39 34 255 128 31 27 255 80 19 17 255 64 15 13 255 +minecraft:black_carpet 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:terracotta 152 94 67 255 121 75 53 255 76 47 33 255 60 37 26 255 +minecraft:coal_block 16 15 15 255 12 12 12 255 8 7 7 255 6 6 6 255 +minecraft:packed_ice 141 180 250 255 112 144 200 255 70 90 125 255 56 72 100 255 +minecraft:sunflower 49 129 27 30 39 103 21 30 24 64 13 30 19 51 10 30 +minecraft:sunflower[half=lower] 56 135 30 56 44 108 24 56 28 67 15 56 22 54 12 56 +minecraft:lilac 154 125 147 74 123 100 117 74 77 62 73 74 61 50 58 74 +minecraft:lilac[half=lower] 137 124 126 89 109 99 100 89 68 62 63 89 54 49 50 89 +minecraft:rose_bush 131 66 37 92 104 52 29 92 65 33 18 92 52 26 14 92 +minecraft:rose_bush[half=lower] 97 83 37 178 77 66 29 178 48 41 18 178 38 33 14 178 +minecraft:peony 129 126 139 109 103 100 111 109 64 63 69 109 51 50 55 109 +minecraft:peony[half=lower] 86 101 93 140 68 80 74 140 43 50 46 140 34 40 37 140 +minecraft:tall_grass 71 112 53 89 56 89 42 89 35 56 26 89 28 44 21 89 +minecraft:tall_grass[half=lower] 60 96 45 186 48 76 36 186 30 48 22 186 24 38 18 186 +minecraft:large_fern 59 94 44 103 47 75 35 103 29 47 22 103 23 37 17 103 +minecraft:large_fern[half=lower] 62 98 46 175 49 78 36 175 31 49 23 175 24 39 18 175 +minecraft:white_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_sandstone 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:chiseled_red_sandstone 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_stairs 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:oak_slab 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=top,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=bottom,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=bottom,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=double,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=double,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:spruce_slab 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=top,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=bottom,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=bottom,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=double,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=double,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_slab 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=top,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=bottom,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=bottom,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=double,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=double,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_slab 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=top,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=bottom,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=bottom,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=double,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=double,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_slab 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=top,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=bottom,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=bottom,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=double,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=double,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_slab 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=top,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=bottom,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=bottom,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=double,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=double,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:stone_slab 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=top,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=bottom,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=bottom,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=double,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=double,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:smooth_stone_slab 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=top,waterlogged=false] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=bottom,waterlogged=true] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=bottom,waterlogged=false] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=double,waterlogged=true] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=double,waterlogged=false] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:sandstone_slab 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=top,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=bottom,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=bottom,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=double,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=double,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=top,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=bottom,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=bottom,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=double,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=double,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:petrified_oak_slab 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=top,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=bottom,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=bottom,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=double,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=double,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cobblestone_slab 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=top,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=bottom,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=bottom,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=double,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=double,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:brick_slab 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=top,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=bottom,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=bottom,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=double,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=double,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:stone_brick_slab 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=top,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=bottom,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=bottom,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=double,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=double,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:nether_brick_slab 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=top,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=bottom,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=bottom,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=double,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=double,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:quartz_slab 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=top,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=bottom,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=bottom,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=double,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=double,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:red_sandstone_slab 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=top,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=bottom,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=bottom,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=double,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=double,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=top,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=double,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=double,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:purpur_slab 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=top,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=bottom,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=bottom,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=double,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=double,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:smooth_stone 159 159 159 255 127 127 127 255 79 79 79 255 63 63 63 255 +minecraft:smooth_sandstone 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_quartz 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:smooth_red_sandstone 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:spruce_fence_gate 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_fence_gate 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_fence_gate 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_fence_gate 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_fence_gate 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:spruce_fence 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_fence 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_fence 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_fence 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_fence 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:spruce_door 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:birch_door 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:jungle_door 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:acacia_door 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:dark_oak_door 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:end_rod 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=east] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=south] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=west] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=up] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=down] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:chorus_plant 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_flower 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=1] 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=2] 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=3] 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=4] 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=5] 96 61 94 255 76 48 75 255 48 30 47 255 38 24 37 255 +minecraft:purpur_block 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_pillar 171 129 171 255 136 103 136 255 85 64 85 255 68 51 68 255 +minecraft:purpur_pillar[axis=y] 171 128 171 255 136 102 136 255 85 64 85 255 68 51 68 255 +minecraft:purpur_pillar[axis=z] 171 129 171 255 136 103 136 255 85 64 85 255 68 51 68 255 +minecraft:purpur_stairs 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:end_stone_bricks 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:beetroots 65 137 41 14 52 109 32 14 32 68 20 14 26 54 16 14 +minecraft:beetroots[age=1] 66 138 41 29 52 110 32 29 33 69 20 29 26 55 16 29 +minecraft:beetroots[age=2] 69 130 39 87 55 104 31 87 34 65 19 87 27 52 15 87 +minecraft:beetroots[age=3] 93 91 30 115 74 72 24 115 46 45 15 115 37 36 12 115 +minecraft:dirt_path 148 121 65 255 118 96 52 255 74 60 32 255 59 48 26 255 +minecraft:end_gateway 117 90 156 255 93 72 124 255 58 45 78 255 46 36 62 255 +minecraft:repeating_command_block 127 109 166 255 101 87 132 255 63 54 83 255 50 43 66 255 +minecraft:repeating_command_block[conditional=true,facing=east] 129 111 176 255 103 88 140 255 64 55 88 255 51 44 70 255 +minecraft:repeating_command_block[conditional=true,facing=south] 128 110 170 255 102 88 136 255 64 55 85 255 51 44 68 255 +minecraft:repeating_command_block[conditional=true,facing=west] 128 110 170 255 102 88 136 255 64 55 85 255 51 44 68 255 +minecraft:repeating_command_block[conditional=true,facing=up] 128 110 170 255 102 88 136 255 64 55 85 255 51 44 68 255 +minecraft:repeating_command_block[conditional=true,facing=down] 128 110 170 255 102 88 136 255 64 55 85 255 51 44 68 255 +minecraft:repeating_command_block[conditional=false,facing=north] 127 109 166 255 101 87 132 255 63 54 83 255 50 43 66 255 +minecraft:repeating_command_block[conditional=false,facing=east] 129 111 176 255 103 88 140 255 64 55 88 255 51 44 70 255 +minecraft:repeating_command_block[conditional=false,facing=south] 127 109 171 255 101 87 136 255 63 54 85 255 50 43 68 255 +minecraft:repeating_command_block[conditional=false,facing=west] 127 109 171 255 101 87 136 255 63 54 85 255 50 43 68 255 +minecraft:repeating_command_block[conditional=false,facing=up] 127 109 171 255 101 87 136 255 63 54 85 255 50 43 68 255 +minecraft:repeating_command_block[conditional=false,facing=down] 127 109 171 255 101 87 136 255 63 54 85 255 50 43 68 255 +minecraft:chain_command_block 129 156 144 255 103 124 115 255 64 78 72 255 51 62 57 255 +minecraft:chain_command_block[conditional=true,facing=east] 132 165 150 255 105 132 120 255 66 82 75 255 52 66 60 255 +minecraft:chain_command_block[conditional=true,facing=south] 131 161 147 255 104 128 117 255 65 80 73 255 52 64 58 255 +minecraft:chain_command_block[conditional=true,facing=west] 131 161 147 255 104 128 117 255 65 80 73 255 52 64 58 255 +minecraft:chain_command_block[conditional=true,facing=up] 131 161 147 255 104 128 117 255 65 80 73 255 52 64 58 255 +minecraft:chain_command_block[conditional=true,facing=down] 131 161 147 255 104 128 117 255 65 80 73 255 52 64 58 255 +minecraft:chain_command_block[conditional=false,facing=north] 129 156 144 255 103 124 115 255 64 78 72 255 51 62 57 255 +minecraft:chain_command_block[conditional=false,facing=east] 132 165 150 255 105 132 120 255 66 82 75 255 52 66 60 255 +minecraft:chain_command_block[conditional=false,facing=south] 129 161 147 255 103 128 117 255 64 80 73 255 51 64 58 255 +minecraft:chain_command_block[conditional=false,facing=west] 129 161 147 255 103 128 117 255 64 80 73 255 51 64 58 255 +minecraft:chain_command_block[conditional=false,facing=up] 129 161 147 255 103 128 117 255 64 80 73 255 51 64 58 255 +minecraft:chain_command_block[conditional=false,facing=down] 129 161 147 255 103 128 117 255 64 80 73 255 51 64 58 255 +minecraft:frosted_ice 140 181 252 190 112 144 201 190 70 90 126 190 56 72 100 190 +minecraft:frosted_ice[age=1] 139 180 252 193 111 144 201 193 69 90 126 193 55 72 100 193 +minecraft:frosted_ice[age=2] 137 179 252 199 109 143 201 199 68 89 126 199 54 71 100 199 +minecraft:frosted_ice[age=3] 134 177 252 212 107 141 201 212 67 88 126 212 53 70 100 212 +minecraft:magma_block 141 62 30 255 112 49 24 255 70 31 15 255 56 24 12 255 +minecraft:nether_wart_block 114 2 2 255 91 1 1 255 57 1 1 255 45 0 0 255 +minecraft:red_nether_bricks 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:bone_block 229 225 207 255 183 180 165 255 114 112 103 255 91 90 82 255 +minecraft:bone_block[axis=y] 209 206 179 255 167 164 143 255 104 103 89 255 83 82 71 255 +minecraft:bone_block[axis=z] 229 225 207 255 183 180 165 255 114 112 103 255 91 90 82 255 +minecraft:observer 71 69 69 255 56 55 55 255 35 34 34 255 28 27 27 255 +minecraft:observer[facing=north,powered=false] 71 69 69 255 56 55 55 255 35 34 34 255 28 27 27 255 +minecraft:observer[facing=east,powered=true] 103 103 103 255 82 82 82 255 51 51 51 255 41 41 41 255 +minecraft:observer[facing=east,powered=false] 103 103 103 255 82 82 82 255 51 51 51 255 41 41 41 255 +minecraft:observer[facing=south,powered=true] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=south,powered=false] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=west,powered=true] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=west,powered=false] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=up,powered=true] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=up,powered=false] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=down,powered=true] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=down,powered=false] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:shulker_box 121 83 121 255 96 66 96 255 60 41 60 255 48 33 48 255 +minecraft:shulker_box[facing=east] 139 96 139 255 111 76 111 255 69 48 69 255 55 38 55 255 +minecraft:shulker_box[facing=south] 139 97 139 255 111 77 111 255 69 48 69 255 55 38 55 255 +minecraft:shulker_box[facing=west] 139 97 139 255 111 77 111 255 69 48 69 255 55 38 55 255 +minecraft:shulker_box[facing=up] 139 97 139 255 111 77 111 255 69 48 69 255 55 38 55 255 +minecraft:shulker_box[facing=down] 139 97 139 255 111 77 111 255 69 48 69 255 55 38 55 255 +minecraft:white_shulker_box 168 173 174 255 134 138 139 255 84 86 87 255 67 69 69 255 +minecraft:white_shulker_box[facing=east] 215 220 221 255 172 176 176 255 107 110 110 255 86 88 88 255 +minecraft:white_shulker_box[facing=south] 202 207 208 255 161 165 166 255 101 103 104 255 80 82 83 255 +minecraft:white_shulker_box[facing=west] 202 207 208 255 161 165 166 255 101 103 104 255 80 82 83 255 +minecraft:white_shulker_box[facing=up] 202 207 208 255 161 165 166 255 101 103 104 255 80 82 83 255 +minecraft:white_shulker_box[facing=down] 202 207 208 255 161 165 166 255 101 103 104 255 80 82 83 255 +minecraft:orange_shulker_box 165 70 0 255 132 56 0 255 82 35 0 255 66 28 0 255 +minecraft:orange_shulker_box[facing=east] 234 106 8 255 187 84 6 255 117 53 4 255 93 42 3 255 +minecraft:orange_shulker_box[facing=south] 218 97 5 255 174 77 4 255 109 48 2 255 87 38 2 255 +minecraft:orange_shulker_box[facing=west] 218 97 5 255 174 77 4 255 109 48 2 255 87 38 2 255 +minecraft:orange_shulker_box[facing=up] 218 97 5 255 174 77 4 255 109 48 2 255 87 38 2 255 +minecraft:orange_shulker_box[facing=down] 218 97 5 255 174 77 4 255 109 48 2 255 87 38 2 255 +minecraft:magenta_shulker_box 138 38 129 255 110 30 103 255 69 19 64 255 55 15 51 255 +minecraft:magenta_shulker_box[facing=east] 173 54 163 255 138 43 130 255 86 27 81 255 69 21 65 255 +minecraft:magenta_shulker_box[facing=south] 163 48 153 255 130 38 122 255 81 24 76 255 65 19 61 255 +minecraft:magenta_shulker_box[facing=west] 163 48 153 255 130 38 122 255 81 24 76 255 65 19 61 255 +minecraft:magenta_shulker_box[facing=up] 163 48 153 255 130 38 122 255 81 24 76 255 65 19 61 255 +minecraft:magenta_shulker_box[facing=down] 163 48 153 255 130 38 122 255 81 24 76 255 65 19 61 255 +minecraft:light_blue_shulker_box 27 113 166 255 21 90 132 255 13 56 83 255 10 45 66 255 +minecraft:light_blue_shulker_box[facing=east] 49 163 212 255 39 130 169 255 24 81 106 255 19 65 84 255 +minecraft:light_blue_shulker_box[facing=south] 42 150 202 255 33 120 161 255 21 75 101 255 16 60 80 255 +minecraft:light_blue_shulker_box[facing=west] 42 150 202 255 33 120 161 255 21 75 101 255 16 60 80 255 +minecraft:light_blue_shulker_box[facing=up] 42 150 202 255 33 120 161 255 21 75 101 255 16 60 80 255 +minecraft:light_blue_shulker_box[facing=down] 42 150 202 255 33 120 161 255 21 75 101 255 16 60 80 255 +minecraft:yellow_shulker_box 209 149 14 255 167 119 11 255 104 74 7 255 83 59 5 255 +minecraft:yellow_shulker_box[facing=east] 248 188 29 255 198 150 23 255 124 94 14 255 99 75 11 255 +minecraft:yellow_shulker_box[facing=south] 240 179 24 255 192 143 19 255 120 89 12 255 96 71 9 255 +minecraft:yellow_shulker_box[facing=west] 240 179 24 255 192 143 19 255 120 89 12 255 96 71 9 255 +minecraft:yellow_shulker_box[facing=up] 240 179 24 255 192 143 19 255 120 89 12 255 96 71 9 255 +minecraft:yellow_shulker_box[facing=down] 240 179 24 255 192 143 19 255 120 89 12 255 96 71 9 255 +minecraft:lime_shulker_box 61 112 14 255 48 89 11 255 30 56 7 255 24 44 5 255 +minecraft:lime_shulker_box[facing=east] 99 172 23 255 79 137 18 255 49 86 11 255 39 68 9 255 +minecraft:lime_shulker_box[facing=south] 88 156 21 255 70 124 16 255 44 78 10 255 35 62 8 255 +minecraft:lime_shulker_box[facing=west] 88 156 21 255 70 124 16 255 44 78 10 255 35 62 8 255 +minecraft:lime_shulker_box[facing=up] 88 156 21 255 70 124 16 255 44 78 10 255 35 62 8 255 +minecraft:lime_shulker_box[facing=down] 88 156 21 255 70 124 16 255 44 78 10 255 35 62 8 255 +minecraft:pink_shulker_box 177 78 116 255 141 62 92 255 88 39 58 255 70 31 46 255 +minecraft:pink_shulker_box[facing=east] 230 121 157 255 184 96 125 255 115 60 78 255 92 48 62 255 +minecraft:pink_shulker_box[facing=south] 217 109 146 255 173 87 116 255 108 54 73 255 86 43 58 255 +minecraft:pink_shulker_box[facing=west] 217 109 146 255 173 87 116 255 108 54 73 255 86 43 58 255 +minecraft:pink_shulker_box[facing=up] 217 109 146 255 173 87 116 255 108 54 73 255 86 43 58 255 +minecraft:pink_shulker_box[facing=down] 217 109 146 255 173 87 116 255 108 54 73 255 86 43 58 255 +minecraft:gray_shulker_box 36 38 41 255 28 30 32 255 18 19 20 255 14 15 16 255 +minecraft:gray_shulker_box[facing=east] 55 58 62 255 44 46 49 255 27 29 31 255 22 23 24 255 +minecraft:gray_shulker_box[facing=south] 49 52 56 255 39 41 44 255 24 26 28 255 19 20 22 255 +minecraft:gray_shulker_box[facing=west] 49 52 56 255 39 41 44 255 24 26 28 255 19 20 22 255 +minecraft:gray_shulker_box[facing=up] 49 52 56 255 39 41 44 255 24 26 28 255 19 20 22 255 +minecraft:gray_shulker_box[facing=down] 49 52 56 255 39 41 44 255 24 26 28 255 19 20 22 255 +minecraft:light_gray_shulker_box 78 78 71 255 62 62 56 255 39 39 35 255 31 31 28 255 +minecraft:light_gray_shulker_box[facing=east] 124 124 115 255 99 99 92 255 62 62 57 255 49 49 46 255 +minecraft:light_gray_shulker_box[facing=south] 111 111 102 255 88 88 81 255 55 55 51 255 44 44 40 255 +minecraft:light_gray_shulker_box[facing=west] 111 111 102 255 88 88 81 255 55 55 51 255 44 44 40 255 +minecraft:light_gray_shulker_box[facing=up] 111 111 102 255 88 88 81 255 55 55 51 255 44 44 40 255 +minecraft:light_gray_shulker_box[facing=down] 111 111 102 255 88 88 81 255 55 55 51 255 44 44 40 255 +minecraft:cyan_shulker_box 10 82 95 255 8 65 76 255 5 41 47 255 4 32 38 255 +minecraft:cyan_shulker_box[facing=east] 20 121 135 255 16 96 108 255 10 60 67 255 8 48 54 255 +minecraft:cyan_shulker_box[facing=south] 17 110 124 255 13 88 99 255 8 55 62 255 6 44 49 255 +minecraft:cyan_shulker_box[facing=west] 17 110 124 255 13 88 99 255 8 55 62 255 6 44 49 255 +minecraft:cyan_shulker_box[facing=up] 17 110 124 255 13 88 99 255 8 55 62 255 6 44 49 255 +minecraft:cyan_shulker_box[facing=down] 17 110 124 255 13 88 99 255 8 55 62 255 6 44 49 255 +minecraft:purple_shulker_box 75 21 120 255 60 16 96 255 37 10 60 255 30 8 48 255 +minecraft:purple_shulker_box[facing=east] 103 32 156 255 82 25 124 255 51 16 78 255 41 12 62 255 +minecraft:purple_shulker_box[facing=south] 94 28 146 255 75 22 116 255 47 14 73 255 37 11 58 255 +minecraft:purple_shulker_box[facing=west] 94 28 146 255 75 22 116 255 47 14 73 255 37 11 58 255 +minecraft:purple_shulker_box[facing=up] 94 28 146 255 75 22 116 255 47 14 73 255 37 11 58 255 +minecraft:purple_shulker_box[facing=down] 94 28 146 255 75 22 116 255 47 14 73 255 37 11 58 255 +minecraft:blue_shulker_box 26 27 99 255 20 21 79 255 13 13 49 255 10 10 39 255 +minecraft:blue_shulker_box[facing=east] 43 45 140 255 34 36 112 255 21 22 70 255 17 18 56 255 +minecraft:blue_shulker_box[facing=south] 38 40 128 255 30 32 102 255 19 20 64 255 15 16 51 255 +minecraft:blue_shulker_box[facing=west] 38 40 128 255 30 32 102 255 19 20 64 255 15 16 51 255 +minecraft:blue_shulker_box[facing=up] 38 40 128 255 30 32 102 255 19 20 64 255 15 16 51 255 +minecraft:blue_shulker_box[facing=down] 38 40 128 255 30 32 102 255 19 20 64 255 15 16 51 255 +minecraft:brown_shulker_box 74 44 21 255 59 35 16 255 37 22 10 255 29 17 8 255 +minecraft:brown_shulker_box[facing=east] 106 66 35 255 84 52 28 255 53 33 17 255 42 26 14 255 +minecraft:brown_shulker_box[facing=south] 98 60 32 255 78 48 25 255 49 30 16 255 39 24 12 255 +minecraft:brown_shulker_box[facing=west] 98 60 32 255 78 48 25 255 49 30 16 255 39 24 12 255 +minecraft:brown_shulker_box[facing=up] 98 60 32 255 78 48 25 255 49 30 16 255 39 24 12 255 +minecraft:brown_shulker_box[facing=down] 98 60 32 255 78 48 25 255 49 30 16 255 39 24 12 255 +minecraft:green_shulker_box 60 75 30 255 48 60 24 255 30 37 15 255 24 30 12 255 +minecraft:green_shulker_box[facing=east] 79 100 31 255 63 80 24 255 39 50 15 255 31 40 12 255 +minecraft:green_shulker_box[facing=south] 74 94 32 255 59 75 25 255 37 47 16 255 29 37 12 255 +minecraft:green_shulker_box[facing=west] 74 94 32 255 59 75 25 255 37 47 16 255 29 37 12 255 +minecraft:green_shulker_box[facing=up] 74 94 32 255 59 75 25 255 37 47 16 255 29 37 12 255 +minecraft:green_shulker_box[facing=down] 74 94 32 255 59 75 25 255 37 47 16 255 29 37 12 255 +minecraft:red_shulker_box 102 16 16 255 81 12 12 255 51 8 8 255 40 6 6 255 +minecraft:red_shulker_box[facing=east] 140 31 30 255 112 24 24 255 70 15 15 255 56 12 12 255 +minecraft:red_shulker_box[facing=south] 129 26 26 255 103 20 20 255 64 13 13 255 51 10 10 255 +minecraft:red_shulker_box[facing=west] 129 26 26 255 103 20 20 255 64 13 13 255 51 10 10 255 +minecraft:red_shulker_box[facing=up] 129 26 26 255 103 20 20 255 64 13 13 255 51 10 10 255 +minecraft:red_shulker_box[facing=down] 129 26 26 255 103 20 20 255 64 13 13 255 51 10 10 255 +minecraft:black_shulker_box 10 12 16 255 8 9 12 255 5 6 8 255 4 4 6 255 +minecraft:black_shulker_box[facing=east] 25 25 29 255 20 20 23 255 12 12 14 255 10 10 11 255 +minecraft:black_shulker_box[facing=south] 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:black_shulker_box[facing=west] 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:black_shulker_box[facing=up] 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:black_shulker_box[facing=down] 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:white_glazed_terracotta 188 212 202 255 150 169 161 255 94 106 101 255 75 84 80 255 +minecraft:white_glazed_terracotta[facing=south] 188 212 202 255 150 169 161 255 94 106 101 255 75 84 80 255 +minecraft:white_glazed_terracotta[facing=west] 188 212 202 255 150 169 161 255 94 106 101 255 75 84 80 255 +minecraft:white_glazed_terracotta[facing=east] 188 212 202 255 150 169 161 255 94 106 101 255 75 84 80 255 +minecraft:orange_glazed_terracotta 154 147 91 255 123 117 72 255 77 73 45 255 61 58 36 255 +minecraft:orange_glazed_terracotta[facing=south] 154 147 91 255 123 117 72 255 77 73 45 255 61 58 36 255 +minecraft:orange_glazed_terracotta[facing=west] 154 147 91 255 123 117 72 255 77 73 45 255 61 58 36 255 +minecraft:orange_glazed_terracotta[facing=east] 154 147 91 255 123 117 72 255 77 73 45 255 61 58 36 255 +minecraft:magenta_glazed_terracotta 208 100 191 255 166 80 152 255 104 50 95 255 83 40 76 255 +minecraft:magenta_glazed_terracotta[facing=south] 208 100 191 255 166 80 152 255 104 50 95 255 83 40 76 255 +minecraft:magenta_glazed_terracotta[facing=west] 208 100 191 255 166 80 152 255 104 50 95 255 83 40 76 255 +minecraft:magenta_glazed_terracotta[facing=east] 208 100 191 255 166 80 152 255 104 50 95 255 83 40 76 255 +minecraft:light_blue_glazed_terracotta 94 164 208 255 75 131 166 255 47 82 104 255 37 65 83 255 +minecraft:light_blue_glazed_terracotta[facing=south] 94 164 208 255 75 131 166 255 47 82 104 255 37 65 83 255 +minecraft:light_blue_glazed_terracotta[facing=west] 94 164 208 255 75 131 166 255 47 82 104 255 37 65 83 255 +minecraft:light_blue_glazed_terracotta[facing=east] 94 164 208 255 75 131 166 255 47 82 104 255 37 65 83 255 +minecraft:yellow_glazed_terracotta 234 192 88 255 187 153 70 255 117 96 44 255 93 76 35 255 +minecraft:yellow_glazed_terracotta[facing=south] 234 192 88 255 187 153 70 255 117 96 44 255 93 76 35 255 +minecraft:yellow_glazed_terracotta[facing=west] 234 192 88 255 187 153 70 255 117 96 44 255 93 76 35 255 +minecraft:yellow_glazed_terracotta[facing=east] 234 192 88 255 187 153 70 255 117 96 44 255 93 76 35 255 +minecraft:lime_glazed_terracotta 162 197 55 255 129 157 44 255 81 98 27 255 64 78 22 255 +minecraft:lime_glazed_terracotta[facing=south] 162 197 55 255 129 157 44 255 81 98 27 255 64 78 22 255 +minecraft:lime_glazed_terracotta[facing=west] 162 197 55 255 129 157 44 255 81 98 27 255 64 78 22 255 +minecraft:lime_glazed_terracotta[facing=east] 162 197 55 255 129 157 44 255 81 98 27 255 64 78 22 255 +minecraft:pink_glazed_terracotta 235 154 181 255 188 123 144 255 117 77 90 255 94 61 72 255 +minecraft:pink_glazed_terracotta[facing=south] 235 154 181 255 188 123 144 255 117 77 90 255 94 61 72 255 +minecraft:pink_glazed_terracotta[facing=west] 235 154 181 255 188 123 144 255 117 77 90 255 94 61 72 255 +minecraft:pink_glazed_terracotta[facing=east] 235 154 181 255 188 123 144 255 117 77 90 255 94 61 72 255 +minecraft:gray_glazed_terracotta 83 90 93 255 66 72 74 255 41 45 46 255 33 36 37 255 +minecraft:gray_glazed_terracotta[facing=south] 83 90 93 255 66 72 74 255 41 45 46 255 33 36 37 255 +minecraft:gray_glazed_terracotta[facing=west] 83 90 93 255 66 72 74 255 41 45 46 255 33 36 37 255 +minecraft:gray_glazed_terracotta[facing=east] 83 90 93 255 66 72 74 255 41 45 46 255 33 36 37 255 +minecraft:light_gray_glazed_terracotta 144 166 167 255 115 132 133 255 72 83 83 255 57 66 66 255 +minecraft:light_gray_glazed_terracotta[facing=south] 144 166 167 255 115 132 133 255 72 83 83 255 57 66 66 255 +minecraft:light_gray_glazed_terracotta[facing=west] 144 166 167 255 115 132 133 255 72 83 83 255 57 66 66 255 +minecraft:light_gray_glazed_terracotta[facing=east] 144 166 167 255 115 132 133 255 72 83 83 255 57 66 66 255 +minecraft:cyan_glazed_terracotta 52 118 125 255 41 94 100 255 26 59 62 255 20 47 50 255 +minecraft:cyan_glazed_terracotta[facing=south] 52 118 125 255 41 94 100 255 26 59 62 255 20 47 50 255 +minecraft:cyan_glazed_terracotta[facing=west] 52 118 125 255 41 94 100 255 26 59 62 255 20 47 50 255 +minecraft:cyan_glazed_terracotta[facing=east] 52 118 125 255 41 94 100 255 26 59 62 255 20 47 50 255 +minecraft:purple_glazed_terracotta 109 48 152 255 87 38 121 255 54 24 76 255 43 19 60 255 +minecraft:purple_glazed_terracotta[facing=south] 109 48 152 255 87 38 121 255 54 24 76 255 43 19 60 255 +minecraft:purple_glazed_terracotta[facing=west] 109 48 152 255 87 38 121 255 54 24 76 255 43 19 60 255 +minecraft:purple_glazed_terracotta[facing=east] 109 48 152 255 87 38 121 255 54 24 76 255 43 19 60 255 +minecraft:blue_glazed_terracotta 47 64 139 255 37 51 111 255 23 32 69 255 18 25 55 255 +minecraft:blue_glazed_terracotta[facing=south] 47 64 139 255 37 51 111 255 23 32 69 255 18 25 55 255 +minecraft:blue_glazed_terracotta[facing=west] 47 64 139 255 37 51 111 255 23 32 69 255 18 25 55 255 +minecraft:blue_glazed_terracotta[facing=east] 47 64 139 255 37 51 111 255 23 32 69 255 18 25 55 255 +minecraft:brown_glazed_terracotta 119 106 85 255 95 84 68 255 59 53 42 255 47 42 34 255 +minecraft:brown_glazed_terracotta[facing=south] 119 106 85 255 95 84 68 255 59 53 42 255 47 42 34 255 +minecraft:brown_glazed_terracotta[facing=west] 119 106 85 255 95 84 68 255 59 53 42 255 47 42 34 255 +minecraft:brown_glazed_terracotta[facing=east] 119 106 85 255 95 84 68 255 59 53 42 255 47 42 34 255 +minecraft:green_glazed_terracotta 117 142 67 255 93 113 53 255 58 71 33 255 46 56 26 255 +minecraft:green_glazed_terracotta[facing=south] 117 142 67 255 93 113 53 255 58 71 33 255 46 56 26 255 +minecraft:green_glazed_terracotta[facing=west] 117 142 67 255 93 113 53 255 58 71 33 255 46 56 26 255 +minecraft:green_glazed_terracotta[facing=east] 117 142 67 255 93 113 53 255 58 71 33 255 46 56 26 255 +minecraft:red_glazed_terracotta 181 59 53 255 144 47 42 255 90 29 26 255 72 23 21 255 +minecraft:red_glazed_terracotta[facing=south] 181 59 53 255 144 47 42 255 90 29 26 255 72 23 21 255 +minecraft:red_glazed_terracotta[facing=west] 181 59 53 255 144 47 42 255 90 29 26 255 72 23 21 255 +minecraft:red_glazed_terracotta[facing=east] 181 59 53 255 144 47 42 255 90 29 26 255 72 23 21 255 +minecraft:black_glazed_terracotta 67 30 32 255 53 24 25 255 33 15 16 255 26 12 12 255 +minecraft:black_glazed_terracotta[facing=south] 67 30 32 255 53 24 25 255 33 15 16 255 26 12 12 255 +minecraft:black_glazed_terracotta[facing=west] 67 30 32 255 53 24 25 255 33 15 16 255 26 12 12 255 +minecraft:black_glazed_terracotta[facing=east] 67 30 32 255 53 24 25 255 33 15 16 255 26 12 12 255 +minecraft:white_concrete 207 213 214 255 165 170 171 255 103 106 107 255 82 85 85 255 +minecraft:orange_concrete 224 97 0 255 179 77 0 255 112 48 0 255 89 38 0 255 +minecraft:magenta_concrete 169 48 159 255 135 38 127 255 84 24 79 255 67 19 63 255 +minecraft:light_blue_concrete 35 137 198 255 28 109 158 255 17 68 99 255 14 54 79 255 +minecraft:yellow_concrete 240 175 21 255 192 140 16 255 120 87 10 255 96 70 8 255 +minecraft:lime_concrete 94 168 24 255 75 134 19 255 47 84 12 255 37 67 9 255 +minecraft:pink_concrete 213 101 142 255 170 80 113 255 106 50 71 255 85 40 56 255 +minecraft:gray_concrete 54 57 61 255 43 45 48 255 27 28 30 255 21 22 24 255 +minecraft:light_gray_concrete 125 125 115 255 100 100 92 255 62 62 57 255 50 50 46 255 +minecraft:cyan_concrete 21 119 136 255 16 95 108 255 10 59 68 255 8 47 54 255 +minecraft:purple_concrete 100 31 156 255 80 24 124 255 50 15 78 255 40 12 62 255 +minecraft:blue_concrete 44 46 143 255 35 36 114 255 22 23 71 255 17 18 57 255 +minecraft:brown_concrete 96 59 31 255 76 47 24 255 48 29 15 255 38 23 12 255 +minecraft:green_concrete 73 91 36 255 58 72 28 255 36 45 18 255 29 36 14 255 +minecraft:red_concrete 142 32 32 255 113 25 25 255 71 16 16 255 56 12 12 255 +minecraft:black_concrete 8 10 15 255 6 8 12 255 4 5 7 255 3 4 6 255 +minecraft:white_concrete_powder 225 227 227 255 180 181 181 255 112 113 113 255 90 90 90 255 +minecraft:orange_concrete_powder 227 131 31 255 181 104 24 255 113 65 15 255 90 52 12 255 +minecraft:magenta_concrete_powder 192 83 184 255 153 66 147 255 96 41 92 255 76 33 73 255 +minecraft:light_blue_concrete_powder 74 180 213 255 59 144 170 255 37 90 106 255 29 72 85 255 +minecraft:yellow_concrete_powder 232 199 54 255 185 159 43 255 116 99 27 255 92 79 21 255 +minecraft:lime_concrete_powder 125 189 41 255 100 151 32 255 62 94 20 255 50 75 16 255 +minecraft:pink_concrete_powder 228 153 181 255 182 122 144 255 114 76 90 255 91 61 72 255 +minecraft:gray_concrete_powder 76 81 84 255 60 64 67 255 38 40 42 255 30 32 33 255 +minecraft:light_gray_concrete_powder 154 154 148 255 123 123 118 255 77 77 74 255 61 61 59 255 +minecraft:cyan_concrete_powder 36 147 157 255 28 117 125 255 18 73 78 255 14 58 62 255 +minecraft:purple_concrete_powder 131 55 177 255 104 44 141 255 65 27 88 255 52 22 70 255 +minecraft:blue_concrete_powder 70 73 166 255 56 58 132 255 35 36 83 255 28 29 66 255 +minecraft:brown_concrete_powder 125 84 53 255 100 67 42 255 62 42 26 255 50 33 21 255 +minecraft:green_concrete_powder 97 119 44 255 77 95 35 255 48 59 22 255 38 47 17 255 +minecraft:red_concrete_powder 168 54 50 255 134 43 40 255 84 27 25 255 67 21 20 255 +minecraft:black_concrete_powder 25 26 31 255 20 20 24 255 12 13 15 255 10 10 12 255 +minecraft:kelp 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=1] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=2] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=3] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=4] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=5] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=6] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=7] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=8] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=9] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=10] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=11] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=12] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=13] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=14] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=15] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=16] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=17] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=18] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=19] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=20] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=21] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=22] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=23] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=24] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=25] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp_plant 40 97 14 100 32 77 11 100 20 48 7 100 16 38 5 100 +minecraft:dried_kelp_block 50 58 38 255 40 46 30 255 25 29 19 255 20 23 15 255 +minecraft:turtle_egg 228 226 191 132 182 180 152 132 114 113 95 132 91 90 76 132 +minecraft:turtle_egg[eggs=1,hatch=1] 218 214 177 132 174 171 141 132 109 107 88 132 87 85 70 132 +minecraft:turtle_egg[eggs=1,hatch=2] 207 203 165 132 165 162 132 132 103 101 82 132 82 81 66 132 +minecraft:turtle_egg[eggs=2,hatch=0] 228 226 191 132 182 180 152 132 114 113 95 132 91 90 76 132 +minecraft:turtle_egg[eggs=2,hatch=1] 218 214 177 132 174 171 141 132 109 107 88 132 87 85 70 132 +minecraft:turtle_egg[eggs=2,hatch=2] 207 203 165 132 165 162 132 132 103 101 82 132 82 81 66 132 +minecraft:turtle_egg[eggs=3,hatch=0] 228 226 191 132 182 180 152 132 114 113 95 132 91 90 76 132 +minecraft:turtle_egg[eggs=3,hatch=1] 218 214 177 132 174 171 141 132 109 107 88 132 87 85 70 132 +minecraft:turtle_egg[eggs=3,hatch=2] 207 203 165 132 165 162 132 132 103 101 82 132 82 81 66 132 +minecraft:turtle_egg[eggs=4,hatch=0] 228 226 191 132 182 180 152 132 114 113 95 132 91 90 76 132 +minecraft:turtle_egg[eggs=4,hatch=1] 218 214 177 132 174 171 141 132 109 107 88 132 87 85 70 132 +minecraft:turtle_egg[eggs=4,hatch=2] 207 203 165 132 165 162 132 132 103 101 82 132 82 81 66 132 +minecraft:dead_tube_coral_block 130 123 119 255 104 98 95 255 65 61 59 255 52 49 47 255 +minecraft:dead_brain_coral_block 124 117 114 255 99 93 91 255 62 58 57 255 49 46 45 255 +minecraft:dead_bubble_coral_block 131 123 119 255 104 98 95 255 65 61 59 255 52 49 47 255 +minecraft:dead_fire_coral_block 131 123 119 255 104 98 95 255 65 61 59 255 52 49 47 255 +minecraft:dead_horn_coral_block 133 126 122 255 106 100 97 255 66 63 61 255 53 50 48 255 +minecraft:tube_coral_block 49 87 206 255 39 69 164 255 24 43 103 255 19 34 82 255 +minecraft:brain_coral_block 207 91 159 255 165 72 127 255 103 45 79 255 82 36 63 255 +minecraft:bubble_coral_block 165 26 162 255 132 20 129 255 82 13 81 255 66 10 64 255 +minecraft:fire_coral_block 163 35 46 255 130 28 36 255 81 17 23 255 65 14 18 255 +minecraft:horn_coral_block 216 199 66 255 172 159 52 255 108 99 33 255 86 79 26 255 +minecraft:dead_tube_coral 118 111 107 152 94 88 85 152 59 55 53 152 47 44 42 152 +minecraft:dead_tube_coral[waterlogged=false] 118 111 107 152 94 88 85 152 59 55 53 152 47 44 42 152 +minecraft:dead_brain_coral 133 125 120 111 106 100 96 111 66 62 60 111 53 50 48 111 +minecraft:dead_brain_coral[waterlogged=false] 133 125 120 111 106 100 96 111 66 62 60 111 53 50 48 111 +minecraft:dead_bubble_coral 132 124 120 132 105 99 96 132 66 62 60 132 52 49 48 132 +minecraft:dead_bubble_coral[waterlogged=false] 132 124 120 132 105 99 96 132 66 62 60 132 52 49 48 132 +minecraft:dead_fire_coral 136 128 124 108 108 102 99 108 68 64 62 108 54 51 49 108 +minecraft:dead_fire_coral[waterlogged=false] 136 128 124 108 108 102 99 108 68 64 62 108 54 51 49 108 +minecraft:dead_horn_coral 142 135 129 99 113 108 103 99 71 67 64 99 56 54 51 99 +minecraft:dead_horn_coral[waterlogged=false] 142 135 129 99 113 108 103 99 71 67 64 99 56 54 51 99 +minecraft:tube_coral 47 83 197 152 37 66 157 152 23 41 98 152 18 33 78 152 +minecraft:tube_coral[waterlogged=false] 47 83 197 152 37 66 157 152 23 41 98 152 18 33 78 152 +minecraft:brain_coral 197 84 152 111 157 67 121 111 98 42 76 111 78 33 60 111 +minecraft:brain_coral[waterlogged=false] 197 84 152 111 157 67 121 111 98 42 76 111 78 33 60 111 +minecraft:bubble_coral 161 23 159 132 128 18 127 132 80 11 79 132 64 9 63 132 +minecraft:bubble_coral[waterlogged=false] 161 23 159 132 128 18 127 132 80 11 79 132 64 9 63 132 +minecraft:fire_coral 166 37 46 108 132 29 36 108 83 18 23 108 66 14 18 108 +minecraft:fire_coral[waterlogged=false] 166 37 46 108 132 29 36 108 83 18 23 108 66 14 18 108 +minecraft:horn_coral 209 186 62 99 167 148 49 99 104 93 31 99 83 74 24 99 +minecraft:horn_coral[waterlogged=false] 209 186 62 99 167 148 49 99 104 93 31 99 83 74 24 99 +minecraft:dead_tube_coral_fan 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_fan[waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_brain_coral_fan 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_fan[waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_bubble_coral_fan 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_fan[waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_fire_coral_fan 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_fan[waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_horn_coral_fan 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_fan[waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:tube_coral_fan 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_fan[waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:brain_coral_fan 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_fan[waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:bubble_coral_fan 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_fan[waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:fire_coral_fan 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_fan[waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:horn_coral_fan 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_fan[waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:dead_tube_coral_wall_fan 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=north,waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=south,waterlogged=true] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=south,waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=west,waterlogged=true] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=west,waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=east,waterlogged=true] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=east,waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_brain_coral_wall_fan 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=north,waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=south,waterlogged=true] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=south,waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=west,waterlogged=true] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=west,waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=east,waterlogged=true] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=east,waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_bubble_coral_wall_fan 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=north,waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=south,waterlogged=true] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=south,waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=west,waterlogged=true] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=west,waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=east,waterlogged=true] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=east,waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_fire_coral_wall_fan 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=north,waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=south,waterlogged=true] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=south,waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=west,waterlogged=true] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=west,waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=east,waterlogged=true] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=east,waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_horn_coral_wall_fan 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=north,waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=south,waterlogged=true] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=south,waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=west,waterlogged=true] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=west,waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=east,waterlogged=true] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=east,waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:tube_coral_wall_fan 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=north,waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=south,waterlogged=true] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=south,waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=west,waterlogged=true] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=west,waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=east,waterlogged=true] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=east,waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:brain_coral_wall_fan 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=north,waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=south,waterlogged=true] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=south,waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=west,waterlogged=true] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=west,waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=east,waterlogged=true] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=east,waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:bubble_coral_wall_fan 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=north,waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=south,waterlogged=true] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=south,waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=west,waterlogged=true] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=west,waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=east,waterlogged=true] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=east,waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:fire_coral_wall_fan 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=north,waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=south,waterlogged=true] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=south,waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=west,waterlogged=true] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=west,waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=east,waterlogged=true] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=east,waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:horn_coral_wall_fan 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=north,waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=south,waterlogged=true] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=south,waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=west,waterlogged=true] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=west,waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=east,waterlogged=true] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=east,waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:sea_pickle 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=1,waterlogged=false] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=2,waterlogged=true] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=2,waterlogged=false] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=3,waterlogged=true] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=3,waterlogged=false] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=4,waterlogged=true] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=4,waterlogged=false] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:blue_ice 116 167 253 255 92 133 202 255 58 83 126 255 46 66 101 255 +minecraft:conduit 159 139 113 143 127 111 90 143 79 69 56 143 63 55 45 143 +minecraft:conduit[waterlogged=false] 159 139 113 143 127 111 90 143 79 69 56 143 63 55 45 143 +minecraft:bamboo_sapling 92 89 35 54 73 71 28 54 46 44 17 54 36 35 14 54 +minecraft:bamboo 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=none,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=small,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=small,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=large,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=large,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=none,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=none,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=small,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=small,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=large,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=large,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:potted_bamboo 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:polished_granite_stairs 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:smooth_red_sandstone_stairs 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:mossy_stone_brick_stairs 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:polished_diorite_stairs 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:mossy_cobblestone_stairs 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:end_stone_brick_stairs 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:stone_stairs 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:smooth_sandstone_stairs 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_quartz_stairs 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:granite_stairs 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:andesite_stairs 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:red_nether_brick_stairs 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:polished_andesite_stairs 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:diorite_stairs 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:polished_granite_slab 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=top,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=bottom,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=bottom,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=double,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=double,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:smooth_red_sandstone_slab 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=top,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=double,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=double,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:mossy_stone_brick_slab 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=top,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=double,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=double,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:polished_diorite_slab 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=top,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=bottom,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=bottom,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=double,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=double,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:mossy_cobblestone_slab 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=top,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=double,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=double,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:end_stone_brick_slab 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=top,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=bottom,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=bottom,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=double,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=double,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:smooth_sandstone_slab 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=top,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=bottom,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=double,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=double,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_quartz_slab 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=top,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=bottom,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=bottom,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=double,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=double,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:granite_slab 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=top,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=bottom,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=bottom,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=double,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=double,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:andesite_slab 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=top,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=bottom,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=bottom,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=double,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=double,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:red_nether_brick_slab 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=top,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=bottom,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=bottom,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=double,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=double,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:polished_andesite_slab 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=top,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=bottom,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=bottom,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=double,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=double,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:diorite_slab 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=top,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=bottom,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=bottom,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=double,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=double,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:brick_wall 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:prismarine_wall 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:red_sandstone_wall 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:mossy_stone_brick_wall 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:granite_wall 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:stone_brick_wall 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:nether_brick_wall 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:andesite_wall 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:red_nether_brick_wall 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:sandstone_wall 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:end_stone_brick_wall 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:diorite_wall 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:scaffolding 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=0,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=1,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=1,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=2,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=2,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=3,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=3,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=4,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=4,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=5,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=5,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=6,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=6,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=7,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=7,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=0,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=0,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=1,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=1,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=2,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=2,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=3,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=3,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=4,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=4,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=5,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=5,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=6,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=6,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=7,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=7,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:loom 76 60 36 255 60 48 28 255 38 30 18 255 30 24 14 255 +minecraft:loom[facing=south] 76 60 36 255 60 48 28 255 38 30 18 255 30 24 14 255 +minecraft:loom[facing=west] 76 60 36 255 60 48 28 255 38 30 18 255 30 24 14 255 +minecraft:loom[facing=east] 76 60 36 255 60 48 28 255 38 30 18 255 30 24 14 255 +minecraft:barrel 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=north,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=east,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=east,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=south,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=south,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=west,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=west,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=up,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=up,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=down,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=down,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:smoker 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=north,lit=false] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=south,lit=true] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=south,lit=false] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=west,lit=true] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=west,lit=false] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=east,lit=true] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=east,lit=false] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:blast_furnace 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=north,lit=false] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=south,lit=true] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=south,lit=false] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=west,lit=true] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=west,lit=false] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=east,lit=true] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=east,lit=false] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:cartography_table 104 87 67 255 83 69 53 255 52 43 33 255 41 34 26 255 +minecraft:fletching_table 197 180 133 255 157 144 106 255 98 90 66 255 78 72 53 255 +minecraft:grindstone 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=floor,facing=south] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=floor,facing=west] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=floor,facing=east] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=wall,facing=north] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=wall,facing=south] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=wall,facing=west] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=wall,facing=east] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=ceiling,facing=north] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=ceiling,facing=south] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=ceiling,facing=west] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=ceiling,facing=east] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:lectern 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=north,has_book=true,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=north,has_book=false,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=north,has_book=false,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=south,has_book=true,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=south,has_book=true,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=south,has_book=false,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=south,has_book=false,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=west,has_book=true,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=west,has_book=true,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=west,has_book=false,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=west,has_book=false,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=east,has_book=true,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=east,has_book=true,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=east,has_book=false,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=east,has_book=false,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:smithing_table 57 58 70 255 45 46 56 255 28 29 35 255 22 23 28 255 +minecraft:stonecutter 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:stonecutter[facing=south] 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:stonecutter[facing=west] 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:stonecutter[facing=east] 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:bell 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=north,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=north,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=north,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:lantern 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:lantern[hanging=true,waterlogged=false] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:lantern[hanging=false,waterlogged=true] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:lantern[hanging=false,waterlogged=false] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:soul_lantern 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:soul_lantern[hanging=true,waterlogged=false] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:soul_lantern[hanging=false,waterlogged=true] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:soul_lantern[hanging=false,waterlogged=false] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:campfire 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:sweet_berry_bush 42 89 56 52 33 71 44 52 21 44 28 52 16 35 22 52 +minecraft:sweet_berry_bush[age=1] 47 94 57 138 37 75 45 138 23 47 28 138 18 37 22 138 +minecraft:sweet_berry_bush[age=2] 59 88 56 144 47 70 44 144 29 44 28 144 23 35 22 144 +minecraft:sweet_berry_bush[age=3] 68 77 50 161 54 61 40 161 34 38 25 161 27 30 20 161 +minecraft:warped_stem 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:warped_stem[axis=y] 57 103 103 255 45 82 82 255 28 51 51 255 22 41 41 255 +minecraft:warped_stem[axis=z] 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:stripped_warped_stem 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:stripped_warped_stem[axis=y] 52 128 124 255 41 102 99 255 26 64 62 255 20 51 49 255 +minecraft:stripped_warped_stem[axis=z] 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:warped_hyphae 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:warped_hyphae[axis=y] 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:warped_hyphae[axis=z] 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:stripped_warped_hyphae 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:stripped_warped_hyphae[axis=y] 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:stripped_warped_hyphae[axis=z] 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:warped_nylium 43 114 101 255 34 91 80 255 21 57 50 255 17 45 40 255 +minecraft:warped_fungus 74 109 87 49 59 87 69 49 37 54 43 49 29 43 34 49 +minecraft:warped_wart_block 22 119 121 255 17 95 96 255 11 59 60 255 8 47 48 255 +minecraft:warped_roots 20 138 124 91 16 110 99 91 10 69 62 91 8 55 49 91 +minecraft:nether_sprouts 19 151 133 30 15 120 106 30 9 75 66 30 7 60 53 30 +minecraft:crimson_stem 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:crimson_stem[axis=y] 107 51 74 255 85 40 59 255 53 25 37 255 42 20 29 255 +minecraft:crimson_stem[axis=z] 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:stripped_crimson_stem 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:stripped_crimson_stem[axis=y] 121 56 82 255 96 44 65 255 60 28 41 255 48 22 32 255 +minecraft:stripped_crimson_stem[axis=z] 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:crimson_hyphae 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:crimson_hyphae[axis=y] 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:crimson_hyphae[axis=z] 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:stripped_crimson_hyphae 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:stripped_crimson_hyphae[axis=y] 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:stripped_crimson_hyphae[axis=z] 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:crimson_nylium 130 31 31 255 104 24 24 255 65 15 15 255 52 12 12 255 +minecraft:crimson_fungus 141 44 29 59 112 35 23 59 70 22 14 59 56 17 11 59 +minecraft:shroomlight 240 146 70 255 192 116 56 255 120 73 35 255 96 58 28 255 +minecraft:weeping_vines 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=1] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=2] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=3] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=4] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=5] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=6] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=7] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=8] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=9] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=10] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=11] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=12] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=13] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=14] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=15] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=16] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=17] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=18] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=19] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=20] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=21] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=22] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=23] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=24] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=25] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines_plant 132 16 12 114 105 12 9 114 66 8 6 114 52 6 4 114 +minecraft:twisting_vines 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=1] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=2] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=3] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=4] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=5] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=6] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=7] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=8] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=9] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=10] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=11] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=12] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=13] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=14] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=15] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=16] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=17] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=18] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=19] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=20] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=21] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=22] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=23] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=24] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=25] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines_plant 20 135 122 89 16 108 97 89 10 67 61 89 8 54 48 89 +minecraft:crimson_roots 126 8 41 90 100 6 32 90 63 4 20 90 50 3 16 90 +minecraft:crimson_planks 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_planks 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_slab 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=top,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=bottom,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=bottom,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=double,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=double,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_slab 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=top,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=bottom,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=bottom,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=double,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=double,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_pressure_plate 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_pressure_plate[powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_pressure_plate 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_pressure_plate[powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_fence 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_fence 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_trapdoor 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:warped_trapdoor 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:crimson_fence_gate 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_fence_gate 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_stairs 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_stairs 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_button 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=north,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=south,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=south,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=west,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=west,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=east,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=east,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=north,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=north,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=south,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=south,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=west,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=west,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=east,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=east,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=north,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=north,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=south,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=south,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=west,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=west,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=east,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=east,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_button 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=north,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=south,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=south,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=west,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=west,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=east,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=east,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=north,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=north,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=south,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=south,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=west,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=west,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=east,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=east,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=north,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=north,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=south,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=south,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=west,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=west,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=east,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=east,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_door 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:warped_door 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:crimson_sign 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=0,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=1,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=1,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=2,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=2,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=3,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=3,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=4,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=4,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=5,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=5,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=6,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=6,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=7,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=7,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=8,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=8,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=9,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=9,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=10,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=10,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=11,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=11,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=12,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=12,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=13,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=13,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=14,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=14,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=15,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=15,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:warped_sign 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=0,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=1,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=1,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=2,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=2,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=3,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=3,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=4,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=4,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=5,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=5,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=6,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=6,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=7,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=7,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=8,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=8,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=9,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=9,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=10,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=10,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=11,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=11,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=12,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=12,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=13,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=13,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=14,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=14,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=15,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=15,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:crimson_wall_sign 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=north,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=south,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=south,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=west,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=west,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=east,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=east,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:warped_wall_sign 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=north,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=south,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=south,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=west,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=west,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=east,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=east,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:structure_block 86 71 87 255 68 56 69 255 43 35 43 255 34 28 34 255 +minecraft:structure_block[mode=load] 69 57 70 255 55 45 56 255 34 28 35 255 27 22 28 255 +minecraft:structure_block[mode=corner] 68 57 69 255 54 45 55 255 34 28 34 255 27 22 27 255 +minecraft:structure_block[mode=data] 79 65 80 255 63 52 64 255 39 32 40 255 31 26 32 255 +minecraft:jigsaw 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=down_north] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=down_south] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=down_west] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=up_east] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=up_north] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=up_south] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=up_west] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=west_up] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=east_up] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=north_up] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=south_up] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:composter 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=1] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=2] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=3] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=4] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=5] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=6] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=7] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=8] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:target 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=1] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=2] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=3] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=4] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=5] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=6] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=7] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=8] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=9] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=10] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=11] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=12] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=13] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=14] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=15] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:bee_nest 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=1] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=2] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=3] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=4] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=5] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=0] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=1] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=2] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=3] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=4] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=5] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=0] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=1] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=2] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=3] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=4] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=5] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=0] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=1] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=2] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=3] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=4] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=5] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:beehive 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=1] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=2] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=3] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=4] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=5] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=0] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=1] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=2] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=3] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=4] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=5] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=0] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=1] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=2] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=3] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=4] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=5] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=0] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=1] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=2] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=3] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=4] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=5] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:honey_block 251 185 52 191 200 148 41 191 125 92 26 191 100 74 20 191 +minecraft:honeycomb_block 229 148 29 255 183 118 23 255 114 74 14 255 91 59 11 255 +minecraft:netherite_block 66 61 63 255 52 48 50 255 33 30 31 255 26 24 25 255 +minecraft:ancient_debris 94 66 58 255 75 52 46 255 47 33 29 255 37 26 23 255 +minecraft:crying_obsidian 32 10 60 255 25 8 48 255 16 5 30 255 12 4 24 255 +minecraft:respawn_anchor 33 21 52 255 26 16 41 255 16 10 26 255 13 8 20 255 +minecraft:respawn_anchor[charges=1] 75 27 144 219 60 21 115 219 37 13 72 219 30 10 57 219 +minecraft:respawn_anchor[charges=2] 75 27 144 219 60 21 115 219 37 13 72 219 30 10 57 219 +minecraft:respawn_anchor[charges=3] 75 27 144 219 60 21 115 219 37 13 72 219 30 10 57 219 +minecraft:respawn_anchor[charges=4] 75 27 144 219 60 21 115 219 37 13 72 219 30 10 57 219 +minecraft:potted_crimson_fungus 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_warped_fungus 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_crimson_roots 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_warped_roots 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:lodestone 147 149 152 255 117 119 121 255 73 74 76 255 58 59 60 255 +minecraft:blackstone 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_stairs 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_slab 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=top,waterlogged=false] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=bottom,waterlogged=true] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=bottom,waterlogged=false] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=double,waterlogged=true] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=double,waterlogged=false] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:polished_blackstone 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_bricks 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:cracked_polished_blackstone_bricks 44 37 43 255 35 29 34 255 22 18 21 255 17 14 17 255 +minecraft:chiseled_polished_blackstone 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_brick_slab 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=top,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=bottom,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=bottom,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=double,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=double,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:gilded_blackstone 55 42 38 255 44 33 30 255 27 21 19 255 22 16 15 255 +minecraft:polished_blackstone_stairs 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=top,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=bottom,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=bottom,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=double,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=double,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_pressure_plate 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_pressure_plate[powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=north,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=south,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=south,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=west,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=west,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=east,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=east,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=north,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=north,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=south,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=south,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=west,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=west,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=east,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=east,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=north,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=north,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=south,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=south,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=west,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=west,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=east,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=east,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:chiseled_nether_bricks 47 23 28 255 37 18 22 255 23 11 14 255 18 9 11 255 +minecraft:cracked_nether_bricks 40 20 23 255 32 16 18 255 20 10 11 255 16 8 9 255 +minecraft:quartz_bricks 234 229 221 255 187 183 176 255 117 114 110 255 93 91 88 255 +minecraft:candle 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=1,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=1,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=1,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=2,lit=true,waterlogged=true] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=2,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=2,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=2,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=3,lit=true,waterlogged=true] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=3,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=3,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=3,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=4,lit=true,waterlogged=true] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=4,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=4,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=4,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:white_candle 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=1,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=1,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=1,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=2,lit=true,waterlogged=true] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=2,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=2,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=2,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=3,lit=true,waterlogged=true] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=3,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=3,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=3,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=4,lit=true,waterlogged=true] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=4,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=4,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=4,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:orange_candle 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=1,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=1,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=1,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=2,lit=true,waterlogged=true] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=2,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=2,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=2,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=3,lit=true,waterlogged=true] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=3,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=3,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=3,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=4,lit=true,waterlogged=true] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=4,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=4,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=4,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:magenta_candle 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=1,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=1,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=1,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=2,lit=true,waterlogged=true] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=2,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=2,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=2,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=3,lit=true,waterlogged=true] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=3,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=3,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=3,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=4,lit=true,waterlogged=true] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=4,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=4,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=4,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:light_blue_candle 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=1,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=1,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=1,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=2,lit=true,waterlogged=true] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=2,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=2,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=2,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=3,lit=true,waterlogged=true] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=3,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=3,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=3,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=4,lit=true,waterlogged=true] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=4,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=4,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=4,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:yellow_candle 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=1,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=1,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=1,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=2,lit=true,waterlogged=true] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=2,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=2,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=2,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=3,lit=true,waterlogged=true] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=3,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=3,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=3,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=4,lit=true,waterlogged=true] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=4,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=4,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=4,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:lime_candle 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=1,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=1,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=1,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=2,lit=true,waterlogged=true] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=2,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=2,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=2,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=3,lit=true,waterlogged=true] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=3,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=3,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=3,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=4,lit=true,waterlogged=true] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=4,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=4,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=4,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:pink_candle 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=1,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=1,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=1,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=2,lit=true,waterlogged=true] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=2,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=2,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=2,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=3,lit=true,waterlogged=true] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=3,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=3,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=3,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=4,lit=true,waterlogged=true] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=4,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=4,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=4,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:gray_candle 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=1,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=1,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=1,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=2,lit=true,waterlogged=true] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=2,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=2,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=2,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=3,lit=true,waterlogged=true] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=3,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=3,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=3,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=4,lit=true,waterlogged=true] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=4,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=4,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=4,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:light_gray_candle 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=1,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=1,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=1,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=2,lit=true,waterlogged=true] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=2,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=2,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=2,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=3,lit=true,waterlogged=true] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=3,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=3,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=3,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=4,lit=true,waterlogged=true] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=4,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=4,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=4,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:cyan_candle 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=1,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=1,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=1,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=2,lit=true,waterlogged=true] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=2,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=2,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=2,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=3,lit=true,waterlogged=true] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=3,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=3,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=3,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=4,lit=true,waterlogged=true] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=4,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=4,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=4,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:purple_candle 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=1,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=1,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=1,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=2,lit=true,waterlogged=true] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=2,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=2,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=2,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=3,lit=true,waterlogged=true] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=3,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=3,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=3,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=4,lit=true,waterlogged=true] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=4,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=4,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=4,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:blue_candle 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=1,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=1,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=1,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=2,lit=true,waterlogged=true] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=2,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=2,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=2,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=3,lit=true,waterlogged=true] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=3,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=3,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=3,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=4,lit=true,waterlogged=true] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=4,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=4,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=4,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:brown_candle 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=1,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=1,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=1,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=2,lit=true,waterlogged=true] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=2,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=2,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=2,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=3,lit=true,waterlogged=true] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=3,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=3,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=3,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=4,lit=true,waterlogged=true] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=4,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=4,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=4,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:green_candle 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=1,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=1,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=1,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=2,lit=true,waterlogged=true] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=2,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=2,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=2,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=3,lit=true,waterlogged=true] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=3,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=3,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=3,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=4,lit=true,waterlogged=true] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=4,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=4,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=4,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:red_candle 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=1,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=1,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=1,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=2,lit=true,waterlogged=true] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=2,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=2,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=2,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=3,lit=true,waterlogged=true] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=3,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=3,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=3,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=4,lit=true,waterlogged=true] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=4,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=4,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=4,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:black_candle 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=1,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=1,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=1,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=2,lit=true,waterlogged=true] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=2,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=2,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=2,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=3,lit=true,waterlogged=true] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=3,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=3,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=3,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=4,lit=true,waterlogged=true] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=4,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=4,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=4,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:white_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:white_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:orange_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:orange_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:magenta_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:magenta_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:light_blue_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:light_blue_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:yellow_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:yellow_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:lime_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:lime_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:pink_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:pink_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:gray_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:gray_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:light_gray_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:light_gray_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cyan_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cyan_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:purple_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:purple_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:blue_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:blue_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:brown_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:brown_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:green_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:green_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:red_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:red_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:black_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:black_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:amethyst_block 133 97 191 255 106 77 152 255 66 48 95 255 53 38 76 255 +minecraft:budding_amethyst 132 96 186 255 105 76 148 255 66 48 93 255 52 38 74 255 +minecraft:amethyst_cluster 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=north,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=east,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=east,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=south,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=south,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=west,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=west,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=up,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=up,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=down,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=down,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:large_amethyst_bud 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=north,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=east,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=east,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=south,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=south,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=west,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=west,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=up,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=up,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=down,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=down,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:medium_amethyst_bud 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=north,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=east,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=east,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=south,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=south,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=west,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=west,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=up,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=up,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=down,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=down,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:small_amethyst_bud 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=north,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=east,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=east,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=south,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=south,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=west,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=west,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=up,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=up,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=down,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=down,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:tuff 108 109 102 255 86 87 81 255 54 54 51 255 43 43 40 255 +minecraft:calcite 223 224 220 255 178 179 176 255 111 112 110 255 89 89 88 255 +minecraft:tinted_glass 44 38 46 131 35 30 36 131 22 19 23 131 17 15 18 131 +minecraft:powder_snow 248 253 253 255 198 202 202 255 124 126 126 255 99 101 101 255 +minecraft:sculk_sensor 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=cooldown,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=cooldown,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=inactive,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=cooldown,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=cooldown,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=inactive,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:oxidized_copper 82 162 132 255 65 129 105 255 41 81 66 255 32 64 52 255 +minecraft:weathered_copper 108 153 110 255 86 122 88 255 54 76 55 255 43 61 44 255 +minecraft:exposed_copper 161 125 103 255 128 100 82 255 80 62 51 255 64 50 41 255 +minecraft:copper_block 192 107 79 255 153 85 63 255 96 53 39 255 76 42 31 255 +minecraft:copper_ore 124 125 120 255 99 100 96 255 62 62 60 255 49 50 48 255 +minecraft:deepslate_copper_ore 92 93 89 255 73 74 71 255 46 46 44 255 36 37 35 255 +minecraft:oxidized_cut_copper 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:weathered_cut_copper 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:exposed_cut_copper 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:cut_copper 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:oxidized_cut_copper_stairs 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:weathered_cut_copper_stairs 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:exposed_cut_copper_stairs 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:cut_copper_stairs 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:oxidized_cut_copper_slab 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=top,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=bottom,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=bottom,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=double,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=double,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:weathered_cut_copper_slab 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=top,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=bottom,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=bottom,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=double,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=double,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:exposed_cut_copper_slab 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=top,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=bottom,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=bottom,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=double,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=double,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:cut_copper_slab 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=top,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=bottom,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=bottom,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=double,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=double,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_copper_block 192 107 79 255 153 85 63 255 96 53 39 255 76 42 31 255 +minecraft:waxed_weathered_copper 108 153 110 255 86 122 88 255 54 76 55 255 43 61 44 255 +minecraft:waxed_exposed_copper 161 125 103 255 128 100 82 255 80 62 51 255 64 50 41 255 +minecraft:waxed_oxidized_copper 82 162 132 255 65 129 105 255 41 81 66 255 32 64 52 255 +minecraft:waxed_oxidized_cut_copper 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_weathered_cut_copper 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_exposed_cut_copper 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_cut_copper 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_oxidized_cut_copper_stairs 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_weathered_cut_copper_stairs 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_exposed_cut_copper_stairs 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_cut_copper_stairs 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_oxidized_cut_copper_slab 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=top,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=bottom,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=bottom,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=double,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=double,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_weathered_cut_copper_slab 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=top,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=bottom,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=bottom,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=double,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=double,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_exposed_cut_copper_slab 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=top,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=bottom,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=bottom,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=double,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=double,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_cut_copper_slab 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=top,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=bottom,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=bottom,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=double,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=double,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:pointed_dripstone 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=up,waterlogged=false] 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=down,waterlogged=true] 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=down,waterlogged=false] 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=up,waterlogged=true] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=up,waterlogged=false] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=down,waterlogged=true] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=down,waterlogged=false] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=up,waterlogged=true] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=up,waterlogged=false] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=down,waterlogged=true] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=down,waterlogged=false] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=up,waterlogged=true] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=up,waterlogged=false] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=down,waterlogged=true] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=down,waterlogged=false] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=base,vertical_direction=up,waterlogged=true] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:pointed_dripstone[thickness=base,vertical_direction=up,waterlogged=false] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:pointed_dripstone[thickness=base,vertical_direction=down,waterlogged=true] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:pointed_dripstone[thickness=base,vertical_direction=down,waterlogged=false] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:dripstone_block 134 107 92 255 107 85 73 255 67 53 46 255 53 42 36 255 +minecraft:cave_vines 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=0,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=1,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=1,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=2,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=2,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=3,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=3,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=4,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=4,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=5,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=5,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=6,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=6,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=7,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=7,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=8,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=8,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=9,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=9,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=10,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=10,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=11,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=11,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=12,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=12,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=13,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=13,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=14,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=14,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=15,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=15,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=16,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=16,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=17,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=17,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=18,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=18,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=19,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=19,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=20,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=20,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=21,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=21,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=22,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=22,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=23,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=23,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=24,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=24,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=25,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=25,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines_plant 105 107 40 159 84 85 32 159 52 53 20 159 42 42 16 159 +minecraft:cave_vines_plant[berries=false] 88 101 38 143 70 80 30 143 44 50 19 143 35 40 15 143 +minecraft:spore_blossom 206 96 158 123 164 76 126 123 103 48 79 123 82 38 63 123 +minecraft:azalea 93 117 45 153 74 93 36 153 46 58 22 153 37 46 18 153 +minecraft:flowering_azalea 111 113 73 153 88 90 58 153 55 56 36 153 44 45 29 153 +minecraft:moss_carpet 89 109 45 255 71 87 36 255 44 54 22 255 35 43 18 255 +minecraft:moss_block 89 109 45 255 71 87 36 255 44 54 22 255 35 43 18 255 +minecraft:big_dripleaf_stem 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=north,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=south,waterlogged=true] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=south,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=west,waterlogged=true] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=west,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=east,waterlogged=true] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=east,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:small_dripleaf 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=north,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=north,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=north,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=south,half=upper,waterlogged=true] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=south,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=south,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=south,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=west,half=upper,waterlogged=true] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=west,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=west,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=west,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=east,half=upper,waterlogged=true] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=east,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=east,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=east,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:hanging_roots 161 115 91 74 128 92 72 74 80 57 45 74 64 46 36 74 +minecraft:hanging_roots[waterlogged=false] 161 115 91 74 128 92 72 74 80 57 45 74 64 46 36 74 +minecraft:rooted_dirt 144 103 76 255 115 82 60 255 72 51 38 255 57 41 30 255 +minecraft:deepslate 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:deepslate[axis=y] 87 87 89 255 69 69 71 255 43 43 44 255 34 34 35 255 +minecraft:deepslate[axis=z] 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:cobbled_deepslate 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=top,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=bottom,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=bottom,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=double,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=double,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:polished_deepslate 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=top,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=bottom,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=bottom,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=double,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=double,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:deepslate_tiles 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=top,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=bottom,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=bottom,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=double,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=double,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_bricks 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=top,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=bottom,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=bottom,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=double,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=double,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:chiseled_deepslate 54 54 54 255 43 43 43 255 27 27 27 255 21 21 21 255 +minecraft:cracked_deepslate_bricks 64 64 65 255 51 51 52 255 32 32 32 255 25 25 26 255 +minecraft:cracked_deepslate_tiles 52 52 52 255 41 41 41 255 26 26 26 255 20 20 20 255 +minecraft:infested_deepslate 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:infested_deepslate[axis=y] 87 87 89 255 69 69 71 255 43 43 44 255 34 34 35 255 +minecraft:infested_deepslate[axis=z] 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:smooth_basalt 72 72 78 255 57 57 62 255 36 36 39 255 28 28 31 255 +minecraft:raw_iron_block 166 135 107 255 132 108 85 255 83 67 53 255 66 54 42 255 +minecraft:raw_copper_block 154 105 79 255 123 84 63 255 77 52 39 255 61 42 31 255 +minecraft:raw_gold_block 221 169 46 255 176 135 36 255 110 84 23 255 88 67 18 255 diff --git a/minecolonies-1.20.1/data/dynmap/configuration.txt b/minecolonies-1.20.1/data/dynmap/configuration.txt new file mode 100644 index 00000000..38174f81 --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/configuration.txt @@ -0,0 +1,504 @@ +# All paths in this configuration file are relative to Dynmap's data-folder: minecraft_server/dynmap/ + +# All map templates are defined in the templates directory +# To use the HDMap very-low-res (2 ppb) map templates as world defaults, set value to vlowres +# The definitions of these templates are in normal-vlowres.txt, nether-vlowres.txt, and the_end-vlowres.txt +# To use the HDMap low-res (4 ppb) map templates as world defaults, set value to lowres +# The definitions of these templates are in normal-lowres.txt, nether-lowres.txt, and the_end-lowres.txt +# To use the HDMap hi-res (16 ppb) map templates (these can take a VERY long time for initial fullrender), set value to hires +# The definitions of these templates are in normal-hires.txt, nether-hires.txt, and the_end-hires.txt +# To use the HDMap low-res (4 ppb) map templates, with support for boosting resolution selectively to hi-res (16 ppb), set value to low_boost_hi +# The definitions of these templates are in normal-low_boost_hi.txt, nether-low_boost_hi.txt, and the_end-low_boost_hi.txt +# To use the HDMap hi-res (16 ppb) map templates, with support for boosting resolution selectively to vhi-res (32 ppb), set value to hi_boost_vhi +# The definitions of these templates are in normal-hi_boost_vhi.txt, nether-hi_boost_vhi.txt, and the_end-hi_boost_vhi.txt +# To use the HDMap hi-res (16 ppb) map templates, with support for boosting resolution selectively to xhi-res (64 ppb), set value to hi_boost_xhi +# The definitions of these templates are in normal-hi_boost_xhi.txt, nether-hi_boost_xhi.txt, and the_end-hi_boost_xhi.txt +deftemplatesuffix: hires + +# Set default tile scale (0 = 128px x 128x, 1 = 256px x 256px, 2 = 512px x 512px, 3 = 1024px x 1024px, 4 = 2048px x 2048px) - 0 is default +# Note: changing this value will result in all maps that use the default value being required to be fully rendered +#defaulttilescale: 0 + +# Map storage scheme: only uncommoent one 'type' value +# filetree: classic and default scheme: tree of files, with all map data under the directory indicated by 'tilespath' setting +# sqlite: single SQLite database file (this can get VERY BIG), located at 'dbfile' setting (default is file dynmap.db in data directory) +# mysql: MySQL database, at hostname:port in database, accessed via userid with password +# mariadb: MariaDB database, at hostname:port in database, accessed via userid with password +# postgres: PostgreSQL database, at hostname:port in database, accessed via userid with password +storage: + # Filetree storage (standard tree of image files for maps) + type: filetree + # SQLite db for map storage (uses dbfile as storage location) + #type: sqlite + #dbfile: dynmap.db + # MySQL DB for map storage (at 'hostname':'port' in database 'database' using user 'userid' password 'password' and table prefix 'prefix' + #type: mysql + #hostname: localhost + #port: 3306 + #database: dynmap + #userid: dynmap + #password: dynmap + #prefix: "" + # + # AWS S3 backet web site + #type: aws_s3 + #bucketname: "dynmap-bucket-name" + #region: us-east-1 + #aws_access_key_id: "" + #aws_secret_access_key: "" + #prefix: "" + #override_endpoint: "" + +components: + - class: org.dynmap.ClientConfigurationComponent + + # Remember to change the following class to org.dynmap.JsonFileClientUpdateComponent when using an external web server. + - class: org.dynmap.InternalClientUpdateComponent + sendhealth: true + sendposition: true + allowwebchat: true + webchat-interval: 5 + hidewebchatip: false + trustclientname: false + includehiddenplayers: false + # (optional) if true, color codes in player display names are used + use-name-colors: false + # (optional) if true, player login IDs will be used for web chat when their IPs match + use-player-login-ip: true + # (optional) if use-player-login-ip is true, setting this to true will cause chat messages not matching a known player IP to be ignored + require-player-login-ip: false + # (optional) block player login IDs that are banned from chatting + block-banned-player-chat: true + # Require login for web-to-server chat (requires login-enabled: true) + webchat-requires-login: false + # If set to true, users must have dynmap.webchat permission in order to chat + webchat-permissions: false + # Limit length of single chat messages + chatlengthlimit: 256 + # # Optional - make players hidden when they are inside/underground/in shadows (#=light level: 0=full shadow,15=sky) + # hideifshadow: 4 + # # Optional - make player hidden when they are under cover (#=sky light level,0=underground,15=open to sky) + # hideifundercover: 14 + # # (Optional) if true, players that are crouching/sneaking will be hidden + hideifsneaking: false + # optional, if true, players that are in spectator mode will be hidden + hideifspectator: false + # If true, player positions/status is protected (login with ID with dynmap.playermarkers.seeall permission required for info other than self) + protected-player-info: false + # If true, hide players with invisibility potion effects active + hide-if-invisiblity-potion: true + # If true, player names are not shown on map, chat, list + hidenames: false + #- class: org.dynmap.JsonFileClientUpdateComponent + # writeinterval: 1 + # sendhealth: true + # sendposition: true + # allowwebchat: true + # webchat-interval: 5 + # hidewebchatip: false + # includehiddenplayers: false + # use-name-colors: false + # use-player-login-ip: false + # require-player-login-ip: false + # block-banned-player-chat: true + # hideifshadow: 0 + # hideifundercover: 0 + # hideifsneaking: false + # # Require login for web-to-server chat (requires login-enabled: true) + # webchat-requires-login: false + # # If set to true, users must have dynmap.webchat permission in order to chat + # webchat-permissions: false + # # Limit length of single chat messages + # chatlengthlimit: 256 + # hide-if-invisiblity-potion: true + # hidenames: false + + - class: org.dynmap.SimpleWebChatComponent + allowchat: true + # If true, web UI users can supply name for chat using 'playername' URL parameter. 'trustclientname' must also be set true. + allowurlname: false + + # Note: this component is needed for the dmarker commands, and for the Marker API to be available to other plugins + - class: org.dynmap.MarkersComponent + type: markers + showlabel: false + enablesigns: false + # Default marker set for sign markers + default-sign-set: markers + # (optional) add spawn point markers to standard marker layer + showspawn: true + spawnicon: world + spawnlabel: "Spawn" + # (optional) layer for showing offline player's positions (for 'maxofflinetime' minutes after logoff) + showofflineplayers: false + offlinelabel: "Offline" + offlineicon: offlineuser + offlinehidebydefault: true + offlineminzoom: 0 + maxofflinetime: 30 + # (optional) layer for showing player's spawn beds + showspawnbeds: false + spawnbedlabel: "Spawn Beds" + spawnbedicon: bed + spawnbedhidebydefault: true + spawnbedminzoom: 0 + spawnbedformat: "%name%'s bed" + spawnbedremoveonplayerleave: true + # (optional) Show world border (vanilla 1.8+) + showworldborder: true + worldborderlabel: "Border" + + - class: org.dynmap.ClientComponent + type: chat + allowurlname: false + - class: org.dynmap.ClientComponent + type: chatballoon + focuschatballoons: false + - class: org.dynmap.ClientComponent + type: chatbox + showplayerfaces: true + messagettl: 5 + # Optional: set number of lines in scrollable message history: if set, messagettl is not used to age out messages + #scrollback: 100 + # Optional: set maximum number of lines visible for chatbox + #visiblelines: 10 + # Optional: send push button + sendbutton: false + - class: org.dynmap.ClientComponent + type: playermarkers + showplayerfaces: true + showplayerhealth: true + # If true, show player body too (only valid if showplayerfaces=true) + showplayerbody: false + # Option to make player faces small - don't use with showplayerhealth or largeplayerfaces + smallplayerfaces: false + # Option to make player faces larger - don't use with showplayerhealth or smallplayerfaces + largeplayerfaces: false + # Optional - make player faces layer hidden by default + hidebydefault: false + # Optional - ordering priority in layer menu (low goes before high - default is 0) + layerprio: 0 + # Optional - label for player marker layer (default is 'Players') + label: "Players" + + #- class: org.dynmap.ClientComponent + # type: digitalclock + - class: org.dynmap.ClientComponent + type: link + + - class: org.dynmap.ClientComponent + type: timeofdayclock + showdigitalclock: true + #showweather: true + # Mouse pointer world coordinate display + - class: org.dynmap.ClientComponent + type: coord + label: "Location" + hidey: false + show-mcr: false + show-chunk: false + + # Note: more than one logo component can be defined + #- class: org.dynmap.ClientComponent + # type: logo + # text: "Dynmap" + # #logourl: "images/block_surface.png" + # linkurl: "http://forums.bukkit.org/threads/dynmap.489/" + # # Valid positions: top-left, top-right, bottom-left, bottom-right + # position: bottom-right + + #- class: org.dynmap.ClientComponent + # type: inactive + # timeout: 1800 # in seconds (1800 seconds = 30 minutes) + # redirecturl: inactive.html + # #showmessage: 'You were inactive for too long.' + + #- class: org.dynmap.TestComponent + # stuff: "This is some configuration-value" + +# Treat hiddenplayers.txt as a whitelist for players to be shown on the map? (Default false) +display-whitelist: false + +# How often a tile gets rendered (in seconds). +renderinterval: 1 + +# How many tiles on update queue before accelerate render interval +renderacceleratethreshold: 60 + +# How often to render tiles when backlog is above renderacceleratethreshold +renderaccelerateinterval: 0.2 + +# How many update tiles to work on at once (if not defined, default is 1/2 the number of cores) +tiles-rendered-at-once: 2 + +# If true, use normal priority threads for rendering (versus low priority) - this can keep rendering +# from starving on busy Windows boxes (Linux JVMs pretty much ignore thread priority), but may result +# in more competition for CPU resources with other processes +usenormalthreadpriority: true + +# Save and restore pending tile renders - prevents their loss on server shutdown or /reload +saverestorepending: true + +# Save period for pending jobs (in seconds): periodic saving for crash recovery of jobs +save-pending-period: 900 + +# Zoom-out tile update period - how often to scan for and process tile updates into zoom-out tiles (in seconds) +zoomoutperiod: 30 + +# Control whether zoom out tiles are validated on startup (can be needed if zoomout processing is interrupted, but can be expensive on large maps) +initial-zoomout-validate: true + +# Default delay on processing of updated tiles, in seconds. This can reduce potentially expensive re-rendering +# of frequently updated tiles (such as due to machines, pistons, quarries or other automation). Values can +# also be set on individual worlds and individual maps. +tileupdatedelay: 30 + +# Tile hashing is used to minimize tile file updates when no changes have occurred - set to false to disable +enabletilehash: true + +# Optional - hide ores: render as normal stone (so that they aren't revealed by maps) +#hideores: true + +# Optional - enabled BetterGrass style rendering of grass and snow block sides +#better-grass: true + +# Optional - enable smooth lighting by default on all maps supporting it (can be set per map as lighting option) +smooth-lighting: true + +# Optional - use world provider lighting table (good for custom worlds with custom lighting curves, like nether) +# false=classic Dynmap lighting curve +use-brightness-table: true + +# Optional - render specific block names using the textures and models of another block name: can be used to hide/disguise specific +# blocks (e.g. make ores look like stone, hide chests) or to provide simple support for rendering unsupported custom blocks +block-alias: +# "minecraft:quartz_ore": "stone" +# "diamond_ore": "coal_ore" + +# Default image format for HDMaps (png, jpg, jpg-q75, jpg-q80, jpg-q85, jpg-q90, jpg-q95, jpg-q100, webp, webp-q75, webp-q80, webp-q85, webp-q90, webp-q95, webp-q100), +# Note: any webp format requires the presence of the 'webp command line tools' (cwebp, dwebp) (https://developers.google.com/speed/webp/download) +# +# Has no effect on maps with explicit format settings +image-format: jpg-q90 + +# If cwebp or dwebp are not on the PATH, use these settings to provide their full path. Do not use these settings if the tools are on the PATH +# For Windows, include .exe +# +#cwebpPath: /usr/bin/cwebp +#dwebpPath: /usr/bin/dwebp + +# use-generated-textures: if true, use generated textures (same as client); false is static water/lava textures +# correct-water-lighting: if true, use corrected water lighting (same as client); false is legacy water (darker) +# transparent-leaves: if true, leaves are transparent (lighting-wise): false is needed for some Spout versions that break lighting on leaf blocks +use-generated-textures: true +correct-water-lighting: true +transparent-leaves: true + +# ctm-support: if true, Connected Texture Mod (CTM) in texture packs is enabled (default) +ctm-support: true +# custom-colors-support: if true, Custom Colors in texture packs is enabled (default) +custom-colors-support: true + +# Control loading of player faces (if set to false, skins are never fetched) +#fetchskins: false + +# Control updating of player faces, once loaded (if faces are being managed by other apps or manually) +#refreshskins: false + +# Customize URL used for fetching player skins (%player% is macro for name, %uuid% for UUID) +skin-url: "http://skins.minecraft.net/MinecraftSkins/%player%.png" + +# Control behavior for new (1.0+) compass orientation (sunrise moved 90 degrees: east is now what used to be south) +# default is 'newrose' (preserve pre-1.0 maps, rotate rose) +# 'newnorth' is used to rotate maps and rose (requires fullrender of any HDMap map - same as 'newrose' for FlatMap or KzedMap) +compass-mode: newnorth + +# Triggers for automatic updates : blockupdate-with-id is debug for breaking down updates by ID:meta +# To disable, set just 'none' and comment/delete the rest +render-triggers: + - blockupdate + #- blockupdate-with-id + #- lightingupdate + - chunkpopulate + - chunkgenerate + #- none + +# Title for the web page - if not specified, defaults to the server's name (unless it is the default of 'Unknown Server') +#webpage-title: "My Awesome Server Map" + +# The path where the tile-files are placed. +tilespath: web/tiles + +# The path where the web-files are located. +webpath: web + +# If set to false, disable extraction of webpath content (good if using custom web UI or 3rd party web UI) +# Note: web interface is unsupported in this configuration - you're on your own +update-webpath-files: true + +# The path were the /dynmapexp command exports OBJ ZIP files +exportpath: export + +# The path where files can be imported for /dmarker commands +importpath: import + +# The network-interface the webserver will bind to (0.0.0.0 for all interfaces, 127.0.0.1 for only local access). +# If not set, uses same setting as server in server.properties (or 0.0.0.0 if not specified) +#webserver-bindaddress: 0.0.0.0 + +# The TCP-port the webserver will listen on. +webserver-port: 8123 + +# Maximum concurrent session on internal web server - limits resources used in Bukkit server +max-sessions: 30 + +# Disables Webserver portion of Dynmap (Advanced users only) +disable-webserver: false + +# Enable/disable having the web server allow symbolic links (true=compatible with existing code, false=more secure (default)) +allow-symlinks: true + +# Enable login support +login-enabled: false +# Require login to access website (requires login-enabled: true) +login-required: false + +# Period between tile renders for fullrender, in seconds (non-zero to pace fullrenders, lessen CPU load) +timesliceinterval: 0.0 + +# Maximum chunk loads per server tick (1/20th of a second) - reducing this below 90 will impact render performance, but also will reduce server thread load +maxchunkspertick: 200 + +# Progress report interval for fullrender/radiusrender, in tiles. Must be 100 or greater +progressloginterval: 100 + +# Parallel fullrender: if defined, number of concurrent threads used for fullrender or radiusrender +# Note: setting this will result in much more intensive CPU use, some additional memory use. Caution should be used when +# setting this to equal or exceed the number of physical cores on the system. +#parallelrendercnt: 4 + +# Interval the browser should poll for updates. +updaterate: 2000 + +# If nonzero, server will pause fullrender/radiusrender processing when 'fullrenderplayerlimit' or more users are logged in +fullrenderplayerlimit: 0 +# If nonzero, server will pause update render processing when 'updateplayerlimit' or more users are logged in +updateplayerlimit: 0 +# Target limit on server thread use - msec per tick +per-tick-time-limit: 50 +# If TPS of server is below this setting, update renders processing is paused +update-min-tps: 18.0 +# If TPS of server is below this setting, full/radius renders processing is paused +fullrender-min-tps: 18.0 +# If TPS of server is below this setting, zoom out processing is paused +zoomout-min-tps: 18.0 + +showplayerfacesinmenu: true + +# Control whether players that are hidden or not on current map are grayed out (true=yes) +grayplayerswhenhidden: true + +# Set sidebaropened: 'true' to pin menu sidebar opened permanently, 'pinned' to default the sidebar to pinned, but allow it to unpin +#sidebaropened: true + +# Customized HTTP response headers - add 'id: value' pairs to all HTTP response headers (internal web server only) +#http-response-headers: +# Access-Control-Allow-Origin: "my-domain.com" +# X-Custom-Header-Of-Mine: "MyHeaderValue" + +# Trusted proxies for web server - which proxy addresses are trusted to supply valid X-Forwarded-For fields +# This now supports both IP address, and subnet ranges (e.g. 192.168.1.0/24 or 202.24.0.0/14 ) +trusted-proxies: + - "127.0.0.1" + - "0:0:0:0:0:0:0:1" + +joinmessage: "%playername% joined" +quitmessage: "%playername% quit" +spammessage: "You may only chat once every %interval% seconds." +# format for messages from web: %playername% substitutes sender ID (typically IP), %message% includes text +webmsgformat: "&color;2[WEB] %playername%: &color;f%message%" + +# Control whether layer control is presented on the UI (default is true) +showlayercontrol: true + +# Enable checking for banned IPs via banned-ips.txt (internal web server only) +check-banned-ips: true + +# Default selection when map page is loaded +defaultzoom: 0 +defaultworld: world +defaultmap: flat +# (optional) Zoom level and map to switch to when following a player, if possible +#followzoom: 3 +#followmap: surface + +# If true, make persistent record of IP addresses used by player logins, to support web IP to player matching +persist-ids-by-ip: true + +# If true, map text to cyrillic +cyrillic-support: false + +# Messages to customize +msg: + maptypes: "Map Types" + players: "Players" + chatrequireslogin: "Chat Requires Login" + chatnotallowed: "You are not permitted to send chat messages" + hiddennamejoin: "Player joined" + hiddennamequit: "Player quit" + +# URL for client configuration (only need to be tailored for proxies or other non-standard configurations) +url: + # configuration URL + #configuration: "up/configuration" + # update URL + #update: "up/world/{world}/{timestamp}" + # sendmessage URL + #sendmessage: "up/sendmessage" + # login URL + #login: "up/login" + # register URL + #register: "up/register" + # tiles base URL + #tiles: "tiles/" + # markers base URL + #markers: "tiles/" + # Snapshot cache size, in chunks +snapshotcachesize: 500 +# Snapshot cache uses soft references (true), else weak references (false) +soft-ref-cache: true + +# Player enter/exit title messages for map markers +# +# Processing period - how often to check player positions vs markers - default is 1000ms (1 second) +#enterexitperiod: 1000 +# Title message fade in time, in ticks (0.05 second intervals) - default is 10 (1/2 second) +#titleFadeIn: 10 +# Title message stay time, in ticks (0.05 second intervals) - default is 70 (3.5 seconds) +#titleStay: 70 +# Title message fade out time, in ticks (0.05 seocnd intervals) - default is 20 (1 second) +#titleFadeOut: 20 +# Enter/exit messages use on screen titles (true - default), if false chat messages are sent instead +#enterexitUseTitle: true +# Set true if new enter messages should supercede pending exit messages (vs being queued in order), default false +#enterReplacesExits: true + +# Published public URL for Dynmap server (allows users to use 'dynmap url' command to get public URL usable to access server +# If not set, 'dynmap url' will not return anything. URL should be fully qualified (e.g. https://mc.westeroscraft.com/) +#publicURL: http://my.greatserver.com/dynmap + +# Send this message if the player does not have permission to use the command +noPermissionMsg: "You don't have permission to use this command!" + +# Set to true to enable verbose startup messages - can help with debugging map configuration problems +# Set to false for a much quieter startup log +verbose: false + +# Enables debugging. +#debuggers: +# - class: org.dynmap.debug.LogDebugger +# Debug: dump blocks missing render data +dump-missing-blocks: false + +# Log4J defense: string substituted for attempts to use macros in web chat +hackAttemptBlurb: "(IaM5uchA1337Haxr-Ban Me!)" diff --git a/minecolonies-1.20.1/data/dynmap/custom-lightings.txt b/minecolonies-1.20.1/data/dynmap/custom-lightings.txt new file mode 100644 index 00000000..6c569b80 --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/custom-lightings.txt @@ -0,0 +1,3 @@ +# The user is free to add new and custom lightings here, including replacements for standard ones +# Dynmap's install will not overwrite it +lightings: \ No newline at end of file diff --git a/minecolonies-1.20.1/data/dynmap/custom-perspectives.txt b/minecolonies-1.20.1/data/dynmap/custom-perspectives.txt new file mode 100644 index 00000000..fe32e169 --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/custom-perspectives.txt @@ -0,0 +1,3 @@ +# The user is free to add new and custom perspectives here, including replacements for standard ones +# Dynmap's install will not overwrite it +perspectives: diff --git a/minecolonies-1.20.1/data/dynmap/custom-shaders.txt b/minecolonies-1.20.1/data/dynmap/custom-shaders.txt new file mode 100644 index 00000000..27f14d41 --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/custom-shaders.txt @@ -0,0 +1,3 @@ +# The user is free to add new and custom shaders here, including replacements for standard ones +# Dynmap's install will not overwrite it +shaders: diff --git a/minecolonies-1.20.1/data/dynmap/forgeworlds.yml b/minecolonies-1.20.1/data/dynmap/forgeworlds.yml new file mode 100644 index 00000000..07d27c8e --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/forgeworlds.yml @@ -0,0 +1,26 @@ +%YAML 1.1 +--- +worlds: +- sealevel: 63 + nether: false + miny: -64 + name: world + the_end: false + title: world + height: 384 +- sealevel: 63 + nether: false + miny: 0 + name: DIM1 + the_end: true + title: DIM1 + height: 256 +- sealevel: 63 + nether: true + miny: 0 + name: DIM-1 + the_end: false + title: DIM-1 + height: 256 +useSaveFolderAsName: true +maxWorldHeight: 320 diff --git a/minecolonies-1.20.1/data/dynmap/ids-by-ip.txt b/minecolonies-1.20.1/data/dynmap/ids-by-ip.txt new file mode 100644 index 00000000..4cac62b4 --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/ids-by-ip.txt @@ -0,0 +1,4 @@ +%YAML 1.1 +--- +'100_65_44_225': +- Cephi_sui diff --git a/minecolonies-1.20.1/data/dynmap/lightings.txt b/minecolonies-1.20.1/data/dynmap/lightings.txt new file mode 100644 index 00000000..2e3234fc --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/lightings.txt @@ -0,0 +1,149 @@ +version: 3.7-SNAPSHOT +# +# This file contains default standard lighting profiles. The contents of this file CAN need to be replaced and updated +# during upgrades, so new or updated lighting definitions should be done in the custom-lightings.txt file +# +lightings: + # Default lighting - no effects, shadows, day/night + - class: org.dynmap.hdmap.DefaultHDLighting + name: default + # Shadows enabled day mode + - class: org.dynmap.hdmap.ShadowHDLighting + name: shadows + shadowstrength: 1.0 + # Night view (default moonight level is 4) + - class: org.dynmap.hdmap.ShadowHDLighting + name: night + shadowstrength: 1.0 + ambientlight: 4 + # A 'bright' night view (easier to see unlit landscape dimly) + - class: org.dynmap.hdmap.ShadowHDLighting + name: brightnight + shadowstrength: 1.0 + ambientlight: 8 + # Night and day view + - class: org.dynmap.hdmap.ShadowHDLighting + name: nightandday + shadowstrength: 1.0 + ambientlight: 4 + night-and-day: true + # 'Bright' Night and day view + - class: org.dynmap.hdmap.ShadowHDLighting + name: brightnightandday + shadowstrength: 1.0 + ambientlight: 8 + night-and-day: true + # Shadows enabled nether + - class: org.dynmap.hdmap.ShadowHDLighting + name: nethershadows + shadowstrength: 0.5 + ambientlight: 4 + # Shadows enabled day mode (smooth lighting) + - class: org.dynmap.hdmap.ShadowHDLighting + name: shadows-smooth + shadowstrength: 1.0 + smooth-lighting: true + # Night view (default moonight level is 4) (smooth lighting) + - class: org.dynmap.hdmap.ShadowHDLighting + name: night-smooth + shadowstrength: 1.0 + ambientlight: 4 + smooth-lighting: true + # A 'bright' night view (easier to see unlit landscape dimly) (smooth lighting) + - class: org.dynmap.hdmap.ShadowHDLighting + name: brightnight-smooth + shadowstrength: 1.0 + ambientlight: 8 + smooth-lighting: true + # Night and day view (smooth lighting) + - class: org.dynmap.hdmap.ShadowHDLighting + name: nightandday-smooth + shadowstrength: 1.0 + ambientlight: 4 + night-and-day: true + smooth-lighting: true + # 'Bright' Night and day view (smooth lighting) + - class: org.dynmap.hdmap.ShadowHDLighting + name: brightnightandday-smooth + shadowstrength: 1.0 + ambientlight: 8 + night-and-day: true + smooth-lighting: true + # Shadows enabled day mode (always classic lighting map) + - class: org.dynmap.hdmap.ShadowHDLighting + name: shadows-classic + shadowstrength: 1.0 + use-brightness-table: false + # Shadows enabled nether (always classic lighting map) + - class: org.dynmap.hdmap.ShadowHDLighting + name: nethershadows-classic + shadowstrength: 0.5 + ambientlight: 4 + use-brightness-table: false + # Shadows enabled day mode - grayscale + - class: org.dynmap.hdmap.ShadowHDLighting + name: grayscale + shadowstrength: 1.0 + grayscale: true + smooth-lighting: true + # Shadows enabled day mode - grayscale parchment + - class: org.dynmap.hdmap.ShadowHDLighting + name: parchment + shadowstrength: 1.0 + grayscale: true + graytone: '#C09A53' + smooth-lighting: true + # Default day mode - grayscale parchment + - class: org.dynmap.hdmap.DefaultHDLighting + name: parchment-noshadow + grayscale: true + graytone: '#C09A53' + # Spawn at night warning map + - class: org.dynmap.hdmap.LightLevelHDLighting + name: nightspawn + color0: '#FF0000' + color1: '#FF6600' + color2: '#FF9900' + color3: '#FFCC00' + color4: '#FFCC33' + color5: '#FFCC66' + color6: '#FFCC99' + color7: '#FFFF00' + night: true + # Spawn day-night warning map + - class: org.dynmap.hdmap.LightLevelHDLighting + name: daynightspawn + color0: '#FF0000' + color1: '#FF6600' + color2: '#FF9900' + color3: '#FFCC00' + color4: '#FFCC33' + color5: '#FFCC66' + color6: '#FFCC99' + color7: '#FFFF00' + night-and-day: true + # Shadows enabled day mode - grayscale parchment, brown ink + - class: org.dynmap.hdmap.ShadowHDLighting + name: parchmentbrownink + shadowstrength: 1.0 + grayscale: true + graytone: '#C09A53' + graytonedark: '#400000' + smooth-lighting: true + # Shadows enabled - black and white parchment, brown ink + - class: org.dynmap.hdmap.ShadowHDLighting + name: parchmentbrowninkbw + shadowstrength: 1.0 + blackandwhite: true + blackthreshold: 64 + graytone: '#C09A53' + graytonedark: '#400000' + smooth-lighting: true + # Shadows disabled - black and white parchment, brown ink + - class: org.dynmap.hdmap.DefaultHDLighting + name: parchmentbw + blackandwhite: true + blackthreshold: 80 + graytone: '#C09A53' + graytonedark: '#400000' + \ No newline at end of file diff --git a/minecolonies-1.20.1/data/dynmap/markers.yml b/minecolonies-1.20.1/data/dynmap/markers.yml new file mode 100644 index 00000000..4f4a9f13 --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/markers.yml @@ -0,0 +1,21 @@ +%YAML 1.1 +--- +isSafe: true +icons: { + } +sets: + markers: + hide: false + circles: { + } + deficon: default + areas: { + } + label: Markers + markers: { + } + lines: { + } + layerprio: 0 +playersets: { + } diff --git a/minecolonies-1.20.1/data/dynmap/permissions.yml.example b/minecolonies-1.20.1/data/dynmap/permissions.yml.example new file mode 100644 index 00000000..a25f9adc --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/permissions.yml.example @@ -0,0 +1,27 @@ +# +# Sample permissions.yml for dynmap - trivial, flat-file based permissions for dynmap features +# To use, copy this file to dynmap/permissions.yml, and edit appropriate. File is YAML format. +# +# All operators have full permissions to all functions. +# All users receive the permissions under the 'defaultuser' section +# Specific users can be given more permissions by defining a section with their name containing their permisssions +# All permissions correspond to those documented here (https://github.com/webbukkit/dynmap/wiki/Permissions), but +# do NOT have the 'dynmap.' prefix when used here (e.g. 'dynmap.fullrender' permission is just 'fullrender' here). +# +defaultuser: + - render + - show.self + - hide.self + - sendtoweb + - stats + - marker.list + - marker.listsets + - marker.icons + - webregister + - webchat + #- marker.sign + +#playername1: +# - fullrender +# - cancelrender +# - radiusrender diff --git a/minecolonies-1.20.1/data/dynmap/perspectives.txt b/minecolonies-1.20.1/data/dynmap/perspectives.txt new file mode 100644 index 00000000..5995a1c8 --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/perspectives.txt @@ -0,0 +1,509 @@ +version: 3.7-SNAPSHOT +# +# This file contains default standard perspective definitions. The contents of this file CAN need to be replaced and updated +# during upgrades, so new or updated perspective definitions should be done in the custom-perspectives.txt file +# +perspectives: + # Default - used if bad or no perspective name supplied + - class: org.dynmap.hdmap.IsoHDPerspective + name: default + azimuth: 135 + inclination: 60 + scale: 4 + # iso_classic is very close to KzedMap view + - class: org.dynmap.hdmap.IsoHDPerspective + name: classic + azimuth: 135 + inclination: 60 + scale: 1.4 + # High angle (60 degree) views + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_S_60_vlowres + azimuth: 180 + inclination: 60 + scale: 2 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_S_60_lowres + azimuth: 180 + inclination: 60 + scale: 4 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_S_60_medres + azimuth: 180 + inclination: 60 + scale: 8 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_S_60_hires + azimuth: 180 + inclination: 60 + scale: 16 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_SE_60_vlowres + azimuth: 135 + inclination: 60 + scale: 2 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_SE_60_lowres + azimuth: 135 + inclination: 60 + scale: 4 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_SE_60_medres + azimuth: 135 + inclination: 60 + scale: 8 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_SE_60_hires + azimuth: 135 + inclination: 60 + scale: 16 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_E_60_vlowres + azimuth: 90 + inclination: 60 + scale: 2 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_E_60_lowres + azimuth: 90 + inclination: 60 + scale: 4 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_E_60_medres + azimuth: 90 + inclination: 60 + scale: 8 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_E_60_hires + azimuth: 90 + inclination: 60 + scale: 16 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_NE_60_vlowres + azimuth: 45 + inclination: 60 + scale: 2 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_NE_60_lowres + azimuth: 45 + inclination: 60 + scale: 4 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_NE_60_medres + azimuth: 45 + inclination: 60 + scale: 8 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_NE_60_hires + azimuth: 45 + inclination: 60 + scale: 16 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_N_60_vlowres + azimuth: 0 + inclination: 60 + scale: 2 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_N_60_lowres + azimuth: 0 + inclination: 60 + scale: 4 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_N_60_medres + azimuth: 0 + inclination: 60 + scale: 8 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_N_60_hires + azimuth: 0 + inclination: 60 + scale: 16 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_NW_60_vlowres + azimuth: 315 + inclination: 60 + scale: 2 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_NW_60_lowres + azimuth: 315 + inclination: 60 + scale: 4 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_NW_60_medres + azimuth: 315 + inclination: 60 + scale: 8 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_NW_60_hires + azimuth: 315 + inclination: 60 + scale: 16 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_W_60_vlowres + azimuth: 270 + inclination: 60 + scale: 2 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_W_60_lowres + azimuth: 270 + inclination: 60 + scale: 4 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_W_60_medres + azimuth: 270 + inclination: 60 + scale: 8 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_W_60_hires + azimuth: 270 + inclination: 60 + scale: 16 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_SW_60_vlowres + azimuth: 225 + inclination: 60 + scale: 2 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_SW_60_lowres + azimuth: 225 + inclination: 60 + scale: 4 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_SW_60_medres + azimuth: 225 + inclination: 60 + scale: 8 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_SW_60_hires + azimuth: 225 + inclination: 60 + scale: 16 + +# Low angle perspectives (30 degrees) + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_S_30_vlowres + azimuth: 180 + inclination: 30 + scale: 2 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_S_30_lowres + azimuth: 180 + inclination: 30 + scale: 4 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_S_30_medres + azimuth: 180 + inclination: 30 + scale: 8 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_S_30_hires + azimuth: 180 + inclination: 30 + scale: 16 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_SE_30_vlowres + azimuth: 135 + inclination: 30 + scale: 2 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_SE_30_lowres + azimuth: 135 + inclination: 30 + scale: 4 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_SE_30_medres + azimuth: 135 + inclination: 30 + scale: 8 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_SE_30_hires + azimuth: 135 + inclination: 30 + scale: 16 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_E_30_vlowres + azimuth: 90 + inclination: 30 + scale: 2 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_E_30_lowres + azimuth: 90 + inclination: 30 + scale: 4 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_E_30_medres + azimuth: 90 + inclination: 30 + scale: 8 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_E_30_hires + azimuth: 90 + inclination: 30 + scale: 16 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_NE_30_vlowres + azimuth: 45 + inclination: 30 + scale: 2 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_NE_30_lowres + azimuth: 45 + inclination: 30 + scale: 4 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_NE_30_medres + azimuth: 45 + inclination: 30 + scale: 8 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_NE_30_hires + azimuth: 45 + inclination: 30 + scale: 16 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_N_30_vlowres + azimuth: 0 + inclination: 30 + scale: 2 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_N_30_lowres + azimuth: 0 + inclination: 30 + scale: 4 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_N_30_medres + azimuth: 0 + inclination: 30 + scale: 8 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_N_30_hires + azimuth: 0 + inclination: 30 + scale: 16 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_NW_30_vlowres + azimuth: 315 + inclination: 30 + scale: 2 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_NW_30_lowres + azimuth: 315 + inclination: 30 + scale: 4 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_NW_30_medres + azimuth: 315 + inclination: 30 + scale: 8 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_NW_30_hires + azimuth: 315 + inclination: 30 + scale: 16 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_W_30_vlowres + azimuth: 270 + inclination: 30 + scale: 2 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_W_30_lowres + azimuth: 270 + inclination: 30 + scale: 4 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_W_30_medres + azimuth: 270 + inclination: 30 + scale: 8 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_W_30_hires + azimuth: 270 + inclination: 30 + scale: 16 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_SW_30_vlowres + azimuth: 225 + inclination: 30 + scale: 2 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_SW_30_lowres + azimuth: 225 + inclination: 30 + scale: 4 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_SW_30_medres + azimuth: 225 + inclination: 30 + scale: 8 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_SW_30_hires + azimuth: 225 + inclination: 30 + scale: 16 + +# Vertical perspectives (90 deg) + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_N_90_vlowres + azimuth: 0 + inclination: 90 + scale: 2 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_N_90_lowres + azimuth: 0 + inclination: 90 + scale: 4 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_N_90_medres + azimuth: 0 + inclination: 90 + scale: 8 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_N_90_hires + azimuth: 0 + inclination: 90 + scale: 16 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_S_90_vlowres + azimuth: 180 + inclination: 90 + scale: 2 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_S_90_lowres + azimuth: 180 + inclination: 90 + scale: 4 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_S_90_medres + azimuth: 180 + inclination: 90 + scale: 8 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_S_90_hires + azimuth: 180 + inclination: 90 + scale: 16 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_E_90_vlowres + azimuth: 90 + inclination: 90 + scale: 2 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_E_90_lowres + azimuth: 90 + inclination: 90 + scale: 4 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_E_90_medres + azimuth: 90 + inclination: 90 + scale: 8 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_E_90_hires + azimuth: 90 + inclination: 90 + scale: 16 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_W_90_vlowres + azimuth: 270 + inclination: 90 + scale: 2 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_W_90_lowres + azimuth: 270 + inclination: 90 + scale: 4 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_W_90_medres + azimuth: 270 + inclination: 90 + scale: 8 + + - class: org.dynmap.hdmap.IsoHDPerspective + name: iso_W_90_hires + azimuth: 270 + inclination: 90 + scale: 16 + + # Old style compass (sun rise in the North...) + - class: org.dynmap.hdmap.IsoHDPerspective + name: oldnorth + azimuth: 0 + compassazimuth: 90 + inclination: 90 + scale: 4 + \ No newline at end of file diff --git a/minecolonies-1.20.1/data/dynmap/renderdata/README b/minecolonies-1.20.1/data/dynmap/renderdata/README new file mode 100644 index 00000000..ae6f10e1 --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/renderdata/README @@ -0,0 +1 @@ +Most renderdata files are now internal - custom files can still be placed in the dynmap/renderdata directory. diff --git a/minecolonies-1.20.1/data/dynmap/shaders.txt b/minecolonies-1.20.1/data/dynmap/shaders.txt new file mode 100644 index 00000000..c001a4e9 --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/shaders.txt @@ -0,0 +1,203 @@ +version: 3.7-SNAPSHOT +# +# This file contains default standard shader definitions. The contents of this file are replaced and updated +# during upgrades, so new or updated shader definitions should be done in the custom-shaders.txt file +# +shaders: + # Default shader - used if shader not specified or invalid + - class: org.dynmap.hdmap.TexturePackHDShader + name: default + texturepack: standard + + # Color scheme based shaders + - class: org.dynmap.hdmap.DefaultHDShader + name: defaultscheme + colorscheme: default + + - class: org.dynmap.hdmap.DefaultHDShader + name: ovocean + colorscheme: ovocean + + - class: org.dynmap.hdmap.DefaultHDShader + name: flames + colorscheme: flames + + - class: org.dynmap.hdmap.DefaultHDShader + name: sk89q + colorscheme: sk89q + + - class: org.dynmap.hdmap.DefaultHDShader + name: amidst + biomecolored: biome + colorscheme: amidst + + # Biome based shaders + - class: org.dynmap.hdmap.DefaultHDShader + name: biome + biomecolored: biome + + - class: org.dynmap.hdmap.DefaultHDShader + name: temperature + biomecolored: temperature + + - class: org.dynmap.hdmap.DefaultHDShader + name: rainfall + biomecolored: rainfall + + # No transparency default color scheme shader + - class: org.dynmap.hdmap.DefaultHDShader + name: no_transparency + colorscheme: default + transparency: false + + # Cave view shader + - class: org.dynmap.hdmap.CaveHDShader + name: cave + + # Cave view shader - only lit caves + - class: org.dynmap.hdmap.CaveHDShader + name: lit-cave + onlyiflit: true + + # Cave view shader - hide various soft blocks + - class: org.dynmap.hdmap.CaveHDShader + name: cave-noplants + hiddenids: [ 6, 17, 18, 31, 32, 37, 38, 39, 40, 50, 55, 78, 81, 83, 86, 99, 100, 103, 104, 105, 111, 115 ] + + # Texture pack based shader for standard Minecraft textures + - class: org.dynmap.hdmap.TexturePackHDShader + name: stdtexture + texturepack: standard + + # Standard texture cave view shader + - class: org.dynmap.hdmap.TexturePackHDCaveShader + name: stdtexture-cave + texturepack: standard + max-sky-light: 0 + min-emitted-light: 1 + + # Standard texture underwater view shader + - class: org.dynmap.hdmap.TexturePackHDUnderwaterShader + name: stdtexture-underwater + texturepack: standard + + # Standard texture underwater view shader (with land not hidden) + - class: org.dynmap.hdmap.TexturePackHDUnderwaterShader + name: stdtexture-underwater-keep-land + texturepack: standard + hide-land: false + + # Texture pack based shader for standard Minecraft textures, without biome-tinted grass/leaves + - class: org.dynmap.hdmap.TexturePackHDShader + name: stdtexture-nobiome + texturepack: standard + biomeshaded: false + + # Texture pack based shader for standard Minecraft textures, with grid for region file borders (512x512) + - class: org.dynmap.hdmap.TexturePackHDShader + name: stdtexture-mcr-grid + texturepack: standard + grid-scale: 512 + + # Topological map shader + - class: org.dynmap.hdmap.TopoHDShader + name: topo + color127: "#FFFFFF" + color111: "#8B4513" + color95: "#D2B48C" + color79: "#FFFF00" + color63: "#008000" + color47: "#228B22" + color31: "#104010" + color15: "#6B8E23" + color0: "#696969" + linecolor: "#000000" + watercolor: "#0000FF" + wateralpha: 1.0 + + # Topological map shader (spread over 256 height) + - class: org.dynmap.hdmap.TopoHDShader + name: topo256 + color255: "#FFFFFF" + color222: "#8B4513" + color190: "#D2B48C" + color158: "#FFFF00" + color126: "#008000" + color94: "#228B22" + color62: "#104010" + color30: "#6B8E23" + color0: "#696969" + linecolor: "#000000" + watercolor: "#0000FF" + wateralpha: 1.0 + + # Topological map shader (hide plants and other soft features) + - class: org.dynmap.hdmap.TopoHDShader + name: topo-noplants + color127: "#FFFFFF" + color111: "#8B4513" + color95: "#D2B48C" + color79: "#FFFF00" + color63: "#008000" + color47: "#228B22" + color31: "#104010" + color15: "#6B8E23" + color0: "#696969" + linecolor: "#000000" + watercolor: "#0000FF" + wateralpha: 1.0 + hiddenids: [ 6, 17, 18, 31, 32, 37, 38, 39, 40, 50, 55, 78, 81, 83, 86, 99, 100, 103, 104, 105, 111, 115 ] + + # Topological map shader (hide plants and other soft features) + - class: org.dynmap.hdmap.TopoHDShader + name: topo256-noplants + color255: "#FFFFFF" + color222: "#8B4513" + color190: "#D2B48C" + color158: "#FFFF00" + color126: "#008000" + color94: "#228B22" + color62: "#104010" + color30: "#6B8E23" + color0: "#696969" + linecolor: "#000000" + watercolor: "#0000FF" + wateralpha: 1.0 + hiddenids: [ 6, 17, 18, 31, 32, 37, 38, 39, 40, 50, 55, 78, 81, 83, 86, 99, 100, 103, 104, 105, 111, 115 ] + + # Alternate topological map shader (thanks to TerraNetworkOrg!) + - class: org.dynmap.hdmap.TopoHDShader + name: TerraNetworkOrgTopo + color127: "#4F2101" + color120: "#8B4513" + color108: "#D2B48C" + color96: "#C99653" + color84: "#CB9C0B" + color72: "#B1B62E" + color60: "#0F8D0F" + color48: "#14703B" + color36: "#106343" + color24: "#0E5347" + color12: "#939393" + color0: "#696969" + linecolor: "#000000" + watercolor: "#1F1FEA" + wateralpha: 1.0 + + # Inhabited time map shader + - class: org.dynmap.hdmap.InhabitedHDShader + name: inhabited + color10: "#0000FF" + color30: "#00FFFF" + color100: "#008000" + color300: "#FFFF00" + color1000: "#FF8000" + color3000: "#FF0000" + + # Chunk version shader (shades by version of data format) + - class: org.dynmap.hdmap.ChunkVersionHDShader + name: chunkversion + # Chunk status shader (shades by chunk state) + - class: org.dynmap.hdmap.ChunkStatusHDShader + name: chunkstatus + \ No newline at end of file diff --git a/minecolonies-1.20.1/data/dynmap/templates/nether-hi_boost_vhi.txt b/minecolonies-1.20.1/data/dynmap/templates/nether-hi_boost_vhi.txt new file mode 100644 index 00000000..d9071520 --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/templates/nether-hi_boost_vhi.txt @@ -0,0 +1,37 @@ +version: 0.20 +# +# Default template for "Nether" environment worlds (deftemplatesuffix="hi_boost_vhi") +# Uses the HDMap renderer with view from the SE with the "hires" resolution (16 pixels per block edge), with resolution boosted +# tiles rendered at 'vhires' resolution (32 pixels perblock edge) +# +# This file MAY need to be replaced during an upgrade - rename file to 'custom-nether-hi_boost_vhi.txt' if you wish to customize it +# +templates: + # Nether world template (HDMap hires with vhires boost) + nether-hi_boost_vhi: + enabled: true + # Number of extra zoom-out levels for world (each level is twice as big as the previous one) + extrazoomout: 2 + maps: + - class: org.dynmap.hdmap.HDMap + name: flat + title: "Flat" + prefix: flat + perspective: iso_S_90_lowres + shader: stdtexture + lighting: nethershadows + # Map background color (day or night) + background: "#300806" + mapzoomin: 4 + - class: org.dynmap.hdmap.HDMap + name: nether + title: "Surface" + prefix: nt + perspective: iso_SE_30_hires + shader: stdtexture + lighting: nethershadows + # Map background color (day or night) + background: "#300806" + mapzoomin: 2 + boostzoom: 1 + \ No newline at end of file diff --git a/minecolonies-1.20.1/data/dynmap/templates/nether-hi_boost_xhi.txt b/minecolonies-1.20.1/data/dynmap/templates/nether-hi_boost_xhi.txt new file mode 100644 index 00000000..b789a54d --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/templates/nether-hi_boost_xhi.txt @@ -0,0 +1,37 @@ +version: 0.20 +# +# Default template for "Nether" environment worlds (deftemplatesuffix="hi_boost_xhi") +# Uses the HDMap renderer with view from the SE with the "hires" resolution (16 pixels per block edge), with resolution boosted +# tiles rendered at 'xhires' resolution (64 pixels perblock edge) +# +# This file MAY need to be replaced during an upgrade - rename file to 'custom-nether-hi_boost_xhi.txt' if you wish to customize it +# +templates: + # Nether world template (HDMap hires with xhires boost) + nether-hi_boost_xhi: + enabled: true + # Number of extra zoom-out levels for world (each level is twice as big as the previous one) + extrazoomout: 2 + maps: + - class: org.dynmap.hdmap.HDMap + name: flat + title: "Flat" + prefix: flat + perspective: iso_S_90_lowres + shader: stdtexture + lighting: nethershadows + # Map background color (day or night) + background: "#300806" + mapzoomin: 5 + - class: org.dynmap.hdmap.HDMap + name: nether + title: "Surface" + prefix: nt + perspective: iso_SE_30_hires + shader: stdtexture + lighting: nethershadows + # Map background color (day or night) + background: "#300806" + mapzoomin: 3 + boostzoom: 2 + \ No newline at end of file diff --git a/minecolonies-1.20.1/data/dynmap/templates/nether-hires.txt b/minecolonies-1.20.1/data/dynmap/templates/nether-hires.txt new file mode 100644 index 00000000..eb364539 --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/templates/nether-hires.txt @@ -0,0 +1,38 @@ +version: 0.20 +# +# Default template for "Nether" environment worlds (deftemplatesuffix="hires") +# Uses the HDMap renderer with view from the SE with the "hires" resolution (16 pixels per block edge) +# +# This file MAY need to be replaced during an upgrade - rename file to 'custom-nether-hires.txt' if you wish to customize it +# +templates: + # Nether world template (HDMap hires) + nether-hires: + enabled: true + # Number of extra zoom-out levels for world (each level is twice as big as the previous one) + extrazoomout: 2 + #center: + # x: 0 + # y: 64 + # z: 0 + maps: + - class: org.dynmap.hdmap.HDMap + name: flat + title: "Flat" + prefix: flat + perspective: iso_S_90_lowres + shader: stdtexture + lighting: nethershadows + # Map background color (day or night) + background: "#300806" + mapzoomin: 1 + - class: org.dynmap.hdmap.HDMap + name: nether + title: "Surface" + prefix: nt + perspective: iso_SE_30_hires + shader: stdtexture + lighting: nethershadows + # Map background color (day or night) + background: "#300806" + mapzoomin: 1 diff --git a/minecolonies-1.20.1/data/dynmap/templates/nether-low_boost_hi.txt b/minecolonies-1.20.1/data/dynmap/templates/nether-low_boost_hi.txt new file mode 100644 index 00000000..42c8be55 --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/templates/nether-low_boost_hi.txt @@ -0,0 +1,38 @@ +version: 0.20 +# +# Default template for "Nether" environment worlds (deftemplatesuffix="low_boost_hi") +# Uses the HDMap renderer with view from the SE with the "lowres" resolution (4 pixels per block edge), with boosted tiles +# rendered at "hires" (16 pixels per block edge) +# +# This file MAY need to be replaced during an upgrade - rename file to 'custom-nether-low_boost_hi.txt' if you wish to customize it +# +templates: + # Nether world template (HDMap lowres, with hires boost) + nether-low_boost_hi: + enabled: true + # Number of extra zoom-out levels for world (each level is twice as big as the previous one) + extrazoomout: 2 + maps: + - class: org.dynmap.hdmap.HDMap + name: flat + title: "Flat" + prefix: flat + perspective: iso_S_90_lowres + shader: stdtexture + lighting: nethershadows + # Map background color (day or night) + background: "#300806" + # Adjust extra zoom in levels - default is 2 + mapzoomin: 4 + - class: org.dynmap.hdmap.HDMap + name: nether + title: "Surface" + prefix: nt + perspective: iso_SE_30_lowres + shader: stdtexture + lighting: nethershadows + # Map background color (day or night) + background: "#300806" + # Adjust extra zoom in levels - default is 2 + mapzoomin: 4 + boostzoom: 2 diff --git a/minecolonies-1.20.1/data/dynmap/templates/nether-lowres.txt b/minecolonies-1.20.1/data/dynmap/templates/nether-lowres.txt new file mode 100644 index 00000000..014a271f --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/templates/nether-lowres.txt @@ -0,0 +1,40 @@ +version: 0.20 +# +# Default template for "Nether" environment worlds (deftemplatesuffix="lowres") +# Uses the HDMap renderer with view from the SE with the "lowres" resolution (4 pixels per block edge) +# +# This file MAY need to be replaced during an upgrade - rename file to 'custom-nether-lowres.txt' if you wish to customize it +# +templates: + # Nether world template (HDMap lowres) + nether-lowres: + enabled: true + # Number of extra zoom-out levels for world (each level is twice as big as the previous one) + extrazoomout: 2 + #center: + # x: 0 + # y: 64 + # z: 0 + maps: + - class: org.dynmap.hdmap.HDMap + name: flat + title: "Flat" + prefix: flat + perspective: iso_S_90_lowres + shader: stdtexture + lighting: nethershadows + # Map background color (day or night) + background: "#300806" + # Adjust extra zoom in levels - default is 2 + mapzoomin: 2 + - class: org.dynmap.hdmap.HDMap + name: nether + title: "Surface" + prefix: nt + perspective: iso_SE_60_lowres + shader: stdtexture + lighting: nethershadows + # Map background color (day or night) + background: "#300806" + # Adjust extra zoom in levels - default is 2 + mapzoomin: 2 diff --git a/minecolonies-1.20.1/data/dynmap/templates/nether-vlowres.txt b/minecolonies-1.20.1/data/dynmap/templates/nether-vlowres.txt new file mode 100644 index 00000000..b092bf5f --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/templates/nether-vlowres.txt @@ -0,0 +1,40 @@ +version: 0.24 +# +# Default template for "Nether" environment worlds (deftemplatesuffix="vlowres") +# Uses the HDMap renderer with view from the SE with the "vlowres" resolution (2 pixels per block edge) +# +# This file MAY need to be replaced during an upgrade - rename file to 'custom-nether-vlowres.txt' if you wish to customize it +# +templates: + # Nether world template (HDMap vlowres) + nether-vlowres: + enabled: true + # Number of extra zoom-out levels for world (each level is twice as big as the previous one) + extrazoomout: 2 + #center: + # x: 0 + # y: 64 + # z: 0 + maps: + - class: org.dynmap.hdmap.HDMap + name: flat + title: "Flat" + prefix: flat + perspective: iso_S_90_vlowres + shader: stdtexture + lighting: nethershadows + # Map background color (day or night) + background: "#300806" + # Adjust extra zoom in levels - default is 2 + mapzoomin: 2 + - class: org.dynmap.hdmap.HDMap + name: nether + title: "Surface" + prefix: nt + perspective: iso_SE_60_vlowres + shader: stdtexture + lighting: nethershadows + # Map background color (day or night) + background: "#300806" + # Adjust extra zoom in levels - default is 2 + mapzoomin: 2 diff --git a/minecolonies-1.20.1/data/dynmap/templates/nether.txt b/minecolonies-1.20.1/data/dynmap/templates/nether.txt new file mode 100644 index 00000000..941d75a6 --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/templates/nether.txt @@ -0,0 +1,39 @@ +version: 1.9 +# +# Default template for "Nether" environment worlds +# +# This file MAY need to be replaced during an upgrade - rename file to 'custom-nether.txt' if you wish to customize it +# +templates: + # Nether world template + nether: + enabled: true + # Number of extra zoom-out levels for world (each level is twice as big as the previous one) + extrazoomout: 2 + #center: + # x: 0 + # y: 64 + # z: 0 + maps: + - class: org.dynmap.hdmap.HDMap + name: flat + title: "Flat" + prefix: flat + perspective: iso_S_90_vlowres + shader: defaultscheme + lighting: default + # Map background color (day or night) + background: "#300806" + # Adjust extra zoom in levels - default is 2 + mapzoomin: 2 + - class: org.dynmap.hdmap.HDMap + name: nether + title: "Surface" + prefix: nt + perspective: iso_SE_60_vlowres + shader: defaultscheme + lighting: default + # Map background color (day or night) + background: "#300806" + # Adjust extra zoom in levels - default is 2 + mapzoomin: 2 diff --git a/minecolonies-1.20.1/data/dynmap/templates/normal-hi_boost_vhi.txt b/minecolonies-1.20.1/data/dynmap/templates/normal-hi_boost_vhi.txt new file mode 100644 index 00000000..e377a200 --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/templates/normal-hi_boost_vhi.txt @@ -0,0 +1,40 @@ +version: 0.20 +# +# Default template for "Normal" environment worlds (deftemplatesuffix="hi_boost_vhi") +# Uses the HDMap renderer with view from the SE with the "hires" resolution (16 pixels per block edge), with resolution boosted +# tiles rendered at 'vhires' resolution (32 pixels perblock edge) +# +# This file MAY need to be replaced during an upgrade - rename file to 'custom-normal-hi_boost_vhi.txt' if you wish to customize it +# +templates: + # Template for normal world (HDMap hires with vhires boost) + normal-hi_boost_vhi: + enabled: true + # Number of extra zoom-out levels for world (each level is twice as big as the previous one) + extrazoomout: 2 + maps: + - class: org.dynmap.hdmap.HDMap + name: flat + title: "Flat" + prefix: flat + perspective: iso_S_90_lowres + shader: stdtexture + lighting: shadows + mapzoomin: 4 + - class: org.dynmap.hdmap.HDMap + name: surface + title: "Surface" + prefix: t + perspective: iso_SE_30_hires + shader: stdtexture + lighting: shadows + mapzoomin: 2 + boostzoom: 1 + - class: org.dynmap.hdmap.HDMap + name: cave + title: "Cave" + prefix: ct + perspective: iso_SE_60_lowres + shader: cave + lighting: default + mapzoomin: 4 diff --git a/minecolonies-1.20.1/data/dynmap/templates/normal-hi_boost_xhi.txt b/minecolonies-1.20.1/data/dynmap/templates/normal-hi_boost_xhi.txt new file mode 100644 index 00000000..c6489d4f --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/templates/normal-hi_boost_xhi.txt @@ -0,0 +1,40 @@ +version: 0.20 +# +# Default template for "Normal" environment worlds (deftemplatesuffix="hi_boost_xhi") +# Uses the HDMap renderer with view from the SE with the "hires" resolution (16 pixels per block edge), with resolution boosted +# tiles rendered at 'xhires' resolution (64 pixels perblock edge) +# +# This file MAY need to be replaced during an upgrade - rename file to 'custom-normal-hi_boost_xhi.txt' if you wish to customize it +# +templates: + # Template for normal world (HDMap hires with vhires boost) + normal-hi_boost_xhi: + enabled: true + # Number of extra zoom-out levels for world (each level is twice as big as the previous one) + extrazoomout: 2 + maps: + - class: org.dynmap.hdmap.HDMap + name: flat + title: "Flat" + prefix: flat + perspective: iso_S_90_lowres + shader: stdtexture + lighting: shadows + mapzoomin: 5 + - class: org.dynmap.hdmap.HDMap + name: surface + title: "Surface" + prefix: t + perspective: iso_SE_30_hires + shader: stdtexture + lighting: shadows + mapzoomin: 3 + boostzoom: 2 + - class: org.dynmap.hdmap.HDMap + name: cave + title: "Cave" + prefix: ct + perspective: iso_SE_60_lowres + shader: cave + lighting: default + mapzoomin: 5 diff --git a/minecolonies-1.20.1/data/dynmap/templates/normal-hires.txt b/minecolonies-1.20.1/data/dynmap/templates/normal-hires.txt new file mode 100644 index 00000000..e1b84f37 --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/templates/normal-hires.txt @@ -0,0 +1,42 @@ +version: 0.20 +# +# Default template for "Normal" environment worlds (deftemplatesuffix="lhires") +# Uses the HDMap renderer with view from the SE with the "hires" resolution (16 pixels per block edge) +# +# This file MAY need to be replaced during an upgrade - rename file to 'custom-normal-hires.txt' if you wish to customize it +# +templates: + # Template for normal world (HDMap hires) + normal-hires: + enabled: true + # Number of extra zoom-out levels for world (each level is twice as big as the previous one) + extrazoomout: 2 + #center: + # x: 0 + # y: 64 + # z: 0 + maps: + - class: org.dynmap.hdmap.HDMap + name: flat + title: "Flat" + prefix: flat + perspective: iso_S_90_lowres + shader: stdtexture + lighting: shadows + mapzoomin: 1 + - class: org.dynmap.hdmap.HDMap + name: surface + title: "Surface" + prefix: t + perspective: iso_SE_30_hires + shader: stdtexture + lighting: shadows + mapzoomin: 1 + - class: org.dynmap.hdmap.HDMap + name: cave + title: "Cave" + prefix: ct + perspective: iso_SE_60_lowres + shader: cave + lighting: default + mapzoomin: 3 diff --git a/minecolonies-1.20.1/data/dynmap/templates/normal-low_boost_hi.txt b/minecolonies-1.20.1/data/dynmap/templates/normal-low_boost_hi.txt new file mode 100644 index 00000000..ecab5c6a --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/templates/normal-low_boost_hi.txt @@ -0,0 +1,43 @@ +version: 0.20 +# +# Default template for "Normal" environment worlds (deftemplatesuffix="low_boost_hi") +# Uses the HDMap renderer with view from the SE with the "lowres" resolution (4 pixels per block edge), with boosted tiles +# rendered at 'hires' (16 pixels per block edge) +# +# This file MAY need to be replaced during an upgrade - rename file to 'custom-normal-low_boost_hi.txt' if you wish to customize it +# +templates: + # Template for normal world (HDMap lowres, with hires boost) + normal-low_boost_hi: + enabled: true + # Number of extra zoom-out levels for world (each level is twice as big as the previous one) + extrazoomout: 2 + maps: + - class: org.dynmap.hdmap.HDMap + name: flat + title: "Flat" + prefix: flat + perspective: iso_S_90_lowres + shader: stdtexture + lighting: shadows + # Adjust extra zoom in levels - default is 2 + mapzoomin: 4 + - class: org.dynmap.hdmap.HDMap + name: surface + title: "Surface" + prefix: t + perspective: iso_SE_30_lowres + shader: stdtexture + lighting: shadows + # Adjust extra zoom in levels - default is 2 + mapzoomin: 4 + boostzoom: 2 + - class: org.dynmap.hdmap.HDMap + name: cave + title: "Cave" + prefix: ct + perspective: iso_SE_60_lowres + shader: cave + lighting: default + # Adjust extra zoom in levels - default is 2 + mapzoomin: 4 diff --git a/minecolonies-1.20.1/data/dynmap/templates/normal-lowres.txt b/minecolonies-1.20.1/data/dynmap/templates/normal-lowres.txt new file mode 100644 index 00000000..ecc86565 --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/templates/normal-lowres.txt @@ -0,0 +1,45 @@ +version: 0.20 +# +# Default template for "Normal" environment worlds (deftemplatesuffix="lowres") +# Uses the HDMap renderer with view from the SE with the "lowres" resolution (4 pixels per block edge) +# +# This file MAY need to be replaced during an upgrade - rename file to 'custom-normal-lowres.txt' if you wish to customize it +# +templates: + # Template for normal world (HDMap lowres) + normal-lowres: + enabled: true + # Number of extra zoom-out levels for world (each level is twice as big as the previous one) + extrazoomout: 2 + #center: + # x: 0 + # y: 64 + # z: 0 + maps: + - class: org.dynmap.hdmap.HDMap + name: flat + title: "Flat" + prefix: flat + perspective: iso_S_90_lowres + shader: stdtexture + lighting: shadows + # Adjust extra zoom in levels - default is 2 + mapzoomin: 2 + - class: org.dynmap.hdmap.HDMap + name: surface + title: "Surface" + prefix: t + perspective: iso_SE_60_lowres + shader: stdtexture + lighting: shadows + # Adjust extra zoom in levels - default is 2 + mapzoomin: 2 + - class: org.dynmap.hdmap.HDMap + name: cave + title: "Cave" + prefix: ct + perspective: iso_SE_60_lowres + shader: cave + lighting: default + # Adjust extra zoom in levels - default is 2 + mapzoomin: 2 diff --git a/minecolonies-1.20.1/data/dynmap/templates/normal-vlowres.txt b/minecolonies-1.20.1/data/dynmap/templates/normal-vlowres.txt new file mode 100644 index 00000000..1c11ab56 --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/templates/normal-vlowres.txt @@ -0,0 +1,45 @@ +version: 0.24 +# +# Default template for "Normal" environment worlds (deftemplatesuffix="vlowres") +# Uses the HDMap renderer with view from the SE with the "vlowres" resolution (2 pixels per block edge) +# +# This file MAY need to be replaced during an upgrade - rename file to 'custom-normal-vlowres.txt' if you wish to customize it +# +templates: + # Template for normal world (HDMap vlowres) + normal-vlowres: + enabled: true + # Number of extra zoom-out levels for world (each level is twice as big as the previous one) + extrazoomout: 2 + #center: + # x: 0 + # y: 64 + # z: 0 + maps: + - class: org.dynmap.hdmap.HDMap + name: flat + title: "Flat" + prefix: flat + perspective: iso_S_90_vlowres + shader: stdtexture + lighting: shadows + # Adjust extra zoom in levels - default is 2 + mapzoomin: 2 + - class: org.dynmap.hdmap.HDMap + name: surface + title: "Surface" + prefix: t + perspective: iso_SE_60_vlowres + shader: stdtexture + lighting: shadows + # Adjust extra zoom in levels - default is 2 + mapzoomin: 2 + - class: org.dynmap.hdmap.HDMap + name: cave + title: "Cave" + prefix: ct + perspective: iso_SE_60_vlowres + shader: cave + lighting: default + # Adjust extra zoom in levels - default is 2 + mapzoomin: 2 diff --git a/minecolonies-1.20.1/data/dynmap/templates/normal.txt b/minecolonies-1.20.1/data/dynmap/templates/normal.txt new file mode 100644 index 00000000..97f31fbc --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/templates/normal.txt @@ -0,0 +1,44 @@ +version: 1.9 +# +# Default template for "Normal" environment worlds +# +# This file MAY need to be replaced during an upgrade - rename file to 'custom-normal-vlowres.txt' if you wish to customize it +# +templates: + # Template for normal world + normal: + enabled: true + # Number of extra zoom-out levels for world (each level is twice as big as the previous one) + extrazoomout: 2 + #center: + # x: 0 + # y: 64 + # z: 0 + maps: + - class: org.dynmap.hdmap.HDMap + name: flat + title: "Flat" + prefix: flat + perspective: iso_S_90_vlowres + shader: defaultscheme + lighting: default + # Adjust extra zoom in levels - default is 2 + mapzoomin: 2 + - class: org.dynmap.hdmap.HDMap + name: surface + title: "Surface" + prefix: t + perspective: iso_SE_60_vlowres + shader: defaultscheme + lighting: default + # Adjust extra zoom in levels - default is 2 + mapzoomin: 2 + - class: org.dynmap.hdmap.HDMap + name: cave + title: "Cave" + prefix: ct + perspective: iso_SE_60_vlowres + shader: cave + lighting: default + # Adjust extra zoom in levels - default is 2 + mapzoomin: 2 diff --git a/minecolonies-1.20.1/data/dynmap/templates/the_end-hi_boost_vhi.txt b/minecolonies-1.20.1/data/dynmap/templates/the_end-hi_boost_vhi.txt new file mode 100644 index 00000000..8ef065d9 --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/templates/the_end-hi_boost_vhi.txt @@ -0,0 +1,33 @@ +version: 0.20 +# +# Default template for "The End" environment worlds (deftemplatesuffix="hi_boost_vhi") +# Uses the HDMap renderer with view from the SE with the "hires" resolution (16 pixels per block edge), with resolution boosted +# tiles rendered at 'vhires' resolution (32 pixels perblock edge) +# +# This file MAY need to be replaced during an upgrade - rename file to 'custom-the_end-hi_boost_vhi.txt' if you wish to customize it +# +templates: + # The End world template (HDMap hires with vhires boost) + the_end-hi_boost_vhi: + enabled: true + # Number of extra zoom-out levels for world (each level is twice as big as the previous one) + extrazoomout: 2 + maps: + - class: org.dynmap.hdmap.HDMap + name: flat + title: "Flat" + prefix: flat + perspective: iso_S_90_lowres + shader: stdtexture + lighting: brightnight + mapzoomin: 4 + - class: org.dynmap.hdmap.HDMap + name: the_end + title: "Surface" + prefix: st + perspective: iso_SE_30_hires + shader: stdtexture + lighting: brightnight + mapzoomin: 2 + boostzoom: 1 + \ No newline at end of file diff --git a/minecolonies-1.20.1/data/dynmap/templates/the_end-hi_boost_xhi.txt b/minecolonies-1.20.1/data/dynmap/templates/the_end-hi_boost_xhi.txt new file mode 100644 index 00000000..9b314c82 --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/templates/the_end-hi_boost_xhi.txt @@ -0,0 +1,33 @@ +version: 0.20 +# +# Default template for "The End" environment worlds (deftemplatesuffix="hi_boost_xhi") +# Uses the HDMap renderer with view from the SE with the "hires" resolution (16 pixels per block edge), with resolution boosted +# tiles rendered at 'xhires' resolution (64 pixels perblock edge) +# +# This file MAY need to be replaced during an upgrade - rename file to 'custom-the_end-hi_boost_vhi.txt' if you wish to customize it +# +templates: + # The End world template (HDMap hires with xhires boost) + the_end-hi_boost_xhi: + enabled: true + # Number of extra zoom-out levels for world (each level is twice as big as the previous one) + extrazoomout: 2 + maps: + - class: org.dynmap.hdmap.HDMap + name: flat + title: "Flat" + prefix: flat + perspective: iso_S_90_lowres + shader: stdtexture + lighting: brightnight + mapzoomin: 5 + - class: org.dynmap.hdmap.HDMap + name: the_end + title: "Surface" + prefix: st + perspective: iso_SE_30_hires + shader: stdtexture + lighting: brightnight + mapzoomin: 3 + boostzoom: 2 + \ No newline at end of file diff --git a/minecolonies-1.20.1/data/dynmap/templates/the_end-hires.txt b/minecolonies-1.20.1/data/dynmap/templates/the_end-hires.txt new file mode 100644 index 00000000..0a97d0ba --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/templates/the_end-hires.txt @@ -0,0 +1,35 @@ +version: 0.20 +# +# Default template for "The End" environment worlds (deftemplatesuffix="hires") +# Uses the HDMap renderer with view from the SE with the "hires" resolution (16 pixels per block edge) +# +# This file MAY need to be replaced during an upgrade - rename file to 'custom-the_end-hires.txt' if you wish to customize it +# +templates: + # The End world template (HDMap hires) + the_end-hires: + enabled: true + # Number of extra zoom-out levels for world (each level is twice as big as the previous one) + extrazoomout: 2 + #center: + # x: 0 + # y: 64 + # z: 0 + maps: + - class: org.dynmap.hdmap.HDMap + name: flat + title: "Flat" + prefix: flat + perspective: iso_S_90_lowres + shader: stdtexture + lighting: brightnight + mapzoomin: 1 + - class: org.dynmap.hdmap.HDMap + name: the_end + title: "Surface" + prefix: st + perspective: iso_SE_30_hires + shader: stdtexture + lighting: brightnight + mapzoomin: 1 + \ No newline at end of file diff --git a/minecolonies-1.20.1/data/dynmap/templates/the_end-low_boost_hi.txt b/minecolonies-1.20.1/data/dynmap/templates/the_end-low_boost_hi.txt new file mode 100644 index 00000000..070aebbb --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/templates/the_end-low_boost_hi.txt @@ -0,0 +1,35 @@ +version: 0.20 +# +# Default template for "The End" environment worlds (deftemplatesuffix="low_boost_hi") +# Uses the HDMap renderer with view from the SE with the "lowres" resolution (4 pixels per block edge), with boosted tiles +# rendered at 'hires' (16 pixels per block edge) +# +# This file MAY need to be replaced during an upgrade - rename file to 'custom-the_end-low_boost_hi.txt' if you wish to customize it +# +templates: + # The End world template (HDMap lowres, with hires boost) + the_end-low_boost_hi: + enabled: true + # Number of extra zoom-out levels for world (each level is twice as big as the previous one) + extrazoomout: 2 + maps: + - class: org.dynmap.hdmap.HDMap + name: flat + title: "Flat" + prefix: flat + perspective: iso_S_90_lowres + shader: stdtexture + lighting: brightnight + # Adjust extra zoom in levels - default is 2 + mapzoomin: 4 + - class: org.dynmap.hdmap.HDMap + name: the_end + title: "Surface" + prefix: st + perspective: iso_SE_30_lowres + shader: stdtexture + lighting: brightnight + # Adjust extra zoom in levels - default is 2 + mapzoomin: 4 + boostzoom: 2 + \ No newline at end of file diff --git a/minecolonies-1.20.1/data/dynmap/templates/the_end-lowres.txt b/minecolonies-1.20.1/data/dynmap/templates/the_end-lowres.txt new file mode 100644 index 00000000..43a3c18d --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/templates/the_end-lowres.txt @@ -0,0 +1,37 @@ +version: 0.20 +# +# Default template for "The End" environment worlds (deftemplatesuffix="lowres") +# Uses the HDMap renderer with view from the SE with the "lowres" resolution (4 pixels per block edge) +# +# This file MAY need to be replaced during an upgrade - rename file to 'custom-the_end-lowres.txt' if you wish to customize it +# +templates: + # The End world template (HDMap lowres) + the_end-lowres: + enabled: true + # Number of extra zoom-out levels for world (each level is twice as big as the previous one) + extrazoomout: 2 + #center: + # x: 0 + # y: 64 + # z: 0 + maps: + - class: org.dynmap.hdmap.HDMap + name: flat + title: "Flat" + prefix: flat + perspective: iso_S_90_lowres + shader: stdtexture + lighting: brightnight + # Adjust extra zoom in levels - default is 2 + mapzoomin: 2 + - class: org.dynmap.hdmap.HDMap + name: the_end + title: "Surface" + prefix: st + perspective: iso_SE_60_lowres + shader: stdtexture + lighting: brightnight + # Adjust extra zoom in levels - default is 2 + mapzoomin: 2 + \ No newline at end of file diff --git a/minecolonies-1.20.1/data/dynmap/templates/the_end-vlowres.txt b/minecolonies-1.20.1/data/dynmap/templates/the_end-vlowres.txt new file mode 100644 index 00000000..563a923a --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/templates/the_end-vlowres.txt @@ -0,0 +1,37 @@ +version: 0.24 +# +# Default template for "The End" environment worlds (deftemplatesuffix="vlowres") +# Uses the HDMap renderer with view from the SE with the "vlowres" resolution (2 pixels per block edge) +# +# This file MAY need to be replaced during an upgrade - rename file to 'custom-the_end-vlowres.txt' if you wish to customize it +# +templates: + # The End world template (HDMap vlowres) + the_end-vlowres: + enabled: true + # Number of extra zoom-out levels for world (each level is twice as big as the previous one) + extrazoomout: 2 + #center: + # x: 0 + # y: 64 + # z: 0 + maps: + - class: org.dynmap.hdmap.HDMap + name: flat + title: "Flat" + prefix: flat + perspective: iso_S_90_vlowres + shader: stdtexture + lighting: brightnight + # Adjust extra zoom in levels - default is 2 + mapzoomin: 2 + - class: org.dynmap.hdmap.HDMap + name: the_end + title: "Surface" + prefix: st + perspective: iso_SE_60_vlowres + shader: stdtexture + lighting: brightnight + # Adjust extra zoom in levels - default is 2 + mapzoomin: 2 + \ No newline at end of file diff --git a/minecolonies-1.20.1/data/dynmap/templates/the_end.txt b/minecolonies-1.20.1/data/dynmap/templates/the_end.txt new file mode 100644 index 00000000..5718921f --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/templates/the_end.txt @@ -0,0 +1,36 @@ +version: 1.9 +# +# Default template for "The End" environment worlds +# +# This file MAY need to be replaced during an upgrade - rename file to 'custom-the_end-vlowres.txt' if you wish to customize it +# +templates: + # The End world template + the_end: + enabled: true + # Number of extra zoom-out levels for world (each level is twice as big as the previous one) + extrazoomout: 2 + #center: + # x: 0 + # y: 64 + # z: 0 + maps: + - class: org.dynmap.hdmap.HDMap + name: flat + title: "Flat" + prefix: flat + perspective: iso_S_90_vlowres + shader: defaultscheme + lighting: default + # Adjust extra zoom in levels - default is 2 + mapzoomin: 2 + - class: org.dynmap.hdmap.HDMap + name: the_end + title: "Surface" + prefix: st + perspective: iso_SE_60_vlowres + shader: defaultscheme + lighting: default + # Adjust extra zoom in levels - default is 2 + mapzoomin: 2 + \ No newline at end of file diff --git a/minecolonies-1.20.1/data/dynmap/texturepacks/standard/README b/minecolonies-1.20.1/data/dynmap/texturepacks/standard/README new file mode 100644 index 00000000..0d0a9618 --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/texturepacks/standard/README @@ -0,0 +1 @@ +Additional or alternative texture pack files for the standard vanilla texture pack can be placed in this directory. \ No newline at end of file diff --git a/minecolonies-1.20.1/data/dynmap/version.txt b/minecolonies-1.20.1/data/dynmap/version.txt new file mode 100644 index 00000000..8c18abd7 --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/version.txt @@ -0,0 +1 @@ +3.7-SNAPSHOT-949 \ No newline at end of file diff --git a/minecolonies-1.20.1/data/dynmap/web/config.js b/minecolonies-1.20.1/data/dynmap/web/config.js new file mode 100644 index 00000000..a3436f78 --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/web/config.js @@ -0,0 +1,2 @@ +// This file is retired : settings now can be tailored using url section in configuration.txt, when needed +// \ No newline at end of file diff --git a/minecolonies-1.20.1/data/dynmap/web/css/dynmap_style.css b/minecolonies-1.20.1/data/dynmap/web/css/dynmap_style.css new file mode 100644 index 00000000..489c4918 --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/web/css/dynmap_style.css @@ -0,0 +1,1070 @@ +/* TILE DEBUGGING */ +/*.leaflet-tile { + margin: -1; + border: 1px solid red; +}*/ + +/******************* + * Attribution placement + */ +.leaflet-control-attribution { + margin-right: 20px !important; +} + +/******************* + * Page setup + */ + +.dynmap .map .tile img, img { + image-rendering: -moz-crisp-edges; + image-rendering: pixelated; + -ms-interpolation-mode: nearest-neighbor; +} + + +/******************* + * fieldset and legend styles + */ + +.dynmap fieldset { + border: none; + border-top: 1px solid rgba(196,196,196,0.4); +} + +.dynmap legend { + padding: 8px 4px; + font-weight: bold; + color: #fff; +} + +.leaflet-control-layers { + background-color: #bbb; +} + +.leaflet-control-layers:hover { + background-color: #bbb; +} + +.leaflet-control-zoom-in { + background-color: #eee; + } + +.leaflet-control-zoom-out { + background-color: #eee; + } + +.leaflet-control-zoom-in:hover { + background-color: #fff; + } + +.leaflet-control-zoom-out:hover { + background-color: #fff; + } + + +/******************* + * Map Setup + */ + +.dynmap > .map { + width: 100%; + height: 100%; + background: #000; + z-index: 0; +} + +/* Map Controls */ +.gmnoprint{ + margin-top:-75px; + margin-left:-20px; +} + + +/******************* + * Alerts are pretty. + */ + +.alertbox { + position: fixed; + width: 50%; + z-index: 999; + + top: 0; + left: 0; + right: 0; + + text-align: center; + font-size: 16px; + font-weight: bold; + + color: #fff; + background: #c00; + + border-color: #a00; + + margin: auto; + padding: 8px; +} + + +/******************* + * shared rules + */ + +.dynmap .panel ul, .dynmap .panel li { + list-style: none; + + padding: 0; + margin: 0; +} + +.maplist li a, +.playerlist li a { + outline: none; + text-decoration: none; +} + +.alertbox, +.largeclock { + border-style: solid; + border-width: 0px 1px 1px 1px; + + -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4); + -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4); + -o-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4); + + -moz-border-radius: 0 0 3px 3px; + -webkit-border-radius: 0 0 3px 3px; + -o-border-radius: 0 0 3px 3px; + + box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4); + border-radius: 0 0 3px 3px; +} + +/******************* + * sidebar panels + */ + +.dynmap .sidebar { + + display: block; + position: absolute; + z-index: 120; + + top: 0px; + right: 0px; + + height: 100%; + + background: rgb(0,0,0); /* FU IE */ + background: rgba(0,0,0,0.6); + color: #fff; + + border-left: 1px solid rgba(0,0,0,0.5); +} + +.dynmap .hitbar { + + display: block; + position: absolute; + z-index: 110; + + top: 0px; + + height: 100%; + width: 16px; + + text-align: center; + + background: url(../images/sidebar_hint.png) rgb(0,0,0); + background: url(../images/sidebar_hint.png) rgba(0,0,0,0.6); + background-repeat: no-repeat; + background-position:center; + + border: 1px solid rgba(0,0,0,0.5); +} + +/* magic and metrics */ + +/* The following only applies to desktops, not to mobile devices */ +@media screen and (min-device-width: 640px) { + .dynmap .sidebar { + -moz-transition: all 0.6s ease-in-out; + -webkit-transition: all 0.6s ease-in-out; + -o-transition: all 0.6s ease-in-out; + transition: all 0.6s ease-in-out; + } + + .dynmap .hitbar { + -moz-transition: all 0.6s ease-in-out; + -webkit-transition: all 0.6s ease-in-out; + -o-transition: all 0.6s ease-in-out; + transition: all 0.6s ease-in-out; + } + + .dynmap .sidebar:hover { + margin-right: 0px; + } + + .dynmap .sidebar < .hitbar:hover { + margin-right: 0px; + } + + .dynmap .sidebar:hover .hitbar { + right: -120px; + } +} + +.dynmap .sidebar.pinned { + margin-right: 0px; +} + +.dynmap .sidebar.pinned .hitbar { + right: -120px; +} + +/* pinning */ + +.dynmap .sidebar .panel > .pin { + position: absolute; + + right: 8px; + top: 7px; + + width: 16px; + height: 16px; + + background-image: url(../images/window_close.png); +} + +.dynmap .sidebar .panel > .pin:hover { + background-image: url(../images/window_pinned_hover.png); +} + +.dynmap .sidebar.pinned .panel > .pin:hover { + background-image: url(../images/window_close_hover.png); +} + +.dynmap .sidebar.pinned .panel > .pin { + background-image: url(../images/window_pinned.png); +} + + +/******************* + * Sidebar clock style + */ +/* +.dynmap .panel .clock { + display: inline-block; + height: 16px; + z-index:50; + + font-weight: bold; + background-repeat: no-repeat; + padding-left: 20px; + margin-left: 8px; +} +*/ +.largeclock.digitalclock { + text-align: center; + font-size: 50px; + font-weight: bold; +} + +.digitalclock { + text-align: center; + font-size: 20px; + font-weight:bold; +} + +.digitalclock.night { + /* background-image: url(../images/clock_night.png); */ + color: #dff; +} + +.digitalclock.day { + /* background-image: url(../images/clock_day.png); */ + color: #fd3; +} + +.digitalclock.night, .digitalclock.day { + -moz-transition: color 8s 8s linear; + -webkit-transition: color 8s 8s linear; + -o-transition: color 8s 8s linear; + transition: color 8s 8s linear; +} + + +/******************* + * Large clock style + */ + +.largeclock { + position: absolute; + top: 0; + left: 0; + right: 0; + border-color: rgba(0,0,0,0.5); + width: 150px; + height: 60px; + background: rgba(0,0,0,0.6); + z-index:50; + + margin: auto; +} + +.timeofday { + background-repeat: no-repeat; +} + +.timeofday.sun { + background-image: url(../images/sun.png); +} + +.timeofday.moon { + background-image: url(../images/moon.png); +} + +.timeofday.digitalclock { + position: relative; + bottom: 25px; +} + +/******************* + * Clock weather style + */ + +.weather { + position: absolute; + top: 5px; + right: 0px; + width: 32px; + height: 32px; + display: block; + background-repeat: no-repeat; +} + +.weather.sunny_day { + background-image: url(../images/weather_sunny_day.png); +} + +.weather.stormy_day { + background-image: url(../images/weather_stormy_day.png); +} +.weather.thunder_day { + background-image: url(../images/weather_thunder_day.png); +} + +.weather.sunny_night { + background-image: url(../images/weather_sunny_night.png); +} + +.weather.stormy_night { + background-image: url(../images/weather_stormy_night.png); +} +.weather.thunder_night { + background-image: url(../images/weather_thunder_night.png); +} + +/******************* + * generic sidebar sublist styling + */ + +.dynmap .panel .subsection { + display: block; + clear: both; + + width: 100%; + line-height: 18px; + margin: 0 0 30px 0; + + border-bottom: 1px solid rgba(128,128,128,0.3); + +} + +.dynmap .sublist .item { + display: block; + float: left; + + height: 18px; + width: 18px; + + padding: 2px; + margin: 5px 2px; + + border-radius: 3px; + -moz-border-radius: 3px; + + background: rgba(32,32,32,0.6); + border: 1px solid rgba(64,64,64,0.6); +} + +.dynmap .sublist .item:hover { + background: rgba(64,64,64,0.6); + border: 1px solid rgba(128,128,128,0.6); +} + +.dynmap .sublist .item.selected { + background: rgba(128,128,128,0.5); + border: 1px solid rgba(255,255,255,0.5); +} + +.dynmap .sublist .item > a { + display: block; + + text-indent: -99999px; + outline: none; +} + +.dynmap .sublist .item > a { + background-repeat: no-repeat; + background-position: center; +} + +/******************* + * player list-specific styles + */ + +.dynmap .playerlist .player { + + display: inline-block; + float: left; + width: 100%; + + padding: 4px 0; + border: 3px solid transparent; +} + +.dynmap .playerlist .player.otherworld { + opacity: 0.5; +} + +.dynmap .playerlist .player:hover { + background: rgba(64,64,64,0.6); +} + +.dynmap .playerlist .player a { + color: #fff; +} + +.dynmap .playerlist .playerIcon img { + width: 16px; + height: 16px; +} + +.dynmap .playerlist .playerIcon > * { + vertical-align: middle; + border: none; +} + +.dynmap .playerlist .playerIcon { + width: 16px; + height: 16px; + + display: block; + float: left; + + margin: 0px 4px 0px 2px; +} + +.dynmap .playerlist .player.following { + background: rgba(128,128,128,0.5); + border: 1px solid rgba(255,255,255,0.5); + + border-radius: 3px; + -moz-border-radius: 3px; + + padding: 6px 2px; + + width: -webkit-calc(100% - 6px); + width: calc(100% - 6px); +} + +.dynmap .playerlist .player:hover .playericon { + background: url(../images/player_follow_off.png) no-repeat; +} + +.dynmap .playerlist .player.following .playericon { + background: url(../images/player_follow_on.gif) no-repeat; +} + +.dynmap .playerlist .player.following .playericon > *, +.dynmap .playerlist .player:hover .playericon > * { + visibility: hidden; +} + +/******************* + * Playerlist Scrolling + */ + +.panel .scrollup { + border: 1px solid rgba(64,64,64,0.6); + background: url(../images/scrollup.png) rgba(32,32,32,0.6); + + margin-bottom: 4px; + + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + -o-border-radius: 2px; + border-radius: 2px; +} + +.panel .scrolldown { + border: 1px solid rgba(64,64,64,0.6); + background: url(../images/scrolldown.png) rgba(32,32,32,0.6); + + margin-top: 4px; + + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + -o-border-radius: 2px; + border-radius: 2px; +} + +.panel .scrollup:hover, .panel .scrolldown:hover { + border: 1px solid rgba(128,128,128,0.6); + background: url(../images/scrollup.png) rgba(64,64,64,0.6); +} + +.panel .scrollup:active, .panel .scrolldown:active { + border: 1px solid rgba(255,255,255,0.5); + background: url(../images/scrollup.png) rgba(128,128,128,0.5); +} + +.panel .scrolldown:hover { + border: 1px solid rgba(128,128,128,0.6); + background: url(../images/scrolldown.png) rgba(64,64,64,0.6); +} + +.panel .scrolldown:active { + border: 1px solid rgba(255,255,255,0.5); + background: url(../images/scrolldown.png) rgba(128,128,128,0.5); +} + +.panel .scrollup, .panel .scrollup:active, .panel .scrollup:hover, +.panel .scrolldown, .panel .scrolldown:active, .panel .scrolldown:hover { + height: 18px; + width: 100%; + + background-repeat: no-repeat; + background-position: center; +} + +.sidebar .list { + overflow:hidden; +} + +.sidebar .content { + min-height: 24px; +} + +/******************* + * players on the map + */ + +/* smooth player movements (contrib from KillahKiwi) */ +.dynmap .playerMarker { + -moz-transition: all 0.6s ease-in-out 0s; + -webkit-transition: all 0.6s ease-in-out 0s; + -o-transition: all 0.6s ease-in-out 0s; + transition: all 0.6s ease-in-out 0s; +} + +/* do not animate player movements when zooming */ +.dynmap .leaflet-zoom-anim .leaflet-zoom-animated.playerMarker { + -moz-transition: -moz-transform 0.25s cubic-bezier(0,0,0.25,1); + -webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1); + -o-transition: transform 0.25s cubic-bezier(0,0,0.25,1); + transition: transform 0.25s cubic-bezier(0,0,0.25,1); +} + +.dynmap .playerIcon { + margin-top: -16px; + margin-left: -16px; + width: 32px; + height: 32px; +} + +.dynmap .playerIconSm { + margin-top: -8px; + margin-left: -8px; + width: 16px; + height: 16px; +} + +.dynmap .playerIconLg { + margin-top: -32px; + margin-left: -32px; + width: 64px; + height: 64px; +} + +.dynmap .playerName { + position: absolute; + top: -19px; + left: 18px; + z-index:20; + + white-space: nowrap; + + color: #fff; + background: rgba(0,0,0,0.6); + padding: 2px; + + -moz-border-radius: 3px; + border-radius: 3px; +} + +.dynmap .playerNameSm { + position: absolute; + top: -16px; + left: 10px; + + white-space: nowrap; + + color: #fff; + background: rgba(0,0,0,0.6); + padding: 2px; + + -moz-border-radius: 3px; + border-radius: 3px; +} + +.dynmap .playerNameLg { + position: absolute; + top: -19px; + left: 34px; + z-index:20; + + white-space: nowrap; + + color: #fff; + background: rgba(0,0,0,0.6); + padding: 2px; + + -moz-border-radius: 3px; + border-radius: 3px; +} + +.dynmap .playerNameNoHealth { + top: -7px; +} + +.dynmap .healthContainer { + display: block; + position: absolute; + top: 1px; + left: 18px; + + width: 50px; + + background: rgba(0,0,0,0.6); + padding: 2px; + + -moz-border-radius: 3px; + border-radius: 3px; + + z-index: 21; +} + +.dynmap .healthContainerSm { + display: block; + position: absolute; + top: -2px; + left: 10px; + + width: 50px; + + background: rgba(0,0,0,0.6); + padding: 2px; + + -moz-border-radius: 3px; + border-radius: 3px; +} + +.dynmap .healthContainerLg { + display: block; + position: absolute; + top: 1px; + left: 34px; + + width: 50px; + + background: rgba(0,0,0,0.6); + padding: 2px; + + -moz-border-radius: 3px; + border-radius: 3px; + + z-index: 21; +} + +.dynmap .playerHealth { + height: 7px; + + background: url(../images/heart.png) repeat-x left center; +} + +.dynmap .playerHealthBackground { + height: 7px; + width: 50px; + + background: url(../images/heart_depleted.png) repeat-x left center; +} + +.dynmap .playerArmor { + height: 7px; + + background: url(../images/armor.png) repeat-x left center; +} + +.dynmap .playerArmorBackground { + height: 7px; + width: 50px; + + background: url(../images/armor_depleted.png) repeat-x left center; +} + + +/******************* + * Compass + */ + +.compass, .compass_NE, .compass_SE, .compass_NW, .compass_SW { + display: block; + position: absolute; + z-index: 10; + top: 20px; + right: 32px; + height: 84px; + width: 83px; + background-repeat: no-repeat; +} + +.compass, .compass_SE { + background-image: url(../images/compass.png); +} + +.compass_NE { + background-image: url(../images/compass_NE.png); +} + +.compass_NW { + background-image: url(../images/compass_NW.png); +} + +.compass_SW { + background-image: url(../images/compass_SW.png); +} + +.compass_flat, .compass_N, .compass_E, .compass_W, .compass_S { + top: 10px; + right: 21px; + + height: 105px; + width: 105px; +} + +.compass_flat, .compass_S { + background-image: url(../images/compass_flat.png); +} + +.compass_N { + background-image: url(../images/compass_N.png); +} + +.compass_E { + background-image: url(../images/compass_E.png); +} + +.compass_W { + background-image: url(../images/compass_W.png); +} + +.mobilecompass { + top: 5px; + right: 10px; + height: 42px; + width: 42px; + background-size: cover; +} + +/******************* + * Chat + */ + +.chat { + position: absolute; + bottom: 0px; + left: 32px; + z-index:50; + + border-color: rgba(0,0,0,0.5); + background: rgba(0,0,0,0.6); + + border-style: solid; + border-width: 1px 1px 0px 1px; + + -moz-border-radius: 3px 3px 0px 0px; + -webkit-border-radius: 3px 3px 0px 0px; + -o-border-radius: 3px 3px 0px 0px; + border-radius: 3px 3px 0px 0px; + + margin-left: 10px; +} + +.chatinput { + position: absolute; + width: 608px; + height: 16px; + bottom: 8px; + outline: none; + color: #fff; + background-color: #000000; + + border: 0px; + background: rgba(0, 0, 0, 0.6); + background-image: url(../images/chat_cursor.png); + background-repeat: no-repeat; + background-position: 1px center; + + margin: 4px; + padding: 1px 1px 1px 15px; +} + +.chatsendbutton { + background-color: #bbb; +} + +.loginbutton { + position: absolute; + bottom: 0px; + right: 4px; + color: #000; + font-family: sans-serif; + font-size: 11px; + border: 1px solid rgba(128,128,128,0.6); + background-color: #bbb; + border-style: solid; + padding: 2px; + -moz-border-radius: 5px; + border-radius: 5px; + cursor: pointer; + margin: 0; +} + +.messagelist { + color: white; + overflow: hidden; + + width: 622px; + max-height: 6em; + + margin: 4px 4px 0px 4px; + padding: 1px; +} + +.scrollback:hover { + overflow-y: auto !important; +} + + +.messagerow { + position: relative; + max-height: 200px; + + left: 0px; + bottom: 0px; + + color: #fff; + font-weight: bold; +} + +.messageicon { + position: relative; + top: 1px; + left: 0px; +} + +.messagetext { + position: relative; + top: -3px; + left: 0px; +} + +.leaflet-popup { + color: black; +} + +.balloonmessage { + word-wrap: break-word; +} + +/* Marker styles */ +.dynmap .mapMarker .markerName { + display: none; + z-index: 101; +} + +.dynmap .mapMarker:hover .markerName, +.dynmap .mapMarker .markerName-show { + display: block; + position: absolute; + z-index: 16; + + white-space: nowrap; + + color: #fff; + background: rgba(0,0,0,0.6); + padding: 2px 6px; + + -moz-border-radius: 3px; + border-radius: 3px; +} + +.dynmap .mapMarker .markerName16x16 { + top: -12px; + left: 12px; +} + +.dynmap .mapMarker .markerName8x8 { + top: -4px; + left: 6px; +} + +.dynmap .mapMarker .markerName32x32 { + top: -8px; + left: 18px; +} + +.dynmap .mapMarker .markerIcon16x16 { + transform: translate(-50%, -50%); + width: 16px; + height: 16px; +} + +.dynmap .mapMarker .markerIcon8x8 { + transform: translate(-50%, -50%); + width: 8px; + height: 8px; +} + +.dynmap .mapMarker .markerIcon32x32 { + transform: translate(-50%, -50%); + width: 32px; + height: 32px; +} + +.dynmap .mapMarker .markerName_offline_players { + font-style: italic; +} + +.dynmap .coord-control { + color: #000; + + border: 1px solid rgba(128,128,128,0.6); + background-color: #bbb; + border-style: solid; + + padding: 2px; + min-width: 80px; + -moz-border-radius: 5px; + border-radius: 5px; +} + +.dynmap .coord-control-noy { + width: 60px; +} + +.dynmap .coord-control .coord-control-label { + +} + +.dynmap .coord-control .coord-control-value { + font-weight: bold; +} + +.dynmap .dynmap-link { + -moz-border-radius: 7px; + -webkit-border-radius: 7px; + border-radius: 7px; + padding: 2px; + background: rgba(0, 0, 0, 0.25); + } +.dynmap .dynmap-link a { + background-color: rgba(255, 255, 255, 0.75); + } +.dynmap .dynmap-link a { + background-position: 50% 50%; + background-repeat: no-repeat; + display: block; + } +.dynmap .dynmap-link a { + -moz-border-radius: 4px; + -webkit-border-radius: 4px; + border-radius: 4px; + width: 19px; + height: 19px; + } +.dynmap .dynmap-link a:hover { + background-color: #fff; + } +.leaflet-big-buttons .dynmap-link a { + width: 27px; + height: 27px; + } +.dynmap .dynmap-link-button { + background-image: url(images/link.png); + } + +/* Login/register panel */ +.dynmaplogin { + text-align: center; + width: 100%; + font-weight: bold; + color: #FFFFFF; + background: #000000; +} + +table.loginregister { + color: #ffffff; + border: 1px solid rgba(64,64,64,0.6); + background: #bbb; + font-weight: bold; + margin: auto; +} + +td.login { + vertical-align: top; + color: #000000; + background-color: #bbb; + border: 1px solid rgba(64,64,64,0.6); + font-weight: bold; + margin: 2em; + width: 40em; +} + +td.register { + vertical-align: top; + color: #000000; + background-color: #bbb; + border: 1px solid rgba(64,64,64,0.6); + font-weight: bold; + margin: 2em; + width: 40em; +} + +div.statusmessage { + color: #FF0000; + font-weight: bold; + font-size: 24px; + +} + +.logincontainer { + background-color: rgba(0,0,0,0.0); +} + +.pinnedloginbutton { + margin-right: 201px; +} diff --git a/minecolonies-1.20.1/data/dynmap/web/css/embedded_example.css b/minecolonies-1.20.1/data/dynmap/web/css/embedded_example.css new file mode 100644 index 00000000..84ff3806 --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/web/css/embedded_example.css @@ -0,0 +1,15 @@ +/* Embedded into website */ + +#mcmap { + width: 100%; + height: 500px; +} + +.dynmap .sidebar { + width: 140px; /* original width 200px */ + margin-right: -143px; /* original margin 203px, sidebar width +2xborder 1px +1px to hide */ +} + +.dynmap .hitbar { + right: 140px; /* width of sidebar */ +} \ No newline at end of file diff --git a/minecolonies-1.20.1/data/dynmap/web/css/images/layers-2x.png b/minecolonies-1.20.1/data/dynmap/web/css/images/layers-2x.png new file mode 100644 index 00000000..200c333d Binary files /dev/null and b/minecolonies-1.20.1/data/dynmap/web/css/images/layers-2x.png differ diff --git a/minecolonies-1.20.1/data/dynmap/web/css/images/layers.png b/minecolonies-1.20.1/data/dynmap/web/css/images/layers.png new file mode 100644 index 00000000..1a72e578 Binary files /dev/null and b/minecolonies-1.20.1/data/dynmap/web/css/images/layers.png differ diff --git a/minecolonies-1.20.1/data/dynmap/web/css/images/link.png b/minecolonies-1.20.1/data/dynmap/web/css/images/link.png new file mode 100644 index 00000000..c4f00cb2 Binary files /dev/null and b/minecolonies-1.20.1/data/dynmap/web/css/images/link.png differ diff --git a/minecolonies-1.20.1/data/dynmap/web/css/images/marker-icon-2x.png b/minecolonies-1.20.1/data/dynmap/web/css/images/marker-icon-2x.png new file mode 100644 index 00000000..88f9e501 Binary files /dev/null and b/minecolonies-1.20.1/data/dynmap/web/css/images/marker-icon-2x.png differ diff --git a/minecolonies-1.20.1/data/dynmap/web/css/images/marker-icon.png b/minecolonies-1.20.1/data/dynmap/web/css/images/marker-icon.png new file mode 100644 index 00000000..950edf24 Binary files /dev/null and b/minecolonies-1.20.1/data/dynmap/web/css/images/marker-icon.png differ diff --git a/minecolonies-1.20.1/data/dynmap/web/css/images/marker-shadow.png b/minecolonies-1.20.1/data/dynmap/web/css/images/marker-shadow.png new file mode 100644 index 00000000..9fd29795 Binary files /dev/null and b/minecolonies-1.20.1/data/dynmap/web/css/images/marker-shadow.png differ diff --git a/minecolonies-1.20.1/data/dynmap/web/css/images/marker.png b/minecolonies-1.20.1/data/dynmap/web/css/images/marker.png new file mode 100644 index 00000000..bef032e6 Binary files /dev/null and b/minecolonies-1.20.1/data/dynmap/web/css/images/marker.png differ diff --git a/minecolonies-1.20.1/data/dynmap/web/css/leaflet.css b/minecolonies-1.20.1/data/dynmap/web/css/leaflet.css new file mode 100644 index 00000000..411231a1 --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/web/css/leaflet.css @@ -0,0 +1,650 @@ +/* required styles */ + +.leaflet-pane, +.leaflet-tile, +.leaflet-marker-icon, +.leaflet-marker-shadow, +.leaflet-tile-container, +.leaflet-pane > svg, +.leaflet-pane > canvas, +.leaflet-zoom-box, +.leaflet-image-layer, +.leaflet-layer { + position: absolute; + left: 0; + top: 0; + } +.leaflet-container { + overflow: hidden; + } +.leaflet-tile, +.leaflet-marker-icon, +.leaflet-marker-shadow { + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + -webkit-user-drag: none; + } +/* Prevents IE11 from highlighting tiles in blue */ +.leaflet-tile::selection { + background: transparent; +} +/* Safari renders non-retina tile on retina better with this, but Chrome is worse */ +.leaflet-safari .leaflet-tile { + image-rendering: -webkit-optimize-contrast; + } +/* hack that prevents hw layers "stretching" when loading new tiles */ +.leaflet-safari .leaflet-tile-container { + width: 1600px; + height: 1600px; + -webkit-transform-origin: 0 0; + } +.leaflet-marker-icon, +.leaflet-marker-shadow { + display: block; + } +/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */ +/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */ +.leaflet-container .leaflet-overlay-pane svg { + max-width: none !important; + max-height: none !important; + } +.leaflet-container .leaflet-marker-pane img, +.leaflet-container .leaflet-shadow-pane img, +.leaflet-container .leaflet-tile-pane img, +.leaflet-container img.leaflet-image-layer, +.leaflet-container .leaflet-tile { + max-width: none !important; + max-height: none !important; + width: auto; + padding: 0; + } + +.leaflet-container.leaflet-touch-zoom { + -ms-touch-action: pan-x pan-y; + touch-action: pan-x pan-y; + } +.leaflet-container.leaflet-touch-drag { + -ms-touch-action: pinch-zoom; + /* Fallback for FF which doesn't support pinch-zoom */ + touch-action: none; + touch-action: pinch-zoom; +} +.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom { + -ms-touch-action: none; + touch-action: none; +} +.leaflet-container { + -webkit-tap-highlight-color: transparent; +} +.leaflet-container a { + -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4); +} +.leaflet-tile { + filter: inherit; + visibility: hidden; + } +.leaflet-tile-loaded { + visibility: inherit; + } +.leaflet-zoom-box { + width: 0; + height: 0; + -moz-box-sizing: border-box; + box-sizing: border-box; + z-index: 800; + } +/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */ +.leaflet-overlay-pane svg { + -moz-user-select: none; + } + +.leaflet-pane { z-index: 400; } + +.leaflet-tile-pane { z-index: 200; } +.leaflet-overlay-pane { z-index: 400; } +.leaflet-shadow-pane { z-index: 500; } +.leaflet-marker-pane { z-index: 600; } +.leaflet-tooltip-pane { z-index: 650; } +.leaflet-popup-pane { z-index: 700; } + +.leaflet-map-pane canvas { z-index: 100; } +.leaflet-map-pane svg { z-index: 200; } + +.leaflet-vml-shape { + width: 1px; + height: 1px; + } +.lvml { + behavior: url(#default#VML); + display: inline-block; + position: absolute; + } + + +/* control positioning */ + +.leaflet-control { + position: relative; + z-index: 800; + pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */ + pointer-events: auto; + } +.leaflet-top, +.leaflet-bottom { + position: absolute; + z-index: 1000; + pointer-events: none; + } +.leaflet-top { + top: 0; + } +.leaflet-right { + right: 0; + } +.leaflet-bottom { + bottom: 0; + } +.leaflet-left { + left: 0; + } +.leaflet-control { + float: left; + clear: both; + } +.leaflet-right .leaflet-control { + float: right; + } +.leaflet-top .leaflet-control { + margin-top: 10px; + } +.leaflet-bottom .leaflet-control { + margin-bottom: 10px; + } +.leaflet-left .leaflet-control { + margin-left: 10px; + } +.leaflet-right .leaflet-control { + margin-right: 10px; + } + + +/* zoom and fade animations */ + +.leaflet-fade-anim .leaflet-popup { + opacity: 0; + -webkit-transition: opacity 0.2s linear; + -moz-transition: opacity 0.2s linear; + transition: opacity 0.2s linear; + } +.leaflet-fade-anim .leaflet-map-pane .leaflet-popup { + opacity: 1; + } +.leaflet-zoom-animated { + -webkit-transform-origin: 0 0; + -ms-transform-origin: 0 0; + transform-origin: 0 0; + } + +.leaflet-zoom-anim .leaflet-zoom-animated { + -webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1); + -moz-transition: -moz-transform 0.25s cubic-bezier(0,0,0.25,1); + transition: transform 0.25s cubic-bezier(0,0,0.25,1); + } +.leaflet-zoom-anim .leaflet-tile, +.leaflet-pan-anim .leaflet-tile { + -webkit-transition: none; + -moz-transition: none; + transition: none; + } + +.leaflet-zoom-anim .leaflet-zoom-hide { + visibility: hidden; + } + + +/* cursors */ + +.leaflet-interactive { + cursor: pointer; + } +.leaflet-grab { + cursor: -webkit-grab; + cursor: -moz-grab; + cursor: grab; + } +.leaflet-crosshair, +.leaflet-crosshair .leaflet-interactive { + cursor: crosshair; + } +.leaflet-popup-pane, +.leaflet-control { + cursor: auto; + } +.leaflet-dragging .leaflet-grab, +.leaflet-dragging .leaflet-grab .leaflet-interactive, +.leaflet-dragging .leaflet-marker-draggable { + cursor: move; + cursor: -webkit-grabbing; + cursor: -moz-grabbing; + cursor: grabbing; + } + +/* marker & overlays interactivity */ +.leaflet-marker-icon, +.leaflet-marker-shadow, +.leaflet-image-layer, +.leaflet-pane > svg path, +.leaflet-tile-container { + pointer-events: none; + } + +.leaflet-marker-icon.leaflet-interactive, +.leaflet-image-layer.leaflet-interactive, +.leaflet-pane > svg path.leaflet-interactive, +svg.leaflet-image-layer.leaflet-interactive path { + pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */ + pointer-events: auto; + } + +/* visual tweaks */ + +.leaflet-container { + background: #ddd; + outline: 0; + } +.leaflet-container a { + color: #0078A8; + } +.leaflet-zoom-box { + border: 2px dotted #38f; + background: rgba(255,255,255,0.5); + } + + +/* general typography */ +.leaflet-container { + font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif; + font: 0.75rem/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif; + } + + +/* general toolbar styles */ + +.leaflet-bar { + box-shadow: 0 1px 5px rgba(0,0,0,0.65); + border-radius: 4px; + } +.leaflet-bar a, +.leaflet-bar a:hover { + background-color: #fff; + border-bottom: 1px solid #ccc; + width: 26px; + height: 26px; + line-height: 26px; + display: block; + text-align: center; + text-decoration: none; + color: black; + } +.leaflet-bar a, +.leaflet-control-layers-toggle { + background-position: 50% 50%; + background-repeat: no-repeat; + display: block; + } +.leaflet-bar a:hover { + background-color: #f4f4f4; + } +.leaflet-bar a:first-child { + border-top-left-radius: 4px; + border-top-right-radius: 4px; + } +.leaflet-bar a:last-child { + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; + border-bottom: none; + } +.leaflet-bar a.leaflet-disabled { + cursor: default; + background-color: #f4f4f4; + color: #bbb; + } + +.leaflet-touch .leaflet-bar a { + width: 30px; + height: 30px; + line-height: 30px; + } +.leaflet-touch .leaflet-bar a:first-child { + border-top-left-radius: 2px; + border-top-right-radius: 2px; + } +.leaflet-touch .leaflet-bar a:last-child { + border-bottom-left-radius: 2px; + border-bottom-right-radius: 2px; + } + +/* zoom control */ + +.leaflet-control-zoom-in, +.leaflet-control-zoom-out { + font: bold 18px 'Lucida Console', Monaco, monospace; + text-indent: 1px; + } + +.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out { + font-size: 22px; + } + + +/* layers control */ + +.leaflet-control-layers { + box-shadow: 0 1px 5px rgba(0,0,0,0.4); + background: #fff; + border-radius: 5px; + } +.leaflet-control-layers-toggle { + background-image: url(images/layers.png); + width: 36px; + height: 36px; + } +.leaflet-retina .leaflet-control-layers-toggle { + background-image: url(images/layers-2x.png); + background-size: 26px 26px; + } +.leaflet-touch .leaflet-control-layers-toggle { + width: 44px; + height: 44px; + } +.leaflet-control-layers .leaflet-control-layers-list, +.leaflet-control-layers-expanded .leaflet-control-layers-toggle { + display: none; + } +.leaflet-control-layers-expanded .leaflet-control-layers-list { + display: block; + position: relative; + } +.leaflet-control-layers-expanded { + padding: 6px 10px 6px 6px; + color: #333; + background: #fff; + } +.leaflet-control-layers-scrollbar { + overflow-y: scroll; + overflow-x: hidden; + padding-right: 5px; + } +.leaflet-control-layers-selector { + margin-top: 2px; + position: relative; + top: 1px; + } +.leaflet-control-layers label { + display: block; + } +.leaflet-control-layers-separator { + height: 0; + border-top: 1px solid #ddd; + margin: 5px -10px 5px -6px; + } + +/* Default icon URLs */ +.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */ + background-image: url(images/marker-icon.png); + } + + +/* attribution and scale controls */ + +.leaflet-container .leaflet-control-attribution { + background: #fff; + background: rgba(255, 255, 255, 0.7); + margin: 0; + } +.leaflet-control-attribution, +.leaflet-control-scale-line { + padding: 0 5px; + color: #333; + } +.leaflet-control-attribution a { + text-decoration: none; + } +.leaflet-control-attribution a:hover { + text-decoration: underline; + } +.leaflet-container .leaflet-control-attribution, +.leaflet-container .leaflet-control-scale { + font-size: 11px; + font-size: 0.69rem; + } +.leaflet-left .leaflet-control-scale { + margin-left: 5px; + } +.leaflet-bottom .leaflet-control-scale { + margin-bottom: 5px; + } +.leaflet-control-scale-line { + border: 2px solid #777; + border-top: none; + line-height: 1.1; + padding: 2px 5px 1px; + font-size: 11px; + font-size: 0.69rem; + white-space: nowrap; + overflow: hidden; + -moz-box-sizing: border-box; + box-sizing: border-box; + + background: #fff; + background: rgba(255, 255, 255, 0.5); + } +.leaflet-control-scale-line:not(:first-child) { + border-top: 2px solid #777; + border-bottom: none; + margin-top: -2px; + } +.leaflet-control-scale-line:not(:first-child):not(:last-child) { + border-bottom: 2px solid #777; + } + +.leaflet-touch .leaflet-control-attribution, +.leaflet-touch .leaflet-control-layers, +.leaflet-touch .leaflet-bar { + box-shadow: none; + } +.leaflet-touch .leaflet-control-layers, +.leaflet-touch .leaflet-bar { + border: 2px solid rgba(0,0,0,0.2); + background-clip: padding-box; + } + + +/* popup */ + +.leaflet-popup { + position: absolute; + text-align: center; + margin-bottom: 20px; + } +.leaflet-popup-content-wrapper { + padding: 1px; + text-align: left; + border-radius: 12px; + } +.leaflet-popup-content { + margin: 13px 19px; + line-height: 1.4; + } +.leaflet-popup-content p { + margin: 18px 0; + } +.leaflet-popup-tip-container { + width: 40px; + height: 20px; + position: absolute; + left: 50%; + margin-left: -20px; + overflow: hidden; + pointer-events: none; + } +.leaflet-popup-tip { + width: 17px; + height: 17px; + padding: 1px; + + margin: -10px auto 0; + pointer-events: auto; + + -webkit-transform: rotate(45deg); + -moz-transform: rotate(45deg); + -ms-transform: rotate(45deg); + transform: rotate(45deg); + } +.leaflet-popup-content-wrapper, +.leaflet-popup-tip { + background: white; + color: #333; + box-shadow: 0 3px 14px rgba(0,0,0,0.4); + } +.leaflet-container a.leaflet-popup-close-button { + position: absolute; + top: 0; + right: 0; + padding: 4px 4px 0 0; + border: none; + text-align: center; + width: 18px; + height: 14px; + font: 16px/14px Tahoma, Verdana, sans-serif; + color: #757575; + text-decoration: none; + background: transparent; + } +.leaflet-container a.leaflet-popup-close-button:hover { + color: #585858; + } +.leaflet-popup-scrolled { + overflow: auto; + border-bottom: 1px solid #ddd; + border-top: 1px solid #ddd; + } + +.leaflet-oldie .leaflet-popup-content-wrapper { + -ms-zoom: 1; + } +.leaflet-oldie .leaflet-popup-tip { + width: 24px; + margin: 0 auto; + + -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)"; + filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678); + } +.leaflet-oldie .leaflet-popup-tip-container { + margin-top: -1px; + } + +.leaflet-oldie .leaflet-control-zoom, +.leaflet-oldie .leaflet-control-layers, +.leaflet-oldie .leaflet-popup-content-wrapper, +.leaflet-oldie .leaflet-popup-tip { + border: 1px solid #999; + } + + +/* div icon */ + +.leaflet-div-icon { + background: #fff; + border: 1px solid #666; + } + + +/* Tooltip */ +/* Base styles for the element that has a tooltip */ +.leaflet-tooltip { + position: absolute; + padding: 6px; + background-color: #fff; + border: 1px solid #fff; + border-radius: 3px; + color: #222; + white-space: nowrap; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + pointer-events: none; + box-shadow: 0 1px 3px rgba(0,0,0,0.4); + } +.leaflet-tooltip.leaflet-interactive { + cursor: pointer; + pointer-events: auto; + } +.leaflet-tooltip-top:before, +.leaflet-tooltip-bottom:before, +.leaflet-tooltip-left:before, +.leaflet-tooltip-right:before { + position: absolute; + pointer-events: none; + border: 6px solid transparent; + background: transparent; + content: ""; + } + +/* Directions */ + +.leaflet-tooltip-bottom { + margin-top: 6px; +} +.leaflet-tooltip-top { + margin-top: -6px; +} +.leaflet-tooltip-bottom:before, +.leaflet-tooltip-top:before { + left: 50%; + margin-left: -6px; + } +.leaflet-tooltip-top:before { + bottom: 0; + margin-bottom: -12px; + border-top-color: #fff; + } +.leaflet-tooltip-bottom:before { + top: 0; + margin-top: -12px; + margin-left: -6px; + border-bottom-color: #fff; + } +.leaflet-tooltip-left { + margin-left: -6px; +} +.leaflet-tooltip-right { + margin-left: 6px; +} +.leaflet-tooltip-left:before, +.leaflet-tooltip-right:before { + top: 50%; + margin-top: -6px; + } +.leaflet-tooltip-left:before { + right: 0; + margin-right: -12px; + border-left-color: #fff; + } +.leaflet-tooltip-right:before { + left: 0; + margin-left: -12px; + border-right-color: #fff; + } + +/* Printing */ + +@media print { + /* Prevent printers from removing background-images of controls. */ + .leaflet-control { + -webkit-print-color-adjust: exact; + color-adjust: exact; + } + } diff --git a/minecolonies-1.20.1/data/dynmap/web/css/override_example.css b/minecolonies-1.20.1/data/dynmap/web/css/override_example.css new file mode 100644 index 00000000..4dec7e26 --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/web/css/override_example.css @@ -0,0 +1,39 @@ +/******************* + * This is the over-ride CSS file. + * + * if you know any CSS you can easily add custom rules to change how DynMap + * looks and behaves under your DynMap installation. + * + * 1. Uncomment the override.css in the index.html. + * 2. Rename this file or create a new override.css. + * 3. Add your own rules (or steal these) to personalize how DynMap looks. + * + * By adding your own rules here, you can then save your changes + * between DynMap updates and they won't get over-written. + */ + + +/* Use the alternate compass image */ + +.compass { + top: 20px; + right: 20px; + + height: 50px; + width: 50px; + + background-image: url(../images/compass_alt.png); +} + +/* These next two keep the DynMap sidebar open... */ + +.dynmap .sidebar { + margin-right: 0px; +} + +/* ...and hide the hitbar along with the sidebar controls */ + +.dynmap .sidebar .hitbar, +.dynmap .sidebar .panel > .pin { + display: none; +} \ No newline at end of file diff --git a/minecolonies-1.20.1/data/dynmap/web/css/regions.css b/minecolonies-1.20.1/data/dynmap/web/css/regions.css new file mode 100644 index 00000000..efc6fcb1 --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/web/css/regions.css @@ -0,0 +1,35 @@ +.regioninfo > * { + display: block; +} + +.regioninfo > *:empty { + display: none; +} + +.regioninfo .regionname { + font-size: 120%; + font-weight: bold; +} + +.regioninfo .regionflags .regionflag { + display: block; + font-size: 90%; + color: gray; + margin-left: 5px; +} + +.regioninfo .owners:before { + content: "Owners: "; +} + +.regioninfo .members:before { + content: "Members: "; +} + +.regioninfo .regionflags:before { + content: "Flags: "; +} + +.regioninfo .regionpriority:before { + content: "Priority: "; +} \ No newline at end of file diff --git a/minecolonies-1.20.1/data/dynmap/web/css/standalone.css b/minecolonies-1.20.1/data/dynmap/web/css/standalone.css new file mode 100644 index 00000000..4102c2d0 --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/web/css/standalone.css @@ -0,0 +1,41 @@ +/* Standalone Document */ + +html { + width: 100%; + height: 100% +} + +body { + height: 100%; + + font-family: sans-serif; + font-size: 11px; + + color: #fff; + background: #000; + + margin: 0px; + padding: 0px ; +} + +/* Chat Balloons */ + +#content { color: #000; } + +#mcmap { width: 100%; height: 100%;} + +.dynmap { + width: 100%; + height: 100%; + overflow: hidden; + position: absolute; +} + +.dynmap .sidebar { + width: 200px; /* original width 200px */ + margin-right: -203px; /* original margin 203px, sidebar width +2xborder 1px +1px to hide */ +} + +.dynmap .hitbar { + right: 200px; /* width of sidebar */ +} \ No newline at end of file diff --git a/minecolonies-1.20.1/data/dynmap/web/gettiles.php b/minecolonies-1.20.1/data/dynmap/web/gettiles.php new file mode 100644 index 00000000..9b41e580 --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/web/gettiles.php @@ -0,0 +1,22 @@ + + + + + + #ffffff + + + diff --git a/minecolonies-1.20.1/data/dynmap/web/images/icons/favicon-16x16.png b/minecolonies-1.20.1/data/dynmap/web/images/icons/favicon-16x16.png new file mode 100644 index 00000000..7223d787 Binary files /dev/null and b/minecolonies-1.20.1/data/dynmap/web/images/icons/favicon-16x16.png differ diff --git a/minecolonies-1.20.1/data/dynmap/web/images/icons/favicon.ico b/minecolonies-1.20.1/data/dynmap/web/images/icons/favicon.ico new file mode 100644 index 00000000..fa8dcbaf Binary files /dev/null and b/minecolonies-1.20.1/data/dynmap/web/images/icons/favicon.ico differ diff --git a/minecolonies-1.20.1/data/dynmap/web/images/icons/mstile-150x150.png b/minecolonies-1.20.1/data/dynmap/web/images/icons/mstile-150x150.png new file mode 100644 index 00000000..98b95240 Binary files /dev/null and b/minecolonies-1.20.1/data/dynmap/web/images/icons/mstile-150x150.png differ diff --git a/minecolonies-1.20.1/data/dynmap/web/images/icons/safari-pinned-tab.svg b/minecolonies-1.20.1/data/dynmap/web/images/icons/safari-pinned-tab.svg new file mode 100644 index 00000000..709c97a5 --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/web/images/icons/safari-pinned-tab.svg @@ -0,0 +1,112 @@ + + + + +Created by potrace 1.14, written by Peter Selinger 2001-2017 + + + + + + + + + diff --git a/minecolonies-1.20.1/data/dynmap/web/images/icons/site.webmanifest b/minecolonies-1.20.1/data/dynmap/web/images/icons/site.webmanifest new file mode 100644 index 00000000..77db1425 --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/web/images/icons/site.webmanifest @@ -0,0 +1,13 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff" +} diff --git a/minecolonies-1.20.1/data/dynmap/web/images/list_off.png b/minecolonies-1.20.1/data/dynmap/web/images/list_off.png new file mode 100644 index 00000000..b7be11be Binary files /dev/null and b/minecolonies-1.20.1/data/dynmap/web/images/list_off.png differ diff --git a/minecolonies-1.20.1/data/dynmap/web/images/list_on.png b/minecolonies-1.20.1/data/dynmap/web/images/list_on.png new file mode 100644 index 00000000..285f76e7 Binary files /dev/null and b/minecolonies-1.20.1/data/dynmap/web/images/list_on.png differ diff --git a/minecolonies-1.20.1/data/dynmap/web/images/moon.png b/minecolonies-1.20.1/data/dynmap/web/images/moon.png new file mode 100644 index 00000000..0283a879 Binary files /dev/null and b/minecolonies-1.20.1/data/dynmap/web/images/moon.png differ diff --git a/minecolonies-1.20.1/data/dynmap/web/images/player.png b/minecolonies-1.20.1/data/dynmap/web/images/player.png new file mode 100644 index 00000000..212039f1 Binary files /dev/null and b/minecolonies-1.20.1/data/dynmap/web/images/player.png differ diff --git a/minecolonies-1.20.1/data/dynmap/web/images/player_death.png b/minecolonies-1.20.1/data/dynmap/web/images/player_death.png new file mode 100644 index 00000000..9abd211a Binary files /dev/null and b/minecolonies-1.20.1/data/dynmap/web/images/player_death.png differ diff --git a/minecolonies-1.20.1/data/dynmap/web/images/player_face.png b/minecolonies-1.20.1/data/dynmap/web/images/player_face.png new file mode 100644 index 00000000..206c6f3a Binary files /dev/null and b/minecolonies-1.20.1/data/dynmap/web/images/player_face.png differ diff --git a/minecolonies-1.20.1/data/dynmap/web/images/player_follow_off.png b/minecolonies-1.20.1/data/dynmap/web/images/player_follow_off.png new file mode 100644 index 00000000..935e7c65 Binary files /dev/null and b/minecolonies-1.20.1/data/dynmap/web/images/player_follow_off.png differ diff --git a/minecolonies-1.20.1/data/dynmap/web/images/player_follow_on.gif b/minecolonies-1.20.1/data/dynmap/web/images/player_follow_on.gif new file mode 100644 index 00000000..6937e81d Binary files /dev/null and b/minecolonies-1.20.1/data/dynmap/web/images/player_follow_on.gif differ diff --git a/minecolonies-1.20.1/data/dynmap/web/images/player_follow_on.png b/minecolonies-1.20.1/data/dynmap/web/images/player_follow_on.png new file mode 100644 index 00000000..fa790c51 Binary files /dev/null and b/minecolonies-1.20.1/data/dynmap/web/images/player_follow_on.png differ diff --git a/minecolonies-1.20.1/data/dynmap/web/images/player_travel.png b/minecolonies-1.20.1/data/dynmap/web/images/player_travel.png new file mode 100644 index 00000000..03ea7568 Binary files /dev/null and b/minecolonies-1.20.1/data/dynmap/web/images/player_travel.png differ diff --git a/minecolonies-1.20.1/data/dynmap/web/images/scrolldown.png b/minecolonies-1.20.1/data/dynmap/web/images/scrolldown.png new file mode 100644 index 00000000..9d07aa65 Binary files /dev/null and b/minecolonies-1.20.1/data/dynmap/web/images/scrolldown.png differ diff --git a/minecolonies-1.20.1/data/dynmap/web/images/scrollup.png b/minecolonies-1.20.1/data/dynmap/web/images/scrollup.png new file mode 100644 index 00000000..b6b6c0c4 Binary files /dev/null and b/minecolonies-1.20.1/data/dynmap/web/images/scrollup.png differ diff --git a/minecolonies-1.20.1/data/dynmap/web/images/server.png b/minecolonies-1.20.1/data/dynmap/web/images/server.png new file mode 100644 index 00000000..e28417c7 Binary files /dev/null and b/minecolonies-1.20.1/data/dynmap/web/images/server.png differ diff --git a/minecolonies-1.20.1/data/dynmap/web/images/sidebar_hint.png b/minecolonies-1.20.1/data/dynmap/web/images/sidebar_hint.png new file mode 100644 index 00000000..15e2b7de Binary files /dev/null and b/minecolonies-1.20.1/data/dynmap/web/images/sidebar_hint.png differ diff --git a/minecolonies-1.20.1/data/dynmap/web/images/sign.png b/minecolonies-1.20.1/data/dynmap/web/images/sign.png new file mode 100644 index 00000000..8d8573ce Binary files /dev/null and b/minecolonies-1.20.1/data/dynmap/web/images/sign.png differ diff --git a/minecolonies-1.20.1/data/dynmap/web/images/sign_home.png b/minecolonies-1.20.1/data/dynmap/web/images/sign_home.png new file mode 100644 index 00000000..5ecfcec8 Binary files /dev/null and b/minecolonies-1.20.1/data/dynmap/web/images/sign_home.png differ diff --git a/minecolonies-1.20.1/data/dynmap/web/images/sign_sign.png b/minecolonies-1.20.1/data/dynmap/web/images/sign_sign.png new file mode 100644 index 00000000..5eae09b9 Binary files /dev/null and b/minecolonies-1.20.1/data/dynmap/web/images/sign_sign.png differ diff --git a/minecolonies-1.20.1/data/dynmap/web/images/sign_sign_alt.png b/minecolonies-1.20.1/data/dynmap/web/images/sign_sign_alt.png new file mode 100644 index 00000000..98341500 Binary files /dev/null and b/minecolonies-1.20.1/data/dynmap/web/images/sign_sign_alt.png differ diff --git a/minecolonies-1.20.1/data/dynmap/web/images/sign_warp.png b/minecolonies-1.20.1/data/dynmap/web/images/sign_warp.png new file mode 100644 index 00000000..9f05e517 Binary files /dev/null and b/minecolonies-1.20.1/data/dynmap/web/images/sign_warp.png differ diff --git a/minecolonies-1.20.1/data/dynmap/web/images/spawn.png b/minecolonies-1.20.1/data/dynmap/web/images/spawn.png new file mode 100644 index 00000000..177650bb Binary files /dev/null and b/minecolonies-1.20.1/data/dynmap/web/images/spawn.png differ diff --git a/minecolonies-1.20.1/data/dynmap/web/images/sun.png b/minecolonies-1.20.1/data/dynmap/web/images/sun.png new file mode 100644 index 00000000..40e39627 Binary files /dev/null and b/minecolonies-1.20.1/data/dynmap/web/images/sun.png differ diff --git a/minecolonies-1.20.1/data/dynmap/web/images/warp.png b/minecolonies-1.20.1/data/dynmap/web/images/warp.png new file mode 100644 index 00000000..8ed89e7f Binary files /dev/null and b/minecolonies-1.20.1/data/dynmap/web/images/warp.png differ diff --git a/minecolonies-1.20.1/data/dynmap/web/images/weather_stormy.png b/minecolonies-1.20.1/data/dynmap/web/images/weather_stormy.png new file mode 100644 index 00000000..45808fb1 Binary files /dev/null and b/minecolonies-1.20.1/data/dynmap/web/images/weather_stormy.png differ diff --git a/minecolonies-1.20.1/data/dynmap/web/images/weather_stormy_day.png b/minecolonies-1.20.1/data/dynmap/web/images/weather_stormy_day.png new file mode 100644 index 00000000..dea2320b Binary files /dev/null and b/minecolonies-1.20.1/data/dynmap/web/images/weather_stormy_day.png differ diff --git a/minecolonies-1.20.1/data/dynmap/web/images/weather_stormy_night.png b/minecolonies-1.20.1/data/dynmap/web/images/weather_stormy_night.png new file mode 100644 index 00000000..fe08ba88 Binary files /dev/null and b/minecolonies-1.20.1/data/dynmap/web/images/weather_stormy_night.png differ diff --git a/minecolonies-1.20.1/data/dynmap/web/images/weather_sunny.png b/minecolonies-1.20.1/data/dynmap/web/images/weather_sunny.png new file mode 100644 index 00000000..8ef8cbda Binary files /dev/null and b/minecolonies-1.20.1/data/dynmap/web/images/weather_sunny.png differ diff --git a/minecolonies-1.20.1/data/dynmap/web/images/weather_sunny_day.png b/minecolonies-1.20.1/data/dynmap/web/images/weather_sunny_day.png new file mode 100644 index 00000000..94ce5b07 Binary files /dev/null and b/minecolonies-1.20.1/data/dynmap/web/images/weather_sunny_day.png differ diff --git a/minecolonies-1.20.1/data/dynmap/web/images/weather_sunny_night.png b/minecolonies-1.20.1/data/dynmap/web/images/weather_sunny_night.png new file mode 100644 index 00000000..fe4fd8bb Binary files /dev/null and b/minecolonies-1.20.1/data/dynmap/web/images/weather_sunny_night.png differ diff --git a/minecolonies-1.20.1/data/dynmap/web/images/weather_thunder.png b/minecolonies-1.20.1/data/dynmap/web/images/weather_thunder.png new file mode 100644 index 00000000..07bbfc0a Binary files /dev/null and b/minecolonies-1.20.1/data/dynmap/web/images/weather_thunder.png differ diff --git a/minecolonies-1.20.1/data/dynmap/web/images/weather_thunder_day.png b/minecolonies-1.20.1/data/dynmap/web/images/weather_thunder_day.png new file mode 100644 index 00000000..89005210 Binary files /dev/null and b/minecolonies-1.20.1/data/dynmap/web/images/weather_thunder_day.png differ diff --git a/minecolonies-1.20.1/data/dynmap/web/images/weather_thunder_night.png b/minecolonies-1.20.1/data/dynmap/web/images/weather_thunder_night.png new file mode 100644 index 00000000..63b359e9 Binary files /dev/null and b/minecolonies-1.20.1/data/dynmap/web/images/weather_thunder_night.png differ diff --git a/minecolonies-1.20.1/data/dynmap/web/images/window_close.png b/minecolonies-1.20.1/data/dynmap/web/images/window_close.png new file mode 100644 index 00000000..586de30c Binary files /dev/null and b/minecolonies-1.20.1/data/dynmap/web/images/window_close.png differ diff --git a/minecolonies-1.20.1/data/dynmap/web/images/window_close_hover.png b/minecolonies-1.20.1/data/dynmap/web/images/window_close_hover.png new file mode 100644 index 00000000..08656f6a Binary files /dev/null and b/minecolonies-1.20.1/data/dynmap/web/images/window_close_hover.png differ diff --git a/minecolonies-1.20.1/data/dynmap/web/images/window_open.png b/minecolonies-1.20.1/data/dynmap/web/images/window_open.png new file mode 100644 index 00000000..f84684c1 Binary files /dev/null and b/minecolonies-1.20.1/data/dynmap/web/images/window_open.png differ diff --git a/minecolonies-1.20.1/data/dynmap/web/images/window_pinned.png b/minecolonies-1.20.1/data/dynmap/web/images/window_pinned.png new file mode 100644 index 00000000..9051e4f9 Binary files /dev/null and b/minecolonies-1.20.1/data/dynmap/web/images/window_pinned.png differ diff --git a/minecolonies-1.20.1/data/dynmap/web/images/window_pinned_hover.png b/minecolonies-1.20.1/data/dynmap/web/images/window_pinned_hover.png new file mode 100644 index 00000000..e1f963d2 Binary files /dev/null and b/minecolonies-1.20.1/data/dynmap/web/images/window_pinned_hover.png differ diff --git a/minecolonies-1.20.1/data/dynmap/web/images/window_unpinned.png b/minecolonies-1.20.1/data/dynmap/web/images/window_unpinned.png new file mode 100644 index 00000000..f84684c1 Binary files /dev/null and b/minecolonies-1.20.1/data/dynmap/web/images/window_unpinned.png differ diff --git a/minecolonies-1.20.1/data/dynmap/web/images/zoom_in.png b/minecolonies-1.20.1/data/dynmap/web/images/zoom_in.png new file mode 100644 index 00000000..8b91d8d5 Binary files /dev/null and b/minecolonies-1.20.1/data/dynmap/web/images/zoom_in.png differ diff --git a/minecolonies-1.20.1/data/dynmap/web/images/zoom_out.png b/minecolonies-1.20.1/data/dynmap/web/images/zoom_out.png new file mode 100644 index 00000000..9af74b2d Binary files /dev/null and b/minecolonies-1.20.1/data/dynmap/web/images/zoom_out.png differ diff --git a/minecolonies-1.20.1/data/dynmap/web/inactive.html b/minecolonies-1.20.1/data/dynmap/web/inactive.html new file mode 100644 index 00000000..521ef2f0 --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/web/inactive.html @@ -0,0 +1,20 @@ + +Minecraft Dynamic Map - Inactive + + +
+

Map disabled due to inactivity.

+Click here to go back +
+ + \ No newline at end of file diff --git a/minecolonies-1.20.1/data/dynmap/web/index.html b/minecolonies-1.20.1/data/dynmap/web/index.html new file mode 100644 index 00000000..8e24a5ad --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/web/index.html @@ -0,0 +1,65 @@ + + + + + Minecraft Dynamic Map + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + diff --git a/minecolonies-1.20.1/data/dynmap/web/js/chat.js b/minecolonies-1.20.1/data/dynmap/web/js/chat.js new file mode 100644 index 00000000..e71f03ef --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/web/js/chat.js @@ -0,0 +1,47 @@ + +componentconstructors['chat'] = function(dynmap, configuration) { + var me = this; + + if(dynmap.getBoolParameterByName("hidechat")) + return; + + // Provides 'chat'-events by monitoring the world-updates. + $(dynmap).bind('worldupdate', function(event, update) { + swtch(update.type, { + chat: function() { + $(dynmap).trigger('chat', [{source: update.source, name: update.playerName, text: update.message, account: update.account, + channel: update.channel}]); + } + }); + }); + var pname = null; + if(configuration.allowurlname) { + pname = dynmap.getParameterByName("chatname"); + if(pname == "") pname = null; + } + + if (dynmap.options.allowwebchat) { + // Accepts 'sendchat'-events to send chat messages to the server. + $(dynmap).bind('sendchat', function(event, message) { + var data = '{"name":'+JSON.stringify(pname?pname:"")+',"message":'+JSON.stringify(message)+'}'; + $.ajax({ + type: 'POST', + contentType: "application/json; charset=utf-8", + url: config.url.sendmessage, + data: data, + dataType: 'json', + success: function(response) { + if(response.error != "none") { + var msg = dynmap.options['msg-chatnotallowed']; + $(dynmap).trigger('chat', [{source: 'me', name: 'Error', text: msg }]); + } + }, + error: function(xhr) { + if (xhr.status === 403) { + $(dynmap).trigger('chat', [{source: 'me', name: 'Error', text: dynmap.options.spammessage.replace('%interval%', dynmap.options['webchat-interval'])}]); + } + } + }); + }); + } +}; diff --git a/minecolonies-1.20.1/data/dynmap/web/js/chatballoon.js b/minecolonies-1.20.1/data/dynmap/web/js/chatballoon.js new file mode 100644 index 00000000..8e5c4d35 --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/web/js/chatballoon.js @@ -0,0 +1,69 @@ +componentconstructors['chatballoon'] = function(dynmap, configuration) { + var me = this; + + if(dynmap.getBoolParameterByName("hidechat")) + return; + + me.chatpopups = {}; + $(dynmap).bind('playerupdated', function(event, player) { + var popup = me.chatpopups[player.account]; + if (popup) { + var markerPosition = dynmap.getProjection().fromLocationToLatLng(player.location); + popup.layer.setLatLng(markerPosition); + } + }); + $(dynmap).bind('worldchanged', function() { + $.each(me.chatpopups, function(name, popup) { + popup.close(); + }); + }); + $(dynmap).bind('chat', function(event, message) { + if (message.source != 'player') { + return; + } + var player = dynmap.players[message.account]; + if (!player) + return; + if (dynmap.world !== player.location.world) { + return; + } + var popupPosition = dynmap.getProjection().fromLocationToLatLng(player.location); + var popup = me.chatpopups[message.account]; + if (!popup) { + me.chatpopups[message.account] = popup = { + layer: new L.Popup({autoPan: configuration.focuschatballoons, closeButton: false}), + content: $('
').addClass('balloonmessages')[0] + }; + popup.layer.setContent($(popup.content).html()); + + popup.close = function() { + if (popup.timeout) { window.clearTimeout(popup.timeout); } + dynmap.map.removeLayer(popup.layer); + delete me.chatpopups[message.account]; + }; + + popup.layer.setLatLng(popupPosition); + dynmap.map.addLayer(popup.layer); + } + + // Add line to balloon. + $('
').addClass('balloonmessage').text(chat_encoder(message)).appendTo(popup.content); + + // Remove older lines when too many messages are shown. + var children = $(popup.content).children(); + if (children.length > 5) { + $(children[0]).remove(); + } + + popup.layer.setContent($(popup.content).html()); + + if (popup.timeout) { window.clearTimeout(popup.timeout); } + popup.timeout = window.setTimeout(function() { + popup.close(); + }, 8000); + + if (configuration.focuschatballoons) { + dynmap.panToLatLng(popupPosition); + } + }); +}; \ No newline at end of file diff --git a/minecolonies-1.20.1/data/dynmap/web/js/chatbox.js b/minecolonies-1.20.1/data/dynmap/web/js/chatbox.js new file mode 100644 index 00000000..ae9bca25 --- /dev/null +++ b/minecolonies-1.20.1/data/dynmap/web/js/chatbox.js @@ -0,0 +1,153 @@ +componentconstructors['chatbox'] = function(dynmap, configuration) { + var me = this; + + if(dynmap.getBoolParameterByName("hidechat")) + return; + var chat = $('
') + .addClass('chat') + .appendTo(dynmap.options.container); + var messagelist = $('
') + .addClass('messagelist') + .appendTo(chat); + + if (configuration.visiblelines) { + messagelist.css('max-height', configuration.visiblelines + 'em'); + } + else { + messagelist.css('max-height', '6em'); + } + + if (configuration.scrollback) { + messagelist.addClass('scrollback') + .click( function() { $(this).hide(); } ); + } + + if (dynmap.options.allowwebchat) { + if(dynmap.options.loggedin || !dynmap.options['webchat-requires-login']) { + var chatinput = $('') + .addClass('chatinput') + .attr({ + id: 'chatinput', + type: 'text', + value: '', + maxlength: dynmap.options.chatlengthlimit + }) + .keydown(function(event) { + if (event.keyCode == '13') { + event.preventDefault(); + if(chatinput.val() != '') { + $(dynmap).trigger('sendchat', [chatinput.val()]); + chatinput.val(''); + } + } + }); + if(configuration.sendbutton) { + var chatbutton = $('